-->
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .shape-universal {
    background-color: rgba(255,255,255,var(--baseColorOpacity));
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}