/*! newradio 2025-10-08 15:22:46 | http://instreamatic.com */
.instreamatic-player-overlay.instreamatic-volume-show {
  z-index: 5;
}
.instreamatic-player-overlay .instreamatic-pause,
.instreamatic-player-overlay .instreamatic-play {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.instreamatic-player-overlay .instreamatic-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.31px;
  line-height: 15px;
  white-space: nowrap;
}
.instreamatic-player-overlay .instreamatic-volume {
  margin-left: 0.5rem;
}
.instreamatic-player-overlay .instreamatic-volume .instreamatic-mute {
  cursor: pointer;
}
.instreamatic-player-overlay .instreamatic-volume .instreamatic-volume-back {
  width: 72px;
  height: 4px;
  position: relative;
  background: #d1d5dc;
  border-radius: 5px;
}
.instreamatic-player-overlay
  .instreamatic-volume
  .instreamatic-volume-back
  .instreamatic-volume-thumb {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  top: -6px;
  margin-left: -3px;
  cursor: pointer;
}
.instreamatic-player-overlay.instreamatic-volume-show,
.unisound-video .unisound-skip {
  display: flex;
  align-items: center;
}
.instreamatic-player-overlay.mobile.instreamatic-volume-show {
  display: none;
}
.instreamatic-banner-overlay,
.unisound-video {
  position: fixed;
  bottom: 76px;
  height: 380px;
  width: 100%;
  z-index: 99999;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.unisound-video a video {
  position: absolute;
  left: 50%;
  transform: translateY(10px) translateX(-50%);
}
.unisound-video .unisound-skip {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  z-index: 999999;
}
.unisound-video.mobile {
  height: 250px;
}
.unisound-video.mobile a video {
  bottom: 0;
  transform: translateY(0) translateX(-50%);
}
.instreamatic-banner-overlay {
  height: 270px;
}
.instreamatic-banner-overlay .instreamatic-banner {
  position: absolute;
  left: 50%;
  transform: translateY(10px) translateX(-50%);
}
.instreamatic-banner-overlay .instreamatic-skip {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 1024px) {
  .instreamatic-player-overlay.instreamatic-volume-show {
    display: none;
  }
}
@media (max-width: 768px) {
  .instreamatic-banner-overlay,
  .unisound-video {
    bottom: 116px;
  }
  .instreamatic-player-overlay.instreamatic-volume-show {
    display: none;
  }
  .unisound-video a video {
    bottom: 0;
    transform: translateY(0) translateX(-50%);
  }
}
