html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

* {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

iframe,
fieldset {
  border-width: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
}

address {
  font-style: normal;
  line-height: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  border-width: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

textarea:focus,
input:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

ol,
ul,
dl,
dd {
  list-style: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  max-width: 100%;
}

tbody,
td,
th,
thead,
tr {
  border-width: 0;
  text-align: inherit;
}

tr > * {
  padding: 0.75rem;
  word-break: normal;
}

img,
svg,
video,
canvas {
  height: auto;
}

source {
  display: none;
}

img,
svg,
video,
canvas,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}

audio,
video {
  width: 100%;
}

body {
  font-family: var(--secondary-font);
  overflow-x: hidden;
  line-height: 1.5;
  background-color: var(--body-bg);
  color: var(--color-text);
}

html.light .brand-white {
  display: none;
}

html.dark .brand-dark {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--primary-font);
}

:root {
  --primary-font: "Montserrat", sans-serif;
  --secondary-font: "Onest", sans-serif;
  --player-primary: #4b22f5;
  --swiper-navigation-size: 14px;
  --stations-cols-min: 12rem;
  --container-width: 1200px;
  --container-padding: 1rem;
  --player-duration: 0.3s;
  --player-long-duration: 1s;
  --player-volume-width: 100px;
  --box-shadow-low: 0px 1px 3px 0px rgba(0,0,0,0.1) , 0px 1px 2px 0px rgba(0,0,0,0.06);
  --box-shadow-medium: 0px 4px 6px -1px rgba(0,0,0,0.1) , 0px 2px 4px -1px rgba(0,0,0,0.06);
  --box-shadow-high: 0px 10px 15px -3px rgba(0,0,0,0.1) , 0px 4px 6px -2px rgba(0,0,0,0.05);
  --drop-shadow-low: drop-shadow(0px 1px 2px rgba(0,0,0,0.05));
  --drop-shadow-medium: drop-shadow(0px 3px 5px rgba(0,0,0,0.1));
  --drop-shadow-high: drop-shadow(0px 8px 12px rgba(0,0,0,0.1));
}
@media (min-width: 992px) {
  :root {
    --container-padding: 1.5rem;
  }
}

:root {
  --body-bg: #F1F1F1;
  --main-body-bg: #f8fafc;
  --color-title: #0f172a;
  --color-text: #334155;
  --player-border: #cbd5e1;
  --player-channel-bg: #f1f5f9;
  --player-channel-bg-hover: #ffffff;
  --player-headings-bg: #0f172a;
  --player-footer-bg: #0f172a;
  --player-footer-color: #f8fafc;
  --player-channel-bg: #fff;
  --player-range-wrapper-bg: rgb(0 0 0 / 25%);
  --history-bg-item: #f1f5f9;
  --btn-bg: oklch(96.8% 0.007 247.896);
  --btn-bg-hover: oklch(94.3% 0.029 294.588);
  --btn-color: oklch(37.2% 0.044 257.287);
  --btn-color-hover: var(--player-primary);
  --ytlist-bg-video: #fff;
  --ytlist-bg-item: #f1f5f9;
  --ytlist-bg-item-active: #fff;
  --ytlist-bg-iframe: #f1f5f9;
  --ytlist-bg-number: #0f172a;
  --program-header-bg: #fff;
  --promo-bg: rgb(255 255 255 / 20%);
  --slider-button-bg: #fff;
  --slider-button-color: #000;
}

html.dark {
  --body-bg: #00020a;
  --main-body-bg: #020617;
  --color-title: #f8fafc;
  --color-text: #cbd5e1;
  --player-border: #334155;
  --player-channel-bg: #0f172a;
  --player-channel-bg-hover: #1e293b;
  --player-headings-bg: #0f172a;
  --player-footer-bg: #0f172a;
  --player-footer-color: #f8fafc;
  --player-channel-bg: #0f172a;
  --player-range-wrapper-bg: rgb(255 255 255 / 25%);
  --history-bg-item: #0f172a;
  --btn-bg: #1e293b;
  --btn-bg-hover: #334155;
  --btn-color: #f8fafc;
  --btn-color-hover: var(--player-primary);
  --ytlist-bg-video: #0f172a;
  --ytlist-bg-item: #0f172a;
  --ytlist-bg-item-active: #1e293b;
  --ytlist-bg-iframe: #0f172a;
  --ytlist-bg-number: #0f172a;
  --program-header-bg: #0f172a;
  --slider-button-bg: #0f172a;
  --slider-button-color: #f8fafc;
}

.btn {
  background-color: var(--btn-bg);
  color: var(--btn-color);
  padding: var(--btn-padding, 0.5rem);
  font-size: var(--btn-fs, 0.875rem);
  transition-property: background-color, color;
  transition-duration: var(--player-duration);
  display: inline-flex;
  align-items: center;
  column-gap: var(--icon-gap, 0.5rem);
  line-height: 1.5;
  border-radius: 999px;
  white-space: nowrap;
}
.btn-full {
  width: 100%;
  justify-content: center;
}
.btn-primary {
  background-color: var(--player-primary);
  color: #fff;
}
.btn-contrast {
  --btn-bg: rgb(255 255 255 / 10%);
  --btn-bg-hover: rgb(255 255 255 / 20%);
  --btn-color: #fff;
  --btn-color-hover: #fff;
}

.icon {
  width: 24px;
  height: 24px;
}

.image {
  flex: none;
  width: var(--image-size, 10rem);
  aspect-ratio: 1;
  position: relative;
}
.image-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.image img {
  width: 100%;
  height: auto;
  position: absolute;
  aspect-ratio: 1;
  inset: 0;
  object-fit: cover;
  background-color: black;
  transition: top 1s ease-in-out;
}

.main-body {
  padding: var(--container-padding);
  background-color: var(--main-body-bg);
  border-radius: 1rem;
}

.main {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .main {
    padding-top: 7rem;
  }
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
}

.header {
  background-color: var(--player-primary);
  width: 100%;
  transition: background-color var(--player-duration), padding var(--player-duration);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .header {
    z-index: 999;
    position: absolute;
    inset: 0 0 auto;
  }
  .header-fixed {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(1rem);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header-fixed .header-brand {
    height: 32px;
  }
}
.header-brand {
  height: 32px;
  transition: height var(--player-duration);
}
@media (min-width: 768px) {
  .header-brand {
    height: 42px;
  }
}
.header-wrapper {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 1rem;
}
.header-hero {
  background: #212121;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .header-hero {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.header-background {
  --cover-blurred: 1rem;
  position: absolute;
  pointer-events: none;
  z-index: -2;
  max-width: initial;
  top: calc(var(--cover-blurred) * -2);
  left: calc(var(--cover-blurred) * -2);
  width: calc(100% + var(--cover-blurred) * 4);
  height: calc(100% + var(--cover-blurred) * 4);
  filter: blur(var(--cover-blurred));
  opacity: 0.5;
}
.header-background img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: top var(--player-long-duration) ease;
}
.header-songnow {
  color: #fff;
}
.header-title {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .header-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .header-title {
    font-size: 1.5rem;
  }
}
.header-desc {
  font-size: 0.875rem;
  --line-clamp: 1;
}
@media (min-width: 992px) {
  .header-desc {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .header-right .btn {
    font-size: 0;
    gap: 0;
  }
  .header-wrapper {
    flex-direction: column;
  }
}

.section {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section {
    margin-bottom: 3rem;
  }
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
  background-color: var(--player-headings-bg);
}
.section-name {
  background-color: var(--main-body-bg);
  padding-right: 1.25rem;
  color: var(--color-title);
  font-size: 1rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.truncate-line {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 2);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer {
  background-color: var(--player-footer-bg);
  color: var(--player-footer-color);
}
.footer-wrapper {
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 991px) {
  .footer-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.footer-text {
  font-size: 0.875rem;
}
.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.social-item {
  transition: color var(--player-duration);
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
.social-item svg {
  width: 1.25rem;
  height: 1.25rem;
}
.social-item:hover {
  color: var(--player-primary);
}

.scrollbar {
  overflow-x: auto;
  --scrollbar-color: var(--player-primary);
}
@supports not (selector(::-webkit-scrollbar-thumb)) {
  .scrollbar {
    scrollbar-color: var(--scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.scrollbar::-webkit-scrollbar {
  width: var(--scrollbar-color-width, 8px);
  height: var(--scrollbar-color-width, 8px);
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color, black);
  border-radius: 10px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-icon {
  animation: spin 1s linear infinite;
}

.player {
  position: fixed;
  z-index: 900;
  inset: auto 0 0;
  padding-bottom: 1rem;
}
.player:not(.is-playing) {
  --player-equalizer-opacity: 0;
}
@media (min-width: 992px) {
  .player {
    padding-bottom: 1.5rem;
  }
}
.player-wrapper {
  position: relative;
  padding: 0.75rem;
  z-index: 1;
  backdrop-filter: blur(1rem);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .player-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.player-equalizer {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-color: var(--player-primary);
  opacity: 0.75;
  border-radius: 0.5rem;
  display: flex;
  gap: 1px;
  align-items: flex-end;
}
.player-right, .player-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.player-left {
  width: 100%;
  max-width: calc(100% - 4rem);
}
@media (min-width: 992px) {
  .player-left {
    max-width: 40%;
  }
}
.player-picture-wrapper {
  border-radius: 999px;
  border: 3px solid #fff;
}
.player-cover {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
  filter: blur(1rem);
}
.player-cover img {
  max-width: initial;
  transition: top 1s ease-in-out;
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
}

@keyframes equalizer1 {
  0%, 100% {
    height: 0;
  }
  50% {
    height: 4rem;
  }
}
@keyframes equalizer2 {
  0%, 100% {
    height: 0.5rem;
  }
  50% {
    height: 5rem;
  }
}
@keyframes equalizer3 {
  0%, 100% {
    height: 1rem;
  }
  50% {
    height: 3rem;
  }
}
.equalizer-bar {
  background: #fff;
  width: 100%;
  opacity: var(--player-equalizer-opacity, 0.15);
  transition: opacity var(--player-duration);
  height: 0;
  animation-iteration-count: infinite;
}

.equalizer-bar:nth-child(1) {
  animation-name: equalizer1;
  animation-duration: 1.8s;
  animation-delay: 1s;
}

.equalizer-bar:nth-child(2) {
  animation-name: equalizer2;
  animation-duration: 1s;
  animation-delay: 0.1s;
}

.equalizer-bar:nth-child(3) {
  animation-name: equalizer3;
  animation-duration: 1.4s;
  animation-delay: 0.5s;
}

.equalizer-bar:nth-child(4) {
  animation-name: equalizer3;
  animation-duration: 1s;
  animation-delay: 0.6s;
}

.equalizer-bar:nth-child(5) {
  animation-name: equalizer1;
  animation-duration: 1.7s;
  animation-delay: 0.7s;
}

.equalizer-bar:nth-child(6) {
  animation-name: equalizer2;
  animation-duration: 0.6s;
  animation-delay: 0.5s;
}

.equalizer-bar:nth-child(7) {
  animation-name: equalizer2;
  animation-duration: 0.7s;
  animation-delay: 0.4s;
}

.equalizer-bar:nth-child(8) {
  animation-name: equalizer2;
  animation-duration: 1.1s;
  animation-delay: 0.3s;
}

.equalizer-bar:nth-child(9) {
  animation-name: equalizer3;
  animation-duration: 1.2s;
  animation-delay: 0.9s;
}

.equalizer-bar:nth-child(10) {
  animation-name: equalizer3;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
}

.equalizer-bar:nth-child(11) {
  animation-name: equalizer1;
  animation-duration: 1.5s;
  animation-delay: 0.6s;
}

.equalizer-bar:nth-child(12) {
  animation-name: equalizer1;
  animation-duration: 2s;
  animation-delay: 0.5s;
}

.equalizer-bar:nth-child(13) {
  animation-name: equalizer1;
  animation-duration: 1.8s;
  animation-delay: 1s;
}

.equalizer-bar:nth-child(14) {
  animation-name: equalizer3;
  animation-duration: 0.9s;
  animation-delay: 0.2s;
}

.equalizer-bar:nth-child(15) {
  animation-name: equalizer1;
  animation-duration: 1.8s;
  animation-delay: 0.4s;
}

.equalizer-bar:nth-child(16) {
  animation-name: equalizer3;
  animation-duration: 0.6s;
  animation-delay: 0.2s;
}

.equalizer-bar:nth-child(17) {
  animation-name: equalizer1;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
}

.equalizer-bar:nth-child(18) {
  animation-name: equalizer1;
  animation-duration: 1.2s;
  animation-delay: 0.9s;
}

.equalizer-bar:nth-child(19) {
  animation-name: equalizer3;
  animation-duration: 1.3s;
  animation-delay: 0.6s;
}

.equalizer-bar:nth-child(20) {
  animation-name: equalizer2;
  animation-duration: 1.1s;
  animation-delay: 0.9s;
}

.equalizer-bar:nth-child(21) {
  animation-name: equalizer1;
  animation-duration: 0.6s;
  animation-delay: 0.7s;
}

.equalizer-bar:nth-child(22) {
  animation-name: equalizer1;
  animation-duration: 1.7s;
  animation-delay: 0.4s;
}

.equalizer-bar:nth-child(23) {
  animation-name: equalizer2;
  animation-duration: 1.9s;
  animation-delay: 0.7s;
}

.equalizer-bar:nth-child(24) {
  animation-name: equalizer3;
  animation-duration: 1.7s;
  animation-delay: 0.8s;
}

.equalizer-bar:nth-child(25) {
  animation-name: equalizer2;
  animation-duration: 1.2s;
  animation-delay: 0.7s;
}

.equalizer-bar:nth-child(26) {
  animation-name: equalizer1;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
}

.equalizer-bar:nth-child(27) {
  animation-name: equalizer1;
  animation-duration: 1.7s;
  animation-delay: 0.5s;
}

.equalizer-bar:nth-child(28) {
  animation-name: equalizer1;
  animation-duration: 1.4s;
  animation-delay: 1s;
}

.equalizer-bar:nth-child(29) {
  animation-name: equalizer3;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
}

.equalizer-bar:nth-child(30) {
  animation-name: equalizer3;
  animation-duration: 1.4s;
  animation-delay: 0.1s;
}

.equalizer-bar:nth-child(31) {
  animation-name: equalizer3;
  animation-duration: 0.6s;
  animation-delay: 0.7s;
}

.equalizer-bar:nth-child(32) {
  animation-name: equalizer3;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
}

.equalizer-bar:nth-child(33) {
  animation-name: equalizer1;
  animation-duration: 1.1s;
  animation-delay: 0.1s;
}

.equalizer-bar:nth-child(34) {
  animation-name: equalizer2;
  animation-duration: 2s;
  animation-delay: 0.9s;
}

.equalizer-bar:nth-child(35) {
  animation-name: equalizer3;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
}

.equalizer-bar:nth-child(36) {
  animation-name: equalizer3;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

.equalizer-bar:nth-child(37) {
  animation-name: equalizer3;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
}

.equalizer-bar:nth-child(38) {
  animation-name: equalizer1;
  animation-duration: 1.8s;
  animation-delay: 0.8s;
}

.equalizer-bar:nth-child(39) {
  animation-name: equalizer1;
  animation-duration: 1.6s;
  animation-delay: 0.1s;
}

.equalizer-bar:nth-child(40) {
  animation-name: equalizer1;
  animation-duration: 1.3s;
  animation-delay: 0.5s;
}

.equalizer-bar:nth-child(41) {
  animation-name: equalizer3;
  animation-duration: 1.3s;
  animation-delay: 0.9s;
}

.equalizer-bar:nth-child(42) {
  animation-name: equalizer3;
  animation-duration: 1.4s;
  animation-delay: 0.8s;
}

.equalizer-bar:nth-child(43) {
  animation-name: equalizer1;
  animation-duration: 1.1s;
  animation-delay: 0.6s;
}

.equalizer-bar:nth-child(44) {
  animation-name: equalizer3;
  animation-duration: 0.9s;
  animation-delay: 0.3s;
}

.equalizer-bar:nth-child(45) {
  animation-name: equalizer1;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
}

.equalizer-bar:nth-child(46) {
  animation-name: equalizer3;
  animation-duration: 1.7s;
  animation-delay: 0.9s;
}

.equalizer-bar:nth-child(47) {
  animation-name: equalizer3;
  animation-duration: 1s;
  animation-delay: 0.1s;
}

.equalizer-bar:nth-child(48) {
  animation-name: equalizer3;
  animation-duration: 1s;
  animation-delay: 0.8s;
}

.equalizer-bar:nth-child(49) {
  animation-name: equalizer2;
  animation-duration: 1.1s;
  animation-delay: 0.2s;
}

.equalizer-bar:nth-child(50) {
  animation-name: equalizer1;
  animation-duration: 1.6s;
  animation-delay: 0.3s;
}

.song-progress-container {
  position: absolute;
  inset: 0 1rem auto;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.56);
  border-radius: 999px;
  overflow: hidden;
}

.song-progress-container::before {
  content: "";
  display: block;
  width: var(--song-progress, 0%);
  position: absolute;
  background-color: #fff;
  height: 100%;
  transition: width var(--player-long-duration);
}

.volume-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
  position: relative;
  --player-btn-hover: transparent;
}
.volume-container-toggle {
  display: flex;
  z-index: 1;
}
.volume-container.is-vertical {
  --player-range-height: 115px;
  --player-range-width: 6px;
  --player-fill-width: 100%;
  --player-fill-height: auto;
  --player-fill-top: auto;
  --player-fill-bottom: 0;
  --player-thumb-left: 50%;
  --player-thumb-top: auto;
  --player-thumb-ty: translateX(-50%);
  --player-input-width: var(--player-range-height);
}
.volume-range-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: var(--player-input-width, 100%);
}
.volume-range-fill {
  position: absolute;
  top: var(--player-fill-top, 0);
  left: var(--player-fill-left, 0);
  bottom: var(--player-fill-bottom, auto);
  width: var(--player-fill-width, auto);
  height: var(--player-fill-height, 100%);
  transition: background-color var(--player-duration);
  background-color: var(--player-primary);
  transition: background-color var(--player-duration-long);
  border-radius: 1rem;
}
.volume-range-wrapper {
  position: relative;
  height: var(--player-range-height, 4px);
  width: var(--player-range-width, 100%);
  background-color: var(--player-range-wrapper-bg);
  border-radius: 1rem;
  cursor: pointer;
}
.volume-range-thumb {
  width: var(--player-thumb-width, 12px);
  height: var(--player-thumb-width, 12px);
  transition: background-color var(--player-duration);
  background-color: var(--player-primary);
  border-radius: 5rem;
  left: var(--player-thumb-left, auto);
  top: var(--player-thumb-top, 50%);
  position: absolute;
  transform: var(--player-thumb-ty, translateY(-50%));
  cursor: pointer;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.volume-dropdown {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: 0.75rem;
  border-radius: 9999px;
  background-color: var(--body-bg);
  transform: translate(-50%, 0);
  box-shadow: var(--box-shadow-high);
  transition: opacity var(--player-duration), transform var(--player-duration);
}

.player-volume {
  padding: 0.75rem;
}
.player-volume:not(:hover) .volume-dropdown {
  opacity: 0;
  transform: translate(-50%, 1rem) scale(0.95);
  pointer-events: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - var(--marquee-gap, 1.5rem) / 2));
  }
}
.station-name {
  font-weight: 700;
}

.player {
  --image-size: 4rem;
}
.player-content {
  overflow: hidden;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.player-button {
  display: flex;
}
.player-button svg {
  width: var(--icon-size, 24px);
  height: var(--icon-size, 24px);
  color: #fff;
}
.player-button-play {
  --icon-size: 3rem;
  padding: 0;
  background-color: transparent;
  color: #fff;
  width: var(--icon-size);
  height: var(--icon-size);
}
@media (min-width: 992px) {
  .player-button-play {
    position: absolute;
    inset: 50% 0 0 50%;
    transform: translate(-50%, -50%);
  }
}
.player-fix {
  overflow: hidden;
  display: inline-flex;
  width: 100%;
}
.player-title {
  font-family: var(--primary-font);
  white-space: nowrap;
  flex: 1 0 auto;
}
.player-title.is-infinite-scrolling {
  --marquee-gap: 1rem;
  gap: var(--marquee-gap);
  display: flex;
  animation: marquee var(--text-scroll-duration, 5s) linear infinite;
}
.player-title.is-backwards {
  animation-direction: reverse;
}
.player-desc {
  font-size: 0.875rem;
  display: inline-flex;
  gap: 0.5rem;
  white-space: nowrap;
  align-items: center;
}
@media (max-width: 991px) {
  .player-volume {
    display: none;
  }
}
.player-meta {
  width: calc(100% - 1rem - var(--image-size));
}

.player-channels {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--stations-cols-min, 16rem)), 1fr));
}

.channel-picture {
  position: relative;
}
.channel-item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: var(--player-channel-bg);
  transition-property: transform, background-color, box-shadow;
  transition-duration: var(--player-duration);
  box-shadow: 0 0 0 transparent;
  border-radius: 0.5rem;
  will-change: transform, background-color, box-shadow;
}
.channel-item:hover {
  transform: translateY(-0.25rem);
  background-color: var(--player-channel-bg-hover);
  box-shadow: var(--box-shadow-medium);
}
.channel-image {
  border-radius: 0.5rem;
  box-shadow: var(--player-box-shadow-high);
  background-color: var(--player-headings-bg);
  transition: opacity var(--player-duration);
}
.channel-info {
  position: absolute;
  inset: auto 0 0;
  padding: 2rem 4rem 1rem 1rem;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75));
}
.channel-play {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: var(--color-title);
  background-color: var(--player-channel-bg);
  padding: 0.75rem 12px;
  border-radius: 999px;
  box-shadow: var(--box-shadow-medium);
}
.channel-play svg {
  width: 1rem;
  aspect-ratio: 1;
}
.channel-title {
  font-size: 1rem;
  font-weight: 700;
  --line-clamp: 1;
}
.channel-description {
  font-size: 0.75rem;
}
.channel-secondary-image {
  inset: 0;
  position: absolute;
  z-index: -1;
}
.channel-item:hover .channel-image {
  opacity: 0;
}
.channel-item:hover .channel-description span:first-child {
  display: none;
}
.channel-item:not(:hover) .channel-description span:last-child {
  display: none;
}

.player-history {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 16rem), 1fr));
  gap: 1rem;
}

.history {
  background-color: var(--history-bg-item);
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  transition-property: transform, background-color, box-shadow;
  transition-duration: var(--player-duration);
}
.history:hover {
  transform: translateY(-0.25rem);
  box-shadow: var(--box-shadow-medium);
}
.history-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .history-wrapper {
    padding: 1rem;
  }
}
.history-art {
  width: 80px;
  border-radius: 0.5rem;
  box-shadow: var(--box-shadow-high);
}
.history-title {
  font-weight: 800;
  color: var(--color-title);
}
.history-artist {
  opacity: 0.75;
  --line-clamp: 1;
}
.history-bg {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  transition: opacity var(--player-duration);
  background-size: cover;
  filter: blur(1.5rem);
}
.history:not(:hover) .history-bg {
  opacity: 0;
}
.history-button {
  inset: 0;
  position: absolute;
  z-index: 10;
}

.videoTops {
  --vtops-item-height: 80px;
  position: relative;
  filter: var(--drop-shadow-medium);
}
.videoTops-element {
  display: flex;
  align-items: center;
  position: relative;
}
.videoTops-element img {
  height: var(--vtops-item-height);
  width: 100px;
  object-fit: cover;
}
.videoTops-load-iframe {
  position: absolute;
  inset: 0;
}
.videoTops-info {
  padding: 0 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.videoTops-item {
  background-color: var(--ytlist-bg-item, #f6f6f6);
  counter-increment: ytlist-item;
  display: flex;
  transition: background-color 0.3s ease;
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
}
.videoTops-item.is-active {
  --ytlist-bg-item: var(--ytlist-bg-item-active);
}
.videoTops-item.is-active::before {
  background-color: var(--player-primary);
}
.videoTops-item::before {
  content: counter(ytlist-item);
  width: 2rem;
  text-align: center;
  background-color: var(--ytlist-bg-number);
  transition: background-color 0.3s ease;
  color: white;
  line-height: var(--vtops-item-height);
  font-weight: 800;
  flex: none;
}
@media (min-width: 901px) {
  .videoTops-item:not(.is-active) {
    margin-right: 0.5rem;
  }
}
.videoTops-item + .videoTops-item {
  margin-top: 0.5rem;
}
.videoTops-item:not(.is-active) .videoTops-iframe {
  display: none;
}
.videoTops-content {
  overflow: hidden;
}
@media (max-width: 900px) {
  .videoTops-content {
    flex: 1;
  }
}
.videoTops-list {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 901px) {
  .videoTops-list {
    width: 40%;
  }
}
.videoTops-video {
  padding: 1rem;
  background-color: var(--ytlist-bg-video, white);
  position: relative;
  aspect-ratio: 16/9;
  flex: 1 0 auto;
}
.videoTops-video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .videoTops-video {
    display: none;
  }
}
.videoTops-info h3 {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.videoTops-info p {
  font-size: 0.875rem;
  opacity: 0.5;
  margin: 0;
  margin-top: 0.5rem;
  line-height: 1;
}
.videoTops-iframe {
  padding: 1rem;
  background-color: var(--ytlist-bg-iframe, #f6f6f6);
  aspect-ratio: 16/9;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media (min-width: 901px) {
  .videoTops-iframe {
    position: absolute;
    inset: 0 0 0 auto;
    background-color: var(--ytlist-bg-item-active);
    width: 60%;
  }
}
.videoTops-iframe iframe {
  width: 100%;
  height: 100%;
}

.slider {
  position: relative;
}
.slider-wrapper {
  display: flex;
  transition: transform var(--transition);
  border-radius: 1rem;
}
.slider-slide {
  flex: 1 0 100%;
}
.slider-image {
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background-color: var(--slider-button-bg, #fff);
  color: var(--slider-button-color, #000);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 55rem;
  transition: opacity var(--duration);
  transform: translateY(-50%);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next {
  right: -1rem;
}

.swiper-button-prev {
  left: -1rem;
}

.team-wrapper {
  position: relative;
}
.team-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 5;
  color: #fff;
  padding: 1.5rem;
  transition: padding var(--duration);
  background-image: linear-gradient(180deg, transparent, #000);
  text-align: center;
}
.team-item {
  aspect-ratio: 5/6;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.team-image {
  height: 100%;
  width: 100%;
  background-color: var(--player-primary, black);
}
.team-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
  transition-property: transform, filter, opacity;
  transition-duration: var(--player-duration);
}
.team-item:hover .team-image img {
  transform: scale(1.1);
  filter: blur(5px);
  opacity: 0.8;
}
.team-title {
  font-weight: 700;
}
.team-description {
  font-size: 0.75rem;
}
.team-item:hover .team-content {
  padding-bottom: 2rem;
}

.swiper-news:not(.swiper-initialized) .news {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--news-cols-min, 14rem)), 1fr));
  display: grid;
  gap: 12px;
}

.news-wrapper {
  position: relative;
}

.news-item {
  cursor: pointer;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.news-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, transparent, #000);
  transition: background-color var(--player-duration);
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 992px) {
  .news-item {
    aspect-ratio: 21/9;
  }
}

.news-image {
  width: 100%;
  height: 100%;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--player-duration);
}

.news-content {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  color: #fff;
  transition: padding var(--player-duration);
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .news-content {
    transform: translateY(-50%);
    inset: 50% 0 0;
    max-width: 50%;
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .news-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.news-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) {
  .news-title {
    font-size: 1.875rem;
  }
}

.news-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-date {
  font-size: 0.75rem;
}

.news-item:hover .news-image img {
  transform: scale(1.1);
}

.news-item:hover .news-content {
  padding-bottom: 2rem;
}

.swiper-news-thumbs {
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  max-width: 40%;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .swiper-news-thumbs {
    padding: 3rem 2rem;
  }
}
@media (max-width: 991px) {
  .swiper-news-thumbs {
    display: none;
  }
}

.swiper-pagination {
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.75);
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-size: 10px;
}
@media (min-width: 992px) {
  .swiper-pagination {
    display: none;
  }
}

.news-thumbs {
  display: flex;
  flex-direction: column;
}

.news-thumb-item {
  padding: 0.5rem;
  border-radius: 1rem;
  transition: background-color var(--player-duration);
  cursor: pointer;
}
.news-thumb-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.news-thumb-item.swiper-slide-thumb-active span {
  opacity: 0.5;
}

.news-thumbs .swiper-slide {
  height: auto;
}

.news-thumb-image {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.news-thumb-image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 999px;
}

.news-thumb-title {
  color: #fff;
}

.program-header {
  box-shadow: var(--box-shadow-medium);
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
  background-color: var(--program-header-bg);
  justify-content: space-evenly;
  border-radius: 80px;
}
.program-button {
  padding: 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-title);
  flex: 1 0 auto;
}
.program-button.is-active {
  background-color: var(--player-primary, #000);
  color: var(--program-active-color, #fff);
}
@media (max-width: 575.98px) {
  .program-button:not(.is-active) {
    font-size: 0;
    padding: 1rem 0.75rem;
  }
  .program-button:first-letter {
    font-size: 0.75rem;
  }
}

.schedule-list {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--program-cols-min, 16rem)), 1fr));
  display: grid;
  gap: 0.6rem;
}
.schedule-list:not(.is-active) {
  display: none;
}
.schedule-item {
  aspect-ratio: 16/9;
  position: relative;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border-radius: 4px;
  border-bottom: 6px solid var(--program-accent, #000);
  background-color: #000;
}
.schedule-item:hover {
  --program-mask-hover: .5;
  --title-program-bar-width: 100%;
}
.schedule-item::after, .schedule-item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
  pointer-events: none;
}
.schedule-item::after {
  background-color: var(--filter-one, #058ad3);
  mix-blend-mode: screen;
}
.schedule-item::before {
  background-color: var(--filter-two, #47f9d5);
  mix-blend-mode: multiply;
}
.schedule-item:hover::after {
  opacity: 0.5;
}
.schedule-item:hover::before {
  opacity: 1;
}
.schedule-item.is-current .nexo-schedule-item-content::before {
  content: "Al aire";
  background-color: var(--program-accent);
  font-size: 10px;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border-radius: 25rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}
.schedule-item-picture {
  position: absolute;
  inset: 0;
}
.schedule-item-picture img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.schedule-item-content {
  position: absolute;
  inset: auto 0 0;
  padding: 2rem 1rem 1rem;
  color: #fff;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75));
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.schedule-item-description {
  font-size: 13px;
  margin: 0;
  margin-top: 0.25rem;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  line-height: 1.5;
  font-weight: 500;
}
.schedule-item-title {
  font-weight: 800;
  font-size: 1.125rem;
  margin: 0;
  line-height: 0.7;
  font-family: Montserrat, sans-serif;
  letter-spacing: normal;
}
.schedule-item-title::after {
  height: 5px;
  width: var(--title-program-bar-width, 0%);
  content: "";
  display: block;
  background-image: linear-gradient(to right, #ff0f59 50%, #7f07e8 100%, #fff 100%);
  transition: width 0.5s;
}
.schedule-item.is-current {
  --program-accent: var(--player-primary, #fff);
}
.schedule-item.is-current .nexo-schedule-item-content {
  background-image: linear-gradient(180deg, transparent, var(--player-primary));
}

.prm {
  position: fixed;
  z-index: 99999;
  background-color: var(--promo-bg);
  inset: 0 auto 0 0;
  transition: transform var(--player-duration);
  backdrop-filter: blur(1rem);
  box-shadow: var(--box-shadow-high);
}
.prm:not(.is-active) {
  transform: translateX(-100%);
}
.prm-content {
  padding: 1rem;
}
.prm-image {
  width: 120px;
  border-radius: 1rem;
  cursor: pointer;
  border: 5px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 8px 17px 2px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.station-prm:not(.is-loaded) {
  display: none;
}

@keyframes modalOpen {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  backdrop-filter: blur(1rem);
}
.modal:not(.is-open) {
  display: none;
}
.modal-content {
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  max-width: 900px;
  border-radius: 0.5rem;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
  animation: modalOpen var(--player-duration) ease;
}
.modal-header {
  padding: 1rem;
  display: flex;
  border-bottom: 1px solid var(--color-border);
}
.modal-close {
  margin-left: auto;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.25);
  right: -0.75rem;
  top: -0.75rem;
  border-radius: 50rem;
  display: flex;
  padding: 0.25rem;
  color: #fff;
  z-index: 1;
}
.modal-body {
  padding: 0.75rem;
}
.modal-form :where(input, textarea) {
  background-color: var(--player-channel-bg);
  padding: 1rem;
  border-radius: 0.5rem;
  field-sizing: content;
  max-height: 8rem;
}
.modal-message::after {
  content: var(--modal-message, "Sin mensaje");
  position: fixed;
  display: block;
  right: 1rem;
  bottom: 1rem;
  z-index: 99999;
  background-color: var(--modal-message-bg, #000);
  color: var(--modal-message-color, #fff);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.modal-success {
  --modal-message: "Enviado correctamente";
  --modal-message-bg: #14b8a6;
}
.modal-error {
  --modal-message: "Error al enviar";
  --modal-message-bg: #ef4444;
}

.modal-form .modal-content {
  background-color: var(--body-bg);
  max-width: 600px;
}

.modal-form .modal-close {
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-share .modal-content {
  background-color: #1c1c1c;
  text-align: center;
  padding: 1rem;
  color: #fff;
  max-width: 520px;
  box-shadow: 0px 8px 17px 2px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.modal-social.player-socials {
  margin-top: 1rem;
  --btn-padding: .75rem;
  --icon-size: 18px;
}

.player-modal-image {
  margin: auto;
  margin-bottom: 1rem;
}

.modal-lyrics .modal-content {
  background: #000;
  color: #fff;
  font-size: 1.125rem;
  padding: 2.5rem;
}

.modal-lyrics .modal-content pre {
  white-space: pre-wrap;
}

.modal-lyrics-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

body.modal-article {
  overflow: hidden;
}

.modal-article {
  background-color: #fff;
  display: block;
  padding: 1rem;
  overflow-y: auto;
}

.modal-article .modal-content {
  background: none;
  max-height: inherit;
  height: 100%;
  margin: auto;
}

.modal-article-title {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  padding-right: 2rem;
}

.modal-article .modal-body {
  overflow: initial;
  padding: 0;
}

.modal-article .modal-close {
  color: #000000;
  right: 0;
  top: 0.5rem;
}

.modal-article-content {
  font-size: 1.125rem;
  line-height: 1.75;
  padding-bottom: 2rem;
  word-break: break-word;
  hyphens: auto;
}

.modal-song .modal-content {
  max-width: 600px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 1rem;
}

.modal-song-content {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-song-image {
  margin-bottom: 1rem;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video-js.video-js-stream {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  --video-font-size: 16px;
}
.video-js.video-js-stream .vjs-menu-button-inline.vjs-slider-active,
.video-js.video-js-stream .vjs-menu-button-inline:focus,
.video-js.video-js-stream .vjs-menu-button-inline:hover,
.video-js.video-js-stream .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em;
}
.video-js.video-js-stream .vjs-controls-disabled .vjs-big-play-button {
  display: none !important;
}
.video-js.video-js-stream .vjs-control {
  width: 3em;
}
.video-js.video-js-stream .vjs-menu-button-inline:before {
  width: 1.5em;
}
.video-js.video-js-stream .vjs-menu-button-inline .vjs-menu {
  left: 3em;
}
.video-js.video-js-stream .video-js.vjs-paused .vjs-big-play-button,
.video-js.video-js-stream .vjs-paused.vjs-has-started.vjs-big-play-button {
  display: block;
}
.video-js.video-js-stream .vjs-load-progress div,
.video-js.video-js-stream .vjs-seeking .vjs-big-play-button,
.video-js.video-js-stream .vjs-waiting .vjs-big-play-button {
  display: none !important;
}
.video-js.video-js-stream .vjs-mouse-display:after,
.video-js.video-js-stream .vjs-play-progress:after {
  padding: 0 0.4em 0.3em;
}
.video-js.video-js-stream .video-js.vjs-ended .vjs-loading-spinner {
  display: none;
}
.video-js.video-js-stream .video-js.vjs-ended .vjs-big-play-button {
  display: block !important;
}
.video-js.video-js-stream .video-js *,
.video-js.video-js-stream .video-js:after,
.video-js.video-js-stream .video-js:before {
  box-sizing: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.video-js.video-js-stream .video-js.vjs-fullscreen,
.video-js.video-js-stream .video-js.vjs-fullscreen .vjs-tech {
  width: 100% !important;
  height: 100% !important;
}
.video-js.video-js-stream .video-js {
  font-size: 14px;
  overflow: hidden;
}
.video-js.video-js-stream .vjs-control {
  color: inherit;
}
.video-js.video-js-stream .vjs-menu-button-inline:hover,
.video-js.video-js-stream .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 8.35em;
}
.video-js.video-js-stream .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
  height: 3em;
  width: 6.35em;
}
.video-js.video-js-stream .vjs-control:focus:before,
.video-js.video-js-stream .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff;
}
.video-js.video-js-stream .vjs-spacer,
.video-js.video-js-stream .vjs-time-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.video-js.video-js-stream .vjs-time-control {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
}
.video-js.video-js-stream .vjs-time-control.vjs-time-divider {
  width: 14px;
}
.video-js.video-js-stream .vjs-time-control.vjs-time-divider div {
  width: 100%;
  text-align: center;
}
.video-js.video-js-stream .vjs-time-control.vjs-current-time {
  margin-left: 1em;
}
.video-js.video-js-stream .vjs-time-control .vjs-current-time-display,
.video-js.video-js-stream .vjs-time-control .vjs-duration-display {
  width: 100%;
}
.video-js.video-js-stream .vjs-time-control .vjs-current-time-display {
  text-align: right;
}
.video-js.video-js-stream .vjs-time-control .vjs-duration-display {
  text-align: left;
}
.video-js.video-js-stream .vjs-play-progress:before,
.video-js.video-js-stream .vjs-progress-control .vjs-play-progress:before,
.video-js.video-js-stream .vjs-remaining-time,
.video-js.video-js-stream .vjs-volume-level:after,
.video-js.video-js-stream .vjs-volume-level:before,
.video-js.video-js-stream .video-js.vjs-live .vjs-time-control.vjs-current-time,
.video-js.video-js-stream .video-js.vjs-live .vjs-time-control.vjs-duration,
.video-js.video-js-stream .video-js.vjs-live .vjs-time-control.vjs-time-divider,
.video-js.video-js-stream .video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
  display: none;
}
.video-js.video-js-stream .video-js.vjs-no-flex .vjs-time-control {
  display: table-cell;
  width: 4em;
}
.video-js.video-js-stream .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.5em;
  top: -0.5em;
}
.video-js.video-js-stream .vjs-progress-control .vjs-load-progress,
.video-js.video-js-stream .vjs-progress-control .vjs-play-progress,
.video-js.video-js-stream .vjs-progress-control .vjs-progress-holder {
  height: 100%;
}
.video-js.video-js-stream .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}
.video-js.video-js-stream .vjs-progress-control:hover {
  height: 1.5em;
  top: -1.5em;
}
.video-js.video-js-stream .vjs-control-bar {
  -webkit-transition: -webkit-transform 0.1s ease 0s;
  -moz-transition: -moz-transform 0.1s ease 0s;
  -ms-transition: -ms-transform 0.1s ease 0s;
  -o-transition: -o-transform 0.1s ease 0s;
  transition: transform 0.1s ease 0s;
}
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.video-js.video-js-stream .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  visibility: visible;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(3em);
  -moz-transform: translateY(3em);
  -ms-transform: translateY(3em);
  -o-transform: translateY(3em);
  transform: translateY(3em);
  -webkit-transition: -webkit-transform 1s ease 0s;
  -moz-transition: -moz-transform 1s ease 0s;
  -ms-transition: -ms-transform 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s;
  transition: transform 1s ease 0s;
}
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
.video-js.video-js-stream .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
  height: 0.25em;
  top: -0.25em;
  pointer-events: none;
  -webkit-transition: height 1s, top 1s;
  -moz-transition: height 1s, top 1s;
  -ms-transition: height 1s, top 1s;
  -o-transition: height 1s, top 1s;
  transition: height 1s, top 1s;
}
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.video-js.video-js-stream .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.video-js.video-js-stream .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
  opacity: 0;
  -webkit-transition: opacity 1s ease 1s;
  -moz-transition: opacity 1s ease 1s;
  -ms-transition: opacity 1s ease 1s;
  -o-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s;
}
.video-js.video-js-stream .video-js.vjs-live .vjs-live-control {
  margin-left: 1em;
}
.video-js.video-js-stream .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  border: none;
  background-color: #fff;
  color: #262626;
  transition: border-color 0.4s, outline 0.4s, background-color 0.4s;
  font-size: 3.5em;
  border-radius: 50%;
  height: 2em !important;
  line-height: 2em !important;
  margin-top: -1em !important;
}
.video-js.video-js-stream .vjs-menu-button-popup .vjs-menu {
  left: -3em;
}
.video-js.video-js-stream .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: transparent;
  width: 12em;
  left: -1.5em;
  padding-bottom: 0.5em;
}
.video-js.video-js-stream .vjs-menu-button-popup .vjs-menu .vjs-menu-item,
.video-js.video-js-stream .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
  background-color: #151b17;
  margin: 0.3em 0;
  padding: 0.5em;
  border-radius: 0.3em;
}
.video-js.video-js-stream .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  background-color: var(--primary);
}
.video-js.video-js-stream .vjs-big-play-button:active,
.video-js.video-js-stream .vjs-big-play-button:focus,
.video-js.video-js-stream .video-js:hover .vjs-big-play-button {
  background-color: var(--primary);
}
.video-js.video-js-stream .vjs-loading-spinner {
  border-color: var(--primary);
}
.video-js.video-js-stream .vjs-control-bar2 {
  background-color: #000;
}
.video-js.video-js-stream .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #fff;
  font-size: var(--video-font-size, 14px);
}
.video-js.video-js-stream .vjs-play-progress,
.video-js.video-js-stream .vjs-volume-level {
  background-color: var(--primary);
}

.video-is-ready .player-wrapper {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.video-is-ready .video-js-stream {
  opacity: 1;
  pointer-events: all;
}

@keyframes zoomInBounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.install-buttons {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.install-buttons:not(.is-active) {
  display: none;
}
.install-buttons-wrapper {
  animation: 0.5s zoomInBounce;
  position: relative;
  border-radius: 1rem;
  max-width: 600px;
  text-align: center;
  padding: 2rem;
  color: #fff;
  background-color: var(--bg-modal, rgba(255, 255, 255, 0.2));
  backdrop-filter: blur(1rem);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.install-buttons-wrapper h4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.install-buttons-wrapper p {
  margin-bottom: 1rem;
}

.install-botton {
  align-items: flex-end;
}
.install-botton > * {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 700px;
  --bg-modal: rgb(255 255 255 / 5%);
}
@media (max-width: 767px) {
  .install-botton > * {
    flex-direction: column;
  }
}
.install-botton .close-install {
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
}
.install-botton .install-buttons-wrapper p {
  margin: 0;
  text-align: left;
}
.install-botton .install-button {
  text-transform: capitalize;
  --btn-bg: #fff;
  --btn-color: #000;
}
.install-botton .install-button svg {
  width: 24px;
  height: 24px;
  flex: none;
}

.badge {
  padding: 2px 5px;
  line-height: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000;
  font-weight: 700;
  text-shadow: 0 0 transparent;
  font-size: 0.75rem;
  border-radius: 4px;
}
.badge::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #F44336;
  border-radius: 999px;
}

.light #toggle-scheme .toggle-moon {
  display: none;
}

.dark #toggle-scheme .toggle-sun {
  display: none;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: var(--fade-opacity-end, 0.5);
  }
}
.skeleton-text {
  --fade-opacity-end: 0.5;
  color: transparent;
  background-color: var(--skeleton-bg, rgba(255, 255, 255, 0.1));
  border-radius: 1rem;
  animation: fadeInOut 2s infinite linear;
  display: inline-flex;
  line-height: 1;
  text-shadow: 0 0 transparent;
}
.skeleton-img {
  background-color: var(--skeleton-bg, rgba(0, 0, 0, 0.1));
  animation: fadeInOut 2s infinite linear;
  border-radius: 0.5rem;
  aspect-ratio: 1/1;
}
.skeleton-img-small {
  width: 80px;
}
.skeleton-img-medium {
  width: 120px;
}
.skeleton-img-large {
  width: 100%;
}
