@font-face {
  font-family: Font;
  src: url(../fonts/font.ttf)
}

html {
  height: 100%;
  margin: 0px
}

body {
  height: 100%;
  margin: 0px
}

body.dark-mode {
  background: #000010
}

body.light-mode {
  background: #ffffff
}

.dark-mode p {
  color: #b3b3b3
}

.light-mode p {
  color: #555
}

.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
  color: #eee
}

.light-mode h1,
.light-mode h2,
.light-mode h3,
.light-mode h4,
.light-mode h5,
.light-mode h6 {
  color: #333
}

.sidebar {
  height: 100%;
  padding: 0px;
  z-index: 16;
  width: 230px;
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden
}

.light-mode #subscribe-plan label {
  color: #555
}

.dark-mode .sidebar {
  box-shadow: 0 24px 48px -32px rgba(0, 0, 0, .92);
  background: linear-gradient(180deg, #05070d 0%, #0a0d15 100%)!important;
  border-left: 1px solid rgba(255, 255, 255, .05)
}

.light-mode .sidebar {
  box-shadow: 0 24px 48px -32px rgba(0, 0, 0, .14);
  background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%);
  border-left: 1px solid rgba(0, 0, 0, .05)
}

.logo-app {
  height: 112px;
  text-align: center;
  margin: 0;
  padding: 20px 18px 12px
}

.logo-app>img {
  padding: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100%
}

.theme-toggle-link {
  position: unset!important;
  margin: 10px auto 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none!important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease
}

.dark-mode .theme-toggle-link {
  background: rgba(255, 255, 255, .06);
  color: #f4f6fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06)
}

.light-mode .theme-toggle-link {
  background: rgba(0, 0, 0, .06);
  color: #333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .65)
}

.theme-toggle-link:hover {
  transform: translateY(-1px)
}

.btn-subscription {
  box-shadow: inset 0 1px 0 #ffa501, 0 14px 22px -16px #ffa501 !important;
  background-color: #ffa501!important;
  border: none!important;
  background-image: none!important;
  color: white!important;
  border-radius: 16px!important;
  text-shadow: none!important;
  width: calc(100% - 28px);
  padding: 10px 12px!important;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-right: 14px;
  margin-left: 14px;
  font-weight: 700
}

.subscription-status-card {
  margin: 10px 14px 4px
}

.subscription-status-card .btn-subscription {
  width: 100%;
  margin: 0
}

.subscription-status-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 165, 1, .09);
  border: 1px solid rgba(255, 165, 1, .18);
  text-align: center
}

.subscription-status-badge {
  color: #ffa501;
  font-size: 10.5pt;
  font-weight: 800;
  line-height: 1.6
}

.subscription-status-date {
  color: #9ea7b8;
  font-size: 9pt;
  line-height: 1.5
}

.light-mode .subscription-status-meta {
  background: rgba(255, 165, 1, .11);
  border-color: rgba(255, 165, 1, .2)
}

.light-mode .subscription-status-date {
  color: #6d7380
}

.padding-lr-10 {
  padding-right: 10px;
  padding-left: 10px
}

.padding-10 {
  padding: 10px
}

.main-row {
  margin-right: -20px!important;
  height: 100%
}

.container-fluid {
  height: 100%;
  padding-left: 15px!important;
  padding-right: 20px!important
}

.nav-bar-container {
  overflow: auto;
  position: absolute;
  bottom: 83px;
  width: 100%;
  top: 112px;
  height: auto
}

.dark-mode .nav-bar-container {
  border-top: 1px solid rgba(255, 255, 255, .05)
}

.light-mode .nav-bar-container {
  border-top: 1px solid rgba(0, 0, 0, .06)
}

.bottom-navbar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  font-size: 10pt!important;
  padding: 10px 12px 14px
}

.dark-mode .bottom-navbar {
  border-top: 1px solid rgba(255, 255, 255, .05)
}

.light-mode .bottom-navbar {
  border-top: 1px solid rgba(0, 0, 0, .06)
}

.left-navbar {
  padding: 10px 12px 14px
}

.left-navbar>.navbar-nav {
  width: 100%
}

.left-navbar>ul {
  margin-right: 0px
}

.dark-mode .left-navbar>ul>li:hover {
  background-color: rgba(255, 255, 255, .05)
}

.light-mode .left-navbar>ul>li:hover {
  background-color: rgba(0, 0, 0, .05)
}

.left-navbar>ul>li {
  border-radius: 16px;
  margin-bottom: 6px;
  transition: transform .18s ease, background-color .18s ease
}

.left-navbar>ul>li>a {
  padding: 11px 16px 11px 14px!important;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px
}

.dark-mode .left-navbar>ul>li>a {
  color: #b3b3b3!important
}

.light-mode .left-navbar>ul>li>a {
  color: #555!important
}

.left-navbar>ul>li.active>a {
  border-right: none;
  color: #ffa501!important
}

.dark-mode .left-navbar>ul>li.active>a {
  background: linear-gradient(90deg, rgba(255, 165, 1, .18), rgba(255, 165, 1, .05))
}

.light-mode .left-navbar>ul>li.active>a {
  background: linear-gradient(90deg, rgba(255, 165, 1, .2), rgba(255, 165, 1, .06))
}

.left-navbar>ul>li.active {
  transform: translateX(-2px)
}

.title-app {
  color: #ffa501;
  padding: 10px
}

.main {
  margin-right: 0px!important;
  padding: 0px;
  overflow: scroll;
  height: 100%;
  width: calc(100% - 230px);
  overflow-x: hidden
}

.page-header {
  border-bottom: none!important;
  margin-bottom: 0px!important
}

.tab-title {
  padding-top: 9px;
  font-size: 16pt;
  font-weight: bold;
  height: 40px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: right
}

.dark-mode .tab-title {
  color: #eee
}

.light-mode .tab-title {
  color: #555
}

.top-nav > .nav-search-box {
  display: inline-table;
  height: 50px
}

.top-nav {
  padding-top: 18px;
  padding-bottom: 14px;
  padding-right: 16px;
  padding-left: 16px;
  margin-left: 0px!important;
  margin-right: 0px!important
}

.top-nav-shell {
  margin: 14px 10px 10px;
  border-radius: 24px;
  overflow: visible
}

.dark-mode .top-nav-shell {
  background: linear-gradient(135deg, rgba(255, 165, 1, .12), rgba(255, 255, 255, .04));
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: 0 18px 38px -30px rgba(0, 0, 0, .9)
}

.light-mode .top-nav-shell {
  background: linear-gradient(135deg, rgba(255, 165, 1, .1), rgba(0, 0, 0, .02));
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 18px 38px -30px rgba(0, 0, 0, .18)
}

.content-section {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 0px!important;
  margin-right: 0px!important
}

.layout-quick-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 10px 12px
}

.layout-quick-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 10.5pt;
  font-weight: 700;
  text-decoration: none!important;
  transition: all .2s ease
}

.dark-mode .layout-quick-links a {
  background: rgba(255, 255, 255, .05);
  color: #cfd4e1
}

.light-mode .layout-quick-links a {
  background: rgba(0, 0, 0, .05);
  color: #4e5563
}

.layout-quick-links a.active {
  background: #ffa501!important;
  color: #101010!important
}

.layout-promo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 10px
}

.layout-promo-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 90px;
  padding: 16px 18px;
  border-radius: 20px;
  text-decoration: none!important
}

.dark-mode .layout-promo-card {
  background: linear-gradient(135deg, rgba(255, 165, 1, .14), rgba(255, 255, 255, .05));
  border: 1px solid rgba(255, 255, 255, .06);
  color: #f2f4f8
}

.light-mode .layout-promo-card {
  background: linear-gradient(135deg, rgba(255, 165, 1, .12), rgba(0, 0, 0, .03));
  border: 1px solid rgba(0, 0, 0, .06);
  color: #222
}

.layout-promo-card i {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px
}

.dark-mode .layout-promo-card i {
  background: rgba(255, 255, 255, .08);
  color: #ffbf47
}

.light-mode .layout-promo-card i {
  background: rgba(255, 255, 255, .7);
  color: #b96b00
}

.layout-promo-card strong,
.layout-promo-card span {
  display: block
}

.layout-promo-card strong {
  margin-bottom: 4px;
  font-size: 11pt
}

.layout-promo-card span {
  font-size: 10pt;
  opacity: .8
}

.layout-promo-card--telegram i {
  color: #2ca5e0
}

.top-nav-subtitle {
  margin-top: 8px;
  font-size: 10pt;
  line-height: 1.8;
  max-width: 320px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.dark-mode .top-nav-subtitle {
  color: #bfc6d6
}

.light-mode .top-nav-subtitle {
  color: #5b6170
}

.header-auth-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.site-footer {
  display: none;
  width: calc(100% - 20px);
  margin: 12px auto 22px;
  padding: 20px 22px;
  border-radius: 24px;
  overflow: hidden;
  box-sizing: border-box;
  display: block
}

.dark-mode .site-footer {
  background: linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 165, 1, .08));
  border: 1px solid rgba(255, 255, 255, .06)
}

.light-mode .site-footer {
  background: linear-gradient(135deg, rgba(0, 0, 0, .02), rgba(255, 165, 1, .1));
  border: 1px solid rgba(0, 0, 0, .05)
}

.site-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
  align-items: start
}

.site-footer .layout-promo-strip {
  padding: 0 0 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.light-mode .site-footer .layout-promo-strip {
  border-bottom-color: rgba(0, 0, 0, .06)
}

.site-footer-brand strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16pt;
  line-height: 1.4
}

.site-footer-brand p {
  margin: 0;
  line-height: 1.9;
  font-size: 10pt
}

.site-footer-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 8.5pt;
  letter-spacing: .3px
}

.dark-mode .site-footer-eyebrow {
  background: rgba(255, 255, 255, .06);
  color: #ffd58a
}

.light-mode .site-footer-eyebrow {
  background: rgba(0, 0, 0, .05);
  color: #9d5d00
}

.site-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px
}

.site-footer-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 8.8pt
}

.dark-mode .site-footer-badges span {
  background: rgba(255, 255, 255, .06);
  color: #eef3fb
}

.light-mode .site-footer-badges span {
  background: rgba(255, 255, 255, .72);
  color: #2c3442;
  border: 1px solid rgba(0, 0, 0, .06)
}

.site-footer-links {
  display: grid;
  gap: 10px
}

.site-footer-links--group {
  align-content: start;
  padding: 4px 0
}

.site-footer-heading {
  display: block;
  margin-bottom: 6px;
  font-size: 9pt;
  font-weight: 700;
  opacity: .8
}

.site-footer-links a {
  text-decoration: none!important;
  font-size: 10.5pt;
  line-height: 1.8;
  transition: transform .2s ease, opacity .2s ease
}

.dark-mode .site-footer-links a {
  color: #e4e8f0
}

.light-mode .site-footer-links a {
  color: #343a46
}

.site-footer-links a:hover {
  transform: translateX(-4px);
  opacity: .9
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .06)
}

.light-mode .site-footer-bottom {
  border-top-color: rgba(0, 0, 0, .06)
}

.site-footer-note,
.site-footer-copy {
  font-size: 9pt;
  line-height: 1.8
}

.dark-mode .site-footer-note,
.dark-mode .site-footer-copy {
  color: rgba(228, 232, 240, .82)
}

.light-mode .site-footer-note,
.light-mode .site-footer-copy {
  color: rgba(52, 58, 70, .82)
}

.search-group > input {
  font-size: 10pt;
  margin-right: 30px;
  margin-top: 0px!important;
  height: 36px!important;
  min-height: 36px!important;
  background: transparent!important;
  border: none!important;
  box-shadow: none!important;
  width: calc(100% - 100px)!important
}

.dark-mode .search-group > input {
  color: #eee
}

.search-group > i {
  margin-top: 9px;
  display: inline-block;
  position: absolute;
  margin-right: 12px
}

.search-group>.btn {
  font-size: 9pt;
  border-radius: 5px;
  position: absolute;
  margin-top: 2px;
  margin-bottom: 2px;
  border-left: 15px;
  left: 3px;
  height: 29px;
  top: 0px;
  border-right: 1px solid;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-color: #ffa501;
  color: #eee
}

.search-group {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #ffa501
}

.light-mode .search-group {
  border: 1px solid #ffa501;
  background: #ffffff;
  color: black
}

.dark-mode .search-group {
  background: #000000;
  border: 1px solid #ffa501;
  color: #b3b3b3
}

.navbar-form {
  margin-top: 0px!important
}

.account-action .btn.focus,
.account-action .btn:focus {
  outline: 0!important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25)!important
}

.top-nav .nav>li>a .caret {
  margin-top: 12px;
  font-size: 75px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #ffa501
}

.top-nav .nav>li>a {
  height: 30px;
  padding-top: 0px;
  font-size: 12pt!important
}

.top-nav .nav>li>a {
  height: 30px;
  padding-top: 0px;
  font-size: 12pt!important
}

.top-nav .nav>li>a:hover,
.top-nav .nav>li>a:focus {
  background-color: transparent!important;
  border-color: none!important
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
  text-decoration: none!important;
  color: #ffffff!important;
  background-color: #f1f1f1!important;
  background-image: -moz-linear-gradient(top, #ffa501, #ffa501)!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa501), to(#ffa501))!important;
  background-image: -webkit-linear-gradient(top, #ffa501, #ffa501)!important;
  background-image: -o-linear-gradient(top, #ffa501, #ffa501)!important;
  background-image: linear-gradient(to bottom, #ffa501, #ffa501)!important;
  background-repeat: repeat-x!important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa501', endColorstr='#ffa501', GradientType=0)!important
}

.actor {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-table;
  text-align: center;
  transition: transform .1s;
  text-decoration: none!important;
  max-width: 150px
}

.actor:hover {
  text-decoration: none!important
}

.light-mode .actor label {
  color: #555;
  font-size: 10pt;
  max-width: 150px;
  white-space: pre-wrap
}

.dark-mode .actor label {
  color: #ccc;
  font-size: 10pt
}

.actor span {
  font-size: 11pt;
  text-align: center;
  display: block;
  font-weight: 800;
  line-height: 1.2em;
  white-space: normal;
  max-width: 100%
}

.dark-mode .actor span {
  color: #eee
}

.light-mode .actor span {
  color: #555
}

.actor img {
  height: 70px;
  width: 70px;
  border-radius: 50px;
  margin-bottom: 10px
}

.dark-mode .actor img {
  box-shadow: 0px 0px 5px 2px #11141c
}

.light-mode .actor img {
  box-shadow: 0px 0px 5px 2px #4a4a4a59
}

.actor-large img {
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 100%;
  min-height: 120px
}

.dark-mode .actor-large img {
  box-shadow: 0px 0px 5px 2px #11141c
}

.light-mode .actor-large img {
  box-shadow: 0px 0px 5px 2px #4a4a4a59
}

.actor-large {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-table;
  margin-left: 0px;
  text-align: center;
  text-decoration: none!important;
  max-width: 100%
}

.actor:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 2
}

.flix-scroll-x {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative
}

.flix-scroll-x::-webkit-scrollbar {
  display: none
}

.flix-carousel {
  position: relative;
  width: 100%;
  min-height: 100px
}

.prev_btn {
  display: none;
  width: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  border: none;
  font-size: 15pt
}

.dark-mode .prev_btn {
  color: #b3b3b3;
  background: rgb(2, 0, 36);
  background: linear-gradient(to right, transparent, black)
}

.light-mode .prev_btn {
  color: #555;
  background: rgb(2, 0, 36);
  background: linear-gradient(-90deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.01) 80%)
}

.next_btn {
  width: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 3;
  border: none;
  font-size: 15pt
}

.dark-mode .next_btn {
  background: rgb(2, 0, 36);
  background: linear-gradient(to left, transparent, black);
  color: #b3b3b3
}

.light-mode .next_btn {
  background: rgb(2, 0, 36);
  background: linear-gradient(-90deg, rgb(255, 255, 255, 0.02) 20%, rgba(255, 255, 255) 80%);
  color: #555
}

.flix-scroll-x {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.channel>div>p {
  z-index: 2;
  display: inline-block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: white;
  padding: 1px 7px 1px 7px;
  box-shadow: -1px 0px 2px 0px black;
  color: #555!important
}

.channel>div>p.two {
  margin-right: -10px;
  padding: 1px 15px 1px 7px
}

.channel>div>span {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #673AB7;
  padding: 1px 7px 1px 7px;
  position: relative;
  z-index: 1;
  display: inline-block;
  box-shadow: -1px 0px 2px 0px black
}

.channel>div {
  position: absolute;
  right: 10px;
  color: white;
  top: 22px;
  font-size: 9pt;
  font-weight: bold
}

.channel {
  position: relative;
  padding: 10px;
  padding-left: 0px;
  display: inline-block;
  transition: transform .1s;
  margin-bottom: 5px;
  margin-top: 5px
}

.channel:hover {
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2
}

.dark-mode .channel img:hover {
  box-shadow: 0px 0px 2px 0px #000000
}

.light-mode .channel img:hover {
  box-shadow: 0px 0px 2px 0px #4a4a4a59
}

.channel img {
  transition: transform .1s;
  background: grey;
  width: 150px;
  min-height: 70px;
  border-radius: 5px;
  height: auto
}

.dark-mode .channel img {
  box-shadow: 0px 0px 10px 0px #000000
}

.light-mode .channel img {
  box-shadow: 0px 0px 5px 2px #4a4a4a59
}

.episode {
  position: relative;
  display: inline-block;
  border-radius: 18px;
  margin-right: 10px;
  transition: transform .1s;
  margin-top: 15px;
  margin-bottom: 15px
}

.episode:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2
}

.episode img {
  background: grey;
  width: 320px;
  min-width: 320px;
  min-height: 200px;
  border-radius: 5px
}

.dark-mode .episode img {
  box-shadow: 0px 0px 10px 0px #000000
}

.dark-mode .episode img {
  box-shadow: 0px 0px 5px 2px #4a4a4a59
}

.episode .episode-detail {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 5px
}

.dark-mode .episode .episode-detail {
  background: #000010;
  background: linear-gradient(0deg, #000010d1 10%, rgba(0, 0, 0, 0.32) 100%)
}

.light-mode .episode .episode-detail {
  background: #ffffff;
  background: linear-gradient(0deg, #000000d1 10%, rgba(0, 0, 0, 0.32) 100%)
}

.episode-detail > span {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 8px
}

.episode-detail h4 {
  color: white;
  width: 100%;
  white-space: pre-line;
  font-size: 17pt;
  font-weight: bold
}

.episode-detail p {
  font-size: 10pt;
  width: 100%;
  white-space: pre-wrap;
  margin-bottom: 0px;
  color: #aaa!important;
  height: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

.poster {
  position: relative;
  padding: 10px;
  display: inline-block;
  transition: transform .1s;
  margin-bottom: 5px;
  position: relative;
  margin-top: 5px
}

.poster:not(.poster-card)>div>div>p {
  z-index: 2;
  display: inline-block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: white;
  padding: 1px 7px 1px 7px;
  box-shadow: -1px 0px 2px 0px black;
  color: #555!important
}

.poster:not(.poster-card)>div>div>p.two {
  margin-right: -10px;
  padding: 1px 15px 1px 7px
}

.poster:not(.poster-card)>div>div>span {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #673AB7;
  padding: 1px 7px 1px 7px;
  position: relative;
  z-index: 1;
  display: inline-block;
  box-shadow: -1px 0px 2px 0px black
}

.poster:not(.poster-card)>div>div {
  position: absolute;
  right: 10px;
  color: white;
  top: 22px;
  font-size: 9pt;
  font-weight: bold
}

.poster:not(.poster-card):hover {
  -ms-transform: scale(1.14);
  -webkit-transform: scale(1.14);
  transform: scale(1.14);
  z-index: 2
}

.poster:not(.poster-card) img {
  transition: transform .1s;
  background: grey;
  width: 150px;
  min-height: 200px;
  border-radius: 5px;
  height: auto
}

.dark-mode .poster:not(.poster-card) img {
  box-shadow: 0px 0px 10px 0px #000000
}

.light-mode .poster:not(.poster-card) img {
  box-shadow: 0px 0px 5px 2px #4a4a4a59
}

.poster-card {
  width: 170px;
  padding: 10px 10px 14px;
  border-radius: 22px;
  text-decoration: none!important;
  vertical-align: top
}

.dark-mode .poster-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01))
}

.light-mode .poster-card {
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .01))
}

.poster-card-media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 165, 1, .08))
}

.poster-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 18, .02) 0%, rgba(7, 10, 18, .08) 30%, rgba(7, 10, 18, .82) 100%);
  opacity: .92;
  transition: opacity .22s ease
}

.poster-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, .12) 18%, rgba(255, 255, 255, 0) 33%);
  transform: translateX(-140%);
  animation: posterShimmer 1.5s infinite;
  z-index: 0;
  pointer-events: none
}

.poster-card img {
  width: 100%;
  min-height: 230px;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease, opacity .35s ease;
  opacity: 0
}

.poster-card img.is-loaded {
  opacity: 1
}

.poster-card-media.is-loaded::before {
  opacity: 0;
  animation: none
}

.poster-card-badges {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  justify-content: flex-end;
  max-width: calc(100% - 20px)
}

.poster-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  max-width: 100%;
  padding: 3px 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 8pt;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, .55)
}

.poster-badge--primary {
  background: #ffa501;
  color: #131313
}

.poster-badge--secondary {
  background: rgba(255, 255, 255, .96);
  color: #252935
}

.poster-badge--secondary + .poster-badge--primary,
.poster-badge--primary + .poster-badge--secondary {
  margin-right: -8px
}

.poster-card-overlay {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0;
  display: block;
  pointer-events: none
}

.poster-card-title-ribbon {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  min-height: 64px;
  padding: 10px 12px 8px;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(8, 12, 20, 0) 0%, rgba(8, 12, 20, .16) 10%, rgba(8, 12, 20, .88) 100%);
  box-shadow: none;
  backdrop-filter: none;
  text-align: right;
  direction: rtl;
  box-sizing: border-box
}

.poster-card-title-text {
  display: -webkit-box;
  width: 100%;
  color: #fff;
  font-size: 9.6pt;
  line-height: 1.6;
  font-weight: 700;
  text-align: right;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .6)
}

.poster-card-title-meta {
  margin-top: 4px;
  color: rgba(255, 255, 255, .72);
  font-size: 7.8pt;
  line-height: 1.4
}

.poster-info {
  width: 100%;
  min-height: 20px;
  margin-top: 10px;
  padding: 0 2px;
  text-align: right
}

.poster-title {
  display: -webkit-box;
  margin: 0 0 6px;
  font-size: 10.5pt;
  line-height: 1.7;
  font-weight: 700;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.dark-mode .poster-title {
  color: #f3f5f8
}

.light-mode .poster-title {
  color: #212733
}

.poster-helper {
  display: block;
  font-size: 8.7pt;
  line-height: 1.7
}

.dark-mode .poster-helper {
  color: #98a3b7
}

.light-mode .poster-helper {
  color: #697181
}

.poster-card:hover {
  transform: translateY(-6px)
}

.poster-card:hover .poster-card-media::after {
  opacity: .74
}

.poster-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.06)
}

@keyframes posterShimmer {
  100% {
    transform: translateX(140%)
  }
}

.title-more,
.title-more:hover,
.title-more:focus,
.title-more:active {
  margin-top: 5px;
  width: 100%;
  font-size: 13pt;
  font-weight: 800;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  color: #ffa501!important
}

.detail-card img {
  height: 100%;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px
}

.detail-card {
  display: none;
  border-radius: 5px;
  left: 10px;
  bottom: 10px;
  position: fixed;
  height: 240px;
  width: 400px;
  background-color: rgba(255, 255, 255, .8)
}

.detail-card>div {
  position: absolute;
  top: 0px;
  position: absolute;
  height: 100%;
  width: calc(100% - 160px);
  left: 0px;
  right: 160px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px
}

.carousel-item>div {
  padding: 0px!important;
  position: relative
}

.home-slider {
  position: relative;
  margin-bottom: 10px;
  padding: 4px 0 0;
  direction: ltr
}

.home-slider::before {
  content: "";
  position: absolute;
  inset: 10px 6% 42px;
  border-radius: 32px;
  background: radial-gradient(circle at top, rgba(255, 165, 1, .16), rgba(255, 165, 1, 0) 58%);
  filter: blur(18px);
  pointer-events: none
}

.home-slider-viewport {
  overflow: hidden;
  border-radius: 24px;
  direction: ltr;
  padding: 0 26px 24px;
  background: transparent;
  box-shadow: none
}

.home-slider-track {
  display: flex;
  gap: var(--home-slider-gap, 14px);
  align-items: stretch;
  padding: 8px 8px 20px;
  box-sizing: border-box;
  will-change: transform;
  transition: transform .55s ease;
  direction: ltr
}

.home-slide {
  position: relative;
  flex: 0 0 calc((100% - 14px) / 2);
  min-width: 0;
  height: 332px;
  overflow: hidden;
  border-radius: 20px;
  direction: rtl;
  transition: transform .45s ease, opacity .35s ease, box-shadow .35s ease, border-color .35s ease;
  opacity: .82;
  border: 1px solid rgba(255, 255, 255, .08);
  background: #090d16;
  text-align: right;
  transform-origin: center center;
  box-shadow: 0 18px 36px -30px rgba(0, 0, 0, .95);
  box-sizing: border-box;
  margin: 0
}

.home-slide-image {
  position: relative;
  z-index: 0;
  height: 332px;
  object-fit: cover;
  object-position: center center;
  transition: transform .8s ease
}

.home-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(7, 10, 18, .08) 0%, rgba(7, 10, 18, .14) 26%, rgba(7, 10, 18, .56) 62%, rgba(7, 10, 18, .92) 100%);
  pointer-events: none
}

.home-slide.is-active {
  opacity: 1;
  z-index: 3;
  border-color: rgba(255, 165, 1, .48);
  box-shadow: 0 34px 56px -30px rgba(0, 0, 0, .86);
  transform: translateY(0)
}

.home-slide.is-secondary {
  opacity: .74;
  z-index: 2;
  transform: translateY(0)
}

.home-slide.is-active .home-slide-image {
  transform: scale(1.035)
}

.home-slide.is-secondary .home-slide-image {
  transform: scale(.96)
}

.home-slide.is-active::after {
  background: linear-gradient(180deg, rgba(7, 10, 18, .02) 0%, rgba(7, 10, 18, .12) 24%, rgba(7, 10, 18, .44) 56%, rgba(7, 10, 18, .9) 100%)
}

.home-slider-controls {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 16px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 5
}

.home-slider-indicators {
  pointer-events: auto;
  position: static;
  margin: 0;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  background: rgba(7, 10, 18, .48);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 30px -24px rgba(0, 0, 0, .82);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%)
}

.home-slider-indicators li,
#myCarousel .carousel-indicators li {
  float: none;
  width: 8px;
  height: 8px;
  margin: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
  transition: width .25s ease, background .25s ease, opacity .25s ease, transform .25s ease;
  opacity: .85
}

.home-slider-indicators li.active,
#myCarousel .carousel-indicators li.active {
  width: 24px;
  background: #ffa501;
  opacity: 1;
  transform: translateY(-1px)
}

.carousel-detail>div,
.carousel-item .carousel-detail>div,
.home-slide .carousel-detail>div {
  width: 100%;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0;
  top: 0;
  border-radius: 5px;
  padding: 30px 30px 26px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.carousel-detail,
.carousel-item .carousel-detail,
.home-slide .carousel-detail {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  left: 0;
  bottom: 0px;
  border-radius: 5px;
  z-index: 2;
  text-decoration: none!important;
  direction: rtl;
  text-align: right
}

.dark-mode .carousel-detail,
.dark-mode .carousel-item .carousel-detail,
.dark-mode .home-slide .carousel-detail {
  background: transparent
}

.light-mode .carousel-detail,
.light-mode .carousel-item .carousel-detail,
.light-mode .home-slide .carousel-detail {
  background: transparent
}

.carousel-detail p,
.carousel-item .carousel-detail p,
.home-slide .carousel-detail p {
  font-size: 10pt;
  width: calc(100% - 170px);
  color: #eee
}

.carousel-detail .detail-cta,
.carousel-item .carousel-detail .detail-cta,
.home-slide .carousel-detail .detail-cta {
  color: white;
  background-color: #ffa501;
  padding: 8px 17px 8px 17px;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 #ffa501, 0 0px 5px #ffa501!important;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  border: none;
  margin-top: 14px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.carousel-detail h3 span,
.carousel-item .carousel-detail h3 span,
.home-slide .carousel-detail h3 span {
  margin-right: 10px;
  background: #ffa501;
  font-size: 11pt;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px
}

.carousel-detail h3,
.carousel-item .carousel-detail h3,
.home-slide .carousel-detail h3 {
  font-size: 17pt;
  color: white;
  font-weight: bold
}

.home-slide .carousel-detail>div {
  z-index: 3;
  padding: 18px 18px 20px;
  align-items: flex-start
}

.home-slide .carousel-detail .home-slide-copy {
  position: relative;
  z-index: 4;
  width: 74%;
  max-width: 420px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 28px -28px rgba(0, 0, 0, .58);
  -webkit-backdrop-filter: blur(8px) saturate(125%);
  backdrop-filter: blur(8px) saturate(125%);
  transition: background .35s ease, opacity .35s ease, transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  direction: rtl;
  text-align: right;
  margin-right: 0;
  margin-left: auto
}

.home-slide.is-active .carousel-detail .home-slide-copy {
  background: rgba(255, 255, 255, .035);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 18px 30px -28px rgba(0, 0, 0, .66);
  transform: translateY(-4px)
}

.home-slide.is-secondary .carousel-detail .home-slide-copy {
  opacity: .56;
  transform: translateY(10px)
}

.home-slide .carousel-detail h3 {
  margin: 0;
  font-size: 18pt;
  line-height: 1.4;
  letter-spacing: -.3px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .65)
}

.home-slide .carousel-detail p {
  width: 100%;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .88);
  line-height: 1.8;
  font-size: 9.6pt;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .62)
}

.home-slide .carousel-detail .detail-cta {
  margin-top: 14px;
  border-radius: 999px;
  padding: 8px 14px;
  box-shadow: 0 18px 28px -20px rgba(255, 165, 1, .9)!important
}

.home-slide.is-secondary .carousel-detail h3,
.home-slide.is-secondary .carousel-detail p,
.home-slide.is-secondary .carousel-detail .detail-cta {
  opacity: .58
}

.img-fluid {
  max-width: 100%!important;
  width: 100%!important;
  border-radius: 5px!important;
  margin-left: 0!important;
  height: 370px;
  object-fit: cover;
  object-position: center center
}

.dark-mode .bg-light {
  background-color: #000010!important
}

.light-mode .bg-light {
  background-color: #ffffff!important
}

.home-slider-indicators,
#myCarousel .carousel-indicators {
  left: inherit;
  margin-right: 30px
}

*:focus {
  outline: 0!important
}

.light-mode .dropdown-item:focus,
.light-mode .dropdown-item:hover {
  background-color: #f1f1f1
}

.dark-mode .dropdown-item:focus,
.dark-mode .dropdown-item:hover {
  background-color: #141421
}

.light-mode .btn {
  color: #555
}

.dark-mode .btn {
  color: white
}

.light-mode .btn:hover {
  color: #000
}

.dark-mode .btn:hover {
  color: #ffffff
}

.light-mode .btn.btn-link {
  color: #555
}

.light-mode .btn.btn-link:hover {
  color: black
}

.dark-mode .dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15)
}

.account-action .btn.focus,
.account-action .btn:focus {
  outline: 0!important;
  box-shadow: none!important
}

.movie-section-title {
  font-size: 15pt;
  font-weight: bold;
  display: inline-block
}

.light-mode .movie-section-title {
  color: #555
}

.dark-mode .movie-section-title {
  color: #eeeeee
}

.actor-header-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  background-attachment: fixed
}

.movie-header-bg {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  border-radius: 5px;
  background-attachment: fixed
}

.actor-header {
  padding-right: 255px
}

.movie-header {
  height: 330px;
  width: 100%;
  position: relative;
  margin-bottom: 40px
}

.dark-mode .movie-header {
  background: #000010;
  background: linear-gradient(0deg, #000010 0%, rgba(0, 0, 0, 0) 99%)
}

.light-mode .movie-header {
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff 0%, rgba(0, 0, 0, 0) 99%)
}

.btn-favorite {
  border: 1px solid #ccc;
  background: transparent;
  color: pink;
  border-radius: 40px;
  min-width: 60px;
  min-height: 60px;
  text-transform: uppercase
}

.light-mode .movie-title {
  color: black
}

.dark-mode .movie-title {
  color: white
}

.movie-title {
  font-size: 20pt;
  text-transform: uppercase;
  position: absolute;
  bottom: 43px;
  margin-right: 16px;
  font-weight: 700
}

.comment-btn {
  height: 60px;
  width: 60px;
  background: #ffa501;
  border-radius: 70px;
  position: fixed;
  box-shadow: inset 0 1px 0 #ffa501, 0 0px 10px #ffa501!important;
  left: 20px;
  bottom: 20px;
  border: none;
  z-index: 10;
  font-size: 17pt;
  color: white
}

.light-mode .movie-infos a {
  color: #333!important
}

.dark-mode .movie-infos a {
  color: #b3b3b3!important
}

.dark-mode .movie-infos {
  color: #b3b3b3!important
}

.light-mode .movie-infos {
  color: #333!important
}

.movie-infos {
  font-size: 11pt;
  position: absolute;
  bottom: 10px;
  margin-right: 17px;
  font-weight: 700
}

.header-ratings {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 12pt;
  font-weight: 700
}

.dark-mode .header-ratings {
  color: #b3b3b3
}

.light-mode .header-ratings {
  color: #555
}

.imdb {
  background: #ffa501;
  border-radius: 5px;
  padding-right: 5px;
  padding-left: 5px;
  color: black;
  font-size: 12pt;
  padding-top: 0px;
  font-weight: 900;
  margin-right: 4px;
  padding-bottom: 1px;
  padding-top: 1px
}

.header-buttons {
  position: absolute;
  left: 20px;
  bottom: 47px
}

.dark-mode .header-buttons>button:hover {
  background: #ffffff40
}

.light-mode .header-buttons>button:hover {
  background: #00000040
}

.header-buttons>button {
  height: 50px;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  background: transparent
}

.dark-mode .header-buttons>button {
  border: 1px solid #ccc;
  color: #ccc
}

.light-mode .header-buttons>button {
  border: 1px solid black;
  color: black
}

.checked {
  color: orange
}

.header-buttons>button:last-child>i {
  margin-left: 10px
}

.header-buttons>button:last-child {
  position: relative;
  padding-left: 28px;
  padding-right: 28px;
  width: auto
}

.comment-section {
  margin-top: 20px;
  max-height: 600px;
  overflow: auto;
  overflow-x: hidden
}

.comment-btn-item {
  width: 100%;
  padding: 15px;
  font-size: 14pt;
  border-radius: 2px;
  margin-top: 10px;
  border: none
}

.dark-mode .comment-btn-item {
  background: #0e0e1b;
  color: #b3b3b3
}

.light-mode .comment-btn-item {
  background: #dfdfdf;
  color: #555
}

.padding-top-20 {
  padding-top: 20px
}

.comment-item {
  margin-top: 10px;
  padding: 20px;
  padding-bottom: 5px;
  border-radius: 2px
}

.light-mode .comment-item {
  background: #dfdfdf
}

.dark-mode .comment-item {
  background: #0e0e1b
}

.comment-item .comment-text {
  margin-right: 55px
}

.comment-item .comment-text a {
  color: #ffa501!important;
  font-weight: bold;
  margin-left: 5px;
  transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out
}

.comment-item .avatar-thumb {
  width: 40px;
  height: 40px;
  display: block;
  float: right
}

.comment-item img {
  height: 40px;
  width: 40px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px
}

.comment-item .comment-text p {
  margin-top: 5px;
  font-size: 11pt
}

.comment-item .comment-text span {
  font-size: 10pt;
  color: #616161
}

.review {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 2px
}

.dark-mode .review {
  border: 1px solid #11141c
}

.light-mode .review {
  border: 1px solid #e1e1e1
}

.review .review-properties .review-author {
  font-weight: 600
}

.dark-mode .review .review-properties .review-author {
  color: #eeeeee
}

.light-mode .review .review-properties .review-author {
  color: #333
}

.review p {
  font-size: 11pt
}

.review .review-properties {
  font-size: 12pt;
  color: #676767
}

.review .review-rating {
  color: #ffa501;
  font-weight: 800
}

.play-btn {
  text-align: right;
  margin-bottom: 10px
}

.dark-mode .play-btn:hover,
.dark-mode .episode-btn:hover {
  background: #ffffff40
}

.light-mode .play-btn:hover,
.episode-btn:hover {
  background: #00000040
}

.play-btn span {
  margin-left: 6px
}

.movie-detail-page {
  row-gap: 10px
}

.movie-hero-shell {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 480px;
  margin-bottom: 10px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
  background-image: none!important;
  background-color: #05070d
}

.movie-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  padding: 0;
  pointer-events: none
}

.movie-hero-art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(1.02) contrast(1.03) drop-shadow(0 28px 60px rgba(0, 0, 0, .22))
}

.movie-hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 8, 20, .96) 0%, rgba(6, 8, 20, .82) 34%, rgba(6, 8, 20, .42) 62%, rgba(6, 8, 20, .22) 100%),
    linear-gradient(0deg, rgba(6, 8, 20, .82) 0%, rgba(6, 8, 20, .18) 38%, rgba(6, 8, 20, .08) 100%)
}

.light-mode .movie-hero-backdrop {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .86) 34%, rgba(255, 255, 255, .52) 62%, rgba(255, 255, 255, .24) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .2) 38%, rgba(255, 255, 255, .08) 100%)
}

.movie-hero-content {
  position: relative;
  z-index: 2;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  gap: 28px;
  padding: 32px
}

.movie-poster-card {
  width: 220px;
  min-width: 220px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
  border: 1px solid rgba(255, 255, 255, .15)
}

.movie-poster-card img {
  width: 100%;
  display: block
}

.movie-hero-main {
  flex: 1;
  min-width: 0
}

.movie-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 165, 1, .16);
  color: #ffbf47
}

.light-mode .movie-kicker {
  background: rgba(255, 165, 1, .12);
  color: #9b5b00
}

.movie-detail-page .movie-title {
  position: static;
  margin: 0 0 16px;
  font-size: 26pt;
  line-height: 1.25;
  text-transform: none
}

.movie-meta-badges,
.movie-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.movie-meta-badges {
  margin-bottom: 14px
}

.movie-meta-badges span,
.movie-taxonomy a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 10.5pt;
  font-weight: 700
}

.dark-mode .movie-meta-badges span,
.dark-mode .movie-taxonomy a {
  background: rgba(255, 255, 255, .08);
  color: #f0f0f0!important;
  border: 1px solid rgba(255, 255, 255, .08)
}

.light-mode .movie-meta-badges span,
.light-mode .movie-taxonomy a {
  background: rgba(0, 0, 0, .05);
  color: #333!important;
  border: 1px solid rgba(0, 0, 0, .08)
}

.movie-detail-page .movie-infos {
  position: static;
  margin: 0 0 18px
}

.movie-hero-description {
  font-size: 12pt;
  line-height: 2;
  max-width: 860px;
  margin-bottom: 24px
}

.dark-mode .movie-hero-description {
  color: #d3d7e3
}

.light-mode .movie-hero-description {
  color: #404040
}

.movie-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px
}

.movie-stat-card {
  border-radius: 20px;
  padding: 16px 18px
}

.dark-mode .movie-stat-card {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08)
}

.light-mode .movie-stat-card {
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(0, 0, 0, .08)
}

.dark-mode .movie-stat-card {
  color: #f3f6ff
}

.light-mode .movie-stat-card {
  color: #1a1a1a
}

.movie-stat-card strong {
  display: block;
  font-size: 18pt;
  margin-top: 6px
}

.movie-stat-label {
  display: block;
  font-size: 10pt;
  opacity: .75
}

.dark-mode .movie-stat-label {
  color: #cfd6ea;
  opacity: 1
}

.light-mode .movie-stat-label {
  color: #505765;
  opacity: 1
}

.movie-hero-utility {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.movie-detail-page .header-buttons,
.movie-detail-page .header-ratings {
  position: static
}

.movie-detail-page .header-buttons {
  display: flex;
  gap: 10px
}

.movie-detail-page .header-buttons>button {
  backdrop-filter: blur(12px)
}

.movie-detail-page .header-ratings {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px
}

.dark-mode .movie-detail-page .header-ratings {
  background: rgba(255, 255, 255, .08)
}

.light-mode .movie-detail-page .header-ratings {
  background: rgba(255, 255, 255, .7)
}

.header-rating-score {
  font-weight: 800
}

.movie-imdb-score {
  margin-right: 8px
}

.movie-action-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px
}

.dark-mode .movie-action-bar {
  background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .03));
  border: 1px solid rgba(255, 255, 255, .06)
}

.light-mode .movie-action-bar {
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(245, 245, 245, .92));
  border: 1px solid rgba(0, 0, 0, .06)
}

.play-btn,
.episode-btn {
  margin-left: 5px;
  font-weight: bold;
  border: none;
  padding: 15px
}

.dark-mode .play-btn,
.dark-mode .episode-btn {
  background: #ffffff20;
  color: #b3b3b3!important
}

.light-mode .play-btn,
.light-mode .episode-btn {
  background: #00000020;
  color: #333!important
}

.episode .episode-btn {
  background: #ffffff20!important;
  color: #b3b3b3!important
}

.movie-action-bar .play-btn {
  margin-left: 0;
  padding: 14px 18px;
  border-radius: 14px
}

.movie-info-panel,
.movie-carousel-panel,
.movie-feedback-panel {
  border-radius: 22px
}

.movie-info-panel {
  padding: 24px
}

.dark-mode .movie-info-panel,
.dark-mode .movie-carousel-panel,
.dark-mode .movie-feedback-panel {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06)
}

.light-mode .movie-info-panel,
.light-mode .movie-carousel-panel,
.light-mode .movie-feedback-panel {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(0, 0, 0, .06)
}

.dark-mode .movie-info-panel {
  color: #eef2ff
}

.light-mode .movie-info-panel {
  color: #1f2430
}

.movie-description-copy {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 12pt;
  line-height: 2.1
}

.movie-facts-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0
}

.movie-facts-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(127, 127, 127, .12)
}

.movie-facts-list li:last-child {
  border-bottom: none;
  padding-bottom: 0
}

.movie-facts-list span {
  opacity: .7
}

.movie-facts-list strong {
  text-align: left
}

.dark-mode .movie-facts-list span {
  color: #c9d1e4;
  opacity: 1
}

.light-mode .movie-facts-list span {
  color: #5d6472;
  opacity: 1
}

.dark-mode .movie-facts-list strong {
  color: #fff
}

.light-mode .movie-facts-list strong {
  color: #121722
}

.movie-carousel-panel {
  padding: 16px 0 8px;
  margin-top: 14px
}

.movie-feedback-panel {
  padding: 18px
}

.season-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap
}

.serie-episodes-panel {
  padding-top: 20px
}

.serie-episodes-panel .serie-episodes {
  padding: 0 12px 4px
}

.season-dropdown > .btn {
  border-radius: 14px!important;
  padding: 10px 16px!important
}

.dark-mode .season-dropdown > .btn {
  background: rgba(255, 255, 255, .08)!important;
  border: 1px solid rgba(255, 255, 255, .08)!important;
  color: #f1f4fb!important
}

.light-mode .season-dropdown > .btn {
  background: rgba(0, 0, 0, .05)!important;
  border: 1px solid rgba(0, 0, 0, .08)!important;
  color: #222!important
}

.episode {
  border-radius: 20px;
  overflow: hidden
}

.dark-mode .episode {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .06)
}

.light-mode .episode {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(0, 0, 0, .06)
}

.episode img {
  width: 100%;
  display: block
}

.episode .episode-detail {
  padding: 16px 14px 18px
}

.episode .episode-detail h4 {
  font-size: 12pt;
  margin-bottom: 8px
}

.episode .episode-detail p {
  margin-bottom: 0;
  line-height: 1.85;
  font-size: 10.5pt
}

.dark-mode .episode .episode-detail h4 {
  color: #fff
}

.light-mode .episode .episode-detail h4 {
  color: #111
}

.dark-mode .episode .episode-detail p {
  color: #cbd3e2
}

.light-mode .episode .episode-detail p {
  color: #4d5563
}

.episode-btn {
  padding: 10px;
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px
}

.episode-btn:last-child {
  right: 50px
}

.season-dropdown > .btn {
  font-weight: 700;
  border-radius: 0px;
  background: transparent
}

.light-mode .season-dropdown > .btn {
  border: 1px solid #333;
  color: #333
}

.dark-mode .season-dropdown > .btn {
  border: 1px solid white;
  color: white
}

.season-dropdown .dropdown-menu {
  border-radius: 0px;
  max-height: 400px;
  overflow: auto
}

.dark-mode .dropdown-menu {
  background-color: #00000f!important;
  border: 1px solid rgba(255, 255, 255, 0.15)
}

.dropdown-login {
  transform: none!important;
  margin-top: 12px;
  z-index: 1060
}

.dark-mode .dropdown-item {
  color: #b3b3b3!important
}

.dark-mode .dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15)
}

.season-dropdown .dropdown-menu .dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px
}

.background-close {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1005;
  display: none
}

.dark-mode .background-close {
  background: #ffffff20
}

.light-mode .background-close {
  background: #00000060
}

.login-box p {
  text-align: right
}

.login-box form {
  width: 100%
}

.dark-mode .login-box li {
  text-align: right;
  color: #ffa501
}

.btn-facebook {
  background: #3b5998;
  color: white!important
}

.btn-facebook:hover {
  background: #2b509c;
  color: white!important
}

.btn-link {
  text-decoration: none
}

.btn-primary {
  background: transparent;
  color: #ffa501 !important;
  opacity: 0.8;
  border: 1px solid #ffa501;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  opacity: 1!important;
  color: #ffa501 !important;
  background: transparent!important;
  border: 1px solid #ffa501 !important;
}

.btn-google {
  background: #db4a39;
  color: white!important
}

.btn-google:hover {
  background: #ca3726;
  color: white!important
}

.login-box {
  position: fixed;
  width: 400px;
  max-width: 90%;
  z-index: 1001;
  top: 80px;
  box-shadow: 0px 0px 25px -8px #000;
  border-radius: 5px;
  overflow: hidden;
  right: 50%;
  transform: translateX(50%);
  display: block
}

.light-mode .login-box {
  background: #ffffff
}

.dark-mode .login-box {
  background: #000010
}

.login-box .notif-head {
  height: 60px
}

.dark-mode .login-box .notif-head {
  background: #0a111d
}

.light-mode .login-box .notif-head {
  background: #eee
}

.login-box .notif-close {
  height: 60px;
  line-height: 60px;
  width: 60px
}

.notif-close {
  display: inline-table;
  line-height: 50px;
  text-align: center;
  color: white;
  cursor: pointer;
  position: absolute;
  background-color: #ffa501
}

.login-box .notif-title {
  height: 60px;
  line-height: 60px
}

.notif-title {
  width: 100%;
  display: inline-table;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 14pt
}

.dark-mode .notif-title {
  color: white
}

.light-mode .notif-title {
  color: black
}

.notif {
  position: fixed;
  z-index: 10000;
  min-width: 318px;
  top: 70px;
  right: 20px;
  display: none;
  background: #182838;
  border-radius: 2px;
  height: 45px;
  box-shadow: 0px 0px 3px #1e2c49;
  padding-left: 10px
}

.notif button {
  background: #8a40ac;
  border: none;
  color: white;
  height: 45px;
  width: 45px;
  font-size: 16pt;
  float: right
}

.notif>p {
  line-height: 45px;
  padding-right: 60px
}

.dark-mode .notif>p {
  color: white
}

.light-mode .notif>p {
  color: black
}

.remember-me {
  line-height: 2.5em;
  height: 40px
}

.dark-mode .remember-me {
  color: #fbfbfb!important
}

.light-mode .remember-me {
  color: black!important
}

.heada__subtitle,
.heada__title {
  margin: 0;
  padding: 7px
}

.pdn--al {
  padding: 20px;
  padding-bottom: 10px
}

.register-box {
  width: 460px;
  border-radius: 24px;
  overflow: hidden
}

.dark-mode .register-box {
  background: linear-gradient(180deg, rgba(8, 13, 23, .98), rgba(8, 13, 23, .94))
}

.light-mode .register-box {
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 249, 252, .98))
}

.register-box .notif-head {
  height: auto;
  padding: 18px 22px
}

.register-box .notif-title {
  height: auto;
  line-height: 1.6;
  font-size: 15pt;
  font-weight: 700
}

.register-box-body {
  padding: 22px 24px 18px
}

.register-box-intro {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  text-align: right
}

.dark-mode .register-box-intro {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06)
}

.light-mode .register-box-intro {
  background: rgba(0, 0, 0, .025);
  border: 1px solid rgba(0, 0, 0, .05)
}

.register-box-intro strong {
  display: block;
  margin-bottom: 6px;
  font-size: 11pt
}

.register-box-intro p {
  margin: 0;
  line-height: 1.9;
  font-size: 9.8pt
}

.register-form .form-group {
  margin-bottom: 14px
}

.register-form .form-control {
  height: 46px;
  border-radius: 14px;
  padding-right: 14px;
  padding-left: 14px
}

.dark-mode .register-form .form-control {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .08);
  color: #eef2f7
}

.light-mode .register-form .form-control {
  background: rgba(255, 255, 255, .92);
  border-color: rgba(0, 0, 0, .08);
  color: #273040
}

.register-form .form-control::placeholder {
  color: #8b94a7
}

.register-policy-row {
  margin-top: 4px;
  margin-bottom: 8px
}

.register-policy-check {
  float: none!important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.9;
  min-height: auto
}

.register-policy-check input {
  margin-left: 6px
}

.register-policy-check a {
  text-decoration: none!important
}

.register-submit-row {
  margin-top: 4px
}

.register-submit-btn {
  height: 46px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 10.5pt
}

.register-login-hint {
  margin-top: 6px;
  padding-top: 12px;
  text-align: center
}

.dark-mode .register-login-hint {
  border-top: 1px solid rgba(255, 255, 255, .06)
}

.light-mode .register-login-hint {
  border-top: 1px solid rgba(0, 0, 0, .06)
}

.register-login-hint p {
  margin: 0;
  text-align: center
}

.register-login-hint a {
  font-weight: 700;
  text-decoration: none!important
}

.carda__body>.row {
  margin-left: 0px;
  margin-right: 0px
}

.mrg--vh {
  margin-top: 15px;
  margin-bottom: 10px
}

.mrg--vh {
  margin-top: 15px;
  margin-bottom: 10px
}

.dividr {
  height: 1px;
  margin: 0 auto 14px;
  width: 50%
}

.dark-mode .dividr {
  color: white;
  background: #ccd0d2
}

.light-mode .dividr {
  color: black;
  background: black
}

.dividr__content {
  display: block;
  width: 3.5em;
  height: 1px;
  margin: 0 auto;
  position: relative
}

.dark-mode .dividr__content {
  background: #00000f
}

.light-mode .dividr__content {
  background: white
}

.dividr__content--icon:before,
.dividr__label {
  line-height: 1px;
  width: 100%;
  position: absolute;
  text-align: center;
  font-weight: 600;
  top: -50%;
  right: 0;
  font-size: 12pt
}

.mrg--bs {
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px
}

.mrg--bs {
  margin-bottom: 20px
}

.pdn--at {
  padding: 7px
}

.brd--b,
.brd--b-imp {
  border: 0 solid #eaeaea;
  border-bottom-width: 1px;
  color: #fbfbfb!important
}

.pdn--at li a {
  color: white!important
}

.pdn--at li a:hover {
  background: #192837!important
}

.carda__body input.form-control[type="text"],
.carda__body input.form-control[type="password"],
.carda__body input.form-control[type="email"] {
  height: 40px;
  font-weight: bold
}

.dark-mode .form-group .form-control,
.dark-mode .carda__body input.form-control[type="text"],
.dark-mode .carda__body input.form-control[type="password"],
.dark-mode .carda__body input.form-control[type="email"] {
  background-color: #0a101d;
  border: 1px solid #121b2f;
  color: white
}

.light-mode .form-group .form-control,
.light-mode .form-control,
.light-mode .form-control:focus,
.light-mode input.form-control[type="text"],
.light-mode input.form-control[type="password"],
.light-mode input.form-control[type="email"] {
  background-color: #f1efef;
  border: 1px solid #dedede;
  color: black
}

.label-one {
  color: #a8aeb8;
  background-color: #1f2d48ff;
  border: 1px solid #1f2d48ff;
  height: 45px;
  color: white;
  font-weight: bold
}

.dark-mode .control-one {
  color: white
}

.light-mode .control-one {
  color: black
}

span.control-one {
  border-left: 1px solid #141d26;
  padding-left: 5px;
  background: #1a2438
}

.dropdown-login i.fas {
  margin-left: 10px
}

.dropdown-login .dropdown-item {
  padding: .55rem 1.5rem;
  text-transform: uppercase;
  font-size: 11pt
}

.dropdown-login {
  left: auto!important;
  right: 0px!important;
  top: 100%!important;
  border-radius: 18px;
  min-width: 220px;
  padding: 8px 0;
  overflow: hidden;
  box-shadow: 0 20px 45px -28px rgba(0, 0, 0, .75)
}

.xs-header,
.account-action,
.xs-header .btn-group,
.account-action .btn-group {
  overflow: visible
}

.ads-element img {
  width: 100%
}

.login-page-bg {
  width: 100%;
  height: 100%;
  background-image: url("/web/img/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover
}

.login-page-bg-blur {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px
}

.dark-mode .login-page-bg-blur {
  background: #000000ad
}

.light-mode .login-page-bg-blur {
  background: #ffffffad
}

.login-page-content>.login-box {
  position: relative!important;
  width: 435px;
  top: 0px
}

.login-page-content {
  padding-right: 70px;
  padding-left: 70px;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  text-align: center;
  width: 550px;
  overflow: auto
}

.dark-mode .login-page-content {
  background: #0a101d
}

.light-mode .login-page-content {
  background: white
}

.login-page-content>img {
  width: 200px;
  margin: 25px
}

.serie-episodes-loading {
  height: 200px;
  width: 100%;
  display: none;
  line-height: 200px;
  height: 200px;
  width: 100%;
  text-align: center;
  font-size: 32pt
}

.dark-mode .serie-episodes-loading {
  color: white
}

.light-mode .serie-episodes-loading {
  color: black
}

.comment-write {
  padding-bottom: 45px
}

.comment-write .comment-text a {
  height: 35px;
  display: block
}

.comment-text textarea,
.review-write textarea {
  width: 100%;
  border: 1px solid #555;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 93px;
  padding: 10px;
  min-height: 100px;
  border-radius: 5px
}

.dark-mode .comment-text textarea,
.dark-mode .review-write textarea {
  background: rgb(0, 0, 15);
  color: #ccc
}

.light-mode .comment-text textarea,
.light-mode .review-write textarea {
  background: #eee;
  color: #555
}

.success-comment,
.error-comment {
  margin-top: 15px
}

.loading-comment,
.success-comment,
.error-comment,
.success-review,
.error-review,
.loading-review {
  display: none
}

.review-properties .float-right {
  font-size: 10pt
}

.review-write {
  padding: 10px;
  background-color: transparent;
  margin: 0px
}

.rate {
  float: right;
  padding: 0 10px
}

.rate:not(:checked) > input {
  position: absolute;
  display: none
}

.rate:not(:checked) > label {
  float: left;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc
}

.rate:not(:checked) > label:before {
  content: '★ '
}

.rate > input:checked ~ label {
  color: #ffc700
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08
}

.subtitles-table img,
.downloads-table img {
  height: 25px;
  width: auto
}

.dark-mode .subtitles-table td,
.dark-mode .downloads-table td,
.dark-mode .subtitles-table th,
.dark-mode .downloads-table th {
  border-top: 1px solid #dee2e630!important
}

.dark-mode .downloads-table thead th,
.dark-mode .downloads-table thead th {
  border-bottom: 2px solid #dee2e630!important
}

.trailer-video {
  position: fixed;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none
}

.dark-mode .trailer-video {
  background: rgba(255, 255, 255, 0.2)
}

.light-mode .trailer-video {
  background: rgba(0, 0, 0, 0.5)
}

.trailer-video>div {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 560px;
  height: 310px
}

.share-buttons {
  position: absolute;
  font-size: 36pt;
  top: 55px;
  right: 0px;
  z-index: 10;
  display: none
}

.dark-mode .share-buttons a:hover {
  background-color: white;
  color: black
}

.light-mode .share-buttons a:hover {
  background-color: #000000;
  color: white
}

.light-mode .share-buttons a {
  background: white;
  color: black;
  border: 1px solid black
}

.dark-mode .share-buttons a {
  background: black;
  color: white;
  border: 1px solid white
}

.share-buttons a {
  font-size: 20pt;
  display: inline-block;
  display: inherit;
  line-height: 50px;
  background: black;
  margin-top: 5px;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  text-align: center;
  color: white;
  border: 1px solid white
}

.dark-mode .table {
  color: #ffffff!important
}

.channel-logo {
  position: absolute;
  width: 300px;
  margin-right: 50%;
  right: -150px;
  top: 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px black
}

img.country-logo {
  height: 20px;
  border-radius: 2px;
  margin-left: 10px
}

.actor-logo {
  position: absolute;
  margin-right: 40px;
  width: 200px;
  top: 100px;
  border-radius: 5px
}

.dark-mode .actor-logo {
  box-shadow: 0px 0px 10px black
}

.light-mode .actor-logo {
  box-shadow: 0px 0px 5px 2px #4a4a4a59
}

.serie-dialog>.login-box {
  width: 700px!important
}

.downloads-table .table {
  margin-bottom: 0rem!important
}

.poster.col-4 img,
.poster.col-md-2 img {
  width: 100%!important
}

.channel.col-md-2 img,
.channel.col-4 img {
  width: 100%!important
}

.channel.col-md-2,
.channel.col-4 {
  margin-bottom: 0px;
  margin-top: 0px
}

.filter-section {
  width: 100%;
  position: relative;
  padding-right: 10px;
  padding-left: 10px
}

.dark-mode .season-dropdown .btn-secondary:hover,
.dark-mode .season-dropdown .btn-secondary.active,
.dark-mode .season-dropdown .btn-secondary:focus,
.dark-mode .season-dropdown .btn-secondary:active {
  background: white!important;
  border-color: white!important;
  color: black!important
}

.dark-mode .pagination>span>a {
  color: white;
  border: 1px solid white
}

.light-mode .season-dropdown .btn-secondary:hover,
.light-mode .season-dropdown .btn-secondary.active,
.light-mode .season-dropdown .btn-secondary:focus,
.light-mode .season-dropdown .btn-secondary:active {
  background: black!important;
  border-color: black!important;
  color: white!important
}

.light-mode .pagination>span>a {
  border: 1px solid black;
  color: black
}

.pagination>span>a {
  display: inline-block;
  height: 45px;
  background: transparent;
  margin: 2px;
  min-width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none
}

.dark-mode .pagination>span>a:hover {
  background: white;
  color: black
}

.light-mode .pagination>span>a:hover {
  background: black;
  color: white
}

.pagination>span.current {
  display: inline-block;
  height: 45px;
  margin: 2px;
  min-width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 10pt;
  font-weight: bold
}

.light-mode .pagination>span.current {
  background: black;
  border: 1px solid white;
  color: white!important
}

.dark-mode .pagination>span.current {
  background: white;
  border: 1px solid white;
  color: black!important
}

#lightmode {
  left: -20px;
  height: 40px;
  width: 40px;
  background: white;
  border-radius: 20px;
  color: black;
  text-align: center;
  line-height: 40px;
  font-size: 20pt;
  position: absolute
}

#darkmode {
  left: -20px;
  height: 40px;
  width: 40px;
  background: black;
  border-radius: 20px;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 20pt;
  position: absolute
}

.login-page-content #darkmode,
.login-page-content #lightmode {
  right: 20px;
  bottom: 20px;
  position: fixed
}

.login-icon {
  font-size: 60pt;
  color: #b3b3b3;
  margin: 18px
}

.pack input,
.payment input {
  display: none
}

.pack,
.payment {
  cursor: pointer;
  padding: 1px;
  margin-top: 10px;
  border-radius: 7px;
  margin-bottom: 20px;
  display: block
}

.dark-mode .pack,
.dark-mode .payment {
  border: 1px solid #0a101d;
  box-shadow: 0px 0px 10px 0px #0a101d;
  background: white
}

.light-mode .pack,
.light-mode .payment {
  border: 1px solid white;
  box-shadow: 0px 0px 10px 0px #ccc
}

.payment .fa-check {
  position: absolute;
  left: 20px;
  top: 25px
}

.dark-mode .payment .fa-check {
  color: #0a101d
}

.light-mode .payment .fa-check {
  color: white
}

.pack>div,
.payment>div {
  display: block;
  padding: 20px;
  padding-bottom: 10px;
  text-align: right;
  position: relative;
  border-radius: 5px;
  width: 100%;
  min-height: 65px
}

.dark-mode .pack>div,
.dark-mode .payment>div {
  background: #0a101d;
  color: white;
  border: 1px solid #0a101d
}

.light-mode .pack>div,
.light-mode .payment>div {
  background: white;
  border: 1px solid black;
  color: black
}

.dark-mode .pack h5,
.dark-mode .payment h5 {
  color: white
}

.light-mode .pack h5,
.light-mode .payment h5 {
  color: black
}

.pack h4,
.payment h4 {
  width: auto;
  display: inline-block;
  font-size: 11pt;
  font-weight: 600
}

.dark-mode .pack h4,
.dark-mode .payment h4 {
  
  color: #eee;
}

.light-mode .pack h4,
.light-mode .payment h4 {
  color: #555
}

.pack span,
.payment span {
  position: absolute;
  left: 11px;
  z-index: 10;
  top: 15px;
  font-size: 16pt;
  font-weight: bold
}

.dark-mode .pack span,
.dark-mode .payment span {
  color: white
}

.light-mode .pack span,
.light-mode .payment span {
  color: black
}

.pack p,
.payment p {
  position: absolute;
  left: 10px;
  border-radius: 5px;
  background: white;
  padding: 5px 10px 5px 10px;
  font-size: 10pt;
  top: -17px;
  font-weight: 700;
  color: white!important;
  box-shadow: 0px 0px 3px -2px black;
  background-color: #ffa501
}

.payment.active i {
  color: white
}

.pack.active,
.payment.active {
  color: white;
  border: 1px solid #ffa501;
  box-shadow: 0px 0px 10px 0px #ffa501
}

.pack.active>div p,
.payment.active>div p {
  color: #ffa501!important;
  background-color: white
}

.pack.active h4,
.payment.active h4 {
  color: #eee
}

.pack.active h5,
.pack.active span,
.payment.active h5 {
  color: white
}

.pack.active>div,
.payment.active>div {
  background: #ffa501;
  border: 4px solid #ffa501
}

.subscribe-title {
  margin-bottom: 10px;
  text-align: right
}

.subscription-upgrade-page {
  padding: 18px 12px 28px
}

.subscription-upgrade-shell {
  max-width: 980px;
  margin: 0 auto
}

.subscription-upgrade-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 16px
}

.subscription-upgrade-copy,
.subscription-upgrade-note,
.subscription-upgrade-panel {
  border-radius: 26px;
  overflow: hidden
}

.dark-mode .subscription-upgrade-copy,
.dark-mode .subscription-upgrade-note,
.dark-mode .subscription-upgrade-panel {
  background: linear-gradient(145deg, rgba(17, 24, 39, .95), rgba(13, 18, 28, .88));
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: 0 28px 50px -38px rgba(0, 0, 0, .95)
}

.light-mode .subscription-upgrade-copy,
.light-mode .subscription-upgrade-note,
.light-mode .subscription-upgrade-panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(245, 247, 251, .92));
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 28px 50px -38px rgba(15, 23, 42, .18)
}

.subscription-upgrade-copy {
  padding: 24px 24px 20px;
  position: relative
}

.subscription-upgrade-copy:before {
  content: "";
  position: absolute;
  inset: auto auto -50px -30px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 165, 1, .22), rgba(255, 165, 1, 0));
  pointer-events: none
}

.subscription-upgrade-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 165, 1, .14);
  color: #ffa501;
  font-size: 10pt;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 14px
}

.subscription-upgrade-copy .tab-title {
  height: auto;
  line-height: 1.2;
  white-space: normal;
  overflow: visible;
  font-size: 24pt;
  margin-bottom: 10px;
  padding-top: 0
}

.subscription-upgrade-copy p {
  max-width: none;
  margin: 0;
  font-size: 11pt;
  line-height: 1.9;
  color: #9ea7b8
}

.light-mode .subscription-upgrade-copy p {
  color: #5a6473
}

.subscription-upgrade-note {
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-content: center
}

.subscription-upgrade-note div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 18px;
  padding: 14px 16px;
  font-size: 10.5pt;
  font-weight: 700;
  min-height: 72px
}

.dark-mode .subscription-upgrade-note div {
  background: rgba(255, 255, 255, .04);
  color: #eef2ff
}

.light-mode .subscription-upgrade-note div {
  background: rgba(15, 23, 42, .035);
  color: #202939
}

.subscription-upgrade-note i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 165, 1, .14);
  color: #ffa501
}

.subscription-upgrade-panel {
  padding: 22px 22px 20px;
  margin-bottom: 16px;
  width: 100%
}

.subscription-pack-grid,
.subscription-payment-grid {
  display: grid;
  gap: 14px
}

.subscription-pack-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.subscription-payment-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.subscription-pack-grid .pack,
.subscription-payment-grid .payment {
  margin: 0;
  padding: 0;
  border-radius: 22px;
  overflow: visible
}

.subscription-pack-grid .pack>div,
.subscription-payment-grid .payment>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding: 22px 20px 18px;
  border-radius: 22px;
  text-align: right
}

.subscription-pack-grid .pack>div {
  min-height: 230px
}

.subscription-payment-grid .payment>div {
  min-height: 132px;
  justify-content: center
}

.subscription-pack-grid .subscription-pack-badge {
  position: static;
  order: -1;
  margin: 0 0 4px auto;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 9.5pt;
  line-height: 1.2;
  box-shadow: none
}

.subscription-pack-grid .subscription-pack-title,
.subscription-pack-grid .subscription-pack-description,
.subscription-pack-grid .subscription-pack-price,
.subscription-payment-grid .subscription-payment-title {
  width: 100%;
  display: block;
  margin: 0
}

.subscription-pack-grid .subscription-pack-title {
  font-size: 16pt;
  font-weight: 800;
  line-height: 1.6;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere
}

.subscription-pack-grid .subscription-pack-description {
  font-size: 10.5pt;
  font-weight: 500;
  line-height: 1.95;
  opacity: .82;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere
}

.subscription-pack-grid .subscription-pack-price {
  position: static;
  left: auto;
  top: auto;
  z-index: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 12pt;
  font-weight: 800;
  line-height: 1.3;
  width: auto;
  max-width: 100%;
  white-space: normal
}

.subscription-payment-grid .subscription-payment-title {
  font-size: 12pt;
  font-weight: 700;
  padding-left: 34px;
  line-height: 1.7;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere
}

.subscription-payment-grid .payment .fa-check {
  left: 18px;
  top: 18px
}

.dark-mode .subscription-pack-grid .pack,
.dark-mode .subscription-payment-grid .payment {
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: none;
  background: transparent
}

.light-mode .subscription-pack-grid .pack,
.light-mode .subscription-payment-grid .payment {
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: none;
  background: transparent
}

.dark-mode .subscription-pack-grid .pack>div,
.dark-mode .subscription-payment-grid .payment>div {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05)
}

.light-mode .subscription-pack-grid .pack>div,
.light-mode .subscription-payment-grid .payment>div {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(15, 23, 42, .08)
}

.dark-mode .subscription-pack-grid .subscription-pack-description {
  color: #b8c0cf
}

.light-mode .subscription-pack-grid .subscription-pack-description {
  color: #596273
}

.dark-mode .subscription-pack-grid .subscription-pack-price {
  background: rgba(255, 165, 1, .12);
  color: #ffd27a
}

.light-mode .subscription-pack-grid .subscription-pack-price {
  background: rgba(255, 165, 1, .12);
  color: #c97900
}

.subscription-pack-grid .pack.active,
.subscription-payment-grid .payment.active {
  border-color: #ffa501;
  box-shadow: 0 18px 35px -26px rgba(255, 165, 1, .9)
}

.subscription-pack-grid .pack.active>div,
.subscription-payment-grid .payment.active>div {
  background: linear-gradient(145deg, rgba(255, 165, 1, .94), rgba(255, 145, 0, .88));
  border-color: rgba(255, 165, 1, .95)
}

.subscription-pack-grid .pack.active .subscription-pack-description,
.subscription-pack-grid .pack.active .subscription-pack-title,
.subscription-pack-grid .pack.active .subscription-pack-price,
.subscription-payment-grid .payment.active .subscription-payment-title,
.subscription-payment-grid .payment.active .fa-check {
  color: #fff!important
}

.subscription-pack-grid .pack.active .subscription-pack-price {
  background: rgba(255, 255, 255, .14)
}

.dark-mode .subscribe-title {
  color: white
}

.dark-mode .subscribe-title {
  color: black
}

.subscribe-title span {
  font-weight: bold;
  background: white;
  height: 25px;
  min-width: 25px;
  display: inline-block;
  border-radius: 5px;
  color: black;
  text-align: center;
  font-size: 10pt;
  line-height: 25px;
  margin-left: 10px;
  margin-bottom: 0px;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 17px
}

.dark-mode .subscribe-title span {
  color: black;
  background: white
}

.light-mode .subscribe-title span {
  background: black;
  color: white
}

.subscribe-title h5 {
  line-height: 41px;
  font-size: 13pt;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 0px;
  margin: 0px;
  padding: 0px;
  margin-top: 10px
}

.dark-mode .subscribe-title h5 {
  color: white
}

.light-mode .subscribe-title h5 {
  color: black
}

#payment-method {
  display: none
}

.subscription-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  margin-top: 8px;
  border-radius: 16px!important;
  box-shadow: 0 20px 40px -28px rgba(255, 165, 1, .95)!important
}

.error-plan,
.error-method {
  display: none;
  color: red!important;
  text-align: right
}

.validate-input {
  color: red!important
}

.paypal-redirect {
  margin-top: 50px;
  display: inline-block;
  text-align: center
}

.paypal-redirect p {
  font-size: 11pt;
  color: #3b7bbf!important;
  font-weight: bold
}

.paypal-redirect>i {
  font-size: 47pt;
  margin: 23pt;
  color: #3b7bbf
}

.paypal-redirect>i {
  font-size: 47pt;
  margin: 23pt;
  color: #3b7bbf
}

#subscribe-plan {
  text-align: right;
  color: #eee
}

.pack,
.payment {
  margin-bottom: 0
}

.pack>div,
.payment>div {
  height: 100%
}

.pack>div {
  min-height: 214px
}

.payment>div {
  min-height: 118px
}

.dark-mode #subscribe-plan {
  color: #eee
}

.light-mode #subscribe-plan {
  color: #1f2937
}

#selected_pack {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: 14px 16px;
  border-radius: 18px
}

.dark-mode #selected_pack {
  background: rgba(255, 165, 1, .1);
  border: 1px solid rgba(255, 165, 1, .14)
}

.light-mode #selected_pack {
  background: rgba(255, 165, 1, .08);
  border: 1px solid rgba(255, 165, 1, .16)
}

#selected_pack .price-step-1 {
  float: none!important;
  margin-right: auto;
  color: #ffa501;
  font-weight: 800
}

#selected_pack .fa-check {
  color: #22c55e
}

.dark-mode .file-input {
  border: 2px dashed darkgrey;
  color: darkgrey
}

.light-mode .file-input {
  border: 2px dashed gray;
  color: gray
}

.file-input {
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 10pt
}

.file-input.active {
  border: 2px dashed #4CAF50;
  color: #4CAF50
}

.file-input .message-before,
.file-input.active .message-after {
  display: block
}

.file-input .message-after,
input[type="file"],
.file-input.active .message-before {
  display: none
}

.StripeElement {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  display: block;
  width: 100%
}

.dark-mode .StripeElement {
  background-color: #0a101d;
  box-shadow: 0 1px 3px 0 #e6ebf1
}

.light-mode .StripeElement {
  background-color: #eee;
  box-shadow: 0 1px 3px 0 #e6ebf1
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df
}

.StripeElement--invalid {
  border-color: #fa755a
}

.StripeElement--webkit-autofill {
  background-color: #fefde5!important
}

.alert-card {
  display: none
}

.banque-account {
  padding: 10px;
  border-radius: 5px;
  font-size: 10pt;
  font-style: italic
}

.dark-mode .banque-account {
  background: black;
  color: white!important
}

.light-mode .banque-account {
  background: #eee;
  color: black!important
}

.empty-box img {
  width: 420px;
  padding: 20px;
  margin-bottom: 50px
}

.empty-box {
  width: 100%;
  text-align: center;
  padding: 100px
}

.menu-left-btn {
  display: none!important
}

.xs-header {
  display: none
}

.for-phone {
  display: none
}

.top-nav .dropdown-toggle span {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  float: right;
  padding-right: 5px;
  padding-left: 5px
}

.xs-header .dropdown-toggle,
.top-nav .dropdown-toggle {
  padding: 0px;
  padding-left: 10px
}

.xs-header .dropdown-toggle img,
.top-nav .dropdown-toggle img {
  margin-left: 10px;
  height: 36px
}

.gplay-box {
  padding: 5px;
  border: 1px solid #ffa501;
  height: 90px;
  position: fixed;
  left: 12px;
  bottom: 12px;
  border-radius: 5px;
  text-align: initial;
  z-index: 1004;
  display: none
}

.dark-mode .gplay-box {
  background: #000000e6;
  color: white
}

.light-mode .gplay-box {
  background: #FFFFFFe6;
  color: white
}

.gplay-box>span {
  color: #ffa501;
  font-size: 12pt;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer
}

.gplay-box>a {
  background: #ffa501;
  color: white!important;
  left: 20px;
  top: 25px;
  position: absolute
}

.gplay-box>div {
  width: 320px;
  margin-left: 140px
}

.gplay-box>div>img {
  height: 78px;
  width: 78px;
  border-radius: 5px;
  float: right;
  margin-left: 10px
}

.gplay-box>div>h3 {
  font-size: 16pt;
  padding-top: 5px
}

.gplay-box>div>p {
  font-size: 10pt
}

.alert-home {
  background: #ffa501;
  border-color: white;
  color: white;
  position: fixed;
  z-index: 10001;
  left: 25px;
  top: 19px;
  box-shadow: 0px 0px 5px 2px #ffa501
}

.alert-home>button {
  margin-right: 14px;
  font-size: 15pt;
  color: white;
  line-height: 25px
}

@media (max-width:768px) {
  .subscription-upgrade-page {
    padding: 10px 0 24px
  }
  .subscription-upgrade-hero {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px
  }
  .subscription-upgrade-copy,
  .subscription-upgrade-note,
  .subscription-upgrade-panel {
    border-radius: 20px
  }
  .subscription-upgrade-copy {
    padding: 20px 18px
  }
  .subscription-upgrade-copy .tab-title {
    font-size: 22pt
  }
  .subscription-upgrade-copy p {
    font-size: 10.5pt;
    line-height: 1.9
  }
  .subscription-upgrade-note {
    padding: 14px;
    grid-template-columns: 1fr
  }
  .subscription-upgrade-note div {
    padding: 12px 14px
  }
  .subscription-upgrade-panel {
    padding: 16px 14px
  }
  .subscription-pack-grid,
  .subscription-payment-grid {
    grid-template-columns: 1fr
  }
  .subscription-action {
    width: 100%;
    min-width: 0
  }
  .carousel-detail p,
  .carousel-item .carousel-detail p,
  .home-slide .carousel-detail p {
    display: none
  }
  .menu-left-btn {
    display: block!important
  }
  .active-sidebar {
    right: 0px!important;
    transition: 0.2s
  }
  .sidebar {
    position: fixed;
    width: 250px;
    right: -250px;
    transition: 0.2s;
    border-radius: 0;
    overflow: auto
  }
  .home-slide,
  .home-slide-image,
  .img-fluid {
    height: 220px
  }
  .home-slider {
    padding: 8px 0 0
  }
  .top-nav-shell {
    margin: 8px 10px 10px
  }
  .top-nav-subtitle {
    max-width: none;
    margin-bottom: 10px
  }
  .home-slider::before {
    inset: 8px 4% 26px;
    border-radius: 24px
  }
  .home-slider-track {
    gap: 10px;
    padding: 8px 4px 18px
  }
  .home-slide {
    flex-basis: 100%;
    opacity: 1;
    border: none;
    transform: none!important;
    margin: 0
  }
  .home-slide.is-active,
  .home-slide.is-secondary {
    box-shadow: none
  }
  .carousel-detail,
  .carousel-item .carousel-detail,
  .home-slide .carousel-detail {
    width: 100%!important
  }
  .xs-header {
    display: block
  }
  .img-fluid {
    max-width: 100%!important;
    width: 100%!important;
    margin-left: 0px!important
  }
  .carousel-detail h3,
  .carousel-item .carousel-detail h3,
  .home-slide .carousel-detail h3 {
    font-size: 14pt
  }
  .home-slide .carousel-detail>div {
    padding: 16px
  }
  .home-slide .carousel-detail .home-slide-copy {
    width: 100%;
    padding: 16px;
    border-radius: 18px;
    max-width: none
  }
  .home-slider-viewport {
    padding: 0 12px 38px
  }
  .home-slider-controls {
    left: 12px;
    right: 12px;
    bottom: 10px
  }
  .home-slider-indicators {
    gap: 6px;
    padding: 6px 10px
  }
  .home-slider-indicators li.active,
  #myCarousel .carousel-indicators li.active {
    width: 18px
  }
  .carousel-detail .detail-cta,
  .carousel-item .carousel-detail .detail-cta,
  .home-slide .carousel-detail .detail-cta {
    bottom: -38px;
    left: -10px;
    color: #ffa501!important;
    background-color: transparent!important;
    box-shadow: none!important;
    font-size: 18pt
  }
  .carousel-detail .detail-cta span,
  .carousel-item .carousel-detail .detail-cta span,
  .home-slide .carousel-detail .detail-cta span {
    display: none
  }
  .xs-header>img {
    height: 38px;
    margin-top: 12px
  }
  .xs-header button {
    margin-top: 12px;
    margin-left: 5px
  }
  .xs-header {
    height: 50px;
    padding: 0px 15px 0px 15px
  }
  .for-phone {
    display: block
  }
  .for-desktop {
    display: none
  }
  .layout-quick-links {
    overflow: auto;
    flex-wrap: nowrap;
    padding: 8px 10px 12px
  }
  .layout-quick-links a {
    white-space: nowrap
  }
  .layout-promo-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 0
  }
  .layout-promo-card {
    min-height: 78px;
    padding: 14px
  }
  .site-footer {
    margin: 10px;
    padding: 18px 16px
  }
  .site-footer .layout-promo-strip {
    margin-bottom: 14px;
    padding-bottom: 14px
  }
  .site-footer-grid {
    grid-template-columns: 1fr
  }
  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 14px;
    padding-top: 14px
  }
  .top-nav {
    padding-top: 0px;
    padding-bottom: 0px
  }
  .content-section {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px
  }
  .search-form {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: 15;
    display: none
  }
  .light-mode .search-form {
    background: white;
    border-bottom: 1px solid #ccc
  }
  .dark-mode .search-form {
    background: #000010;
    border-bottom: 1px solid #333
  }
  .movie-title {
    font-size: 15pt;
    bottom: 65px
  }
  .movie-hero-shell {
    min-height: auto;
    border-radius: 18px
  }
  .movie-hero-media {
    padding: 0
  }
  .movie-hero-art {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-position: center center
  }
  .movie-hero-content {
    min-height: auto;
    display: block;
    padding: 18px
  }
  .movie-poster-card {
    width: 160px;
    min-width: 160px;
    margin-bottom: 18px
  }
  .movie-detail-page .movie-title {
    font-size: 18pt;
    margin-bottom: 12px
  }
  .movie-hero-description,
  .movie-description-copy {
    font-size: 11pt;
    line-height: 1.9
  }
  .movie-hero-stats {
    grid-template-columns: 1fr;
    max-width: none
  }
  .movie-hero-utility {
    align-items: stretch
  }
  .movie-detail-page .header-buttons {
    width: 100%
  }
  .movie-detail-page .header-buttons>button:last-child {
    flex: 1
  }
  .movie-detail-page .header-ratings {
    width: 100%;
    justify-content: center
  }
  .movie-action-bar {
    padding: 14px
  }
  .movie-action-bar .play-btn {
    width: 100%;
    text-align: center;
    margin-left: 0
  }
  .movie-info-panel,
  .movie-feedback-panel {
    padding: 18px
  }
  .actor-header .movie-title {
    bottom: 80px
  }
  .movie-infos {
    bottom: 25px
  }
  .header-buttons {
    left: 20px;
    bottom: 100px
  }
  .header-ratings {
    right: 17px;
    bottom: 0px
  }
  .page-header {
    position: relative
  }
  .page-header .menu-left-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 20px
  }
  #darkmode,
  #lightmode {
    left: -50px!important
  }
  .login-page-content #darkmode,
  .login-page-content #lightmode {
    z-index: 1020
  }
  .channel img {
    width: 120px!important;
    min-height: auto!important;
    height: auto
  }
  .poster-card {
    width: 136px;
    padding: 5px 5px 10px
  }
  .poster:not(.poster-card) img {
    width: 120px!important;
    min-height: auto!important
  }
  .poster-card img {
    width: 100%!important;
    min-height: 182px!important;
    border-radius: 14px
  }
  .poster-card-media {
    border-radius: 14px
  }
  .poster-card-badges {
    top: 8px;
    right: 8px
  }
  .poster-badge {
    min-height: 20px;
    padding: 2px 7px;
    font-size: 6.8pt
  }
  .poster-card-overlay {
    padding: 0
  }
  .poster-card-title-ribbon {
    width: 100%;
    min-height: 52px;
    padding: 8px 10px 7px
  }
  .poster-card-title-text {
    font-size: 8.1pt
  }
  .poster-card-title-meta {
    margin-top: 4px;
    font-size: 6.8pt
  }
  .poster-info {
    min-height: 18px;
    margin-top: 6px
  }
  .poster-helper {
    font-size: 7.8pt
  }
  .poster:not(.poster-card)>div>div {
    font-size: 7pt!important
  }
  .poster:not(.poster-card) {
    padding: 5px;
    margin-bottom: 0px;
    margin-top: 2px
  }
  .channel {
    padding: 3px;
    margin-bottom: 2px;
    margin-top: 2px
  }
  .tab-title {
    margin-top: 15px
  }
  .search-form form {
    width: calc(100% - 54px);
    display: inline-block
  }
  .login-page-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    background: transparent
  }
  .register-box {
    width: 100%;
    max-width: 100%
  }
  .register-box .notif-head {
    padding: 16px 18px
  }
  .register-box-body {
    padding: 18px 16px 16px
  }
  .register-box-intro {
    padding: 12px 13px
  }
  .actor-logo {
    top: 200px;
    width: 120px
  }
  .actor-header {
    padding-right: 160px!important;
    top: 45px!important
  }
  .channel-logo {
    width: 200px;
    right: -100px;
    top: 20px
  }
  .trailer-video>div {
    width: calc(100% - 20px);
    height: 310px
  }
  .gplay-box {
    right: 12px;
    width: calc(100% - 24px)
  }
  .main {
    width: 100%
  }
}

@media (min-width:1700px) {
  .col-xxl-5 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
  }
  .col-xxl-2 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
  }
  .poster:not(.poster-card) img {
    width: 190px!important
  }
  .channel img {
    width: 200px!important
  }
  .actor {
    margin-left: 30px
  }
  .actor img {
    height: 85px;
    width: 85px;
    margin-bottom: 15px
  }
  .actor-large img {
    height: auto;
    width: 100%
  }
  .actor-large {
    margin-left: 0px
  }
}

.close-menu-left-btn {
  z-index: 12;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  border: 0px;
  border: none;
  display: none;
  background: #1010108a
}
