@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@900&display=swap");
:root {
  --gradient-color: 24, 255, 255;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none;
}

.hidden {
  opacity: 0;
}

#boost-spin-button.theme-pink {
  cursor: pointer;
  transition: all 0.3s ease;
}

#boost-spin-button .btn-background {
  fill: #011454;
  fill-opacity: 0.5;
}

#boost-spin-button .btn-stroke {
  stroke: #bfffff;
  stroke-width: 3.64376;
  fill: none;
}

#boost-spin-button .btn-glow {
  fill: url(#paint0_radial_982_2518);
  fill-opacity: 0.6;
}

#boost-spin-button .btn-inner-glow {
  fill: #A175FF;
  fill-opacity: 0.6;
}

#boost-spin-button .btn-icon {
  fill: #77FFFF;
}

#boost-spin-button .btn-accent {
  fill: #00CCFF;
  fill-opacity: 0.44;
}

#boost-spin-button.theme-pink .btn-stroke {
  stroke: #bfffff !important;
}

#boost-spin-button.theme-pink .btn-accent {
  fill: #00CCFF !important;
}

#boost-spin-button.theme-pink .btn-background {
  fill: #011454 !important;
  fill-opacity: 0.5 !important;
}

#button-sound #sound-on {
  display: none;
}
#button-sound #sound-off-one,
#button-sound #sound-off-two {
  display: block;
}
#button-sound.is-off #sound-on {
  display: block;
}
#button-sound.is-off #sound-off-one,
#button-sound.is-off #sound-off-two {
  display: none;
}
#button-sound.is-on #sound-on {
  display: none;
}
#button-sound.is-on #sound-off-one,
#button-sound.is-on #sound-off-two {
  display: block;
}

.menu-overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.button-close {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 10px);
  right: var(--console-pad-x);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(100% 100% at 50% 0%, #B7C9E9 0%, #92A6CA 57.77%, #717FA9 100%);
  place-items: center;
  pointer-events: auto;
}

.bg-popup-general {
  width: min(90svw, 520px);
  max-height: 90svh;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  border-radius: 18px;
  background: radial-gradient(100% 100% at 50% 0%, #A5AFDC 0%, #434F87 67.57%, #2E3866 100%);
  box-shadow: 0 0.7px 0 0 rgba(255, 255, 255, 0.55) inset, 0 -1px 5px 0 rgba(210, 220, 239, 0.17) inset, 0 2px 2px 0 rgba(1, 19, 42, 0.8);
  backdrop-filter: blur(20px);
  padding: 20px;
}

.uiOverlayShadow {
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom, rgba(21, 55, 91, 0.55) 0, rgba(21, 55, 91, 0) 100px), linear-gradient(to top, rgba(21, 55, 91, 0.7) 0, rgba(21, 55, 91, 0) 150px);
  z-index: 0;
  pointer-events: none;
}

.menu-label, .menu-list2 {
  font-weight: 800;
}
