@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;900&display=swap");
/* MOVIE SHEET V2 */
.is-light,
:root {
  --primary-color: #06CACA;
  --secondary-color: #33F1F1;
  --bodybg: #27283B;
  --bodybg-rgb: 39, 40, 59;
  --bodybg-d1: #1f202f;
  --bodybg-d2: #171722;
  --bodybg-d3: #0f0f16;
  --bodybg-l1: #2d2e44;
  --bodybg-l2: #373954;
  --bodybg-l3: #3f4160;
  --input_bg: #27283B;
  --input_radius: 1.5rem;
  --input_height: calc(1.5em + 0.75rem + 2px);
  --soon-color: #f0c03f;
  --font1: "Inter", sans-serif;
  --font2: "Roboto", sans-serif;
  --font1-weight1: 300;
  --font1-weight2: 600;
  --font1-weight3: 900;
  --font2-weight1: 300;
  --font2-weight2: 500;
  --font2-weight3: 900;
  --h1: 3rem;
  --h2: 2.73rem;
  --h3: 2.31rem;
  --h4: 1.77rem;
  --h5: 1.5rem;
  --para: 0.7rem;
  --text-size-xs: 0.7rem;
  --text-size-s: 0.91rem;
  --text-size-sm: 1.05rem;
  --text-size-m: 1.19rem;
  --text-size-ml: 1.33rem;
  --text-size-l: 1.47rem;
  --text-size-xl: 3rem;
  --text_color: #f3f3f5;
  --text-muted: #666670;
  --radius: 0.55rem;
  --provider-image-color: #fff;
  --background-favicon-color: #27283B;
  --border_color: #212529;
  --green_color_light: #21d07a;
  --green_color_dark: #052013;
  --yellow_color_light: #f0c03f;
  --yellow_color_dark: #5c4507;
  --red_color_light: #db2360;
  --red_color_dark: #2b0713;
  /*--tw-gradient-from: #06CACA;
  --tw-gradient-to: rgba(129,140,248,0);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
  --tw-gradient-to: #33F1F1;*/
  /* MOVIE SHEET V2 */
  --ms-secondary-color: #3d3e5a;
  --ms--orange-color: #f0c03f;
  --ms_btn_radius: 1rem;
}

@-webkit-keyframes rotatesablier {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotatesablier {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.progress-container-circle {
  background: #212529;
  border-radius: 50%;
}
.progress-container-circle .progress-bar-circle {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.progress-container-circle:not(.note-small) {
  padding: 4px;
  width: 78px;
  height: 78px;
}
.progress-container-circle:not(.note-small) .progress-bar-circle {
  width: 70px;
  height: 70px;
  font-size: 0.95rem;
}
.progress-container-circle.note-small {
  padding: 2px;
  width: 39px;
  height: 39px;
}
.progress-container-circle.note-small .progress-bar-circle {
  width: 35px;
  height: 35px;
  font-size: 0.65rem;
}

.progress-container {
  width: 100%;
  height: 3px;
  background: #fff;
  position: relative;
  display: inline-block;
}
.progress-container .progress-bar {
  height: 100%;
  background-color: #06CACA;
}
.progress-container .progress-text {
  position: absolute;
  top: 0;
  font-size: 0.7rem;
  padding: 2px 0 0;
}

.btn-search {
  background-color: transparent;
  border: none;
  color: var(--text_color);
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  height: var(--input_height);
  padding: 0 12px;
}

.carou_header .btn {
  border-radius: 1.5rem;
  font-size: var(--text-size-s);
}
.carou_header .btn .toggle-off.btn {
  padding-left: 2.25rem;
  padding-right: 1rem;
}
.carou_header .btn .toggle-on.btn {
  padding-left: 1rem;
  padding-right: 2.25rem;
}

.universalSearchBk .btninput_abso {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.btn-profil {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  color: var(--text_color);
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  height: 45px;
  width: 45px;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.btn-profil img {
  max-width: 100%;
}
.btn-profil.dropdown-toggle::after {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
  -webkit-text-size-adjust: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  background: rgb(var(--bodybg-rgb));
  color: var(--text_color);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 0.95rem;
  min-height: 100vh;
  overflow-x: hidden;
}
body .master_bg {
  background: rgba(var(--bodybg-rgb), 0.96);
}
body i {
  color: var(--text_color);
}
body i.close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 5px;
  opacity: 0.8;
  color: var(--text_color);
  text-shadow: none;
}

main.vh92 {
  min-height: 92vh;
  height: 100%;
}
main.vh100 {
  min-height: 100vh;
}

pre {
  background-color: var(--text_color);
  z-index: 9999;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #06CACA;
}
a:hover {
  color: #0bf8f8;
  text-decoration: none;
}

.app-logo {
  font-size: 2rem;
  font-weight: 500;
}

img.logo {
  width: 120px;
  max-width: 100%;
}

.odd {
  background-color: var(--bodybg-l1);
}

#dropdownMenuButton .crown-bk {
  position: absolute;
  top: -7px;
  right: -5px;
}
#dropdownMenuButton .crown-bk i {
  color: #bb9010;
}

.text-babarr {
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--bodybg-l1);
}

.p-relative {
  position: relative;
}

.dv-block {
  visibility: visible !important;
}

.dv-none {
  visibility: visible !important;
  position: absolute !important;
  z-index: -1 !important;
  top: -100000px !important;
  left: 0;
}

.loader {
  width: 80px;
  height: 80px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1900px;
  }
}
.available-soon:nth-child(n+2) i {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}
.available-soon i {
  padding: 0 8px 0 0;
  color: var(--soon-color);
  -webkit-animation-name: rotatesablier;
          animation-name: rotatesablier;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.color-green {
  color: #21d07a;
}

.color-red {
  color: #db2360;
}

.font-weight-600,
.fw-600 {
  font-weight: 600;
}

.note-layer {
  position: absolute;
  bottom: -26px;
  right: -16px;
}

.accordion .loader {
  margin: 20px auto;
}
.accordion .watchthis .loader,
.accordion .streamingthis .loader,
.accordion .downloadthis .loader {
  margin: 0 auto;
}

.modal-dialog.container-fluid {
  max-width: 100%;
}

.videoframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

#sheetModal {
  padding-right: 0 !important;
  overflow: hidden !important;
}
#sheetModal .close {
  position: absolute;
  right: 26px;
  top: -2;
  color: #fff;
  font-size: 3rem;
  opacity: 1;
}
#sheetModal .modal-content {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  background-color: #27283B;
}
#sheetModal .modal-body {
  padding: 0;
}
#sheetModal iframe {
  width: 100%;
  height: 100%;
}

.universalsearchresult {
  position: absolute;
  z-index: 99;
  top: 2px;
  background-color: #27283B;
  width: 100%;
  max-height: 400px;
  overflow: auto;
}
.universalsearchresult .universalsearchitem {
  height: 100px;
}
.universalsearchresult .universalsearchitem .img-item {
  max-width: 100%;
  height: calc(100px - 0.5rem);
}

.searchzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filters_bk .fp_icos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.filters_bk .fp_icos .fp_i_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  min-width: 25px;
  min-height: 20px;
  padding: 8px;
  background-color: var(--bodybg-l2);
}
.filters_bk .fp_fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3rem;
  overflow: hidden;
  background-color: var(--bodybg-l2);
  padding: 2px;
}
.filters_bk .fp_fs .nav-link {
  padding: 4px 12px;
  line-height: 1.1;
  border-radius: 3rem;
  color: var(--text_color-l1);
}
.filters_bk .fp_fs .nav-link.active {
  background-color: var(--bodybg-l3);
  color: var(--primary-color);
}

.top1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  margin: 0;
  background-color: var(--bodybg-l1);
  border-bottom: 1px solid var(--border_color);
  z-index: 1;
  position: sticky;
  top: 0;
}

.owl-carousel {
  padding-left: 10px;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  margin: 5px 0 20px 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.owl-carousel .owl-item .cover_img img {
  width: 100%;
  height: 100%;
  /* height: 340px;*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  /* @media (max-width: 992px) {
    height: 282px;
  }*/
  /*@media (max-width: 768px) {
    height: 295px;
  }*/
  /*    @media (max-width: 768px) {
          height: 202px;
        }

        @media (max-width: 580px) {
          height: 196px;
        }

        @media (max-width: 579px) {
          height: 292px;
        }
  */
  /*
  @media (max-width: 430px) {
    height: 265px;
  } */
}
.owl-carousel .owl-stage-outer {
  margin: 0;
}
.owl-carousel .flex-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body .providers-carousel.owl-carousel .owl-item .cover_img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background-color: #27283B;
  width: 100%;
  border: 0;
}
.card img {
  max-width: 100%;
  display: block;
  min-width: 100%;
  width: auto;
  height: 100%;
}
.card .moviecard {
  height: 100%;
}
.card .moviecard .cover_img {
  background-color: var(--bodybg-d3);
  position: relative;
  min-height: 88%;
}
.card .moviecard .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 100%;
  background-position: center;
  height: auto;
  font-size: 0.75rem;
  font-size: var(--text-size-xs);
}
.card .info .p-info.glassy {
  color: var(--text_color);
  padding: 4px 10px 4px 10px;
  --backdrop-background: 0,0,0;
  background: rgba(var(--backdrop-background), 0.26);
  -webkit-box-shadow: 0 4px 30px rgba(var(--backdrop-background), 0.1);
          box-shadow: 0 4px 30px rgba(var(--backdrop-background), 0.1);
  backdrop-filter: blur(12.3px);
  -webkit-backdrop-filter: blur(12.3px);
}
.card .info .p-info .movie-name {
  height: 16px;
  overflow: hidden;
}
.card .progress-container {
  position: absolute;
  bottom: 1px;
  right: 1px;
  z-index: 300;
}

.carousel-container {
  padding: 5px 0 25px 0;
}
.carousel-container:nth-child(odd) {
  background: rgba(0, 0, 0, 0.08);
}
.carousel-container .glassy {
  --backdrop-background: 0,0,0;
  background: rgba(var(--backdrop-background), 0.26);
  -webkit-box-shadow: 0 4px 30px rgba(var(--backdrop-background), 0.1);
          box-shadow: 0 4px 30px rgba(var(--backdrop-background), 0.1);
  backdrop-filter: blur(12.3px);
  -webkit-backdrop-filter: blur(12.3px);
}

.carou_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px 15px;
}
.carou_header .carousel-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: inline-block;
  font-size: var(--text-size-ml);
  font-family: var(--font1);
  font-weight: var(--font1-weight3);
  background-color: var(--primary-color);
  background: linear-gradient(75deg, var(--primary-color), var(--secondary-color) 70%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.carou_header .toggle {
  max-width: 155px;
}

.card-carousel {
  border: none;
}
.noposter-title {
  bottom: 22px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.providers-carousel .noposter-title {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.providers-carousel .info {
  display: none;
}

.owl-theme .owl-nav {
  color: #06CACA;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  top: 50%;
  height: 0; /* SRE - Hack pour empecher que la div passe par dessus tout le carousel et bloque le swipe */
  /* SRE - Avec le height 0 on display flex pour pour garder les flèches parfaitement alignées */
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* END - SRE - Avec le height 0 on display flex pour pour garder les flèches parfaitement alignées */
}
.owl-theme .owl-nav [class*=owl-] {
  font-size: 1.2rem !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #ffffff !important;
}

.providers-carousel .card {
  overflow: visible;
}
.providers-carousel .card a {
  overflow: hidden;
  border-radius: var(--radius);
}
.providers-carousel .card-carousel {
  border: none;
  background: none;
  width: 280px; /* SRE - Hack Il faut forcer un width pour permettre le calcul de owl parce que certains items ne contiennent pas d'image */
  height: 68px;
  border: 1px solid var(--bodybg);
}
.providers-carousel .card-carousel .card-title {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: center;
  color: #06CACA;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; /* Animation */
}
.providers-carousel .card-carousel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  height: 100%;
  color: #06CACA;
  --backdrop-background: 255,255,255;
  background: rgba(var(--backdrop-background), 0.03);
  -webkit-box-shadow: 0 4px 30px rgba(var(--backdrop-background), 0.1);
          box-shadow: 0 4px 30px rgba(var(--backdrop-background), 0.1);
  backdrop-filter: blur(9.3px);
  -webkit-backdrop-filter: blur(9.3px);
  -webkit-box-shadow: 0 0 14px 0 rgba(23,23,34,0.35);
          box-shadow: 0 0 14px 0 rgba(23,23,34,0.35);
  color: #171722;
}
.providers-carousel .card-carousel a img {
  max-height: calc(144px - 3rem);
  max-height: 144px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; /* Animation */
}
.providers-carousel .card-carousel a:hover {
  text-decoration: none;
  color: #0bf8f8;
}
.providers-carousel .card-carousel a:hover img,
.providers-carousel .card-carousel a:hover .card-title {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn.focus, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-primary {
  background-color: #06CACA;
  border-color: #059898;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #059898;
  border-color: #06CACA;
}

.toast {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.toast .toast-body {
  padding-right: 1.75rem;
}
.toast button.close {
  position: absolute;
  top: 4px;
  right: 6px;
}

.carou_correct_row {
  margin: 0 -15px;
  width: calc(100% + 15px);
}

/*.generic-carousel.nopl .owl-stage {
  padding-left: 0!important;
}*/
.providers-carousel .card-carousel a img {
  /*filter: brightness(3);*/
}

.providers-carousel .card-carousel .card-title {
  color: white;
}

.universalSearchBk .text-muted {
  color: var(--text-muted) !important;
  line-height: 1;
  font-size: var(--text-size-s);
}
.universalSearchBk .form-control {
  border-radius: var(--input_radius) !important;
  background-color: var(--bodybg) !important;
  border: 1px solid var(--border_color);
  color: var(--text_color);
  padding-left: 36px;
}

.input-group .input-group-text {
  background-color: var(--bodybg);
  border: 1px solid var(--border_color);
  color: var(--text_color);
}

.slider {
  width: 100%;
  height: 100%;
}

.slider-after {
  position: absolute;
  width: 100%;
  top: 0;
}

.topmedia-container .owl-item .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.topmedia-container .owl-item .card .rank {
  width: 100%;
}
.topmedia-container .owl-item .card .moviecard .cover_img {
  min-height: 86%;
}
.topmedia-container .owl-item .card .p-info.glassy {
  padding: 2px 5px 2px 5px;
}
.topmedia-container .ctopinfo {
  color: #13131c;
  right: 4px;
  bottom: 5px;
}

select.filtersearch {
  background: var(--bodybg-l2);
  border: none;
  color: var(--text_color);
  padding: 0 5px;
  cursor: pointer;
}
select.filtersearch:focus-visible {
  outline: 0;
}

.querytag {
  font-size: 0.85rem;
  font-style: italic;
  font-weight: 600;
}

.carousellist-container {
  position: fixed;
  bottom: 0;
  background: red;
  left: 0;
  width: 100%;
  overflow: hidden; /* Empêche le scroll natif */
}
.person-ident {
  overflow: hidden;
}

.separator {
  background-color: #212529;
  width: calc(100% - 2rem);
}

.providerController .universalSearchBk {
  width: 100%;
}
.providerController ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.providerController .provider-logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.providerController .provider-logo img {
  width: 20vw;
  max-width: 160px;
}

.popup-overlay {
  left: 0;
  z-index: 99;
}
.popup-overlay .popup-overlay-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/*.filtfix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  overflow-y: auto;
  background: rgba(var(--bodybg-rgb), .98) !important;
  padding-bottom: 55px;
  display: none;

  i {
    color: var(--text_color);

    &.close {
      position: absolute;
      top: 5px;
      right: 10px;
      padding: 5px;
      opacity: .8;
      color: var(--text_color);
      text-shadow: none;
    }
  }
}*/
.movie-list .card > a {
  height: 100%;
  color: #06CACA;
}
.movie-list .card > a:hover {
  color: #06CACA;
  text-decoration: none;
}
.movie-list .card > a:hover .available-soon {
  color: #db2360;
}
.movie-list .card > a.no-poster {
  color: #9b9b9b;
  min-height: auto;
}
.movie-list .card > a .cover_img {
  height: calc(100% - 42px);
}
.movie-list .card > a .card-img-top {
  height: auto;
}
.movie-list .card > a .info,
.movie-list .card > a .info .glassy {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.movie-list .loader {
  margin: auto;
}

.datepicker-dropdown {
  font-size: 0.8rem;
}

.filters {
  font-size: 0.9rem;
}
.filters span.desc {
  font-size: 0.65rem;
  font-style: italic;
  line-height: 1.2;
  display: block;
}
.filters .form-control {
  font-size: 0.75rem;
}
.filters .chainselect.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.filters .chainselect.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #ffffff;
}

.backdrop {
  background-size: cover;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gradient {
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  top: 850px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 40, 59, 0.7)), color-stop(27%), to(rgb(39, 40, 59)));
  background-image: linear-gradient(to bottom, rgba(39, 40, 59, 0.7), 27%, rgb(39, 40, 59));
}

.tagline {
  font-style: italic;
  display: block;
  line-height: 1;
}
.tagline.t-h1 {
  font-size: 0.9rem;
  margin: 0 0 0.9rem;
}
.tagline.t-h6 {
  font-size: 0.75rem;
  margin: -0.2rem 0 0.6rem;
}

.movie-badge {
  padding-top: 6px;
  position: absolute;
  z-index: 1;
}
.movie-badge > div {
  margin-bottom: 0.25rem;
}

.movieid {
  position: absolute;
  bottom: 0;
  right: 2px;
  font-size: 0.65rem;
}

.card-season {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
}
.card-season .card-season-header button {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
  font-size: 1.2rem;
  color: var(--text_color);
}
.card-season .card-season-header button:hover {
  text-decoration: none;
  background-color: #06CACA;
  color: #ffffff;
}

/*
.card-episode {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.25rem;
  height: 340px;
  background-color: $body_bg;

  &.selected {
    border-color: $primary_border;
    border-width: 2px;
  }

  img.img-fluid {
    border-radius: 0.25rem;
  }

  .ep-overview {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 991px) {
  .card-episode {
    height: 426px;
  }
}
*/
.trailer-list {
  position: absolute;
  overflow: auto;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.trailer-list .card-episode {
  min-height: 92px;
  height: auto;
  cursor: pointer;
}
.trailer-list .card-episode .tagline.t-h6 {
  margin: 0;
}
.trailer-list .card-episode:hover {
  color: #06CACA;
}

a.trailerlink {
  color: #06CACA;
}
a.trailerlink:hover {
  color: #0bf8f8;
  text-decoration: none;
}

/*
.trailermodal {
  .modal-content {
    background-color: $body_bg;
    color: var(--text_color);
    border: 1px solid $border_color;

    .close {
      font-size: 2rem;
      font-weight: 600;
      color: #fff;
      text-shadow: none;
      opacity: 1;

      &hover {
        color: #fff;
      }
    }
  }
}
*/
.cast-carousel {
  margin-top: 40px;
}
.cast-carousel .cast-card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text_color);
}
.cast-carousel .cast-card > a:hover {
  text-decoration: none;
  color: #06CACA;
}
.cast-carousel .cast-card .rounded-img {
  width: 100px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
}
.cast-carousel .cast-card .actor-name {
  font-size: 0.85rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cast-carousel .cast-card .character-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 0.75rem;
}
.cast-carousel.owl-theme .owl-nav {
  margin-top: 0 !important;
  color: #06CACA;
  position: absolute;
  bottom: -40px;
  right: 0;
}

#accordionSeason .card-season-header {
  border: 1px solid #27283B;
  border-radius: 0.25rem;
}
#accordionSeason .card-season-header.selected {
  border-color: #059898;
  border-width: 2px;
}
#accordionSeason .owl-stage-outer {
  z-index: 2;
}
#accordionSeason .owl-theme .owl-nav {
  font-size: 60px;
  color: #06CACA;
  top: -75px;
}

.BabarrTVsTabs .BabarrTVsTabsNavigation a {
  min-width: 168px;
  text-align: center;
  line-height: 1;
  height: 60px;
  padding: 10px 0;
}
.BabarrTVsTabs .BabarrTVsTabsNavigation a small {
  font-size: 0.65rem;
}
.BabarrTVsTabs .season-actions {
  background: var(--ms-secondary-color);
}

.episode-list .card-episode {
  padding: 15px;
}
.episode-list .card-episode:nth-child(even) {
  background-color: var(--ms-secondary-color);
}

.movie-sheet-new .text-secondary {
  color: #33F1F1 !important;
}
.movie-sheet-new .backdrop-cont {
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}
.movie-sheet-new .backdrop-cont img.movie-poster {
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}
.movie-sheet-new .note-layer {
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.movie-sheet-new .note-layer .progress-bar-circle {
  -webkit-box-shadow: 1px 3px 3px #564b3d, -1px 3px 3px #564b3d;
          box-shadow: 1px 3px 3px #564b3d, -1px 3px 3px #564b3d;
}
.movie-sheet-new .movie-sheet-content {
  margin-top: 35px;
}
.movie-sheet-new .movie-sheet-content .movie-title-left .movie-title {
  font-size: 1.4rem;
  font-weight: 400;
}
.movie-sheet-new .movie-sheet-content .movie-title-left .tagline.t-h1 {
  font-size: 0.74rem;
}
.movie-sheet-new .movie-sheet-content .movie-title-right .movie-runtime span {
  font-size: 0.75rem;
}
.movie-sheet-new .movie-sheet-content .movie-genres .badge {
  font-size: 0.7rem;
  font-weight: 300;
  border-radius: 1rem;
  background-color: #3d3e5a;
}
.movie-sheet-new .movie-sheet-content .movie-extrate {
  font-size: 0.8rem;
}
.movie-sheet-new .movie-sheet-content .movie-extrate img {
  width: 18px;
}
.movie-sheet-new .trailerlink {
  color: #f3f3f5;
  font-size: 0.8rem;
  border-radius: 1rem;
}
.movie-sheet-new .trailerlink:hover {
  color: #f3f3f5;
}
.movie-sheet-new .movie-details {
  font-size: 0.85rem;
}
.movie-sheet-new .movie-details .available-soon {
  font-size: 0.85rem;
}
.movie-sheet-new .provider-card img {
  width: 35px;
}
.movie-sheet-new #accordionSeason .card-season-header {
  border-radius: 1rem;
}
.movie-sheet-new .card-season .card-season-header button {
  font-size: 1rem;
  border-radius: 1rem;
}
.movie-sheet-new .card-season .card-episode {
  background-color: #3d3e5a;
  border-color: #3d3e5a;
  overflow: hidden;
}
.movie-sheet-new .owl-carousel {
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .card-season .card-episode {
    height: 362px;
  }
}
@media screen and (min-width: 581px) {
  .movie-sheet-new .backdrop-cont {
    border-radius: 0;
  }
  .movie-sheet-new .backdrop-cont img.movie-poster {
    border-radius: 0;
  }
  .movie-sheet-new .movie-sheet-content {
    margin-top: 0;
  }
}
/* MODAL BOX */
.trailermodal {
  padding: 0;
  margin: 0;
}
.trailermodal .modal-body {
  padding-top: 2rem;
}
.trailermodal .modal-body .trailer-list {
  position: relative;
  overflow: auto;
  width: 100%;
}
.trailermodal .modal-body .card-episode {
  background-color: #3d3e5a;
  border-color: #3d3e5a;
}
.trailermodal .modal-content {
  background-color: #27283B;
  color: var(--text_color);
  border: 1px solid #212529;
  max-width: 800px !important;
}
.trailermodal .modal-content .close {
  position: absolute;
  z-index: 99;
  right: 2px;
  top: -3px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.trailermodal .modal-content .closehover {
  color: #fff;
}
.trailermodal .modal-content .owl-carousel {
  padding-left: 0;
}
.trailermodal .modal-content .owl-carousel.owl-theme .owl-nav {
  top: 36%;
}

.seasoncontent .loader {
  margin: auto;
}