.streamplayer {
  --bgColor: rgba(0, 0, 0, .9);
  --textColor: #fff;
  --textContentColor: #fff;
  --hoverColor: #fff;
  --hoverContentColor: #fff;
  --hoverBgColor: #0e060d;
  --hoverContentBgColor: #0e060d;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  color: var(--textColor);
  background: var(--bgColor);
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
}
.streamplayer.streamplayer--loaded {
  opacity: 1;
  visibility: visible;
}
.streamplayer .icon-up-open {
  display: none;
}
.streamplayer.hiddenPlayer {
  transform: translateY(99%);
}
.streamplayer.hiddenPlayer .icon-down-open {
  display: none;
}
.streamplayer.hiddenPlayer .icon-up-open {
  display: block;
}
.streamplayer.hiddenPlayer .streamplayer--adv {
  opacity: 0;
  visibility: hidden;
}
.streamplayer .progress--bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: width 0.4s, opacity 0.25s;
  box-shadow: 0 0 12px rgba(29, 29, 29, 0.82);
  z-index: 9999;
}
.streamplayer .progress--bar.active {
  opacity: 1;
}
.streamplayer .hide--btn {
  position: absolute;
  top: -28px;
  left: 4px;
  font-size: 20px;
  padding: 3px;
  z-index: 999;
}
.streamplayer,
.streamplayer * {
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  color: var(--textColor);
}
.streamplayer h3,
.streamplayer p {
  display: block;
  width: 100%;
  clear: both;
}
.streamplayer h3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}
.streamplayer p {
  font-size: 14px;
}
.streamplayer p .preroll--link {
  display: inline-block;
  color: var(--hoverColor);
}
.streamplayer .streamplayer--overlay {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 1;
}
.streamplayer .streamplayer--overlay.active {
  visibility: visible;
}
.streamplayer .player--btn {
  padding: 16px 0;
  color: #fff;
  font-size: 48px;
}
.streamplayer .player--btn.active, .streamplayer .player--btn:hover {
  color: var(--hoverColor);
}
.streamplayer .player--btn.disabled {
  opacity: 0.78;
  visibility: hidden;
}
.streamplayer .streamplayer--bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 0;
  z-index: 900;
}
.streamplayer .streamplayer--bar .streamplayer--adv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  z-index: 95;
}
.streamplayer .streamplayer--bar .streamplayer--playlist--toggler {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 90;
}
.streamplayer .streamplayer--bar .streamplayer--desc {
  position: relative;
  overflow: hidden;
}
.streamplayer .streamplayer--bar .streamplayer--desc::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 30px;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(111, 161, 248, 0) 0%, var(--bgColor) 100%);
  z-index: 85;
  display: none;
}
.streamplayer .streamplayer--bar .streamplayer--desc.tickerEnabled::after {
  display: block;
}
.streamplayer .streamplayer--bar .streamplayer--desc.tickerEnabled .tick.ticker--active > * {
  white-space: nowrap;
  box-sizing: content-box;
}
.streamplayer.player--side .streamplayer--bar .streamplayer--adv {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
}
.streamplayer .streamplayer--play {
  position: relative;
}
.streamplayer .streamplayer--play::after {
  position: absolute;
  display: none;
  content: "";
  height: 8px;
  width: 8px;
  border: solid 1px var(--hoverColor);
  border-radius: 50%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1);
  opacity: 0;
  animation: streamLoading 0.95s ease-in-out infinite;
}
.streamplayer .streamplayer--play .icon-stream-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.streamplayer .streamplayer--play.active .icon-stream-pause {
  opacity: 1;
}
.streamplayer .streamplayer--play.active .icon-stream-play {
  opacity: 0;
}
.streamplayer .streamplayer--play.loading::after {
  display: block;
}
.streamplayer .streamplayer--play.loading .icon-stream-play,
.streamplayer .streamplayer--play.loading .icon-stream-pause {
  opacity: 0;
}
.streamplayer.streamplayer--disabled-play .streamplayer--play {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.streamplayer.streamplayer--disabled-play .streamplayer--current-station {
  cursor: pointer;
}
.streamplayer .streamplayer--current-station {
  display: flex;
  width: 74%;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
.streamplayer .streamplayer--current-station figure {
  position: relative;
  width: 100%;
  max-width: 50px;
  max-height: 50px;
  margin: 0 6px;
  overflow: hidden;
  border-radius: 4px;
}
.streamplayer .streamplayer--current-station figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.streamplayer .streamplayer--current-station .streamplayer--onair {
  position: relative;
  overflow: visible;
}
.streamplayer .streamplayer--current-station .streamplayer--onair span {
  position: absolute;
  top: -9px;
  left: calc(100% + 4px);
  padding: 1px 2px;
  background: var(--highlightBgColor);
  color: var(--highlightTextColor);
  font-size: 9px;
  line-height: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 2px;
  z-index: 99;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-name: onAir;
  animation-duration: 3s;
  display: none;
}
.streamplayer .streamplayer--current-station .streamplayer--onair:empty {
  display: none;
}
.streamplayer .streamplayer--current-station .streamplayer--desc {
  max-width: 70%;
}
.streamplayer .streamplayer--list, .streamplayer .streamplayer--prerolls {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  max-height: 90vh;
  overflow-y: auto;
  padding: 10px 10px 40px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  list-style: none;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  z-index: 3;
  -webkit-overflow-scrolling: touch;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.streamplayer .streamplayer--list::-webkit-scrollbar, .streamplayer .streamplayer--prerolls::-webkit-scrollbar {
  width: 10px;
}
.streamplayer .streamplayer--list::-webkit-scrollbar-track, .streamplayer .streamplayer--prerolls::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.25);
}
.streamplayer .streamplayer--list::-webkit-scrollbar-thumb, .streamplayer .streamplayer--prerolls::-webkit-scrollbar-thumb {
  background: var(--textColor);
  border-radius: 10px;
}
.streamplayer .streamplayer--list::-webkit-scrollbar-thumb:hover, .streamplayer .streamplayer--prerolls::-webkit-scrollbar-thumb:hover {
  background: var(--hoverColor);
}
.streamplayer .streamplayer--list *:not(a, a *), .streamplayer .streamplayer--prerolls *:not(a, a *) {
  color: var(--textContentColor);
}
.streamplayer .streamplayer--list a, .streamplayer .streamplayer--list a *, .streamplayer .streamplayer--prerolls a, .streamplayer .streamplayer--prerolls a * {
  color: var(--hoverContentColor);
}
.streamplayer .streamplayer--list.opened {
  transform: translateY(-80px);
  opacity: 1;
}
.streamplayer .streamplayer--list > li.streamplayer--station-item {
  max-width: 200px;
}
.streamplayer .streamplayer--list li {
  position: relative;
  padding: 8px;
  margin: 8px;
  text-align: center;
  color: var(--textContentColor);
}
.streamplayer .streamplayer--list li.streamplayer--station-item.active, .streamplayer .streamplayer--list li.streamplayer--station-item:hover {
  background: var(--hoverContentBgColor);
  color: var(--hoverContentColor);
}
.streamplayer .streamplayer--list li > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.streamplayer .streamplayer--list li .streamplayer--img-station {
  position: relative;
  width: 100%;
  margin: 0 0 17px 0;
  overflow: hidden;
}
.streamplayer .streamplayer--list li .streamplayer--img-station img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.streamplayer:has(ul.opened) .streamplayer--adv {
  opacity: 0;
  visibility: hidden;
}
.streamplayer.player--side .streamplayer--current-station .streamplayer--onair {
  position: absolute;
  opacity: 0;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-name: onAirThumb;
  animation-duration: 10s;
  animation-delay: 5s;
}
.streamplayer.player--side .streamplayer--list *:not(a, a *), .streamplayer.player--side .streamplayer--prerolls *:not(a, a *) {
  color: var(--textColor);
}
.streamplayer.player--side .streamplayer--list.streamplayer--content {
  grid-template-columns: 1fr !important;
}
.streamplayer.player--side .streamplayer--list li.streamplayer--station-item.active, .streamplayer.player--side .streamplayer--list li.streamplayer--station-item:hover {
  background: var(--hoverBgColor);
  color: var(--hoverColor);
}
.streamplayer.player--top {
  bottom: auto;
  top: 0;
}
.streamplayer.player--top.hiddenPlayer {
  transform: translateY(-99%);
}
.streamplayer.player--top .hide--btn {
  top: auto;
  bottom: -27px;
  transform: rotate(180deg);
}
.streamplayer.player--top .streamplayer--list, .streamplayer.player--top .streamplayer--prerolls {
  bottom: auto;
  top: 0;
  transform: translateY(-100%);
}
.streamplayer.player--top .streamplayer--list.opened, .streamplayer.player--top.isPreroll .streamplayer--prerolls {
  transform: translateY(95px);
}
@media (min-width: 638px) {
  .streamplayer.player--side {
    height: 100%;
    max-width: 300px;
  }
  .streamplayer.player--side.hiddenPlayer {
    transform: translateX(99%);
  }
  .streamplayer.player--side .hide--btn {
    top: 50px;
    left: -28px;
    transform: rotate(-90deg);
  }
  .streamplayer.player--side .streamplayer--playlist--toggler {
    display: none;
  }
  .streamplayer.player--side.player--right {
    right: 0;
    left: auto;
  }
  .streamplayer.player--side.player--left {
    right: auto;
    left: 0;
  }
  .streamplayer.player--side.player--left.hiddenPlayer {
    transform: translateX(-99%);
  }
  .streamplayer.player--side.player--left .hide--btn {
    left: auto;
    right: -28px;
    transform: rotate(90deg);
  }
  .streamplayer.player--side .streamplayer--list, .streamplayer.player--side .streamplayer--prerolls {
    position: static !important;
    width: 100%;
    padding: 0;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    background: transparent !important;
  }
  .streamplayer.player--side .streamplayer--list li.streamplayer--station-item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
    text-align: left;
  }
  .streamplayer.player--side .streamplayer--list li.streamplayer--station-item .streamplayer--img-station {
    max-width: 32px;
    margin: 0 12px;
  }
  .streamplayer.player--side .streamplayer--list li.streamplayer--station-item .streamplayer--desc {
    max-width: 79%;
  }
  .streamplayer .streamplayer--list.streamplayer--content {
    display: grid;
    max-width: 100vw;
    overflow-x: hidden;
    justify-content: flex-start;
    grid-template-columns: 25% repeat(3, 25%);
  }
  .streamplayer .streamplayer--list.streamplayer--content.streamplayer--cols-2 {
    grid-template-columns: 25% repeat(2, 37%);
  }
  .streamplayer .streamplayer--list.streamplayer--content.streamplayer--cols-1 {
    grid-template-columns: 25% 75%;
  }
  .streamplayer .streamplayer--list.streamplayer--content li.streamplayer--stations li.streamplayer--station-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 6px;
    text-align: left;
  }
  .streamplayer .streamplayer--list.streamplayer--content li.streamplayer--stations li.streamplayer--station-item .streamplayer--img-station {
    max-width: 32px;
    margin: 0 12px 0 0;
  }
  .streamplayer .streamplayer--list.streamplayer--content li.streamplayer--stations li.streamplayer--station-item .streamplayer--desc {
    max-width: 79%;
  }
  .streamplayer .streamplayer--view-mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.streamplayer .streamplayer--prerolls {
  padding: 10px 0;
  display: none;
}
.streamplayer .streamplayer--prerolls .streamplayer--img-preroll {
  position: relative;
  width: 300px;
  margin: 0 0 17px 0;
  border-radius: 4px;
  overflow: hidden;
  background: #4a4a4a;
}
.streamplayer .streamplayer--prerolls .streamplayer--img-preroll a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.streamplayer .streamplayer--prerolls .streamplayer--img-preroll img {
  width: 100%;
  height: auto;
}
.streamplayer.isPreroll.player--side .streamplayer--list, .streamplayer.isPreroll .player--btn {
  opacity: 0.3;
  pointer-events: none;
  cursor: progress;
}
.streamplayer.isPreroll.hasBanner .streamplayer--adv {
  display: none;
}
.streamplayer.isPreroll .streamplayer--current-station .streamplayer--img-station {
  display: none;
}
.streamplayer.isPreroll .streamplayer--prerolls {
  max-height: none;
  transform: translateY(-80px);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  display: flex;
  flex-direction: column;
}
.streamplayer.isPreroll .streamplayer--prerolls li.video-preroll {
  position: relative;
  max-width: 720px;
  width: 100%;
  order: -1;
}
.streamplayer.isPreroll .streamplayer--prerolls li.video-preroll#youtube {
  margin: 20px 0;
}
.streamplayer.isPreroll .streamplayer--prerolls li.video-preroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.streamplayer.isPreroll .streamplayer--prerolls li.video-preroll iframe {
  height: 100%;
  width: 100%;
  max-height: 660px;
}
.streamplayer.isPreroll .streamplayer--prerolls li.video-preroll video {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 20px auto;
}
.streamplayer .hidden {
  display: none !important;
}

.content-site {
  transition: all 0.5s ease-in-out;
}
.content-site.streamplayer--list-opened {
  pointer-events: none;
  touch-action: none;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .streamplayer:not(.player--side) .streamplayer--bar .streamplayer--adv {
    background: var(--bgColor);
    top: 0;
    transform: translate(-50%, -100%);
  }
  .streamplayer:not(.player--side) .streamplayer--bar .streamplayer--adv img {
    max-width: 730px;
    width: 100vw;
  }
}
@media only screen and (max-width: 568px) {
  .streamplayer .streamplayer--bar {
    padding: 0;
  }
  .streamplayer .streamplayer--bar .streamplayer--playlist--toggler {
    top: 0;
  }
  .streamplayer .streamplayer--bar .streamplayer--current-station {
    margin-left: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .streamplayer .streamplayer--bar .streamplayer--current-station .streamplayer--img-station {
    width: 20%;
    margin-right: 6px;
  }
  .streamplayer .streamplayer--bar .streamplayer--current-station .streamplayer--onair {
    position: absolute;
    opacity: 0;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-name: onAirThumb;
    animation-duration: 10s;
    animation-delay: 5s;
  }
  .streamplayer .streamplayer--bar .streamplayer--current-station .streamplayer--onair span {
    animation: none;
  }
  .streamplayer .streamplayer--bar .streamplayer--desc {
    min-width: 60%;
    max-width: 65%;
  }
  .streamplayer .streamplayer--bar .streamplayer--desc::after {
    width: 70px;
    opacity: 0.75;
    display: block;
  }
  .streamplayer.isPreroll .streamplayer--prerolls {
    transform: translateY(-63px);
  }
  .streamplayer.isPreroll .streamplayer--prerolls li.video-preroll video {
    max-height: 330px;
  }
  .streamplayer.isPreroll .streamplayer--prerolls.iOS li.video-preroll::before {
    content: "Tap to unmute";
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    border-radius: 12px;
    z-index: 999999999;
    background: #FFFFFF;
    color: #000000;
    font-size: 15px;
    z-index: 999999999;
  }
  .streamplayer .streamplayer--list {
    overflow-y: auto;
  }
  .streamplayer .streamplayer--list.opened {
    transform: translateY(-63px);
  }
  .streamplayer .streamplayer--list li.streamplayer--station-item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0;
    text-align: left;
  }
  .streamplayer .streamplayer--list li.streamplayer--station-item .streamplayer--img-station {
    width: 32px;
    margin: 0 12px;
  }
  .streamplayer .streamplayer--list li.streamplayer--station-item .streamplayer--desc {
    max-width: 76%;
  }
  .streamplayer.player--top .streamplayer--list.opened, .streamplayer.player--top.isPreroll .streamplayer--prerolls {
    transform: translateY(80px);
  }
}
.streamplayer--hidden, .streamplayer--view-desktop {
  display: none;
  opacity: 0;
  visibility: hidden;
}

@keyframes streamLoading {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(-1);
  }
  25% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(5);
  }
}
@keyframes ticker {
  0% {
    transform: translate3d(105%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes onAir {
  0% {
    opacity: 0.6;
  }
  25% {
    opacity: 1;
  }
}
@keyframes onAirThumb {
  0% {
    opacity: 0;
  }
  35%, 85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=streamplayer.css.map */

