/* You can add global styles to this file, and also import other style files */
:root {
  --uni-menu-black: #0a121d;
  --uni-menu-primary: #0095da !important;
  --uni-menu-primary-dark: #0067a8;
  --uni-menu-background-color: #161e28;
  --uni-menu-overlay-background-colour: rgb(10, 18, 29);
}
[data-theme=gotv] {
  --uni-menu-black: #000000;
  --uni-menu-primary: #FDC915 !important;
  --uni-menu-primary-dark: #007e3c;
  --uni-menu-background-color: #132317;
  --uni-menu-overlay-background-colour: #041803;
}
.nav-list, #root nav.mobile-sub-nav ul, #root nav.mobile-channels ul, #root .mobile-parent-nav ul.mobile-parent-links, #root .profile-menu, #root div.channels ul, #root ul.site-links, #root .sub-menu ul {
  padding: 0;
  margin: 0;
}
.nav-list li, #root nav.mobile-sub-nav ul li, #root nav.mobile-channels ul li, #root .mobile-parent-nav ul.mobile-parent-links li, #root .profile-menu li, #root div.channels ul li, #root ul.site-links li, #root .sub-menu ul li {
  list-style: none;
  padding-left: 0;
  color: #fff;
  cursor: pointer !important;
}
._flex-centered, #root span.select span.select-container, #root nav.mobile-channels ul li, #root .mobile-parent-nav span.browse span, #root .mobile-parent-nav .mobile-selectors, #root #mobile-header .site-logo, #root #mobile-header .menu-icon, form.menu-search button, #root span.inbox-icon i.unread-count, #root div.channels ul li, #root .channel-menu .channel-menu-container, #root .header-menu .header-menu-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  ._max-width, #root .channel-menu .channel-menu-container, #root .sub-menu ul, #root .header-menu .header-menu-container {
    max-width: 510px;
  }
}
@media (min-width: 768px) {
  ._max-width, #root .channel-menu .channel-menu-container, #root .sub-menu ul, #root .header-menu .header-menu-container {
    max-width: 690px;
  }
}
@media (min-width: 992px) {
  ._max-width, #root .channel-menu .channel-menu-container, #root .sub-menu ul, #root .header-menu .header-menu-container {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  ._max-width, #root .channel-menu .channel-menu-container, #root .sub-menu ul, #root .header-menu .header-menu-container {
    max-width: 1110px;
  }
}
@media (min-width: 1500px) {
  ._max-width, #root .channel-menu .channel-menu-container, #root .sub-menu ul, #root .header-menu .header-menu-container {
    max-width: 1410px;
  }
}
body.search-open {
  overflow: hidden !important;
}
#root {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  font-family: Poppins, sans-serif;
  color: #fff;
}
#root *,
#root *::before,
#root *::after {
  box-sizing: content-box !important;
}
@media (min-width: 992px) {
  #root {
    height: 94px;
  }
}
#root [class^=icon-],
#root [class*=" icon-"],
#root .sign-in,
#root .sign-out {
  cursor: pointer !important;
  white-space: nowrap;
}
#root label {
  margin-bottom: 0 !important;
}
#root #top-menu {
  margin: auto;
}
#root #top-menu .site-logo {
  display: flex;
  align-items: center;
  height: 94px !important;
  cursor: pointer;
}
#root #top-menu:has(.channel-menu) .site-logo, #root #top-menu:has(.sub-menu) .site-logo {
  height: 73px !important;
}
#root .header-menu {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 0 10px;
}
#root .header-menu .header-menu-container {
  justify-content: space-between;
  margin: auto;
  gap: 32px;
}
#root .header-menu .header-menu-container > span {
  display: flex;
  align-items: center;
}
#root .header-menu .header-menu-container > span.main-links {
  gap: 32px;
}
#root .header-menu .header-menu-container > span.icons {
  gap: 15px;
  border-bottom: 1.6px solid transparent;
}
#root .header-menu .header-menu-container > span.icons .main-logo {
  cursor: pointer;
}
#root .header-menu .header-menu-container i {
  font-size: 24px;
}
#root .header-menu .header-menu-container i.flag {
  cursor: pointer;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
#root .header-menu .header-menu-container i.flag:hover {
  box-shadow: 0px 0px 15px 0px var(--uni-menu-primary);
}
#root .header-menu .header-menu-container i.icon-site-switcher {
  font-size: 20px !important;
  opacity: 0.5;
}
#root .header-menu .header-menu-container i.icon-site-switcher:hover {
  opacity: 1;
}
#root .header-menu .header-menu-container i.icon-close {
  font-size: 15px !important;
  margin: 0 2.5px;
}
#root .sub-menu {
  display: flex;
  justify-content: center;
  background: rgba(10, 18, 29, 0.1019607843) 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(30px) brightness(90%);
  backdrop-filter: blur(30px) brightness(90%);
  border-width: 1px 0;
  opacity: 1;
  animation: fadeInDown 250ms ease-in-out;
}
#root .sub-menu ul {
  margin: 10px 0;
  display: flex;
  gap: 30px;
}
#root .sub-menu ul li {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#root .sub-menu ul li:nth-child(1) {
  animation-delay: 0.09s;
}
#root .sub-menu ul li:nth-child(2) {
  animation-delay: 0.18s;
}
#root .sub-menu ul li:nth-child(3) {
  animation-delay: 0.27s;
}
#root .sub-menu ul li:nth-child(4) {
  animation-delay: 0.36s;
}
#root .sub-menu ul li:nth-child(5) {
  animation-delay: 0.45s;
}
#root .sub-menu ul li:nth-child(6) {
  animation-delay: 0.54s;
}
#root .sub-menu ul li:nth-child(7) {
  animation-delay: 0.63s;
}
#root .sub-menu ul li:nth-child(8) {
  animation-delay: 0.72s;
}
#root .sub-menu ul li:nth-child(9) {
  animation-delay: 0.81s;
}
#root .sub-menu ul li:nth-child(10) {
  animation-delay: 0.9s;
}
#root .sub-menu ul li:nth-child(11) {
  animation-delay: 0.99s;
}
#root .sub-menu ul li:nth-child(12) {
  animation-delay: 1.08s;
}
#root .sub-menu ul li:nth-child(13) {
  animation-delay: 1.17s;
}
#root .sub-menu ul li:nth-child(14) {
  animation-delay: 1.26s;
}
#root .sub-menu ul li:nth-child(15) {
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 1500px) {
  #root .sub-menu ul {
    margin-left: 210px;
    width: 100%;
    justify-content: start;
  }
}
#root .sub-menu ul li {
  font-size: 16px !important;
  font-weight: 300 !important;
}
#root .sub-menu ul li:hover {
  color: var(--uni-menu-primary);
}
#root .channel-menu {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%) 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(10px) brightness(90%);
  backdrop-filter: blur(10px) brightness(90%);
}
#root .channel-menu label {
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-align: center;
}
#root .channel-menu .channel-menu-container {
  justify-content: space-around;
  margin: auto;
  padding: 10px 0 20px 0;
}
#root .channel-menu .channel-menu-container .other-sites,
#root .channel-menu .channel-menu-container .selector {
  text-align: center;
}
#root .channel-menu .channel-menu-container fieldset {
  border: 0;
  display: flex;
  gap: 30px;
}
#root .channel-menu .channel-menu-container .selector .select {
  margin-top: 24px;
}
@media (max-width: 1499.9px) {
  #root .header-menu-container.x-condensed, #root .header-menu-container.condensed, #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) {
    gap: 16px !important;
  }
  #root .header-menu-container.x-condensed .main-links, #root .header-menu-container.condensed .main-links, #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) .main-links {
    gap: 16px !important;
  }
  #root .header-menu-container.x-condensed ul.site-links, #root .header-menu-container.condensed ul.site-links, #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) ul.site-links {
    gap: 24px !important;
  }
  #root .header-menu-container.x-condensed ul.site-links li, #root .header-menu-container.condensed ul.site-links li, #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) ul.site-links li {
    font-size: 16px !important;
  }
  #root .header-menu-container.x-condensed .sign-in,
  #root .header-menu-container.x-condensed .sign-out, #root .header-menu-container.condensed .sign-in,
  #root .header-menu-container.condensed .sign-out, #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) .sign-in,
  #root .header-menu-container:has(ul.site-links):has(li:nth-child(6)) .sign-out {
    font-size: 14px !important;
  }
}
@media (max-width: 1499.9px) {
  #root .header-menu-container.x-condensed ul.site-links li, #root .header-menu-container:has(ul.site-links):has(li:nth-child(7)) ul.site-links li {
    font-size: 15px !important;
  }
}
#root ul.site-links {
  display: flex;
  gap: 32px;
}
#root ul.site-links li {
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1.6px solid transparent;
}
#root ul.site-links li:hover {
  color: var(--uni-menu-primary);
  transition: color 0.2s ease-in-out;
}
#root ul.site-links li.active {
  font-weight: bold;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--uni-menu-primary-dark);
}
#root ul.site-links li.on-path {
  font-weight: bold;
}
#root ul.site-links.active li {
  margin-top: 24px;
}
#root ul.site-links.active li:not(.active) {
  opacity: 0.5;
}
#root ul.site-links li {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#root ul.site-links li:nth-child(1) {
  animation-delay: 0.09s;
}
#root ul.site-links li:nth-child(2) {
  animation-delay: 0.18s;
}
#root ul.site-links li:nth-child(3) {
  animation-delay: 0.27s;
}
#root ul.site-links li:nth-child(4) {
  animation-delay: 0.36s;
}
#root ul.site-links li:nth-child(5) {
  animation-delay: 0.45s;
}
#root ul.site-links li:nth-child(6) {
  animation-delay: 0.54s;
}
#root ul.site-links li:nth-child(7) {
  animation-delay: 0.63s;
}
#root ul.site-links li:nth-child(8) {
  animation-delay: 0.72s;
}
#root ul.site-links li:nth-child(9) {
  animation-delay: 0.81s;
}
#root ul.site-links li:nth-child(10) {
  animation-delay: 0.9s;
}
#root ul.site-links li:nth-child(11) {
  animation-delay: 0.99s;
}
#root ul.site-links li:nth-child(12) {
  animation-delay: 1.08s;
}
#root ul.site-links li:nth-child(13) {
  animation-delay: 1.17s;
}
#root ul.site-links li:nth-child(14) {
  animation-delay: 1.26s;
}
#root ul.site-links li:nth-child(15) {
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root div.channels {
  text-align: center;
}
#root div.channels ul {
  display: flex;
  margin-top: 10px;
  gap: 30px;
}
#root div.channels ul li {
  background: transparent linear-gradient(170deg, rgba(175, 176, 185, 0.05) 0%, rgba(175, 176, 185, 0.05) 50%, rgba(175, 176, 185, 0) 50%, rgba(175, 176, 185, 0) 100%) 0 0 no-repeat padding-box;
  box-shadow: 0 22px 30px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  opacity: 1;
  -webkit-backdrop-filter: blur(50px) brightness(4%) opacity(0.5);
  backdrop-filter: blur(50px) brightness(4%) opacity(0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 15px;
  flex-wrap: wrap;
}
#root div.channels ul li img {
  width: 73px;
  height: 73px;
}
#root span.inbox-icon {
  display: inline-block;
  position: relative;
  margin-top: 5px;
}
#root span.inbox-icon i {
  display: inline-block;
  position: relative;
}
#root span.inbox-icon i.unread-count {
  border-radius: 50% !important;
  display: inline-block;
  position: absolute;
  top: -9px;
  left: -10px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  color: #fff;
  background-color: #dc3545;
}
@media only screen and (max-width: 768px) {
  #root span.inbox-icon i.unread-count {
    top: -6px;
    left: -8px;
    font-size: 10px;
    width: 16px;
    height: 16px;
  }
}
#root .no-select, #root span.select li, #root span.select span.select-container, #root .mobile-parent-nav span.browse span, #root .nav-list li, #root nav.mobile-sub-nav ul li, #root nav.mobile-channels ul li, #root .mobile-parent-nav ul.mobile-parent-links li, #root .profile-menu li, .nav-list #root li, #root nav.mobile-sub-nav ul #root li, #root nav.mobile-channels ul #root li, #root .mobile-parent-nav ul.mobile-parent-links #root li, #root i,
#root img, #root .sub-menu ul li, #root ul.site-links li, #root div.channels ul li {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
}
.flag {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#root .profile-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
#root .profile-container [class^=icon-arrow] {
  font-size: 8px !important;
}
#root .profile-menu {
  display: none;
  border-radius: 3.2px;
  border: 0.8px rgba(255, 255, 255, 0.1);
  opacity: 1;
  -webkit-backdrop-filter: blur(15px) brightness(100%);
  backdrop-filter: blur(15px) brightness(100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--uni-menu-background-color);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
}
#root .profile-menu.open {
  display: block;
  position: absolute;
  top: 60px;
  right: 10px;
  box-shadow: 0 3px 10px 7px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  #root .profile-menu.open {
    right: 10px;
  }
}
@media (min-width: 992px) {
  #root .profile-menu.open {
    --max: 960px;
    right: calc((100vw - var(--max)) / 2);
    top: 80px;
  }
}
@media (min-width: 1200px) {
  #root .profile-menu.open {
    --max: 1140px;
    right: calc((100vw - var(--max)) / 2);
  }
}
@media (min-width: 1500px) {
  #root .profile-menu.open {
    right: calc((100vw - 1440px) / 2);
  }
}
#root .profile-menu li {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #fff !important;
  padding: 10px 30px;
  white-space: nowrap;
}
#root .profile-menu li:hover {
  background: #fff;
  color: var(--uni-menu-black) !important;
}
#root .profile-menu li:first-of-type {
  padding-top: 20px !important;
}
#root .profile-menu li:first-of-type:hover {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#root .profile-menu li:last-of-type {
  padding-bottom: 20px !important;
}
#root .profile-menu li:last-of-type:hover {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
form.menu-search {
  animation: fadeInCenter 250ms ease-in-out;
  background: rgba(0, 0, 0, 0.7) 0 0 no-repeat padding-box;
  -webkit-backdrop-filter: blur(20px) brightness(100%);
  backdrop-filter: blur(20px) brightness(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 50px;
}
form.menu-search i.icon-close {
  float: right;
}
@media (max-width: 767.9px) {
  form.menu-search i.icon-close {
    margin-top: -20px;
    margin-right: -20px;
  }
}
form.menu-search span {
  display: flex;
  align-items: center;
}
form.menu-search span.menu-search-container {
  justify-content: center;
  flex-wrap: nowrap;
  clear: both;
  padding-top: 50px;
  gap: 30px;
}
@media (min-width: 1500px) {
  form.menu-search span.menu-search-container {
    justify-content: space-between;
  }
}
form.menu-search span.search-input-container {
  flex-basis: 75%;
}
form.menu-search input {
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 0.6px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  flex-basis: 100%;
}
form.menu-search input:focus, form.menu-search input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  form.menu-search input {
    font-size: 38px;
  }
}
form.menu-search i {
  color: #fff;
}
form.menu-search button {
  background: #fff;
  border-radius: 800px;
  border: transparent;
  color: #000;
  height: 47px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  max-height: 47px;
  flex-wrap: nowrap;
  min-width: 210px;
}
form.menu-search button:hover {
  background: var(--uni-menu-primary);
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1499.9px) {
  form.menu-search button {
    padding: 0.5rem 1.7rem 0.55rem;
    min-width: 180px;
  }
}
@media (max-width: 767.9px) {
  form.menu-search span.menu-search-container {
    flex-wrap: wrap;
  }
  form.menu-search button {
    padding: 0.6rem 1.7rem;
    min-width: 160px;
    font-size: 16px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  animation: spin 0.8s infinite linear;
  display: block;
  width: 84px;
  height: 84px;
  margin: 16px auto;
  border: 1px solid rgba(162, 182, 191, 0.4);
  border-radius: 50%;
  border-width: 2px 1px 2px 2px;
  border-left-color: var(--uni-menu-primary);
  border-bottom-color: var(--uni-menu-primary);
  border-top-color: var(--uni-menu-primary);
}
#root #mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  padding-left: 24px;
  padding-right: 24px;
}
#root #mobile-header .icon-close,
#root #mobile-header .icon-hamburger-nav {
  margin-right: 15px;
  font-size: 20px !important;
  width: 20px;
  text-align: center;
}
#root #mobile-header .icon-close {
  font-size: 14px !important;
}
#root #mobile-header .icons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
#root #mobile-header .icons .profile-container i:not(.icon-arrow-down_4px),
#root #mobile-header .icons > i {
  font-size: 20px !important;
}
#root #mobile-header i.flag {
  cursor: pointer;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  transform: scale(0.9);
}
#root #mobile-header i.flag:hover {
  box-shadow: 0px 0px 15px 0px var(--uni-menu-primary);
}
#root #mobile-header .sign-in,
#root #mobile-header .sign-out {
  font-size: 14px !important;
}
#root #mobile-side-nav {
  width: 360px;
  position: fixed;
  top: 63px;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--uni-menu-overlay-background-colour);
}
@media (min-width: 768px) {
  #root #mobile-side-nav {
    width: 600px;
  }
}
#root .mobile-parent-nav .mobile-selectors {
  margin: 30px 0;
  gap: 10px;
  position: relative;
  z-index: 1000;
}
#root .mobile-parent-nav span.anim-2 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.18s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-3 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.27s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-4 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.36s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-5 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.45s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-6 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.54s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-7 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.63s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-8 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.72s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-9 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.81s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-10 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.9s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-11 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.99s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-12 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.08s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-13 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.17s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-14 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.26s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav span.anim-15 {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav ul.mobile-parent-links li {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(1) {
  animation-delay: 0.09s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(2) {
  animation-delay: 0.18s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(3) {
  animation-delay: 0.27s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(4) {
  animation-delay: 0.36s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(5) {
  animation-delay: 0.45s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(6) {
  animation-delay: 0.54s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(7) {
  animation-delay: 0.63s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(8) {
  animation-delay: 0.72s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(9) {
  animation-delay: 0.81s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(10) {
  animation-delay: 0.9s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(11) {
  animation-delay: 0.99s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(12) {
  animation-delay: 1.08s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(13) {
  animation-delay: 1.17s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(14) {
  animation-delay: 1.26s;
}
#root .mobile-parent-nav ul.mobile-parent-links li:nth-child(15) {
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root .mobile-parent-nav ul.mobile-parent-links li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 30px 20px 55px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
#root .mobile-parent-nav ul.mobile-parent-links li i {
  height: 20px;
}
#root .mobile-parent-nav ul.mobile-parent-links li:hover {
  color: var(--uni-menu-primary);
}
#root .mobile-parent-nav span.browse span {
  font-size: 10px;
  line-height: 12px;
  gap: 10px;
  margin-top: 30px;
  opacity: 0.7;
  cursor: pointer;
}
#root .mobile-parent-nav span.browse span:hover {
  opacity: 1;
}
#root .mobile-parent-nav span.browse span i {
  font-size: 24px;
}
#root .mobile-back {
  padding: 24px;
  background: var(--uni-menu-primary-dark);
  display: flex;
  align-items: center;
}
#root .mobile-back i {
  margin-right: 15px;
}
#root nav.mobile-channels p {
  margin: 0 !important;
}
#root nav.mobile-channels p:not(.mobile-back) {
  text-align: left;
  padding: 30px 0 30px 60px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  font-feature-settings: "clig" off, "liga" off;
}
#root nav.mobile-channels ul {
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: auto;
}
#root nav.mobile-channels ul li {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#root nav.mobile-channels ul li:nth-child(1) {
  animation-delay: 0.09s;
}
#root nav.mobile-channels ul li:nth-child(2) {
  animation-delay: 0.18s;
}
#root nav.mobile-channels ul li:nth-child(3) {
  animation-delay: 0.27s;
}
#root nav.mobile-channels ul li:nth-child(4) {
  animation-delay: 0.36s;
}
#root nav.mobile-channels ul li:nth-child(5) {
  animation-delay: 0.45s;
}
#root nav.mobile-channels ul li:nth-child(6) {
  animation-delay: 0.54s;
}
#root nav.mobile-channels ul li:nth-child(7) {
  animation-delay: 0.63s;
}
#root nav.mobile-channels ul li:nth-child(8) {
  animation-delay: 0.72s;
}
#root nav.mobile-channels ul li:nth-child(9) {
  animation-delay: 0.81s;
}
#root nav.mobile-channels ul li:nth-child(10) {
  animation-delay: 0.9s;
}
#root nav.mobile-channels ul li:nth-child(11) {
  animation-delay: 0.99s;
}
#root nav.mobile-channels ul li:nth-child(12) {
  animation-delay: 1.08s;
}
#root nav.mobile-channels ul li:nth-child(13) {
  animation-delay: 1.17s;
}
#root nav.mobile-channels ul li:nth-child(14) {
  animation-delay: 1.26s;
}
#root nav.mobile-channels ul li:nth-child(15) {
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  #root nav.mobile-channels ul {
    width: 370px;
  }
}
#root nav.mobile-channels ul li {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 149, 218, 0.03);
  box-shadow: 0px 5px 15px -5px #0a121d;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  width: 90px;
  height: 90px;
}
#root nav.mobile-sub-nav p {
  margin-top: 0;
  margin-bottom: 16px !important;
  font-size: 14px !important;
  line-height: 16px !important;
}
#root nav.mobile-sub-nav p[data-title=back_mydstv] label {
  display: none;
}
#root nav.mobile-sub-nav p[data-title=back_mydstv]::after {
  font-family: "DStv-com-icons" !important;
  content: "\ea47";
}
#root nav.mobile-sub-nav ul {
  width: 360px;
  padding: 20px 30px 30px 70px !important;
}
#root nav.mobile-sub-nav ul li {
  opacity: 0;
  animation: list-fill 0.09s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#root nav.mobile-sub-nav ul li:nth-child(1) {
  animation-delay: 0.09s;
}
#root nav.mobile-sub-nav ul li:nth-child(2) {
  animation-delay: 0.18s;
}
#root nav.mobile-sub-nav ul li:nth-child(3) {
  animation-delay: 0.27s;
}
#root nav.mobile-sub-nav ul li:nth-child(4) {
  animation-delay: 0.36s;
}
#root nav.mobile-sub-nav ul li:nth-child(5) {
  animation-delay: 0.45s;
}
#root nav.mobile-sub-nav ul li:nth-child(6) {
  animation-delay: 0.54s;
}
#root nav.mobile-sub-nav ul li:nth-child(7) {
  animation-delay: 0.63s;
}
#root nav.mobile-sub-nav ul li:nth-child(8) {
  animation-delay: 0.72s;
}
#root nav.mobile-sub-nav ul li:nth-child(9) {
  animation-delay: 0.81s;
}
#root nav.mobile-sub-nav ul li:nth-child(10) {
  animation-delay: 0.9s;
}
#root nav.mobile-sub-nav ul li:nth-child(11) {
  animation-delay: 0.99s;
}
#root nav.mobile-sub-nav ul li:nth-child(12) {
  animation-delay: 1.08s;
}
#root nav.mobile-sub-nav ul li:nth-child(13) {
  animation-delay: 1.17s;
}
#root nav.mobile-sub-nav ul li:nth-child(14) {
  animation-delay: 1.26s;
}
#root nav.mobile-sub-nav ul li:nth-child(15) {
  animation-delay: 1.35s;
}
@keyframes list-fill {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#root nav.mobile-sub-nav ul li {
  padding: unset;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
}
#root nav.mobile-sub-nav ul li:hover {
  color: var(--uni-menu-primary);
}
#root img.dstv-logo {
  opacity: 0.5;
  height: 16px;
}
#root img.dstv-logo:hover {
  opacity: 1;
}
#root span.select {
  display: flex;
  width: 210px;
  border: 1px solid #fff;
  border-radius: 800px;
  height: 47px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
#root span.select span.select-container {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
#root span.select span.select-container span {
  margin-right: 7px;
}
#root span.select span.select-container i:not(.flag) {
  margin-left: 7px;
}
#root span.select div {
  display: none !important;
  position: absolute;
  top: 57px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--uni-menu-background-color);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.5);
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
#root span.select div,
#root span.select ul {
  display: block;
  margin: 0;
  padding-left: 0;
}
#root span.select.open div {
  display: block !important;
}
#root span.select.open i[class^=icon-arrow-] {
  transform: scaleY(-1);
  padding-top: 3px;
  padding-bottom: 0 !important;
}
#root span.select.visible div {
  opacity: 1 !important;
}
#root span.select ul {
  max-height: 300px;
  overflow: auto;
  width: 210px;
}
#root span.select li {
  list-style: none;
  color: #fff;
  padding: 18px 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: left !important;
  cursor: pointer;
}
#root span.select li:hover {
  color: #75787b;
  background: #fff;
}
#root span.select ::-webkit-scrollbar {
  width: 16px;
}
#root span.select ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  border: 5px solid var(--uni-menu-background-color);
}
#root span.select ::-webkit-scrollbar-track {
  background: transparent;
}
#root #mobile-side-nav span.select {
  height: 24px !important;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  width: auto !important;
  padding: 5px 15px;
}
#root #mobile-side-nav span.select .flag {
  margin-right: 5px;
}
#root #mobile-side-nav span.select .select-container {
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 10px !important;
  justify-content: flex-start !important;
}
#root #mobile-side-nav span.select .select-container span {
  opacity: 0.7;
}
#root #mobile-side-nav span.select .select-container span:hover {
  opacity: 1;
}
#root #mobile-side-nav span.select .select-container i.icon-arrow-down_4px {
  margin-left: 3px;
}
#root #mobile-side-nav span.select div {
  top: 48px;
  left: 0px;
}
body.southern #root .channel-menu-container, body.western #root .channel-menu-container, body.eastern #root .channel-menu-container {
  justify-content: end;
}
body.southern #root div.channels, body.western #root div.channels, body.eastern #root div.channels {
  visibility: hidden;
}
body.southern #root .browse, body.western #root .browse, body.eastern #root .browse {
  display: none;
}
body.southern #root span.icons i:not(.icon-search):not(.flag),
body.southern #root span.icons img:not(.flag),
body.southern #root span.icons span, body.western #root span.icons i:not(.icon-search):not(.flag),
body.western #root span.icons img:not(.flag),
body.western #root span.icons span, body.eastern #root span.icons i:not(.icon-search):not(.flag),
body.eastern #root span.icons img:not(.flag),
body.eastern #root span.icons span {
  display: none;
}

/*# sourceMappingURL=styles.ceb69b7ad8ffa433.css.map*/