/* Style overrides here */
._VolumeInlineRSWP {
  display: none !important;
}

._VolumeRSWP {
  display: none !important;
}

.radio-panel-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.radio-panel {
  /* flex-grow: 1;  */
}

body,
html {
  background-color: #212529;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
}

.blink {
  animation: blink 1.5s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.dropdown-toggle::after {
  display: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
