@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*!
<----------------------------------------
  Theme Name: moviedom.
  Theme URI: https://www.itdom.de/.
  Author: itdom.
  Author URI: https://www.itdom.de/.
  Description: moviedom is a Creative HTML5 Template for Saas, Startup & any ytpe of confarence.
  Version: 1.0.0
  Tags: app, moviedom E-media, app landing page, app showcase template, application services, gradient color, landing, marketing, responsive template, seo, software, Software Services, startup, tech, web application landing page.
---------------------------------------->
*/
* {
  border: none;
  font-family: Montserrat, sans-serif;
  outline: none;
}
body,
html {
  background: #0f1622;
  color: #e3e3e3;
}
body {
  min-height: 95vh !important;
  overflow-x: hidden !important;
  position: relative;
}
body,
button,
input,
select,
textarea {
  border: none;
  color: #716c80;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
body input::-webkit-inner-spin-button,
body input::-webkit-outer-spin-button,
button input::-webkit-inner-spin-button,
button input::-webkit-outer-spin-button,
input input::-webkit-inner-spin-button,
input input::-webkit-outer-spin-button,
select input::-webkit-inner-spin-button,
select input::-webkit-outer-spin-button,
textarea input::-webkit-inner-spin-button,
textarea input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
h1,
h2 {
  font-size: 60px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f202a;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 100px;
  }
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
p {
  color: #1f202a;
  line-height: 1.5;
  margin: 0 0 15px;
}
p,
span {
  font-size: 15px;
}
a {
  color: #716c80;
  display: inline-block;
  outline: none;
  transition: all 0.5s ease;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  color: #000;
  outline: 0;
}
img,
video {
  height: auto;
  max-width: 100%;
  transition: all 0.5s ease;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn,
button.btn {
  display: inline-flex;
}
.btn {
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(202, 10, 20, 0.5);
  border: 1px solid #ca0a14;
  border-radius: 3px;
  color: #e3e3e3;
  cursor: pointer;
  font-size: 14px;
  outline: none;
  overflow: hidden;
  padding: 8px 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn:focus {
  box-shadow: none;
}
.btn:hover {
  background: rgba(202, 10, 20, 0.9);
  border-color: #e3e3e3;
  color: #fff;
}
.btn:hover i,
.btn:hover span,
.btn:hover svg {
  color: #fff;
}
.btn i,
.btn span,
.btn svg {
  margin: 0 0.3rem;
}
.btn i,
.btn span {
  color: #e3e3e3;
}
.btn span {
  font-size: 13px;
}
.btn .btn-ripple {
  -webkit-animation: ripple 1s;
  animation: ripple 1s;
  background: rgba(202, 10, 20, 0.5);
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-outline {
  background: transparent;
  border: 1px solid #000;
}
.btn-outline span {
  color: #e3e3e3;
}
.watch-btn {
  align-items: center;
  background: transparent;
  border: 1px solid #ca0a14;
  border-radius: 25px;
  box-shadow: 2px 1px 8px 1px rgba(232, 58, 153, 0.5);
  display: flex;
  margin-right: 16px;
  padding: 8px 26px;
  position: relative;
}
.watch-btn:after {
  background: #f68c1f;
  border-radius: 25px;
  content: "";
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.watch-btn:hover {
  border-color: #e3e3e3;
  color: #ca0a14;
}
.watch-btn:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.watch-btn:hover i,
.watch-btn:hover span {
  color: hsla(0, 0%, 80%, 0.7);
  position: relative;
  z-index: 1;
}
@-webkit-keyframes ripple {
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.section-header-style {
  align-items: center;
  justify-content: space-between;
}
.section-header-style h4 {
  color: hsla(0, 0%, 80%, 0.7);
  line-height: 20px;
  margin: 0;
}
.section-header-style a {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  text-decoration: none;
}
.swiper-button-next.button-next,
.swiper-button-next.button-prev,
.swiper-button-prev.button-next,
.swiper-button-prev.button-prev {
  width: 40px;
}
.swiper-button-next.button-next:after,
.swiper-button-next.button-prev:after,
.swiper-button-prev.button-next:after,
.swiper-button-prev.button-prev:after {
  background: #080001;
  color: #e3e3e3;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.swiper-button-next.button-next.swiper-button-next,
.swiper-button-next.button-prev.swiper-button-next,
.swiper-button-prev.button-next.swiper-button-next,
.swiper-button-prev.button-prev.swiper-button-next {
  right: 0;
}
.swiper-button-next.button-next.swiper-button-next:after,
.swiper-button-next.button-prev.swiper-button-next:after,
.swiper-button-prev.button-next.swiper-button-next:after,
.swiper-button-prev.button-prev.swiper-button-next:after {
  border-radius: 100% 0 0 100%;
}
.swiper-button-next.button-next.swiper-button-prev,
.swiper-button-next.button-prev.swiper-button-prev,
.swiper-button-prev.button-next.swiper-button-prev,
.swiper-button-prev.button-prev.swiper-button-prev {
  left: 0;
}
.swiper-button-next.button-next.swiper-button-prev:after,
.swiper-button-next.button-prev.swiper-button-prev:after,
.swiper-button-prev.button-next.swiper-button-prev:after,
.swiper-button-prev.button-prev.swiper-button-prev:after {
  border-radius: 0 100% 100% 0;
}
.swiper-button-next.style-next:after,
.swiper-button-next.style-prev:after,
.swiper-button-prev.style-next:after,
.swiper-button-prev.style-prev:after {
  background: #000;
  color: #e3e3e3;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.swiper-button-next.style-next.swiper-button-next,
.swiper-button-next.style-prev.swiper-button-next,
.swiper-button-prev.style-next.swiper-button-next,
.swiper-button-prev.style-prev.swiper-button-next {
  left: 0;
}
.swiper-button-next.style-next.swiper-button-next:after,
.swiper-button-next.style-prev.swiper-button-next:after,
.swiper-button-prev.style-next.swiper-button-next:after,
.swiper-button-prev.style-prev.swiper-button-next:after {
  border-radius: 0 100% 100% 0;
}
.swiper-button-next.style-next.swiper-button-prev,
.swiper-button-next.style-prev.swiper-button-prev,
.swiper-button-prev.style-next.swiper-button-prev,
.swiper-button-prev.style-prev.swiper-button-prev {
  right: 0;
}
.swiper-button-next.style-next.swiper-button-prev:after,
.swiper-button-next.style-prev.swiper-button-prev:after,
.swiper-button-prev.style-next.swiper-button-prev:after,
.swiper-button-prev.style-prev.swiper-button-prev:after {
  border-radius: 100% 0 0 100%;
}
form .input-group {
  position: relative;
}
form .input-group input {
  border-radius: 3px !important;
}
form .input-group input.form-control {
  background: transparent;
  border: 1px solid hsla(0, 0%, 89%, 0.8);
  font-size: 14px;
  height: 40px;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
form .input-group input.form-control::-webkit-input-placeholder {
  color: 1px solid hsla(0, 0%, 89%, 0.8);
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form .input-group input.form-control:-ms-input-placeholder {
  color: 1px solid hsla(0, 0%, 89%, 0.8);
  font-size: 12px;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form .input-group input.form-control::placeholder {
  color: 1px solid hsla(0, 0%, 89%, 0.8);
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
form .input-group input.form-control:focus {
  border: 1px solid #000;
  box-shadow: none;
}
form .input-group input.form-control:focus::-webkit-input-placeholder {
  color: #000;
  padding-left: 5px;
}
form .input-group input.form-control:focus:-ms-input-placeholder {
  color: #000;
  padding-left: 5px;
}
form .input-group input.form-control:focus::placeholder {
  color: #000;
  padding-left: 5px;
}
form .input-group input.form-control:focus ~ i {
  color: #000;
}
form .input-group input.form-control:focus ~ i svg g path {
  fill: #000;
}
form .input-group i {
  color: #ca0a14;
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
form .input-group i.view_pass {
  cursor: pointer;
  left: auto;
  right: 10px;
}
form .input-group label {
  background: #e3e3e3;
  font-size: 12px;
  left: 10px;
  opacity: 0;
  padding: 0 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
form .input-group textarea {
  background: transparent;
  border: 1px solid #e3e3e3;
  border-radius: 3px !important;
  font-size: 12px;
  height: 100px !important;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
form .input-group textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form .input-group textarea:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form .input-group textarea::placeholder {
  color: #000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
form .input-group textarea:focus {
  border-color: #000;
  box-shadow: none;
}
form .input-group textarea:focus::-webkit-input-placeholder {
  color: #000;
  padding-left: 5px;
}
form .input-group textarea:focus:-ms-input-placeholder {
  color: #000;
  padding-left: 5px;
}
form .input-group textarea:focus::placeholder {
  color: #000;
  padding-left: 5px;
}
form .input-group.textarea-style label {
  left: 10px;
  position: absolute;
  top: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
form .input-sellect label {
  display: block;
}
form .input-sellect select {
  border: 1px solid #ca0a14;
  border-radius: 3px;
  height: 40px;
  padding: 10px;
  width: 100%;
}
.input-group > input:not(:-ms-input-placeholder) ~ label {
  left: 10px;
  opacity: 1;
  top: -12px;
}
.input-group > input:not(:placeholder-shown) ~ label {
  left: 10px;
  opacity: 1;
  top: -12px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #ca0a14;
  border-radius: 5px;
}
.addMovie-card .card-text,
.addMovie-card .card-thumb ul.cart-list,
.banner-area .details-box .theme-container,
.banner-area .details-box .theme-container .row .content-ceneter,
.banner-area .details-box .theme-container .row .overview,
.coming-soon .section-wrapper .movie-wrapper ul.countdown,
.comment-section .conmment-list .list-themble,
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply,
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .commenter,
.comment-section .conmment-list ul.list-item li .post-item .item-title,
.comment-section .write-comment-input,
.featured-area .featured-content .section-wrapper .wrap-menu,
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-item,
.kids-area .section-wrapper .wrap-menu,
.movie-details-section .details-box .theme-container,
.movie-details-section .details-box .theme-container .row .content-ceneter,
.movie-details-section .details-box .theme-container .row .overview,
.movie-details-section .details-box .theme-container .row .single-page-overview,
.movie-details-section .overview,
.movie-filter-area .filter-content,
.movie-filter-area .filter-content .rating-by,
.movie-filter-area .filter-content .sort-by,
.movie-filter-area .filter-content .sort-by .filter-group,
.movie-filter-area .filter-content .sort-by .filter-group ul.group-list,
.movie-filter-area .filter-movie,
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb
  .info
  .movie-btn,
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb
  .info
  ul.cart-lists,
.movie-single .single-wrapper .single-inner,
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .details-heading
  .heading-flex,
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .details-heading
  .rating-flex,
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn,
.movie-tab .favorite-movies .movies-wrapper .wrap-inner,
.movie-tab .favorite-tv-shows .movies-wrapper .wrap-inner,
.movie-tab .followed-playlist .playlist-wrapper .wrap-inner,
.movie-tab .like-videos .videos-wrapper .wrap-inner,
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description,
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen,
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen
  ul.gen-list,
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  ul.btn-list,
.preference-area .section-wrapper .favorite-movielist .movielist,
.preference-area .wrap-menu ul.menulist,
.search-area .section-wrapper .search-content,
.search-area .section-wrapper .search-content .search-movie ul.movie-list,
.search-area .section-wrapper .search-menu ul.search-list,
.section-header-style,
.trand-item .item-text a.flex-text,
.trand-item .item-thumb ul.cart-list,
.tranding-area .section-header,
.tv-show-area .movie-cate,
.tv-show-area .movie-cate .cate-title-left,
.tv-show-area .poster-card .poster-box .poster-language-box,
.tv-show-area .poster-card .poster-expanded-box,
.tv-show-area .poster-card .poster-expanded-box .hover-content .poster-details,
.watching-area .section-header,
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item,
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-text
  .sr-status,
header .header-sticky .header-item,
header .header-sticky .header-item .logo-area,
header .header-sticky .header-item .main-menu ul.menu-list,
header .header-sticky .header-item .user-item .item-list {
  display: flex;
  flex-wrap: wrap;
}
.actors-area
  .section-wrapper
  .actors-home-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb:after,
.addMovie-card .card-thumb a.video-btn span.after,
.addMovie-card .card-thumb a.video-btn span.before,
.addMovie-card .card-thumb:after,
.addMovie-card .card-thumb:before,
.coming-soon .section-wrapper .movie-trailer a span.after,
.coming-soon .section-wrapper .movie-trailer a span.before,
.comment-section .comments .title-border:after,
.comment-section .comments .title-border:before,
.comment-section .conmment-list ul.list-item li .post-item .item-title:after,
.comment-section .conmment-list ul.list-item:before,
.comment-section .recent-movies .viewed-item.post-item .item-thumb:after,
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  a.video-btn
  span.after,
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  a.video-btn
  span.before,
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb:after,
.footer-area .flex-parent .flex-child ul li a:after,
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb
  button.video-btn
  span.after,
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb
  button.video-btn
  span.before,
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb:after,
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .series-cast
  .actor-wrapper
  .cast-slider:after,
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn
  a.video-btn
  span:after,
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn
  a.video-btn
  span:before,
.movie-single .single-wrapper .single-inner .single-details:after,
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen
  ul.gen-list
  li
  span:after,
.movies-banner .movies-banner-slider .swiper-wrapper .swiper-slide:after,
.paginationx li a.active:before,
.paginationx.movie-pagination a:hover:after,
.player-rounded-Button span.after,
.player-rounded-Button span.before,
.trand-item .item-thumb:after,
.video-btn span.after,
.video-btn span.before,
.viewed-item.post-item .item-thumb a.video-btn span.after,
.viewed-item.post-item .item-thumb a.video-btn span.before,
.viewed-item.post-item .item-thumb:after,
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-text
  .watch-bar:after {
  content: "";
  position: absolute;
}
@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes preloader-fx {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes collection {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    height: 200%;
    opacity: 0;
    width: 200%;
  }
}
@keyframes collection {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  to {
    height: 200%;
    opacity: 0;
    width: 200%;
  }
}
section:not(.banner-area):not(.movie-details-section) {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  section:not(.banner-area):not(.movie-details-section) {
    padding: 2rem 0;
  }
}
.theme-container {
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .theme-container {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .theme-container {
    padding: 0 60px;
  }
}
.bar-title {
  color: #f68c1f;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
  position: relative;
}
.bar-title:after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 140, 31, 0.5),
    transparent
  );
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.text-theme {
  color: #ca0a14;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.text-in-1,
.text-in-2,
.text-in-3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.text-in-3 {
  -webkit-line-clamp: 3;
}
.text-in-1 {
  --webkit-line-clamp: 1;
  word-break: break-all;
}
.dotted-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.see-more {
  color: #e3e3e3;
  cursor: pointer;
}
.min-80vh {
  min-height: 95vh;
}
.title-or-logo {
  -webkit-filter: drop-shadow(4px 4px 10px #000);
  filter: drop-shadow(4px 4px 10px black);
}
.ratio-poster {
  aspect-ratio: 2/3;
  object-fit: cover;
}
.ratio-backdrop {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.hideable {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
}
.hideable.hide {
  height: 0;
  overflow: hidden;
  width: 0;
}
.bg-none {
  background: none !important;
}
.text-light {
  color: #e3e3e3 !important;
}
.text-white {
  color: #fff;
}
.text-white-lt {
  color: #d7d7d7;
}
.footer-area {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(/static/media/footer-bg.aeff0f8e07e741881e92.jpg);
  padding: 110px 0;
  position: relative;
}
.footer-area .foot-overlay {
  background-color: #ca0a14;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer-area .flex-parent {
  align-items: center;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer-area .flex-parent .flex-child a img {
  margin-bottom: 60px;
  width: 200px;
}
.footer-area .flex-parent .flex-child p {
  color: #e3e3e3;
  margin-bottom: 15px;
}
.footer-area .flex-parent .flex-child p a {
  color: #e3e3e3;
  font-size: 18px;
}
.footer-area .flex-parent .flex-child h4 {
  color: #e3e3e3;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer-area .flex-parent .flex-child ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-area .flex-parent .flex-child ul li {
  margin-bottom: 5px;
}
.footer-area .flex-parent .flex-child ul li a {
  color: #abb7c4;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.footer-area .flex-parent .flex-child ul li a:hover {
  color: #e3e3e3;
}
.footer-area .flex-parent .flex-child ul li a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.footer-area .flex-parent .flex-child ul li a:after {
  background: #f5c518;
  height: 1.5px;
  left: auto;
  right: 0;
  top: 100%;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.footer-area .flex-parent .flex-child form {
  margin-bottom: 20px;
}
.footer-area .flex-parent .flex-child form input {
  background-color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAIBAMAAAA7P9P/AAAAHlBMVEWcqbecqbecqbecqbecqbecqbecqbecqbecqbecqbd55GNbAAAACXRSTlMAESJmd5mqu8yPTN1JAAAAOUlEQVQImWPQnAkCkxg0khgYGNSaGFTZHRhYCoIYVBkslJoZgDRjYpqYAJAWE2BgTASJg0AQA1QfAMqBDgSB9K9IAAAAAElFTkSuQmCC)
    no-repeat right 20px center;
  border: 0.5px solid #e3e3e3;
  border-radius: 3px;
  color: #e3e3e3;
  font-size: 12px;
  font-weight: 300;
  height: 38px;
  padding: 5px;
  text-transform: none;
  width: 100%;
}
.footer-area .flex-parent .flex-child a.btn {
  color: #dd003f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.ft-copyright {
  background-color: #070b10;
  display: flex;
  justify-content: center;
  opacity: 0.7;
  padding: 20px 0;
}
.ft-copyright .ft-left p {
  color: #e3e3e3;
  font-size: 14px;
  margin: 0;
}
.ft-copyright .ft-left p a {
  color: #ca0a14;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.center {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.show-more {
  background: none;
  border: none;
  color: #e3e3e3;
  font-weight: 600;
  outline: none;
}
.slider-heading {
  font-size: 18px;
  font-weight: 600;
}
.slider-heading small {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .slider-heading {
    font-size: 22px;
  }
  .slider-heading small {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .slider-heading {
    font-size: 24px;
  }
  .slider-heading small {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .slider-heading {
    font-size: 26px;
  }
  .slider-heading small {
    font-size: 16px;
  }
}
.mobile-card-link:active {
  opacity: 0.7;
}
.search-area {
  background: linear-gradient(#0f1622, #3595bf);
  left: 0;
  min-height: 650px;
  opacity: 0;
  padding: 6rem 0 !important;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 11;
}
.search-area.show {
  opacity: 1;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: visible;
}
.search-area .section-wrapper .search-menu ul.search-list {
  align-items: center;
  justify-content: flex-start;
}
.search-area .section-wrapper .search-menu ul.search-list li {
  margin: 0 12px;
}
.search-area .section-wrapper .search-menu ul.search-list li:first-child {
  margin-left: 0;
}
.search-area .section-wrapper .search-menu ul.search-list li button.nav-link {
  background: transparent;
  color: #e3e3e3;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.search-area
  .section-wrapper
  .search-menu
  ul.search-list
  li
  button.nav-link.active,
.search-area
  .section-wrapper
  .search-menu
  ul.search-list
  li
  button.nav-link:hover {
  color: #ca0a14;
}
.search-area .section-wrapper .search-content {
  align-items: flex-start;
  padding-top: 40px;
}
.search-area .section-wrapper .search-content .search-list {
  width: 30%;
}
.search-area .section-wrapper .search-content .search-list ul.rel-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-area .section-wrapper .search-content .search-list ul.rel-list li {
  margin: 2.5px 0;
}
.search-area
  .section-wrapper
  .search-content
  .search-list
  ul.rel-list
  li:first-child {
  margin-top: 0;
}
.search-area .section-wrapper .search-content .search-list ul.rel-list li a {
  color: #e3e3e3;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.search-area
  .section-wrapper
  .search-content
  .search-list
  ul.rel-list
  li
  a:hover {
  color: #f5c518;
}
.search-area
  .section-wrapper
  .search-content
  .search-list
  ul.rel-list
  li
  a
  strong {
  color: #e3e3e3;
}
.search-area .section-wrapper .search-content .search-movie {
  width: 70%;
}
.search-area .section-wrapper .search-content .search-movie ul.movie-list {
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-area .section-wrapper .search-content .search-movie ul.movie-list li {
  margin: 7.5px;
  width: calc(25% - 15px);
}
.search-area .section-wrapper .search-content .search-movie ul.movie-list li a {
  text-decoration: none;
}
.search-area
  .section-wrapper
  .search-content
  .search-movie
  ul.movie-list
  li
  a
  .list-item
  .list-thumb
  img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.search-area
  .section-wrapper
  .search-content
  .search-movie
  ul.movie-list
  li
  a
  .list-item
  .list-text {
  padding-top: 4px;
}
.search-area
  .section-wrapper
  .search-content
  .search-movie
  ul.movie-list
  li
  a
  .list-item
  .list-text
  span.list-id {
  color: #e3e3e3;
  font-size: 12px;
}
.search-area
  .section-wrapper
  .search-content
  .search-movie
  ul.movie-list
  li
  a
  .list-item
  .list-text
  h6 {
  color: #e3e3e3;
  font-size: 14px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.search-area
  .section-wrapper
  .search-content
  .search-movie
  ul.movie-list
  li
  a
  .list-item
  .list-text
  h6:hover {
  color: #f68c1f;
}
.search-area .section-wrapper .search-content .search-pagination {
  padding-top: 30px;
}
.search-area .section-wrapper .search-content .search-pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-area .section-wrapper .search-content .search-pagination ul li {
  margin: 5px;
}
.search-area .section-wrapper .search-content .search-pagination ul li a {
  background: #141e2d;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  transition: all 0.3s ease-in-out;
  width: 8px;
}
.search-area
  .section-wrapper
  .search-content
  .search-pagination
  ul
  li
  a.active {
  background: #f68c1f;
  border-radius: 25px;
  width: 20px;
}
.my_list_page {
  min-height: 100vh;
}
.my_list_page .header {
  background-blend-mode: multiply;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .my_list_page .header {
    padding-bottom: 80px;
    padding-bottom: 100px;
    padding-top: 80px;
    padding-top: 100px;
  }
}
.my_list_page .header .header-title {
  color: #fff;
  font-size: 3rem;
}
.my_list_page .header .header-desc {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
.my_list_page .header .btn-group .btn {
  background: transparent;
}
.my_list_page .header .btn-group .btn svg {
  color: #fff !important;
}
.my_list_page .header .btn-group .btn.active,
.my_list_page .header .btn-group .btn:hover {
  background: #ca0a14;
  border-color: #ca0a14;
}
.my_list_page .my-list-item-section {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .my_list_page .my-list-item-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .my_list_page .my-list-item-section {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.my_list_page .my-list-item-section .no-item-text {
  color: #ca0a14;
  font-weight: 600;
  width: 100%;
}
.my_list_page .my-list-item-section .no_my_list_text {
  color: red;
  text-align: center;
}
.my_list_page .my-list-item-section .nav-tabs {
  border: none;
  justify-content: center;
}
.my_list_page .my-list-item-section .nav-tabs .nav-item button {
  border: none;
  border-radius: 6px;
  color: #e3e3e3;
  font-weight: 600;
  letter-spacing: 1px;
}
.my_list_page .my-list-item-section .nav-tabs .nav-item button.active {
  background: #ca0a14;
}
.my_list_page .my-list-item-section .nav-tabs .nav-item button .badge {
  background: hsla(0, 0%, 89%, 0.1);
}
.tv-show-area .movie-cate {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.tv-show-area .movie-cate .cate-title-left {
  align-items: center;
  justify-content: flex-start;
}
.tv-show-area .movie-cate .cate-title-left h4 {
  color: #e3e3e3;
  font-size: 20px;
  margin: 0 30px 0 0;
}
.tv-show-area .movie-cate .cate-title-left .nav button.nav-link {
  background: #46463d;
  border-radius: 25px;
  color: #e3e3e3;
  font-size: 14px;
  margin: 5px;
  padding: 6px 16px;
}
.tv-show-area .movie-cate .cate-title-left .nav button.nav-link.active {
  background: #ca0a14;
}
.tv-show-area .movie-cate .more-btn a {
  color: #e3e3e3;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.tv-show-area .movie-cate .more-btn a:hover {
  color: #ca0a14;
}
.tv-show-area .swiper-slide {
  overflow: hidden !important;
}
.tv-show-area .poster-card {
  cursor: pointer;
  height: 100%;
  min-height: 330px;
  position: relative;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: width 0.5s ease;
  transition-delay: 0s !important;
  width: 220px !important;
}
.tv-show-area .poster-card .poster-box .poster-cover,
.tv-show-area .poster-card .poster-box .poster-img {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition-delay: 0s !important;
  width: 100%;
}
.tv-show-area .poster-card .poster-box .poster-img {
  width: calc($poster-size * 0.667);
}
.tv-show-area .poster-card .poster-box .poster-cover {
  z-index: 0;
}
.tv-show-area .poster-card .poster-box .poster-language-box {
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  bottom: 0;
  height: 15%;
  justify-content: space-around;
  left: 0;
  opacity: 1;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.tv-show-area .poster-card .poster-expanded-box {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  flex-wrap: nowrap;
  height: inherit;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 1s ease;
  transition-delay: 0s !important;
  width: 100%;
}
.tv-show-area .poster-card .poster-expanded-box .poster-video {
  height: 150% !important;
  left: 50%;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150% !important;
  z-index: 1;
}
.tv-show-area .poster-card .poster-expanded-box .hover-content {
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.188) 25%,
    rgba(30, 83, 158, 0.188) 50%,
    rgba(255, 48, 131, 0.251) 75%,
    rgba(120, 0, 168, 0.314)
  );
  display: flex;
  flex-direction: row;
  padding: 0.5rem;
  z-index: 2;
}
.tv-show-area .poster-card .poster-expanded-box .hover-content .poster-details {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
.tv-show-area
  .poster-card
  .poster-expanded-box
  .hover-content
  .poster-details
  .poster-short-details
  .poster-movie-name {
  color: #fff !important;
  font-weight: 700;
}
.tv-show-area
  .poster-card
  .poster-expanded-box
  .hover-content
  .poster-details
  .poster-short-details
  .poster-movie-dateline
  span {
  color: #fff !important;
  font-size: 12px;
  margin-right: 0.3rem;
}
.tv-show-area .poster-card .poster-card {
  border-radius: 5px !important;
  overflow: hidden;
  transition: 0s;
}
.tv-show-area .poster-card:hover {
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: width 0.5s ease !important;
  transition-delay: 1s !important;
  width: 586.66667px !important;
}
.tv-show-area .poster-card:hover .poster-img,
.tv-show-area .poster-card:hover .poster-language-box {
  opacity: 0;
  transition-delay: 1s !important;
}
.tv-show-area .poster-card:hover .poster-expanded-box {
  justify-content: space-between;
  opacity: 1;
  transition-delay: 1s !important;
  transition-delay: 1s;
}
.tv-show-area
  .poster-card:hover
  .poster-expanded-box
  .hover-content
  .poster-action-btns
  i {
  opacity: 1;
}
.tv-show-area .poster-card:hover .poster-expanded-box .poster-video {
  opacity: 1;
  transition-delay: 0s;
}
.bottom-box {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
}
.bottom-box .mov-tv {
  background: #f68c1f;
  color: #000;
  font-size: 9px;
  font-weight: 800;
  padding: 4px 7px;
}
.bottom-box .mov-tv,
.bottom-box .year {
  border-radius: 4px;
  letter-spacing: 1.2px;
}
.bottom-box .year {
  background: hsla(0, 0%, 89%, 0.05);
  color: #e3e3e3;
  font-size: 12px;
  padding: 6px;
}
.featured-area {
  height: 750px;
  padding: 100px 0;
  position: relative;
}
@media (min-width: 1600px) {
  .featured-area {
    height: 820px;
  }
}
.featured-area .simpleParallax {
  height: 750px;
}
@media (min-width: 1600px) {
  .featured-area .simpleParallax {
    height: 820px;
  }
}
.featured-area .featured-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.featured-area .featured-bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.featured-area .featured-content {
  position: relative;
  z-index: 1;
}
.featured-area .featured-content .section-header {
  padding-bottom: 70px;
}
.featured-area .featured-content .section-header .feature-title span {
  color: #e3e3e3;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 8px;
}
.featured-area .featured-content .section-header .feature-title h2 {
  color: #e3e3e3;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.featured-area .featured-content .section-header .feature-title p {
  color: #e3e3e3;
  font-size: 1.375rem;
  font-weight: 300;
  margin: 0;
  max-width: 340px;
}
.featured-area .featured-content .section-wrapper .wrap-menu {
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.featured-area .featured-content .section-wrapper .wrap-menu h4 {
  color: #ca0a14;
  font-size: 1.25rem;
  margin: 0 12px 0 0;
}
.featured-area
  .featured-content
  .section-wrapper
  .wrap-menu
  nav
  button.nav-link {
  background: transparent;
  color: #e3e3e3;
  font-size: 1rem;
}
.featured-area
  .featured-content
  .section-wrapper
  .wrap-menu
  nav
  button.nav-link.active,
.featured-area
  .featured-content
  .section-wrapper
  .wrap-menu
  nav
  button.nav-link:hover {
  color: #ca0a14;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item {
  transition: all 0.3s ease-in-out;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item:hover
  .item-thumb {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item:hover
  .item-thumb:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item:hover
  .item-thumb
  a.video-btn {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  img {
  border-radius: 6px;
  object-fit: scale-down;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb:after {
  background: linear-gradient(
    270deg,
    transparent 0,
    transparent 25%,
    rgba(255, 48, 131, 0.188) 50%,
    rgba(120, 0, 168, 0.565) 85%,
    #7800a8
  );
  border-radius: 6px;
  height: 100%;
  left: 0;
  mix-blend-mode: screen;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  a.video-btn {
  background: transparent;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  a.video-btn:hover
  i {
  color: #e3e3e3;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  a.video-btn
  i {
  color: #f5c518;
  font-size: 35px;
  transition: all 0.3s ease-in-out;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  a.video-btn
  span.before {
  -webkit-animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -16px;
  left: -16px;
  opacity: 0.1;
  right: -16px;
  top: -16px;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  a.video-btn
  span.after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -12px;
  left: -12px;
  opacity: 0.2;
  right: -12px;
  top: -12px;
  z-index: -1;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-text
  .text-flex {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #e3e3e3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-text
  .text-flex
  span {
  cursor: pointer;
  font-size: 0.75rem;
  transition: all 0.3 ease-in-out;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-text
  .text-flex
  span:hover {
  color: #ca0a14;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-text
  h6 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-text
  h6
  a {
  color: #e3e3e3;
  font-size: 0.87422rem;
  transition: all 0.3s ease-in-out;
}
.featured-area
  .featured-content
  .section-wrapper
  .tab-content
  .tab-pane
  .swiper.featured-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-text
  h6
  a:hover {
  color: #ca0a14;
}
.featured-area .featured-overlay {
  background: linear-gradient(90deg, #141e2d, transparent);
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.watching-area {
  margin: 0;
}
.watching-area .section-header {
  align-items: center;
  justify-content: space-between;
}
.watching-area .section-header h4 {
  color: #e3e3e3;
  margin: 0;
}
.watching-area .section-header a {
  color: #e3e3e3;
  font-size: 14px;
  text-decoration: none;
}
.watching-area .section-wrapper {
  padding-top: 30px;
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item {
  align-items: center;
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item:hover
  .item-thumb:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item:hover
  .item-text
  .watch-bar:after {
  background: linear-gradient(270deg, #ca0a14, #f5c518);
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-thumb {
  height: 100px;
  position: relative;
  width: 35%;
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-thumb:after {
  background: linear-gradient(
    270deg,
    transparent 0,
    transparent 25%,
    rgba(255, 48, 131, 0.188) 50%,
    rgba(120, 0, 168, 0.565) 85%,
    #7800a8
  );
  border-radius: 0;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-thumb
  img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-text {
  background: #141e2d;
  border: 0.25px solid #587db5;
  border-left: 0;
  height: 100px;
  padding: 8px 8px 8px 10px;
  width: calc(65% - 10px);
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-text
  h5 {
  color: #e3e3e3;
  font-size: 15px;
  margin: 0;
  padding-bottom: 5px;
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-text
  .sr-status {
  justify-content: space-between;
  padding-right: 20px;
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-text
  .sr-status
  span {
  color: #e3e3e3;
  font-size: 12px;
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-text
  .watch-bar {
  border: 0.25px solid hsla(0, 0%, 89%, 0.3);
  border-radius: 25px;
  height: 8px;
  margin-top: 12px;
  position: relative;
  width: 100%;
}
.watching-area
  .section-wrapper
  .watching-slider
  .swiper-wrapper
  .swiper-slide
  .watch-item.post-item
  .item-text
  .watch-bar:after {
  background: linear-gradient(90deg, #ca0a14, #f5c518);
  border-radius: 25px 0 0 25px;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 70%;
}
.tranding-area {
  margin: 0;
}
.tranding-area .section-header {
  align-items: center;
  justify-content: space-between;
}
.tranding-area .section-header h4 {
  color: #e3e3e3;
  margin: 0;
}
.tranding-area .section-header a {
  color: #e3e3e3;
  font-size: 14px;
  text-decoration: none;
}
.landscape-slider {
  overflow-x: clip !important;
  overflow-y: visible !important;
}
.landscape-slider .swiper-wrapper .swiper-slide {
  border-radius: 3px;
  height: 100%;
  max-height: 330px;
  max-width: 325.92593px;
  min-height: 253.84615px;
  min-width: 391.11111px;
  overflow-y: visible !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 0;
}
.landscape-slider .swiper-wrapper .swiper-slide .bottom-box {
  position: absolute;
  top: 100%;
}
.landscape-slider .swiper-wrapper .swiper-slide .tranding-item {
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  transition: all 0.1s ease;
  transition-delay: 0s !important;
  width: 100%;
  z-index: -1 !important;
}
.landscape-slider .swiper-wrapper .swiper-slide .tranding-item:hover {
  box-shadow: 0 10px 30px 0 #000;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  transition-delay: 1s !important;
  transition: all 0.25s ease;
  z-index: 2;
  z-index: 2 !important;
}
.landscape-slider .swiper-wrapper .swiper-slide .tranding-item .item-thumb {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .media-content,
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .video-btn {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .media-content {
  width: 100%;
  z-index: -1;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .media-content.landscape-card-img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
  z-index: -1;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .media-content:not(.landscape-card-img) {
  height: 170%;
  width: 170%;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .media-content
  .landspace-card-video {
  left: 0;
  object-fit: cover;
  position: inherit;
  top: 0;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .hover-content {
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.188) 25%,
    rgba(30, 83, 158, 0.188) 50%,
    rgba(255, 48, 131, 0.251) 75%,
    rgba(120, 0, 168, 0.314)
  );
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  padding: 0.3rem;
  width: 100%;
  z-index: 1;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .hover-content
  .box-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .hover-content
  .box-1
  .details
  .title-or-logo {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .hover-content
  .box-1
  .details
  .movie-title {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .hover-content
  .box-1
  .details
  .span {
  color: #ccc;
  font-size: 10px;
  font-weight: 400;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .hover-content
  .box-1
  .details
  .span:not(:last-child) {
  margin-right: 4px;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .hover-content
  .box-1
  .details
  .movie-story {
  color: #ddd;
  display: none;
  font-size: 8px;
  font-weight: 400;
  margin: 0;
  transition: display 0.2s ease;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide
  .tranding-item
  .item-thumb
  .hover-content
  .box-2 {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.landscape-slider .swiper-wrapper .swiper-slide:hover {
  z-index: 2 !important;
}
.landscape-slider .swiper-wrapper .swiper-slide:hover .reset-size {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: all 0 ease 0.2s;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide:hover
  .reset-size:not(.text-in-1) {
  -webkit-transform: scale(0.7) translateY(50%);
  transform: scale(0.7) translateY(50%);
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide:hover
  .tranding-item
  .item-thumb
  .hover-content
  .box-1
  .details
  .title-or-logo {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide:hover
  .tranding-item
  .item-thumb
  .hover-content
  .box-1
  .details
  .movie-story {
  color: #ddd;
  display: -webkit-box;
}
.landscape-slider
  .swiper-wrapper
  .swiper-slide:hover
  .tranding-item
  .item-thumb
  .hover-content
  .box-2,
.landscape-slider
  .swiper-wrapper
  .swiper-slide:hover
  .tranding-item
  .item-thumb
  .hover-content
  .box-2
  .poster-action-btns
  i {
  opacity: 1;
}
.landscape-slider .owl-nav .owl-next,
.landscape-slider .owl-nav .owl-prev {
  background: linear-gradient(45deg, rgba(15, 22, 34, 0.2) 30%, transparent);
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  z-index: 11;
}
.landscape-slider .owl-nav .owl-next span,
.landscape-slider .owl-nav .owl-prev span {
  font-size: 24px;
}
.landscape-slider .owl-nav .owl-next {
  right: 0;
}
.landscape-slider .owl-nav .owl-prev {
  left: 0;
}
.recently-area .swiper {
  overflow-x: clip;
  overflow-y: visible;
}
.recently-area .swiper .section-wrapper {
  overflow: visible !important;
}
.recently-area
  .swiper
  .section-wrapper
  .viewed-slider
  .swiper-wrapper
  .swiper-slide {
  overflow: visible;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 0;
}
.viewed-item a {
  display: block;
}
.viewed-item.post-item:hover .item-thumb a.video-btn {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.viewed-item.post-item .item-thumb {
  position: relative;
}
.viewed-item.post-item .item-thumb:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.viewed-item.post-item .item-thumb img {
  object-fit: cover;
  width: 100%;
}
.viewed-item.post-item .item-thumb .thumb-text {
  bottom: 5px;
  left: 5px;
  position: absolute;
  z-index: 1;
}
.viewed-item.post-item .item-thumb .thumb-text span {
  color: #e3e3e3;
  font-size: 12px;
}
.viewed-item.post-item .item-thumb .thumb-text h6 {
  color: #e3e3e3;
  font-size: 14px;
  margin: 0;
}
.viewed-item.post-item .item-thumb a.video-btn {
  background: transparent;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.viewed-item.post-item .item-thumb a.video-btn:hover i {
  color: #ca0a14;
}
.viewed-item.post-item .item-thumb a.video-btn i {
  color: #f5c518;
  font-size: 35px;
  transition: all 0.3s ease-in-out;
}
.viewed-item.post-item .item-thumb a.video-btn span.before {
  -webkit-animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -16px;
  left: -16px;
  opacity: 0.1;
  right: -16px;
  top: -16px;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
.viewed-item.post-item .item-thumb a.video-btn span.after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -12px;
  left: -12px;
  opacity: 0.2;
  right: -12px;
  top: -12px;
  z-index: -1;
}
.viewed-item.post-item .item-thumb .imdb-rating {
  left: 0;
  position: absolute;
  top: 0;
}
.viewed-item.post-item .item-thumb .imdb-rating span {
  background: #f5c518;
  border-radius: 6px 0 6px 0;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.viewed-item.post-item .item-thumb .hover-content {
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.188) 25%,
    rgba(30, 83, 158, 0.188) 50%,
    rgba(255, 48, 131, 0.251) 75%,
    rgba(120, 0, 168, 0.314)
  );
  border-radius: 0 0 6px 6px;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 16px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.viewed-item.post-item .item-thumb .hover-content.show {
  opacity: 1;
}
.viewed-item.post-item .item-thumb .hover-content h2 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 6px;
}
.viewed-item.post-item .item-thumb .hover-content p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #b7c6df;
  display: -webkit-box;
  font-size: 12px;
  height: 26px;
  line-height: 1.2;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.viewed-item.post-item .item-thumb .hover-content span.tag {
  color: #171717;
  font-size: 10px;
  margin-right: 6px;
}
.viewed-item.post-item .item-thumb .hover-content span.tag b {
  color: hsla(0, 0%, 80%, 0.7);
}
.swiper-slide {
  border-radius: 3px;
  overflow: visible;
}
@media (min-width: 768px) {
  .swiper-slide {
    border-radius: 5px;
  }
}
.swiper-slide .vertical-card {
  border-radius: 3px;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: 0.1s;
  transition-delay: 0s !important;
}
.swiper-slide .vertical-card:hover {
  box-shadow: 0 20px 50px -10px #000;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  transition-delay: 1s !important;
  transition: all 0.2s ease;
  z-index: 1;
}
.swiper-slide .vertical-card:hover .poster-action-btns i {
  opacity: 1;
}
.swiper-slide .vertical-card:hover .hover-content {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(15, 22, 34, 0.2);
  opacity: 1;
  padding: 5px !important;
}
.swiper-slide .vertical-card img {
  opacity: 1;
  z-index: 0;
}
.swiper-slide .vertical-card .title {
  font-size: 9px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.swiper-slide .vertical-card .vertical-card-video {
  height: 250% !important;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 380% !important;
  z-index: 0;
}
.kids-area .section-wrapper .wrap-menu {
  justify-content: space-between;
}
.kids-area .section-wrapper .wrap-menu h4 {
  color: #e3e3e3;
  margin: 0;
}
.kids-area .section-wrapper .wrap-menu nav .nav button.nav-link {
  background: transparent;
  color: #e3e3e3;
  font-size: 14px;
}
.kids-area .section-wrapper .wrap-menu nav .nav button.nav-link.active {
  color: #ca0a14;
}
.kids-area .section-wrapper .tab-content {
  padding-top: 30px;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb.style-one {
  height: 260px;
  margin: 7.5px 0;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb.style-one
  img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-item
  .item-col {
  margin: 7.5px;
  width: calc(25% - 15px);
}
@media (min-width: 1400px) {
  .kids-area
    .section-wrapper
    .tab-content
    .tab-pane
    .kids-movie-gallery
    .gallery-item
    .item-col {
    width: calc(20% - 15px);
  }
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-item
  .item-col
  .gallery-thumb {
  height: 120px;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-item
  .item-col
  .gallery-thumb
  img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb {
  overflow: hidden;
  position: relative;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb:hover:after {
  opacity: 1;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb:hover
  button.video-btn {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb:after {
  background: linear-gradient(180deg, transparent, #141e2d);
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb
  button.video-btn {
  background: transparent;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb
  button.video-btn:hover
  i {
  color: #ca0a14;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb
  button.video-btn
  i {
  color: #f5c518;
  font-size: 35px;
  transition: all 0.3s ease-in-out;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb
  button.video-btn
  span.before {
  -webkit-animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -16px;
  left: -16px;
  opacity: 0.1;
  right: -16px;
  top: -16px;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb
  button.video-btn
  span.after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -12px;
  left: -12px;
  opacity: 0.2;
  right: -12px;
  top: -12px;
  z-index: -1;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb
  .thumb-text {
  bottom: 5px;
  left: 5px;
  position: absolute;
  z-index: 1;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb
  .thumb-text
  span {
  color: #e3e3e3;
  font-size: 12px;
}
.kids-area
  .section-wrapper
  .tab-content
  .tab-pane
  .kids-movie-gallery
  .gallery-thumb
  .thumb-text
  h6 {
  color: #e3e3e3;
  font-size: 14px;
  margin: 0;
}
.kids-area .section-wrapper .tab-content .tab-pane p {
  color: #e3e3e3;
}
.coming-soon {
  background-image: url(/static/media/comming-1.75babe38258a6da65966.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.coming-soon .section-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.coming-soon .section-wrapper .movie-trailer {
  text-align: center;
  width: 40%;
}
.coming-soon .section-wrapper .movie-trailer a {
  background: #e3e3e3;
  border-radius: 100%;
  height: 80px;
  line-height: 90px;
  padding: 0;
  position: relative;
  width: 80px;
}
.coming-soon .section-wrapper .movie-trailer a i {
  color: #ca0a14;
  font-size: 26px;
}
.coming-soon .section-wrapper .movie-trailer a span.before {
  -webkit-animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -33px;
  left: -33px;
  opacity: 0.1;
  right: -33px;
  top: -33px;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
.coming-soon .section-wrapper .movie-trailer a span.after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -16px;
  left: -16px;
  opacity: 0.2;
  right: -16px;
  top: -16px;
  z-index: -1;
}
.coming-soon .section-wrapper .movie-wrapper {
  text-align: right;
  width: 60%;
}
.coming-soon .section-wrapper .movie-wrapper span.small-title {
  color: #f5c518;
  font-size: 18px;
  text-transform: uppercase;
}
.coming-soon .section-wrapper .movie-wrapper h1.title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  font-size: 50px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .coming-soon .section-wrapper .movie-wrapper h1.title {
    font-size: 60px;
  }
}
.coming-soon .section-wrapper .movie-wrapper ul.countdown {
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .coming-soon .section-wrapper .movie-wrapper ul.countdown {
    margin: -22px;
  }
}
.coming-soon .section-wrapper .movie-wrapper ul.countdown li {
  background-color: #141e2d;
  border: 1px solid hsla(0, 0%, 89%, 0.1);
  height: 80px;
  margin: 10px;
  padding: 10px;
  text-align: center;
  width: 80px;
}
.coming-soon .section-wrapper .movie-wrapper ul.countdown li h3.c-title span {
  color: #f5c518;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  text-shadow: 2.419px 9.703px 12.48px rgba(245, 224, 40, 0.589);
}
.coming-soon .section-wrapper .movie-wrapper ul.countdown li h3 {
  margin: 0;
}
.coming-soon .section-wrapper .movie-wrapper ul.countdown li p {
  color: #e3e3e3;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.coming-soon .section-wrapper .movie-wrapper .notify-form {
  margin: 60px 0 0 auto;
  max-width: 540px;
  position: relative;
}
.coming-soon .section-wrapper .movie-wrapper .notify-form input {
  background-color: hsla(0, 0%, 100%, 0.102);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 10px;
  color: #e3e3e3;
  height: 70px;
  padding-left: 40px;
  padding-right: 160px;
  width: 100%;
}
.coming-soon
  .section-wrapper
  .movie-wrapper
  .notify-form
  input::-webkit-input-placeholder {
  color: #e3e3e3;
}
.coming-soon
  .section-wrapper
  .movie-wrapper
  .notify-form
  input:-ms-input-placeholder {
  color: #e3e3e3;
}
.coming-soon .section-wrapper .movie-wrapper .notify-form input::placeholder {
  color: #e3e3e3;
}
.coming-soon .section-wrapper .movie-wrapper .notify-form button {
  background: linear-gradient(0deg, #ca0a14, #f5c518);
  border: none;
  border-radius: 10px;
  box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232, 58, 153, 0.5);
  color: #e3e3e3;
  height: 50px;
  padding: 0 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
}
.coming-soon .comming-overlay {
  background: linear-gradient(-60deg, #000, transparent);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
.actors-area .section-header-style {
  padding-bottom: 16px;
}
.actors-area
  .section-wrapper
  .actors-home-slider
  .swiper-wrapper
  .swiper-slide
  .post-item:hover
  .item-thumb:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 40%, transparent);
}
.actors-area
  .section-wrapper
  .actors-home-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb {
  position: relative;
}
.actors-area
  .section-wrapper
  .actors-home-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 35%, transparent);
  border-radius: 0 0 6px 6px;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.actors-area
  .section-wrapper
  .actors-home-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  img {
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}
.actors-area
  .section-wrapper
  .actors-home-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  .thumb-text {
  bottom: 10px;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.actors-area
  .section-wrapper
  .actors-home-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  .thumb-text
  h6 {
  color: hsla(0, 0%, 80%, 0.7);
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
}
.actors-area
  .section-wrapper
  .actors-home-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  .thumb-text
  p {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 4px 0 10px;
}
.actors-area
  .section-wrapper
  .actors-home-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  .thumb-text
  button.btn {
  border-color: hsla(0, 0%, 80%, 0.7);
  border-radius: 25px;
  padding: 2px 30px;
}
.actors-area
  .section-wrapper
  .actors-home-slider
  .swiper-wrapper
  .swiper-slide
  .post-item
  .item-thumb
  .thumb-text
  button.btn
  span {
  color: hsla(0, 0%, 80%, 0.7);
}
.movies-banner {
  padding: 0 !important;
}
.movies-banner .movies-banner-slider .swiper-wrapper .swiper-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  object-fit: cover;
  position: relative;
}
.movies-banner .movies-banner-slider .swiper-wrapper .swiper-slide:after {
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.8) 1px,
    transparent
  );
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description {
  align-items: center;
  height: 600px;
  margin-left: 0;
  max-width: 520px;
}
@media (min-width: 992px) {
  .movies-banner
    .movies-banner-slider
    .swiper-wrapper
    .swiper-slide
    .movies-description {
    max-width: 600px;
  }
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner {
  position: relative;
  z-index: 11;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  span {
  color: hsla(0, 0%, 80%, 0.7);
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen {
  align-items: center;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen
  .imdb-rating
  i {
  color: #f68c1f;
  margin-right: 5px;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen
  .imdb-rating
  strong {
  color: hsla(0, 0%, 80%, 0.7);
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen
  ul.gen-list {
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen
  ul.gen-list
  li {
  margin: 0 5px;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen
  ul.gen-list
  li:last-child
  span:after {
  content: none;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen
  ul.gen-list
  li
  span {
  color: hsla(0, 0%, 80%, 0.7);
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  position: relative;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  .movi-gen
  ul.gen-list
  li
  span:after {
  background: hsla(0, 0%, 80%, 0.7);
  height: 10px;
  right: -4.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  h2.movie-title {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 40px;
  margin: 0;
}
@media (min-width: 992px) {
  .movies-banner
    .movies-banner-slider
    .swiper-wrapper
    .swiper-slide
    .movies-description
    .description-inner
    h2.movie-title {
    font-size: 42px;
  }
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  p {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  margin: 0;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  ul.btn-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  ul.btn-list
  li:nth-child(2) {
  margin-left: 20px;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  ul.btn-list
  li:nth-child(2)
  button.btn {
  background: #0f1622;
  border-color: #0f1622;
  box-shadow: none;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  ul.btn-list
  li:nth-child(2)
  button.btn:hover {
  background: #ca0a14;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  ul.btn-list
  li:nth-child(2)
  button.btn:hover
  span {
  color: #ca0a14;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  ul.btn-list
  li
  button.btn {
  background: #ca0a14;
  border-radius: 25px;
  box-shadow: 0 3px 5px 2px #ca0a14;
  margin-top: 30px;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  ul.btn-list
  li
  button.btn:hover {
  background: #f68c1f;
}
.movies-banner
  .movies-banner-slider
  .swiper-wrapper
  .swiper-slide
  .movies-description
  .description-inner
  ul.btn-list
  li
  button.btn
  span {
  text-transform: uppercase;
}
.movies-banner
  .movies-banner-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  background: #e3e3e3;
  border-radius: 0;
  height: 3px;
  width: 35px;
}
.movies-banner
  .movies-banner-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: hsla(0, 0%, 80%, 0.7);
}
.trands-area {
  box-shadow: -1px 13px 11px -5px #000;
}
.trands-area .section-header-style {
  padding-bottom: 30px;
}
.trands-area .trands-menu {
  position: relative;
}
.trands-area .trands-menu ul.nav {
  justify-content: space-between;
}
.trands-area .trands-menu ul.nav li.nav-item button.nav-link {
  border-radius: 25px;
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
  padding: 4px 32px;
}
.trands-area .trands-menu ul.nav li.nav-item button.nav-link.active {
  background: #ca0a14;
  color: #e3e3e3;
}
.trands-area .trands-menu ul.nav li.nav-item button.nav-link.pu-link {
  background: #ca0a14;
}
.trands-area .trands-menu .trands-menu-slider {
  position: relative;
  text-align: center;
}
.trands-area .trands-menu .trands-menu-slider .item a {
  background: #0f1622;
  border-radius: 25px;
  color: hsla(0, 0%, 80%, 0.7);
  display: inline-block;
  font-size: 14px;
  min-width: 100px;
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
}
.trands-area .trands-menu .trands-menu-slider .item a.active-next,
.trands-area .trands-menu .trands-menu-slider .item.swiper-slide-active a {
  background: #ca0a14;
}
.trands-area .trands-menu .trands-menu-slider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}
.trands-area .trands-menu .trands-menu-slider .owl-nav button.owl-prev {
  left: 0;
}
.trands-area .trands-menu .trands-menu-slider .owl-nav button.owl-next {
  right: 0;
}
.trands-area .trands-menu .trands-menu-slider .owl-nav button.owl-next span,
.trands-area .trands-menu .trands-menu-slider .owl-nav button.owl-prev span {
  font-size: 36px;
  font-weight: 100;
}
.trands-area .trands-menu .swiper-button-next:after,
.trands-area .trands-menu .swiper-button-prev:after {
  color: #e3e3e3;
  font-size: 18px;
}
.trands-area .section-wrapper .swiper-wrapper .swiper-slide {
  transition: all 0.3s ease-in-out;
}
.trand-item .item-thumb {
  position: relative;
}
.trand-item .item-thumb:after {
  background: linear-gradient(180deg, transparent 60%, #0f1622);
  border-radius: 6px;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.trand-item .item-thumb img {
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}
.trand-item .item-thumb ul.cart-list {
  align-items: center;
  bottom: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  z-index: 1;
}
.trand-item .item-thumb ul.cart-list li:nth-child(2) a i,
.trand-item .item-thumb ul.cart-list li:nth-child(3) a,
.trand-item .item-thumb ul.cart-list li:nth-child(3) a i {
  color: #f68c1f;
}
.trand-item .item-thumb ul.cart-list li a {
  color: gray;
  font-size: 14px;
  margin: 0 5px;
  text-decoration: none;
}
.trand-item .item-thumb ul.cart-list li a i {
  font-size: 14px;
}
.trand-item .item-text {
  padding-top: 12px;
}
.trand-item .item-text a.flex-text {
  align-items: center;
  justify-content: space-between;
}
.trand-item .item-text a.flex-text h6 {
  height: 20px;
  margin: 0;
  overflow: hidden;
  padding-bottom: 8px;
  width: 70%;
}
.trand-item .item-text a.flex-text h6,
.trand-item .item-text a.flex-text span {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
}
.movie-filter-area .section-header-style {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0 12.5px;
}
.movie-filter-area .section-header-style .filtered-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.movie-filter-area .section-header-style .filtered-items .filtered-item {
  align-items: center;
  background: hsla(0, 0%, 89%, 0.1);
  border-radius: 4px;
  color: #e3e3e3;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  padding: 0.3rem 0.6rem;
  transition: all 0.2s ease;
}
.movie-filter-area .section-header-style .filtered-items .filtered-item:hover {
  background: #ca0a14;
}
.movie-filter-area
  .section-header-style
  .filtered-items
  .filtered-item:hover
  button {
  background: #e3e3e3;
  color: #0f1622;
}
.movie-filter-area .section-header-style .filtered-items .filtered-item button {
  align-items: center;
  aspect-ratio: 1;
  background: #ca0a14;
  border-radius: 1;
  border-radius: 1000px;
  color: #e3e3e3;
  display: inline-flex;
  font-size: 19px;
  justify-content: center;
  transition: all 0.2s ease;
  width: 22px;
}
.movie-filter-area .filter-content {
  align-items: center;
  justify-content: center;
  padding: 8px 12.5px 12px;
}
.movie-filter-area .filter-content .sort-by {
  align-items: center;
  justify-content: space-between;
}
.movie-filter-area .filter-content .sort-by .filter-group {
  align-items: center;
}
.movie-filter-area .filter-content .sort-by .filter-group button.watch-btn {
  padding: 4px 32px;
}
.movie-filter-area
  .filter-content
  .sort-by
  .filter-group
  button.watch-btn
  span {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
}
.movie-filter-area .filter-content .sort-by .filter-group span {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 16px;
}
.movie-filter-area .filter-content .sort-by .filter-group ul.group-list {
  align-items: center;
  justify-content: center;
}
.movie-filter-area .filter-content .sort-by .filter-group ul.group-list li {
  margin: 5px 10px;
}
.movie-filter-area
  .filter-content
  .sort-by
  .filter-group
  ul.group-list
  li:first-child
  button {
  background: #ca0a14;
  border-radius: 6px;
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  padding: 6px 30px;
}
.movie-filter-area
  .filter-content
  .sort-by
  .filter-group
  ul.group-list
  li
  select {
  background: hsla(0, 0%, 100%, 0.1);
  border: 0;
  border-radius: 6px;
  color: #e3e3e3;
  font-size: 14px;
  padding: 6px 6px 6px 10px;
}
.movie-filter-area
  .filter-content
  .sort-by
  .filter-group
  ul.group-list
  li
  select
  option {
  background: #0f1622;
  color: #e3e3e3;
}
.movie-filter-area .filter-content .rating-by {
  align-items: center;
}
.movie-filter-area .filter-content .rating-by i {
  color: #f68c1f;
  width: 20px;
}
.movie-filter-area .filter-content .rating-by .price-by {
  padding-left: 10px;
  width: 180px;
}
.movie-filter-area .filter-content .rating-by .price-by .rating-slider {
  background: #e3e3e3;
  border-radius: 10px;
  height: 3px;
  position: relative;
  width: 100%;
}
.movie-filter-area
  .filter-content
  .rating-by
  .price-by
  .rating-slider
  .rating-range-tranck-1 {
  background: #ca0a14;
  height: 100%;
}
.movie-filter-area .filter-content .rating-by .price-by .rating-range-thumb {
  background: #e3e3e3;
  border: 1px solid #ca0a14;
  border-radius: 1000px;
  cursor: grab;
  padding: 5px;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.movie-filter-area .charecter-and-card-box {
  align-items: center;
  display: flex;
  justify-content: center;
}
.movie-filter-area .charecter-and-card-box .btn-group .btn {
  background: hsla(0, 0%, 89%, 0.1);
  border: #e3e3e3;
  padding: 0.5rem;
}
.movie-filter-area .charecter-and-card-box .btn-group .btn.active {
  background: #ca0a14;
}
.movie-filter-area .filter-menu-az {
  flex-grow: 1;
  overflow-x: scroll;
  overflow-y: clip;
  padding: 10px 0;
  text-align: center;
  white-space: nowrap;
}
.movie-filter-area .filter-menu-az::-webkit-scrollbar {
  height: 5px;
}
.movie-filter-area .filter-menu-az button {
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 6px;
  color: #e3e3e3;
  font-size: 14px;
  margin-right: 15px;
  padding: 6px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.movie-filter-area .filter-menu-az button.active {
  box-shadow: 0 0 15px #f68c1f;
  color: #f68c1f;
  text-shadow: 0 0 10px #f68c1f;
}
.movie-filter-area .filter-movie {
  align-items: center;
  justify-content: flex-start;
  padding-top: 16px;
}
.movie-filter-area .filter-movie .movie-col {
  margin: 12.5px;
  width: calc(25% - 25px);
}
@media (min-width: 992px) {
  .movie-filter-area .filter-movie .movie-col {
    width: calc(20% - 25px);
  }
}
@media (min-width: 1200px) {
  .movie-filter-area .filter-movie .movie-col {
    width: calc(16.66667% - 25px);
  }
}
.movie-filter-area .filter-movie .movie-col .trand-item .dr-thumb {
  overflow: hidden;
  position: relative;
}
.movie-filter-area .filter-movie .movie-col .trand-item .dr-thumb .info {
  background: linear-gradient(
    270deg,
    transparent 0,
    transparent 25%,
    rgba(255, 48, 131, 0.188) 50%,
    rgba(120, 0, 168, 0.565) 85%,
    #7800a8
  );
  border-radius: 6px 6px 10px 10px;
  height: 100%;
  left: 0;
  padding: 16px;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  width: 100%;
  z-index: 1;
}
.movie-filter-area .filter-movie .movie-col .trand-item .dr-thumb .info h6 {
  color: #e3e3e3;
  font-size: 14px;
  margin: 0;
  padding-bottom: 6px;
}
.movie-filter-area .filter-movie .movie-col .trand-item .dr-thumb .info p {
  color: #e3e3e3;
  font-size: 13px;
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb
  .info
  ul.cart-lists {
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .movie-filter-area
    .filter-movie
    .movie-col
    .trand-item
    .dr-thumb
    .info
    ul.cart-lists {
    padding-bottom: 8px;
  }
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb
  .info
  ul.cart-lists
  li
  a {
  margin: 0 5px;
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb
  .info
  ul.cart-lists
  li
  a
  i {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 20px;
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb
  .info
  .movie-btn {
  justify-content: center;
  padding-top: 6px;
}
@media (min-width: 1400px) {
  .movie-filter-area
    .filter-movie
    .movie-col
    .trand-item
    .dr-thumb
    .info
    .movie-btn {
    padding-top: 36px;
  }
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb
  .info
  .movie-btn
  button.btn {
  margin: 5px 0;
  padding: 3px 24px;
}
.movie-filter-area .filter-movie .movie-col .trand-item .dr-thumb.in-top .info {
  -webkit-animation: in-top 0.3s ease 0ms 1 forwards;
  animation: in-top 0.3s ease 0ms 1 forwards;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb.in-right
  .info {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: in-right 0.3s ease 0ms 1 forwards;
  animation: in-right 0.3s ease 0ms 1 forwards;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb.in-bottom
  .info {
  -webkit-animation: in-bottom 0.3s ease 0ms 1 forwards;
  animation: in-bottom 0.3s ease 0ms 1 forwards;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb.in-left
  .info {
  -webkit-animation: in-left 0.3s ease 0ms 1 forwards;
  animation: in-left 0.3s ease 0ms 1 forwards;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb.out-top
  .info {
  -webkit-animation: out-top 0.3s ease 0ms 1 forwards;
  animation: out-top 0.3s ease 0ms 1 forwards;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb.out-right
  .info {
  -webkit-animation: out-right 0.3s ease 0ms 1 forwards;
  animation: out-right 0.3s ease 0ms 1 forwards;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb.out-bottom
  .info {
  -webkit-animation: out-bottom 0.3s ease 0ms 1 forwards;
  animation: out-bottom 0.3s ease 0ms 1 forwards;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.movie-filter-area
  .filter-movie
  .movie-col
  .trand-item
  .dr-thumb.out-left
  .info {
  -webkit-animation: out-left 0.3s ease 0ms 1 forwards;
  animation: out-left 0.3s ease 0ms 1 forwards;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.movie-filter-area .movie-trailor {
  padding-top: 30px;
}
.movie-filter-area .movie-trailor iframe {
  border: 2px solid hsla(0, 0%, 80%, 0.7);
  border-radius: 10px;
}
.paginationx {
  display: inline-block;
  list-style: none;
  margin-top: 10px;
  padding: 0;
}
.paginationx.movie-pagination {
  position: relative;
  z-index: 1;
}
.paginationx.movie-pagination a {
  color: hsla(0, 0%, 80%, 0.7);
  margin: 0 10px;
  padding: 13px 5px 5px;
  position: relative;
}
.paginationx.movie-pagination a:hover:after {
  background: #f5c518;
  border-radius: 100%;
  bottom: 4px;
  height: 25px;
  left: -3px;
  line-height: 25px;
  margin: auto;
  transition: all 0.3s ease-in-out;
  width: 25px;
  z-index: -1;
}
.paginationx.movie-pagination:after {
  background-image: linear-gradient(
    270deg,
    transparent 0,
    transparent 25%,
    rgba(255, 48, 131, 0.188) 50%,
    rgba(120, 0, 168, 0.565) 85%,
    #7800a8
  );
  bottom: 0;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.paginationx li {
  display: inline;
  text-align: center;
}
.paginationx li a {
  border: 1px solid transparent;
  color: #e3e3e3;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1.5;
  margin-left: -1px;
  padding: 5px 12px;
  text-decoration: none;
}
.paginationx li a.prev {
  color: #ca0a14;
}
.paginationx li a.active {
  background: #ca0a14;
  color: hsla(0, 0%, 80%, 0.7);
}
.paginationx li a.active:before {
  border: 10px solid transparent;
  border-bottom: 7px solid #ca0a14;
  left: -10px;
  top: -11px;
  width: 40px;
  z-index: -1;
}
.movie-tab {
  position: relative;
}
.movie-tab ul.nav {
  position: absolute;
  top: -28px;
}
.movie-tab ul.nav.nav-pills li.nav-item button.nav-link {
  border-radius: 0;
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
  padding: 4px 10px;
}
.movie-tab ul.nav.nav-pills li.nav-item button.nav-link.active {
  background: none;
  border-bottom: 2px solid #ca0a14;
  color: #ca0a14;
}
.movie-tab .favorite-movies .content-title h4 {
  color: hsla(0, 0%, 80%, 0.7);
  margin: 0;
  padding-bottom: 16px;
  padding-left: 7.5px;
}
.movie-tab .favorite-movies .content-title p {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
  margin: 0;
  max-width: 600px;
  padding-left: 7.5px;
}
.movie-tab .favorite-movies .movies-wrapper .wrap-inner .movies-col {
  margin: 7.5px;
  transition: all 0.3s ease-in-out;
  width: calc(20% - 15px) !important;
}
@media (min-width: 768px) {
  .movie-tab .favorite-movies .movies-wrapper .wrap-inner .movies-col {
    width: calc(20% - 15px) !important;
  }
}
@media (min-width: 992px) {
  .movie-tab .favorite-movies .movies-wrapper .wrap-inner .movies-col {
    width: calc(16.66667% - 15px) !important;
  }
}
@media (min-width: 1400px) {
  .movie-tab .favorite-movies .movies-wrapper .wrap-inner .movies-col {
    width: calc(14.28571% - 15px) !important;
  }
}
.movie-tab .favorite-movies .movies-wrapper .more-movies {
  display: none;
}
.movie-tab .favorite-tv-shows .content-title h4 {
  color: hsla(0, 0%, 80%, 0.7);
  margin: 0;
  padding-bottom: 16px;
  padding-left: 7.5px;
}
.movie-tab .favorite-tv-shows .movies-wrapper .wrap-inner {
  align-items: center;
}
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one {
  margin: 7.5px;
  transition: all 0.3s ease-in-out;
  width: calc(33.33333% - 15px) !important;
}
@media (min-width: 768px) {
  .movie-tab
    .favorite-tv-shows
    .movies-wrapper
    .wrap-inner
    .movies-col.style-one {
    width: calc(33.33333% - 15px) !important;
  }
}
@media (min-width: 992px) {
  .movie-tab
    .favorite-tv-shows
    .movies-wrapper
    .wrap-inner
    .movies-col.style-one {
    width: calc(25% - 15px) !important;
  }
}
@media (min-width: 1400px) {
  .movie-tab
    .favorite-tv-shows
    .movies-wrapper
    .wrap-inner
    .movies-col.style-one {
    width: calc(20% - 15px) !important;
  }
}
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one
  .addMovie-card:hover
  .card-thumb
  .poster-action-btns,
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one
  .addMovie-card:hover
  .card-thumb
  .poster-details {
  opacity: 1;
}
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one
  .addMovie-card
  .card-thumb
  img {
  object-fit: cover;
  width: 100%;
}
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one
  .addMovie-card
  .card-thumb
  .poster-action-btns {
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one
  .addMovie-card
  .card-thumb
  .poster-action-btns
  li {
  margin: 5px 0;
}
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one
  .addMovie-card
  .card-thumb
  .poster-action-btns
  li
  i {
  background: #141e2d;
  border-radius: 100%;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 30px;
}
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one
  .addMovie-card
  .card-thumb
  .poster-action-btns
  li
  i:hover {
  background: #f68c1f;
  color: hsla(0, 0%, 80%, 0.7);
}
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one
  .addMovie-card
  .card-thumb
  .poster-details {
  background: linear-gradient(0deg, rgba(15, 22, 34, 0.3) 80%, transparent);
  border-radius: 0 0 6px 6px;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 0 0 10px 10px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 11;
}
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one
  .addMovie-card
  .card-thumb
  .poster-details
  h4 {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  margin: 0;
}
.movie-tab
  .favorite-tv-shows
  .movies-wrapper
  .wrap-inner
  .movies-col.style-one
  .addMovie-card
  .card-thumb
  .poster-details
  .poster-des
  p {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
  margin: 0;
}
.movie-tab .like-videos .content-title h4 {
  color: hsla(0, 0%, 80%, 0.7);
  margin: 0;
  padding-bottom: 16px;
  padding-left: 7.5px;
}
.movie-tab .like-videos .content-title p {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
  margin: 0;
  max-width: 600px;
  padding-left: 7.5px;
}
.movie-tab .like-videos .videos-wrapper .wrap-inner {
  align-items: center;
}
.movie-tab .like-videos .videos-wrapper .wrap-inner .videos-col {
  margin: 7.5px;
  width: calc(33.33333% - 15px);
}
@media (min-width: 768px) {
  .movie-tab .like-videos .videos-wrapper .wrap-inner .videos-col {
    width: calc(33.33333% - 15px);
  }
}
@media (min-width: 992px) {
  .movie-tab .like-videos .videos-wrapper .wrap-inner .videos-col {
    width: calc(25% - 15px);
  }
}
@media (min-width: 1400px) {
  .movie-tab .like-videos .videos-wrapper .wrap-inner .videos-col {
    width: calc(16.66667% - 15px);
  }
}
.movie-tab
  .like-videos
  .videos-wrapper
  .wrap-inner
  .videos-col
  .video-card
  .card-thumb
  img {
  height: auto;
}
.movie-tab .like-videos.style-one .videos-wrapper .wrap-inner {
  align-items: flex-start;
}
.movie-tab .like-videos.style-one .videos-wrapper .wrap-inner .videos-col {
  margin: 7.5px;
  width: calc(33.33333% - 15px);
}
@media (min-width: 768px) {
  .movie-tab .like-videos.style-one .videos-wrapper .wrap-inner .videos-col {
    width: calc(33.33333% - 15px);
  }
}
@media (min-width: 992px) {
  .movie-tab .like-videos.style-one .videos-wrapper .wrap-inner .videos-col {
    width: calc(20% - 15px);
  }
}
@media (min-width: 1400px) {
  .movie-tab .like-videos.style-one .videos-wrapper .wrap-inner .videos-col {
    width: calc(16.66667% - 15px);
  }
}
.movie-tab
  .like-videos.style-one
  .videos-wrapper
  .wrap-inner
  .videos-col
  .video-card
  .card-thumb
  button.more-item {
  height: 135px;
}
.movie-tab .followed-playlist .content-title h4 {
  color: hsla(0, 0%, 80%, 0.7);
  margin: 0;
  padding-bottom: 16px;
  padding-left: 7.5px;
}
.movie-tab .followed-playlist .playlist-wrapper .wrap-inner {
  align-items: center;
}
.movie-tab .followed-playlist .playlist-wrapper .wrap-inner .follow-col {
  margin: 7.5px;
  width: calc(33.33333% - 15px);
}
@media (min-width: 992px) {
  .movie-tab .followed-playlist .playlist-wrapper .wrap-inner .follow-col {
    width: calc(25% - 15px);
  }
}
@media (min-width: 1400px) {
  .movie-tab .followed-playlist .playlist-wrapper .wrap-inner .follow-col {
    width: calc(20% - 15px);
  }
}
.addMovie-card {
  height: 100%;
}
.addMovie-card:hover .card-thumb:after {
  background-size: 100% 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.addMovie-card:hover .card-thumb a.video-btn {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.addMovie-card:hover .card-thumb .poster-action-btns,
.addMovie-card:hover .card-thumb .poster-details {
  opacity: 1;
}
.addMovie-card .card-thumb {
  position: relative;
}
.addMovie-card .card-thumb img {
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}
.addMovie-card .card-thumb:after {
  background: linear-gradient(
    135deg,
    #f0f1f3,
    #f0f1f3 25%,
    #1e539e 50%,
    #ff3083 75%,
    #7800a8
  );
  border-radius: 6px;
  height: 100%;
  left: 0;
  mix-blend-mode: screen;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.addMovie-card .card-thumb:before {
  background: linear-gradient(180deg, transparent 60%, #141e2d);
  border-radius: 6px;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.addMovie-card .card-thumb a.video-btn {
  background: transparent;
  left: 50%;
  line-height: 1.5;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.addMovie-card .card-thumb a.video-btn:hover i {
  color: #ca0a14;
}
.addMovie-card .card-thumb a.video-btn i {
  color: #f5c518;
  font-size: 35px;
  transition: all 0.3s ease-in-out;
}
.addMovie-card .card-thumb a.video-btn span.before {
  -webkit-animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -16px;
  left: -16px;
  opacity: 0.1;
  right: -16px;
  top: -16px;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
.addMovie-card .card-thumb a.video-btn span.after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -12px;
  left: -12px;
  opacity: 0.2;
  right: -12px;
  top: -12px;
  z-index: -1;
}
.addMovie-card .card-thumb ul.cart-list {
  align-items: center;
  bottom: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  z-index: 1;
}
.addMovie-card .card-thumb ul.cart-list li:nth-child(2) a i,
.addMovie-card .card-thumb ul.cart-list li:nth-child(3) a,
.addMovie-card .card-thumb ul.cart-list li:nth-child(3) a i {
  color: #f68c1f;
}
.addMovie-card .card-thumb ul.cart-list li a {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  margin: 0 5px;
  text-decoration: none;
}
.addMovie-card .card-thumb ul.cart-list li a i {
  font-size: 14px;
}
.addMovie-card .card-thumb .hover-content {
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.188) 25%,
    rgba(30, 83, 158, 0.188) 50%,
    rgba(255, 48, 131, 0.251) 75%,
    rgba(120, 0, 168, 0.314)
  );
  border-radius: 0 0 6px 6px;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 16px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 11;
}
.addMovie-card .card-thumb .hover-content.show {
  opacity: 1;
}
.addMovie-card .card-thumb .hover-content h2 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  justify-content: space-between;
  margin-bottom: 6px;
}
.addMovie-card .card-thumb .hover-content p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #b3b3b3;
  display: -webkit-box;
  font-size: 12px;
  height: 26px;
  line-height: 1.2;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addMovie-card .card-thumb .hover-content span.tag {
  color: #979797;
  font-size: 10px;
  margin-right: 6px;
}
.addMovie-card .card-thumb .hover-content span.tag b {
  color: hsla(0, 0%, 80%, 0.7);
}
.addMovie-card .card-thumb .poster-action-btns {
  line-height: 0;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.addMovie-card .card-thumb .poster-action-btns li {
  margin: 5px 0;
}
.addMovie-card .card-thumb .poster-action-btns li i {
  background: #0f1622;
  border-radius: 100%;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 30px;
}
.addMovie-card .card-thumb .poster-action-btns li i:hover {
  background: #f68c1f;
  color: hsla(0, 0%, 80%, 0.7);
}
.addMovie-card .card-thumb .poster-details {
  background: linear-gradient(0deg, rgba(15, 22, 34, 0.4) 80%, transparent);
  border-radius: 0 0 6px 6px;
  bottom: 0;
  left: 0;
  line-height: 1;
  opacity: 0;
  padding: 0 0 10px 10px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.addMovie-card .card-thumb .poster-details h4 {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  margin: 0;
}
.addMovie-card .card-thumb .poster-details .poster-dateline span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.addMovie-card .card-thumb .poster-details .poster-des p {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
  margin: 0;
  padding: 0 !important;
}
.addMovie-card .card-thumb .thumb-text {
  bottom: 10px;
  position: absolute;
  right: 10px;
}
.addMovie-card .card-thumb .thumb-text h6 {
  color: #ca0a14;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}
.addMovie-card .card-text {
  justify-content: space-between;
  padding-top: 12px;
}
.addMovie-card .card-text span {
  color: hsla(0, 0%, 80%, 0.7);
  display: block;
  font-size: 12px;
}
.addMovie-card .card-text h6 {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
  margin: 0;
}
.addMovie-card button.more-item {
  background: #ca0a14;
  border-radius: 6px;
  color: hsla(0, 0%, 80%, 0.7);
  height: 100%;
  padding: 0;
  width: 100%;
}
.flaylist-item {
  text-align: center;
}
.flaylist-item .item-inner {
  background: gray;
  border-radius: 6px;
  padding: 100px 60px 0;
  transition: all 0.3s ease-in-out;
}
.flaylist-item .item-inner:hover {
  background: rgba(246, 140, 31, 0.5) !important;
}
.flaylist-item .item-inner.red {
  background: #ca0a14;
}
.flaylist-item .item-inner.primary {
  background: rgba(246, 140, 31, 0.5);
}
.flaylist-item .item-inner.brown {
  background: #745839;
}
.flaylist-item .item-inner.yellow {
  background: #f68c1f;
}
.flaylist-item .item-inner.violet {
  background: violet;
}
.flaylist-item .item-inner .inner-title {
  margin-top: -80px;
  padding-bottom: 16px;
}
.flaylist-item .item-inner .inner-title h6 {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  margin: 0 auto;
  max-width: 120px;
}
.flaylist-item .item-inner .inner-thumb img {
  object-fit: cover;
  width: 100%;
}
.flaylist-item .item-text {
  margin-top: -25px;
}
.flaylist-item .item-text .small-thumb {
  padding-bottom: 6px;
}
.flaylist-item .item-text .small-thumb img {
  border: 4px solid hsla(0, 0%, 80%, 0.7);
  border-radius: 100%;
  height: 50px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  width: 50px;
}
.flaylist-item .item-text .small-thumb img:hover {
  border-color: #f5c518;
}
.flaylist-item .item-text h6 {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.flaylist-item .item-text span {
  color: hsla(0, 0%, 80%, 0.7);
  display: inline-block;
  font-size: 12px;
}
.page-header {
  background: linear-gradient(45deg, #ca0a14 20%, rgba(246, 140, 31, 0.5));
  margin-top: 80px;
  min-height: 250px;
  position: relative;
  width: 100%;
}
.page-header .content-overlay .pageheader-content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-header .content-overlay .pageheader-content span {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 16px;
}
.page-header .content-overlay .pageheader-content h3 {
  color: hsla(0, 0%, 80%, 0.7);
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1400px) {
  .page-header .content-overlay .pageheader-content h3 {
    font-size: 40px;
  }
}
.preference-area .section-header {
  text-align: center;
}
.preference-area .section-header h3 {
  color: hsla(0, 0%, 80%, 0.7);
  font-weight: 500;
  margin: 0;
}
@media (min-width: 1400px) {
  .preference-area .section-header h3 {
    font-size: 38px;
  }
}
.preference-area .section-header p {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  margin: 0;
}
.preference-area .wrap-menu {
  padding-top: 30px;
}
.preference-area .wrap-menu ul.menulist {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
}
.preference-area .wrap-menu ul.menulist li {
  margin: 7.5px;
  width: calc(20% - 15px);
}
@media (min-width: 1400px) {
  .preference-area .wrap-menu ul.menulist li {
    width: calc(16.66667% - 15px);
  }
}
.preference-area .wrap-menu ul.menulist li .form-group input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.preference-area
  .wrap-menu
  ul.menulist
  li
  .form-group
  input[type="checkbox"]:checked
  + label {
  background: #ca0a14;
  color: #e3e3e3;
}
.preference-area .wrap-menu ul.menulist li .form-group label.selector {
  border: 0.5px solid hsla(0, 0%, 80%, 0.7);
  border-radius: 6px;
  color: hsla(0, 0%, 80%, 0.7);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 6px 30px;
  transition: all 0.3s ease-in-out;
}
.preference-area .wrap-menu ul.menulist li .form-group label.selector:hover {
  box-shadow: 0 0 15px #f68c1f;
  color: #f68c1f;
  text-shadow: 0 0 10px #f68c1f;
}
.preference-area .section-wrapper .wrap-heading {
  text-align: center;
}
.preference-area .section-wrapper .wrap-heading h3 {
  color: hsla(0, 0%, 80%, 0.7);
  font-weight: 500;
  margin: 0;
}
@media (min-width: 1400px) {
  .preference-area .section-wrapper .wrap-heading h3 {
    font-size: 36px;
  }
}
.preference-area .section-wrapper .wrap-heading p {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
  margin: 0;
}
.preference-area .section-wrapper .favorite-movielist .movielist {
  align-items: center;
  justify-content: center;
  padding-top: 36px;
}
.preference-area .section-wrapper .favorite-movielist .movielist li {
  margin: 8px;
  width: calc(20% - 16px);
}
@media (min-width: 992px) {
  .preference-area .section-wrapper .favorite-movielist .movielist li {
    width: calc(16.66667% - 16px);
  }
}
@media (min-width: 1400px) {
  .preference-area .section-wrapper .favorite-movielist .movielist li {
    width: calc(14.28571% - 16px);
  }
}
.preference-area
  .section-wrapper
  .favorite-movielist
  .movielist
  li
  .form-group {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.preference-area
  .section-wrapper
  .favorite-movielist
  .movielist
  li
  .form-group
  input[type="checkbox"] {
  cursor: pointer;
  display: none;
  height: auto;
  width: auto;
}
.preference-area
  .section-wrapper
  .favorite-movielist
  .movielist
  li
  .form-group
  input[type="checkbox"]:checked
  + label:before {
  background: rgba(211, 0, 6, 0.6) !important;
}
.preference-area
  .section-wrapper
  .favorite-movielist
  .movielist
  li
  .form-group
  input[type="checkbox"]:checked
  + label:after {
  border: solid #e3e3e3;
  border-width: 0 4px 4px 0;
  content: "";
  display: block;
  height: 50px;
  left: 40%;
  position: absolute;
  top: 40%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  width: 15px;
}
.preference-area
  .section-wrapper
  .favorite-movielist
  .movielist
  li
  .form-group
  label {
  cursor: pointer;
  display: flex;
}
.preference-area
  .section-wrapper
  .favorite-movielist
  .movielist
  li
  .form-group
  label:before {
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 6px;
  bottom: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.5);
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.preference-area
  .section-wrapper
  .favorite-movielist
  .movielist
  li
  .form-group
  .fav-thumb
  img {
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}
.preference-area
  .section-wrapper
  .favorite-movielist
  .movielist
  li
  .thumb-text {
  padding-top: 6px;
}
.preference-area
  .section-wrapper
  .favorite-movielist
  .movielist
  li
  .thumb-text
  span {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
}
.preference-area
  .section-wrapper
  .favorite-movielist
  .movielist
  li
  .thumb-text
  h6 {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  margin: 0;
}
.movie-single .single-wrapper .single-inner {
  align-items: center;
  height: 100vh;
}
.movie-single .single-wrapper .single-inner .single-details {
  background-blend-mode: darken;
  background-image: url(/static/media/vikings.5961da0ff5fe4b5a7983.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 130% 100%;
  display: inline-block;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  line-height: 70px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.movie-single .single-wrapper .single-inner .single-details:after {
  background: linear-gradient(106deg, #0f1622 10%, transparent);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.movie-single .single-wrapper .single-inner .single-details .details-inner {
  padding: 78px 32px 32px;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner {
  border: 1px solid hsla(0, 0%, 80%, 0.7);
  border-radius: 6px;
  padding: 32px;
  position: relative;
  z-index: 11;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .back-btn {
  padding-bottom: 12px;
}
@media (min-width: 1400px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .back-btn {
    padding: 32px 0;
  }
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .back-btn
  a {
  align-items: center;
  display: flex;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .back-btn
  a
  i {
  color: hsla(0, 0%, 80%, 0.7);
  margin-right: 12px;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .back-btn
  a
  span {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .details-heading
  .heading-flex {
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .details-heading
  .heading-flex
  h2 {
  -webkit-text-stroke-color: hsla(0, 0%, 80%, 0.7);
  -webkit-text-stroke-width: 1px;
  color: transparent;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .details-heading
    .heading-flex
    h2 {
    font-size: 32px;
  }
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .details-heading
  .rating-flex {
  align-items: center;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .details-heading
  .rating-flex
  .movie-rating {
  margin-right: 20px;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .details-heading
  .rating-flex
  .movie-rating
  span {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
}
@media (min-width: 992px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .details-heading
    .rating-flex
    .movie-rating
    span {
    font-size: 16px;
  }
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .details-heading
  .rating-flex
  .video-rating {
  align-items: center;
  display: flex;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .details-heading
  .rating-flex
  .video-rating
  i {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 26px;
  margin-right: 12px;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .details-heading
  .rating-flex
  .video-rating
  span {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
}
@media (min-width: 992px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .details-heading
    .rating-flex
    .video-rating
    span {
    font-size: 16px;
  }
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .single-title {
  max-width: 600px;
  padding: 12px 0 46px;
}
@media (min-width: 1200px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .single-title {
    padding: 12px 0 24px;
  }
}
@media (min-width: 1400px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .single-title {
    padding: 12px 0 46px;
  }
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .single-title
  h2 {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .single-title
    h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .single-title
    h2 {
    font-size: 32px;
  }
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn {
  align-items: center;
  padding-top: 12px;
}
@media (min-width: 992px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .trailer-btn {
    padding-top: 16px;
  }
}
@media (min-width: 1200px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .trailer-btn {
    padding-top: 18px;
  }
}
@media (min-width: 1400px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .trailer-btn {
    padding: 24px 0;
  }
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn
  a.video-btn {
  background: hsla(0, 0%, 80%, 0.7);
  border-radius: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn
  a.video-btn
  i {
  color: #0f1622;
  font-size: 16px;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn
  a.video-btn
  span:before {
  -webkit-animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  background: #e3e3e3;
  border-radius: 100%;
  bottom: -33px;
  left: -33px;
  opacity: 0.1;
  right: -33px;
  top: -33px;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn
  a.video-btn
  span:after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
  background: #979797;
  border-radius: 100%;
  bottom: -16px;
  left: -16px;
  opacity: 0.2;
  right: -16px;
  top: -16px;
  z-index: -1;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn
  p {
  color: hsla(0, 0%, 80%, 0.7);
  display: inline-block;
  font-size: 20px;
  margin: 0;
  padding-left: 12px;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn
  button {
  background: transparent;
  border: 0;
  margin: 0 15px;
  outline: 0;
  padding: 0;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn
  button.active
  i {
  color: #ca0a14;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .trailer-btn
  button
  i {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 24px;
}
@media (min-width: 992px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .trailer-btn
    button
    i {
    font-size: 32px;
  }
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  ul.nav {
  padding-top: 18px;
}
@media (min-width: 1200px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    ul.nav {
    padding: 24px 0 0;
  }
}
@media (min-width: 1400px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    ul.nav {
    padding: 48px 0 0;
  }
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  ul.nav.nav-pills
  li.nav-item
  button.nav-link {
  border-radius: 0;
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  margin: 5px 6px;
  padding: 0 0 6px;
  text-decoration: none;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  ul.nav.nav-pills
  li.nav-item
  button.nav-link.active {
  background: transparent;
  border-bottom: 1px solid #ca0a14;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .tab-content
  .tab-pane
  p {
  color: hsla(0, 0%, 80%, 0.7);
  padding: 20px;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .Series-wrapper {
  position: relative;
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .Series-wrapper
  .single-serise-slider {
  margin-left: 0;
  max-width: 80%;
  padding: 14px 0;
}
@media (min-width: 1200px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .Series-wrapper
    .single-serise-slider {
    padding: 16px 0;
  }
}
@media (min-width: 1400px) {
  .movie-single
    .single-wrapper
    .single-inner
    .single-details
    .details-inner
    .innering-inner
    .Series-wrapper
    .single-serise-slider {
    max-width: 90%;
    padding: 16px 0;
  }
}
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .Series-wrapper
  .single-serise-slider
  .swiper-button-next.button-next:after,
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .Series-wrapper
  .single-serise-slider
  .swiper-button-next.button-prev:after,
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .Series-wrapper
  .single-serise-slider
  .swiper-button-prev.button-next:after,
.movie-single
  .single-wrapper
  .single-inner
  .single-details
  .details-inner
  .innering-inner
  .Series-wrapper
  .single-serise-slider
  .swiper-button-prev.button-prev:after {
  border-radius: 100%;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.player-rounded-Button {
  align-items: center;
  aspect-ratio: 1;
  background: #ca0a14;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 0;
  position: relative;
  text-align: center;
  width: 60px;
}
@media (min-width: 768px) {
  .player-rounded-Button {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .player-rounded-Button {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .player-rounded-Button {
    width: 130px;
  }
}
.player-rounded-Button i {
  color: #fbfafad4 !important;
  font-size: 16px;
  z-index: 2;
}
@media (min-width: 768px) {
  .player-rounded-Button i {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .player-rounded-Button i {
    font-size: 30px;
  }
}
.player-rounded-Button:hover i {
  color: #fff;
}
.player-rounded-Button span {
  z-index: 0;
}
.player-rounded-Button span.before {
  -webkit-animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  background: #fff;
  border-radius: 100%;
  bottom: -33px;
  left: -33px;
  opacity: 0.1;
  right: -33px;
  top: -33px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.player-rounded-Button span.after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
  background: #fff;
  border-radius: 100%;
  bottom: -16px;
  left: -16px;
  opacity: 0.2;
  right: -16px;
  top: -16px;
}
.movie-details-section .img-shadow {
  box-shadow: 0 30px 50px 10px #141e2d;
}
@media (min-width: 768px) {
  .movie-details-section .img-shadow {
    box-shadow: none;
  }
}
.movie-details-section .bg-single-page-cover {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
@media (min-width: 768px) {
  .movie-details-section .bg-single-page-cover {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.movie-details-section .media-contents {
  z-index: -2;
}
.movie-details-section .media-contents .media-content {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.movie-details-section .media-contents .movie-trailer {
  z-index: 0 !important;
}
.movie-details-section .details-box {
  height: inherit !important;
  min-height: inherit !important;
  width: 100%;
}
.movie-details-section .details-box .video-controle-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
.movie-details-section .details-box .video-controle-box h6 {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding-top: 30px;
}
.movie-details-section .details-box .theme-container {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent);
  flex-direction: column;
  flex-wrap: nowrap !important;
  justify-content: flex-end;
  min-height: inherit;
  padding-top: 120px;
  position: relative;
}
.movie-details-section .details-box .theme-container * {
  color: #e3e3e3;
}
.movie-details-section .details-box .theme-container .sound-button {
  border-color: #fff !important;
}
.movie-details-section .details-box .theme-container .sound-button svg {
  fill: #fff !important;
}
@media (min-width: 768px) {
  .movie-details-section .details-box .theme-container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  }
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview {
  align-items: flex-start;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .title-or-logo {
  max-width: 200px;
  width: 100% !important;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .poster-img {
  border-radius: 5px;
  width: 100%;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .movie-title {
  color: #fff !important;
  font-size: 22px;
  margin: 0;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .movie-details-section
    .details-box
    .theme-container
    .row
    .single-page-overview
    .movie-title {
    font-size: 34px;
  }
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .movie-duration
  > span,
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .show-more {
  color: #fff !important;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .tags {
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 768px) {
  .movie-details-section
    .details-box
    .theme-container
    .row
    .single-page-overview
    .tags {
    font-size: 16px;
  }
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .tags
  .tag {
  color: #fff;
  display: inline-block;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.7);
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .tags
  .tag:not(:last-child) {
  margin-right: 0.3rem;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .tags
  .tag
  i {
  color: inherit;
  text-shadow: inherit;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .movie-duration
  i {
  color: #f68c1f;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  h4.movie-industry {
  color: #f68c1f;
  margin: 0;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .action-btns
  .action-btn {
  align-items: center;
  background: #f68c1f;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 40px;
  text-align: center;
  transition: all 0.2s ease;
  width: 40px;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .action-btns
  .action-btn
  svg {
  fill: #fff !important;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .action-btns
  .action-btn:hover {
  background: #d97209;
  color: #fff;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .btns
  .watch-btn {
  align-items: center;
  background: transparent;
  border: 1px solid #ca0a14;
  border-radius: 25px;
  box-shadow: 2px 1px 8px 1px rgba(232, 58, 153, 0.5);
  display: flex;
  margin-right: 16px;
  padding: 8px 26px;
  position: relative;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .btns
  .watch-btn:after {
  background: #f68c1f;
  border-radius: 25px;
  content: "";
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 0;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .btns
  .watch-btn:hover {
  border-color: #e3e3e3;
  color: #ca0a14;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .btns
  .watch-btn:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .btns
  .watch-btn:hover
  i,
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .btns
  .watch-btn:hover
  span {
  color: hsla(0, 0%, 80%, 0.7);
  position: relative;
  z-index: 1;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .btns
  .btn-download {
  aspect-ratio: 1;
  background: #ca0a14;
  border-radius: 1000px;
  width: 40px;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .btns
  .btn-download
  i {
  color: #fff;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .btns
  .btn-download:hover {
  background: #69050a;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  .movie-des {
  color: #ddd;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.movie-details-section
  .details-box
  .theme-container
  .row
  .single-page-overview
  a.des-more {
  color: #ddd;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 16px;
  text-decoration: none;
}
.movie-details-section .details-box .theme-container .details-content {
  width: 100%;
  z-index: 1;
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .series-cast
  h4 {
  color: hsla(0, 0%, 80%, 0.7);
  margin: 0;
  padding-bottom: 8px;
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .series-cast
  .actor-wrapper
  .cast-slider {
  position: relative;
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .series-cast
  .actor-wrapper
  .cast-slider:after {
  background: linear-gradient(270deg, #000, transparent);
  border-radius: 0 5px 5px 0;
  height: 100%;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1;
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .series-cast
  .actor-wrapper
  .cast-slider
  .swiper-wrapper
  .swiper-slide {
  border-radius: 5px;
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .series-cast
  .actor-wrapper
  .cast-slider
  .swiper-wrapper
  .swiper-slide
  .cast-thumb {
  height: 100px;
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .series-cast
  .actor-wrapper
  .cast-slider
  .swiper-wrapper
  .swiper-slide
  .cast-thumb
  img {
  border-radius: 5px 5px 0 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .series-cast
  .actor-wrapper
  .cast-slider
  .swiper-wrapper
  .swiper-slide
  .cast-text {
  padding: 5px;
  text-align: left;
}
@media (min-width: 1400px) {
  .movie-details-section
    .details-box
    .theme-container
    .details-content
    .series-cast
    .actor-wrapper
    .cast-slider
    .swiper-wrapper
    .swiper-slide
    .cast-text {
    padding: 6px;
  }
}
@media (min-width: 1800px) {
  .movie-details-section
    .details-box
    .theme-container
    .details-content
    .series-cast
    .actor-wrapper
    .cast-slider
    .swiper-wrapper
    .swiper-slide
    .cast-text {
    padding: 10px;
  }
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .series-cast
  .actor-wrapper
  .cast-slider
  .swiper-wrapper
  .swiper-slide
  .cast-text
  h6 {
  color: #000;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .series-cast
  .actor-wrapper
  .cast-slider
  .swiper-wrapper
  .swiper-slide
  .cast-text
  p {
  color: #000;
  font-size: 10px;
  margin: 0;
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .people
  .nav-link {
  background: none;
  color: hsla(0, 0%, 80%, 0.7);
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .people
  .nav-link.active {
  color: #e3e3e3;
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .people
  h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .movie-details-section
    .details-box
    .theme-container
    .details-content
    .people
    h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .movie-details-section
    .details-box
    .theme-container
    .details-content
    .people
    h3 {
    font-size: 22px;
  }
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .count_overview {
  display: flex;
  gap: 3%;
  justify-content: center;
}
@media (min-width: 768px) {
  .movie-details-section
    .details-box
    .theme-container
    .details-content
    .count_overview {
    gap: 6%;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .movie-details-section
    .details-box
    .theme-container
    .details-content
    .count_overview {
    gap: 10%;
    justify-content: flex-end;
  }
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .count_overview
  p {
  color: #fff;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .movie-details-section
    .details-box
    .theme-container
    .details-content
    .count_overview
    p {
    text-align: left;
  }
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .count_overview
  h2 {
  -webkit-text-stroke: 1px #f68c1f;
  color: transparent;
  font-size: 30px;
}
@media (min-width: 768px) {
  .movie-details-section
    .details-box
    .theme-container
    .details-content
    .count_overview
    h2 {
    -webkit-text-stroke: 2px #f68c1f;
    font-size: 40px;
    font-size: 56px;
  }
}
.movie-details-section
  .details-box
  .theme-container
  .details-content
  .tab-content
  .tab-pane
  a.active {
  color: #f5c518;
}
.genre-slider {
  background: hsla(0, 0%, 89%, 0.05);
  overflow-x: clip !important;
  overflow-y: visible !important;
  padding: 80px 0 !important;
}
.genre-slider .swiper-slide {
  overflow: visible;
}
.genre-slider .swiper-slide .genre-card {
  align-items: center;
  aspect-ratio: 1;
  background-position: 50% !important;
  background-size: cover !important;
  border-radius: 1000px;
  box-shadow: inset -10px -10px 20px 0 hsla(0, 0%, 89%, 0.3),
    inset 10px 10px 70px 0 #000;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-shadow: 3px 3px #00000080;
  width: 100%;
  word-break: break-word;
}
.genre-slider .swiper-slide .genre-card:after {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.genre-slider .swiper-slide .genre-card .trailer {
  border-radius: inherit;
  height: 150% !important;
  overflow: hidden;
  top: 50%;
  width: 250% !important;
}
.genre-slider .swiper-slide .genre-card .trailer,
.genre-slider .swiper-slide .item-link {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.genre-slider .swiper-slide .item-link {
  text-align: center;
  top: 100%;
  width: 100%;
}
.genre-slider .swiper-slide .item-link .logo {
  transition: all 0.2s linear;
  width: 70%;
}
.genre-slider .swiper-slide .item-link .logo:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.watching-popup {
  --space: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #00000060;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000000000000000000;
}
.watching-popup .btn {
  background: #ca0a14;
  border-color: #ca0a14;
  box-shadow: none !important;
  display: inline-flex;
  gap: var(--space);
}
.watching-popup .btn * {
  color: #fff;
}
.watching-popup .btn:hover {
  background: #69050a;
}
.watching-popup .my_list_btn {
  --size: 40px;
  align-items: center;
  background: #141e2d;
  border-radius: 4px;
  color: #e3e3e3;
  cursor: pointer;
  display: inline-flex;
  height: var(--size);
  justify-content: center;
  width: var(--size);
}
.watching-popup .popup-body {
  background: #0f1622;
  border-radius: var(--space);
  margin: 80px auto;
  max-width: 1020px;
  overflow: hidden;
  position: relative;
}
.watching-popup .popup-body .close-btn {
  --btn-size: 40px;
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #00000020;
  border-radius: 1000px;
  color: #ccc;
  display: inline-flex;
  height: var(--btn-size);
  justify-content: center;
  position: absolute;
  right: var(--space);
  top: var(--space);
  width: var(--btn-size);
  z-index: 1;
}
.watching-popup .popup-body .close-btn:hover {
  color: #e3e3e3;
}
.watching-popup .popup-body .popup-media {
  overflow: hidden;
  position: relative;
}
.watching-popup .popup-body .popup-media .popup-trailer {
  aspect-ratio: 16/9;
  height: auto !important;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 135% !important;
}
.watching-popup .popup-body .popup-media .popup-logo {
  bottom: var(--space);
  left: var(--space);
  max-width: 120px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .watching-popup .popup-body .popup-media .popup-logo {
    max-width: 170px;
  }
}
@media (min-width: 992px) {
  .watching-popup .popup-body .popup-media .popup-logo {
    max-width: 220px;
  }
}
.watching-popup .popup-body .popup-media .sound-button {
  --size: 50px;
  align-items: center;
  background: hsla(0, 0%, 89%, 0.1);
  border: 2px solid hsla(0, 0%, 89%, 0.2);
  border-radius: 1000px;
  bottom: var(--space);
  color: #e3e3e3;
  cursor: pointer;
  display: inline-flex;
  height: var(--size);
  justify-content: center;
  position: absolute;
  right: var(--space);
  width: var(--size);
  z-index: 1;
}
.watching-popup .popup-body .popup-media .sound-button:hover {
  background: hsla(0, 0%, 89%, 0.2);
  border: 2px solid hsla(0, 0%, 89%, 0.6);
}
.watching-popup .popup-body .popup-media .popup-img-screen-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.565) 5%,
    transparent 20%,
    transparent 80%,
    #0f1622
  );
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.watching-popup .popup-body .popup-container {
  padding: var(--space);
}
.watching-popup .popup-body .title {
  color: #e3e3e3;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 5px;
}
.watching-popup .popup-body .desc {
  color: hsla(0, 0%, 80%, 0.7);
}
.watching-popup .popup-body .tags {
  color: #7d7d7d;
  display: flex;
  gap: 10px;
}
.watching-popup .popup-body .tag,
.watching-popup .popup-body .tag:hover a {
  color: #e3e3e3;
}
.watching-popup .popup-body .time {
  color: #00ff73;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.watching-popup .popup-related-item-img {
  border-radius: 4px;
}
.popup .popup-body {
  background: #0f1622;
}
.popup .app-logo {
  margin: 15px auto;
  text-align: center;
}
.popup .app-logo img {
  max-width: 120px;
  width: 100%;
}
.popup .download-link {
  align-items: center;
  background: red;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 15px;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.popup .download-link * p {
  margin: 0;
}
.popup .download-link .row .icon-area {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.popup .download-link .row .icon-area i {
  color: #e3e3e3;
  font-size: 35px;
}
.popup .download-link .row .text-area {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
}
.popup .download-link .row .title {
  font-size: 16px;
  font-weight: 600;
}
.popup .download-link .row .desc {
  font-size: 12px;
  font-weight: 500;
}
.popup .feature-list {
  padding-left: inherit;
}
.popup .feature-list li:before {
  color: #00ff51;
  content: "\f058";
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  margin-right: 10px;
}
.floating-items {
  --size: 50px;
  --sm-bottom: 50%;
  --bottom: 50%;
  border-radius: 1000px;
  bottom: var(--sm-bottom);
  box-shadow: 0 0 1px 3px #ca0a14;
  cursor: pointer;
  height: var(--size);
  position: fixed;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: var(--size);
  z-index: 1000000000000000000;
}
@media (min-width: 768px) {
  .floating-items {
    bottom: var(--bottom);
  }
}
.floating-items:after,
.floating-items:before {
  border-radius: inherit;
  content: "";
  height: 110%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110%;
  z-index: -1;
}
.floating-items:before {
  background: hsla(0, 0%, 89%, 0.1);
}
.floating-items:after {
  background: hsla(0, 0%, 89%, 0.2);
}
.floating-items:hover:after {
  -webkit-animation: short_fade 1s ease-out 0.3s infinite both;
  animation: short_fade 1s ease-out 0.3s infinite both;
}
.floating-items:hover:before {
  -webkit-animation: large_fade 1s ease-in infinite both;
  animation: large_fade 1s ease-in infinite both;
}
@media (min-width: 768px) {
  .floating-items {
    right: 20px;
  }
}
.floating-items img {
  object-fit: cover;
  z-index: 1;
}
.floating-items .icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.floating-items.lefted {
  left: 20px;
  right: auto !important;
}
@-webkit-keyframes large_fade {
  0% {
    height: 140%;
    width: 140%;
  }
  60% {
    height: 180%;
    width: 180%;
  }
  to {
    height: 140%;
    width: 140%;
  }
}
@keyframes large_fade {
  0% {
    height: 140%;
    width: 140%;
  }
  60% {
    height: 180%;
    width: 180%;
  }
  to {
    height: 140%;
    width: 140%;
  }
}
@-webkit-keyframes short_fade {
  0% {
    height: 120%;
    width: 120%;
  }
  60% {
    height: 160%;
    width: 160%;
  }
  to {
    height: 120%;
    width: 120%;
  }
}
@keyframes short_fade {
  0% {
    height: 120%;
    width: 120%;
  }
  60% {
    height: 160%;
    width: 160%;
  }
  to {
    height: 120%;
    width: 120%;
  }
}
#banner-trailer {
  left: 50%;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
#banner-trailer:after {
  background: transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cast-card {
  padding: 0.3rem;
}
.cast-card .cast-img {
  aspect-ratio: 1;
  border: 4px solid transparent;
  border-radius: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.cast-card .cast-img:hover {
  border: 4px solid hsla(0, 0%, 80%, 0.7);
}
.cast-card .cast-name {
  text-align: center;
}
.config-list .config {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(246, 140, 31, 0.5);
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  font-size: 12px;
  margin-left: 0.3rem;
  padding: 4px 12px;
}
.config-list .config * {
  color: #fff !important;
}
.comment-section .write-comment-input {
  align-items: flex-end;
}
.comment-section .write-comment-input .comment-box {
  border-radius: 0.3rem;
  flex-grow: 1;
  margin-right: 0.3rem;
  padding: 0.5rem;
}
.comment-section .write-comment-input button {
  align-items: center;
  aspect-ratio: 1;
  background: red;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  width: 50px;
}
.comment-section .comments {
  background: #e3e3e3;
  border: 10px solid #f1f6fa;
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 576px) {
  .comment-section .comments {
    padding: 25px 30px;
  }
}
.comment-section .comments .title-border {
  color: #000f3a;
  font-size: 22px;
  margin: 0 0 28px;
  position: relative;
}
.comment-section .comments .title-border:before {
  background: #f5c518;
  border-radius: 2px;
  bottom: -20px;
  height: 5px;
  width: 50px;
}
.comment-section .comments .title-border:after {
  border-bottom: 5px dotted #f5c518;
  bottom: -20px;
  left: 55px;
  width: 36px;
}
.comment-section .conmment-list {
  padding-top: 30px;
}
.comment-section .conmment-list .list-themble {
  align-items: center;
  padding-bottom: 30px;
}
.comment-section .conmment-list .list-themble .list-thumb {
  width: 10%;
}
.comment-section .conmment-list .list-themble .list-thumb img {
  border-radius: 100%;
  height: 50px;
  object-fit: cover;
  width: 50px;
}
.comment-section .conmment-list .list-themble .list-input {
  width: 90%;
}
.comment-section .conmment-list .list-themble .list-input input.form-contorl {
  background: transparent;
  border: 0.5px solid hsla(0, 0%, 80%, 0.7);
  border-radius: 25px;
  color: hsla(0, 0%, 80%, 0.7);
  height: 40px;
  padding: 14px;
  width: 100%;
}
.comment-section
  .conmment-list
  .list-themble
  .list-input
  input.form-contorl::-webkit-input-placeholder {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
}
.comment-section
  .conmment-list
  .list-themble
  .list-input
  input.form-contorl:-ms-input-placeholder {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
}
.comment-section
  .conmment-list
  .list-themble
  .list-input
  input.form-contorl::placeholder {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
}
.comment-section .conmment-list ul.list-item {
  list-style: none;
  margin: 0;
  padding: 0 0 0 150px;
  position: relative;
}
.comment-section .conmment-list ul.list-item:before {
  background: grey;
  bottom: 10px;
  height: 100%;
  left: 20px;
  top: 10px;
  width: 1px;
}
.comment-section .conmment-list ul.list-item li .post-item {
  padding-bottom: 30px;
}
.comment-section .conmment-list ul.list-item li .post-item .item-title {
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.comment-section .conmment-list ul.list-item li .post-item .item-title:after {
  background: #6a6a6b;
  border-radius: 100%;
  height: 10px;
  left: -135px;
  top: 10px;
  width: 10px;
}
.comment-section .conmment-list ul.list-item li .post-item .item-title:before {
  color: hsla(0, 0%, 100%, 0.7);
  content: "Jan 17";
  font-size: 14px;
  left: -110px;
  position: absolute;
  top: 10px;
}
.comment-section .conmment-list ul.list-item li .post-item .item-title h4 {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 8px;
}
.comment-section .conmment-list ul.list-item li .post-item .item-title p {
  color: gray;
  font-size: 16px;
  margin: 0;
}
.comment-section .conmment-list ul.list-item li .post-item .item-title a {
  color: #6277df;
  text-decoration: none;
}
.comment-section .conmment-list ul.list-item li .post-item .item-inner {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.3),
    rgba(202, 10, 19, 0.231)
  );
  border-radius: 6px;
  box-shadow: 0 2px 3px hsla(0, 8%, 5%, 0.4);
  padding: 20px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .commenter {
  align-items: flex-start;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .commenter
  .commenter-thumb {
  width: 60px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .commenter
  .commenter-thumb
  img {
  border-radius: 100%;
  height: 40px;
  object-fit: cover;
  width: 40px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .commenter
  .commenter-text {
  width: calc(100% - 60px);
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .commenter
  .commenter-text
  p {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
  margin: 0;
  max-width: 600px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .commenter
  .commenter-text
  p
  a {
  color: #6277df;
  text-decoration: none;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply {
  align-items: center;
  padding-top: 20px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply
  .reply-thumb {
  width: 60px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply
  .reply-thumb
  img {
  border-radius: 100%;
  height: 40px;
  object-fit: cover;
  width: 40px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply
  .reply-input {
  position: relative;
  width: calc(100% - 60px);
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply
  .reply-input
  input.form-control {
  background: transparent;
  border: 0.5px solid #f68c1f;
  border-radius: 25px;
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  height: 40px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply
  .reply-input
  input.form-control::-webkit-input-placeholder {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply
  .reply-input
  input.form-control:-ms-input-placeholder {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply
  .reply-input
  input.form-control::placeholder {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply
  .reply-input
  input.form-control:focus {
  box-shadow: none;
  outline: 0;
}
.comment-section
  .conmment-list
  ul.list-item
  li
  .post-item
  .item-inner
  .comment-reply
  .reply-input
  i {
  background: #f68c1f;
  border-radius: 100%;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.comment-section
  .recent-movies
  .viewed-item.post-item:hover
  .item-thumb
  button.video-btn {
  opacity: 1;
  top: 50%;
}
.comment-section .recent-movies .viewed-item.post-item .item-thumb {
  position: relative;
}
.comment-section .recent-movies .viewed-item.post-item .item-thumb:after {
  border-radius: 7px;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.comment-section .recent-movies .viewed-item.post-item .item-thumb img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}
.comment-section
  .recent-movies
  .viewed-item.post-item
  .item-thumb
  .vertical-card-video {
  z-index: 0;
}
.comment-section .recent-movies .viewed-item.post-item .item-thumb .thumb-text {
  bottom: 5px;
  left: 5px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.comment-section
  .recent-movies
  .viewed-item.post-item
  .item-thumb
  .thumb-text
  span {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 12px;
}
.comment-section
  .recent-movies
  .viewed-item.post-item
  .item-thumb
  .thumb-text
  h6 {
  color: hsla(0, 0%, 80%, 0.7);
  font-size: 14px;
  margin: 0;
}
.comment-section
  .recent-movies
  .viewed-item.post-item
  .item-thumb
  button.video-btn {
  background: transparent;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.comment-section
  .recent-movies
  .viewed-item.post-item
  .item-thumb
  button.video-btn
  i {
  color: #f68c1f;
  font-size: 35px;
  transition: all 0.3s ease-in-out;
}
.comment-section
  .recent-movies
  .viewed-item.post-item
  .item-thumb
  button.video-btn:hover
  i {
  color: #ca0a14;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  justify-content: flex-end;
}
.modal .modal-dialog .modal-content .modal-header span img {
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.modal .modal-dialog .modal-content .modal-body .social-login {
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-body .social-login button {
  border: 0;
  border-radius: 3px;
  color: #e3e3e3;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .social-login button i {
  font-size: 14px;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .social-login
  button.btn-facebook {
  background: #3b5998;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  .social-login
  button.btn-google {
  background: #dd4b39;
}
.modal .modal-dialog .modal-content .modal-body .social-login button:focus {
  box-shadow: none;
  outline: none;
}
.modal .modal-dialog .modal-content .modal-body form {
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-body form .form-group {
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body form .form-group .form-control {
  border: 1px solid #dae1e7;
  border-radius: 3px;
  box-shadow: none;
  color: #5e6d77;
  font-size: 14px;
  height: 45px;
}
.modal .modal-dialog .modal-content .modal-body form .form-group .input-icon {
  color: #acb5be;
  font-size: 20px;
  line-height: 0;
  position: absolute;
  right: 15px;
  top: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal .modal-dialog .modal-content .modal-body form .form-group a {
  color: #ca0a14;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-body form .form-group a:hover {
  color: red;
  text-decoration: underline;
}
.modal .modal-dialog .modal-content .modal-body form .form-group label {
  color: #494545;
  font-size: 14px;
}
.modal .modal-dialog .modal-content .modal-body form .form-group label a {
  color: #ca0a14;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog .modal-content .modal-body form .form-group label a:hover {
  color: red;
  text-decoration: underline;
}
.modal .modal-dialog .modal-content .modal-body form .form-group button.btn {
  justify-content: center;
  width: 100%;
}
.modal
  .modal-dialog
  .modal-content
  .modal-body
  form
  .form-group
  button.btn:hover {
  background: #f5c518;
}
.modal .modal-dialog .modal-content .modal-body form .c-grey {
  color: #494545;
  font-size: 14px;
}
.modal .modal-dialog .modal-content .modal-body form .c-grey a {
  color: #ca0a14;
  transition: all 0.3 ease-in-out;
}
.modal .modal-dialog .modal-content .modal-body form .c-grey a:hover {
  color: red;
  text-decoration: underline;
}
.toggle-fade {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.continue-watching-slider .continue-watching-card {
  --space: 10px;
  background: #0f1622 !important;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.continue-watching-slider .continue-watching-card .hover-area {
  display: none;
  z-index: 1;
}
.continue-watching-slider .continue-watching-card .hover-area .icon {
  position: relative;
}
.continue-watching-slider .continue-watching-card .hover-area .icon * {
  color: #fff;
}
.continue-watching-slider .continue-watching-card .hover-area .icon:after,
.continue-watching-slider .continue-watching-card .hover-area .icon:before {
  border-radius: inherit;
  content: "";
  height: 110%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110%;
  z-index: -1;
}
.continue-watching-slider .continue-watching-card .hover-area .icon:before {
  -webkit-animation: large_fade 1s ease-in infinite both;
  animation: large_fade 1s ease-in infinite both;
  background: hsla(0, 0%, 100%, 0.1);
}
.continue-watching-slider .continue-watching-card .hover-area .icon:after {
  -webkit-animation: short_fade 1s ease-out 0.3s infinite both;
  animation: short_fade 1s ease-out 0.3s infinite both;
  background: hsla(0, 0%, 100%, 0.1);
}
.continue-watching-slider .continue-watching-card:hover .hover-area {
  align-items: center;
  background: rgba(202, 10, 20, 0.7);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.continue-watching-slider .continue-watching-card:hover .hover-area .icon {
  --size: 60px;
  align-items: center;
  background: #ca0a14;
  border-radius: 1000px;
  color: #e3e3e3;
  cursor: pointer;
  display: inline-flex;
  height: var(--size);
  justify-content: center;
  width: var(--size);
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-media {
  position: relative;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-media
  .continue-card-backdrop {
  width: 100%;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-media
  .continue-card-logo {
  --positioning: 10px;
  bottom: var(--positioning);
  -webkit-filter: drop-shadow(4px 5px 10px rgba(15, 22, 34, 0.5));
  filter: drop-shadow(4px 5px 10px rgba(15, 22, 34, 0.5));
  left: var(--positioning);
  position: absolute;
  width: 30%;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-media
  .floating-item {
  position: absolute;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-media
  .floating-item
  * {
  color: #fff;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-media
  .floating-item.top-left {
  left: var(--space);
  top: var(--space);
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-media
  .floating-item.top-right {
  right: var(--space);
  top: var(--space);
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-media
  .floating-item.bottom-left {
  bottom: var(--space);
  left: var(--space);
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-media
  .floating-item.bottom-right {
  bottom: var(--space);
  right: var(--space);
}
.continue-watching-slider .continue-watching-card .continue-watching-card-body {
  background: #141e2d;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-body
  p {
  margin-bottom: 7px !important;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-body
  .title-rating {
  align-items: center;
  display: flex;
  gap: var(--space);
  justify-content: space-between;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-body
  .title-rating
  .card-item-title {
  color: #e3e3e3 !important;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .continue-watching-slider
    .continue-watching-card
    .continue-watching-card-body
    .title-rating
    .card-item-title {
    font-size: 18px;
  }
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-body
  .title-rating
  .rating
  i {
  color: #f68c1f;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-body
  .tags {
  color: #d3d3d3;
  display: flex;
  font-weight: 600;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 7px;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-body
  .tags
  .category:hover
  a {
  color: #bababa;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-body
  .play-bar {
  background: hsla(0, 0%, 89%, 0.1);
  border-radius: 1000px;
  height: 6px;
  margin-top: 10px;
  position: relative;
  width: 100%;
}
.continue-watching-slider
  .continue-watching-card
  .continue-watching-card-body
  .play-bar
  .after {
  background: #ca0a14;
  border-radius: 1000px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 60%;
}
.continue-watching-card-mobile {
  position: relative;
  width: 100%;
}
.continue-watching-card-mobile .continue-watching-card-mobile-poster {
  width: 100%;
}
.continue-watching-card-mobile .body {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.continue-watching-card-mobile .body .play-bar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: hsla(0, 0%, 89%, 0.1);
  height: 10px;
  position: relative;
}
.continue-watching-card-mobile .body .play-bar .after {
  background: #ca0a14;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 60%;
}
.featured-section {
  background-blend-mode: multiply;
  background-position: bottom !important;
  background-size: cover !important;
  overflow: hidden;
  padding-bottom: 5rem !important;
  padding-top: 5rem !important;
  position: relative;
  text-align: center;
  z-index: 0;
}
.featured-section .theme-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.featured-section .poster-ratting {
  align-items: center;
  display: inline-flex;
  font-size: 25px;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .featured-section .poster-ratting {
    font-size: 20px;
  }
}
.featured-section .poster-ratting svg {
  color: #f68c1f;
}
.featured-section .featured-tv-trailer {
  height: 150% !important;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150% !important;
  z-index: -1;
}
.featured-section .series-details {
  display: inline-block;
  justify-self: center;
  text-align: center;
}
.featured-section .series-details .tv-ratting {
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: hsla(0, 0%, 89%, 0.1);
  border: 2px solid #e3e3e3;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  padding: 0.3rem 0.6rem;
}
.featured-section .series-details .tv-ratting svg {
  color: #f68c1f;
}
.featured-section .series-details p {
  color: #ddd;
  text-shadow: 0 4px 5px #00000030;
}
.featured-section .series-details p:first-child {
  font-size: 12px;
}
@media (min-width: 768px) {
  .featured-section .series-details p:first-child {
    font-size: 18px;
  }
}
.featured-section .series-details .tv-genre {
  align-items: center;
  border-radius: 4px;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.featured-section .series-details .tv-genre li {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #00000030;
  color: #e3e3e3;
  font-size: 12px;
  padding: 0.3rem 0.6rem;
}
.featured-section .series-details .tv-category {
  font-size: 16px;
  font-weight: 700;
}
.featured-section .series-details .tv-story {
  font-size: 12px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
@media (min-width: 768px) {
  .featured-section .series-details .tv-story {
    font-size: 16px;
  }
}
.featured-section .series-details h2 {
  color: #fff;
  font-size: 25px;
  text-shadow: 0 15px 20px #00000080;
}
@media (min-width: 768px) {
  .featured-section .series-details h2 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .featured-section .series-details h2 {
    font-size: 60px;
  }
}
.featured-section .series-details .tag {
  color: #fff !important;
}
.featured-section .series-details .btn i,
.featured-section .series-details .btn span,
.featured-section .series-details .show-more {
  color: #fff;
}
.featured-section .series-details .featured-action-btns {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.featured-section .series-details .featured-action-btns li {
  align-items: center;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: hsla(0, 0%, 100%, 0.25);
  border: 1px solid #fff;
  border-radius: 1000px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  max-width: 2.5rem;
  min-width: 2rem;
  width: 100%;
}
.featured-section .series-details .featured-action-btns li.play-toggler {
  font-size: 20px;
  max-width: 3.5rem;
  min-width: 3rem;
}
.featured-section
  .series-details
  .featured-action-btns
  li.play-toggler
  svg
  path {
  stroke: #fff;
}
.featured-section .series-details .featured-action-btns li:hover {
  background: hsla(0, 0%, 100%, 0.45);
}
.featured-section .series-details .s0E0 {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}
.featured-section .episode-slider-container {
  margin-top: 2.5rem;
}
.featured-section .episode-slider-container .nav-tabs {
  border: none;
  justify-content: start;
  margin-bottom: 1rem;
}
.featured-section .episode-slider-container .nav-tabs .nav-item .nav-link {
  background: none;
  border: none !important;
  color: #ccc;
}
.featured-section
  .episode-slider-container
  .nav-tabs
  .nav-item
  .nav-link.active {
  color: #fff;
}
.featured-section .episode-slider-container .swiper-slide {
  border-radius: 0;
  position: relative;
  z-index: 0;
}
.featured-section .episode-slider-container .swiper-slide:hover .video-btn {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.featured-section .episode-slider-container .swiper-slide:hover:after {
  opacity: 1;
}
.featured-section .episode-slider-container img {
  width: 100%;
}
.featured-section .episode-slider-container .episode-card {
  position: realtive;
}
.featured-section .episode-slider-container .episode-card .S-E {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  padding: 0.1rem 0.25rem;
  position: absolute;
  right: 2%;
  top: 2%;
}
.featured-section .episode-slider-container .episode-card .S-E small,
.featured-section .episode-slider-container .episode-card .S-E span {
  font-size: 0.8rem;
}
.featured-section .episode-slider-container .episode-card .E-Title {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.251), transparent);
  bottom: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  left: 0;
  letter-spacing: 1px;
  margin: 0;
  padding: 0.3rem;
  position: absolute;
  text-align: right;
  width: 100%;
}
.featured-slider .slider-button-next,
.featured-slider .slider-button-prev,
.mobileSlider .slider-button-next,
.mobileSlider .slider-button-prev,
.navigation-slider .slider-button-next,
.navigation-slider .slider-button-prev {
  align-items: center;
  background: red;
  background: #00000050;
  color: hsla(0, 0%, 89%, 0.8);
  cursor: pointer;
  display: inline-flex;
  font-size: 34px;
  height: 100%;
  justify-content: center;
  min-width: 30px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  width: 4%;
  z-index: 2;
}
.featured-slider .slider-button-next svg,
.featured-slider .slider-button-prev svg,
.mobileSlider .slider-button-next svg,
.mobileSlider .slider-button-prev svg,
.navigation-slider .slider-button-next svg,
.navigation-slider .slider-button-prev svg {
  transition: all 0.2s ease;
}
.featured-slider .slider-button-next:hover,
.featured-slider .slider-button-prev:hover,
.mobileSlider .slider-button-next:hover,
.mobileSlider .slider-button-prev:hover,
.navigation-slider .slider-button-next:hover,
.navigation-slider .slider-button-prev:hover {
  background: #00000099;
}
.featured-slider .slider-button-next:hover svg,
.featured-slider .slider-button-prev:hover svg,
.mobileSlider .slider-button-next:hover svg,
.mobileSlider .slider-button-prev:hover svg,
.navigation-slider .slider-button-next:hover svg,
.navigation-slider .slider-button-prev:hover svg {
  color: red;
}
.featured-slider .slider-button-next,
.mobileSlider .slider-button-next,
.navigation-slider .slider-button-next {
  right: 0;
}
.featured-slider .slider-button-prev,
.mobileSlider .slider-button-prev,
.navigation-slider .slider-button-prev {
  left: 0;
}
.video-btn {
  background: transparent;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
  z-index: 11;
}
.video-btn:hover i {
  color: #e3e3e3;
}
.video-btn i {
  color: #f5c518;
  font-size: 35px;
  transition: all 0.3s ease-in-out;
}
.video-btn span.before {
  -webkit-animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  animation: brk-pulse-paused 1s ease-in 0.2s infinite;
  bottom: -16px;
  left: -16px;
  opacity: 0.1;
  right: -16px;
  top: -16px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.video-btn span.after,
.video-btn span.before {
  background: #e3e3e3;
  border-radius: 100%;
  z-index: -1;
}
.video-btn span.after {
  -webkit-animation: brk-pulse-paused 1s ease-in infinite;
  animation: brk-pulse-paused 1s ease-in infinite;
  bottom: -12px;
  left: -12px;
  opacity: 0.2;
  right: -12px;
  top: -12px;
}
.poster-dateline span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.poster-dateline span:not(:last-child) {
  margin-right: 6px;
}
.poster-action-btns {
  padding: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.poster-ratting {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #00000020;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  left: 0;
  margin: 0.5rem;
  opacity: 1;
  padding: 0.1rem 0.3rem;
  position: absolute;
  top: 0;
  z-index: 1;
}
.poster-ratting i {
  color: #f68c1f;
  margin-right: 0.3rem;
}
.poster-action-btns i {
  align-items: center;
  aspect-ratio: 1;
  background: #141e2d;
  border-radius: 1000px;
  color: #e3e3e3;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  justify-content: center;
  margin-bottom: 0.5rem;
  max-width: 2.5rem;
  min-width: 2rem;
  opacity: 0;
  width: 100%;
}
#preloader {
  background-color: #020d18;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99999;
}
#preloader img {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #preloader img {
    margin-bottom: 50px;
  }
}
#status {
  height: 70px;
  margin: 0 auto;
  position: relative;
  right: 35px;
  top: 35%;
  width: 70px;
}
#status span {
  border-radius: 999px;
  position: absolute;
}
#status span:first-child {
  -webkit-animation: spin1 2s linear infinite;
  animation: spin1 2s linear infinite;
  border: 5px solid #dcf836;
  border-top-color: transparent;
  height: 70px;
  width: 70px;
}
#status span:nth-child(2) {
  -webkit-animation: spin2 1s linear infinite;
  animation: spin2 1s linear infinite;
  border: 5px solid #dd003f;
  border-top-color: transparent;
  height: 30px;
  left: 20px;
  margin-left: 35px;
  top: 20px;
  width: 30px;
}
#search-page {
  background: #0f1622;
  background-attachment: fixed;
}
#search-page .theme-container {
  align-items: flex-start;
  display: flex;
  padding-top: 100px;
}
#search-page .theme-container .sidebar {
  height: 100%;
  max-width: 300px;
  min-width: 230px;
  padding: 1.5rem 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
}
#search-page .theme-container .sidebar .title {
  color: #e3e3e3;
  font-weight: 600;
}
#search-page .theme-container .result-cards {
  padding-bottom: 50px;
  width: 100%;
}
#search-page .theme-container .poster-card {
  position: relative;
}
#search-page .theme-container .poster-card .details {
  background: linear-gradient(
    0deg,
    #000 10%,
    rgba(0, 0, 0, 0.565) 50%,
    rgba(0, 0, 0, 0.439) 70%,
    rgba(0, 0, 0, 0.02)
  );
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  width: 100%;
}
#search-page .theme-container .poster-card .details * {
  color: #e3e3e3;
}
#search-page .theme-container .poster-card .details small {
  font-weight: 500;
}
#search-page .theme-container .poster-card .details p {
  font-weight: 600;
  margin: 0;
}
#search-page .theme-container .poster-card:hover .video-btn {
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.slider-see-more {
  background: #f68f24;
  border-radius: 0.5rem;
  color: #e3e3e3;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 0.5rem;
}
.slider-see-more:hover {
  background: #c16608;
  color: #e3e3e3;
}
.poster-img-loading {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.actor-banner {
  background-position: top;
  background-size: cover !important;
  padding: 0 !important;
}
.actor-banner .nav-tabs {
  border: none;
}
.actor-banner .nav-tabs .nav-link {
  background: none !important;
  border: 2px solid #ca0a14 !important;
  border-radius: 4px;
  color: #e3e3e3;
}
.actor-banner .nav-tabs .nav-link.active {
  background: #ca0a14 !important;
}
.actor-banner .theme-container {
  background: linear-gradient(
    0deg,
    #000 10%,
    rgba(0, 0, 0, 0.867) 30%,
    rgba(0, 0, 0, 0.502) 60%,
    transparent
  );
  height: 100vh;
  overflow: scroll;
  padding-bottom: 150px !important;
  padding-top: 150px !important;
}
.actor-banner .actor-overview {
  margin-bottom: 100px;
  width: 100%;
}
.actor-banner .actor-overview .actor-name {
  color: #e3e3e3;
  font-size: 24px;
  text-shadow: 3px 6px 10px #141e2d;
}
@media (min-width: 768px) {
  .actor-banner .actor-overview .actor-name {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .actor-banner .actor-overview .actor-name {
    font-size: 42px;
  }
}
.actor-banner .actor-overview .actor-about {
  color: hsla(0, 0%, 80%, 0.7);
}
.actor-banner .actor-picture {
  margin-bottom: 0.5rem;
  max-width: 300px;
  object-fit: cover;
  object-position: top center;
  outline: 4px solid hsla(0, 0%, 80%, 0.7);
  outline-offset: 0;
  outline-style: ridge;
  width: 100%;
}
.actor-banner .actor-picture:hover {
  outline-color: #e3e3e3;
  outline-offset: 4px;
}
.actor-banner .actor-data p {
  color: #e3e3e3 !important;
}
.actor-banner .search-input {
  font-weight: 700;
  padding: 0.75rem 1.5rem;
}
.search-input {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: linear-gradient(
    45deg,
    hsla(0, 0%, 89%, 0.6),
    hsla(0, 0%, 89%, 0.5)
  );
  border-radius: 5px;
  color: #0f1622;
  max-width: 400px;
  padding: 0.5rem 1rem;
  width: 100%;
}
.mobile-bottom-nav-bar {
  background: #0f1622;
  bottom: 0;
  box-shadow: 0 -4px 5px 0 #00000010;
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 1000;
}
.mobile-bottom-nav-bar .mobile-nav-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  max-width: 400px;
  padding: 0.3rem;
  width: 100%;
}
.mobile-bottom-nav-bar .mobile-nav-items .mobile-nav-item {
  align-items: center;
  aspect-ratio: 1;
  border-radius: 4px;
  color: #e3e3e3;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  padding: 0.5rem;
  width: 60px;
}
.mobile-bottom-nav-bar .mobile-nav-items .mobile-nav-item.active,
.mobile-bottom-nav-bar .mobile-nav-items .mobile-nav-item:hover {
  background: #141e2d;
}
.mobile-bottom-nav-bar .mobile-nav-items .mobile-nav-item span {
  font-size: 9px;
}
.card {
  background: transparent;
  border: none !important;
  border-radius: 0;
  border-radius: initial;
}
.card:hover .video-btn {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#all_page {
  position: relative;
}
#all_page .select-option {
  background: #0f1622;
  border: 2px solid hsla(0, 0%, 80%, 0.7);
  color: #e3e3e3;
  cursor: pointer;
  left: 60px;
  margin-top: 100px;
  padding: 0.3rem 0.6rem;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  z-index: 1;
}
#all_page .select-option:hover {
  border: 2px solid #e3e3e3;
}
#all_page .select-option:focus {
  border-color: transparent;
  outline: 2px solid #e3e3e3;
  outline-offset: 2px;
}
.all-page-banner {
  margin-bottom: 60px;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .all-page-banner {
    margin-bottom: 200px;
  }
}
.all-page-banner .all-page-banner-trailer {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.all-page-banner .banner-area,
.all-page-banner .movie-details-section {
  background-position: top;
  background-size: cover !important;
  overflow: visible;
}
.all-page-banner .all-page-banner-content {
  background: linear-gradient(0deg, #0f1622 35%, transparent);
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  width: 100%;
}
.all-page-banner .all-page-banner-content .row {
  height: 100%;
  z-index: 1;
}
.all-page-banner .all-page-banner-content .row .col {
  align-items: start;
  display: flex;
  flex-direction: column;
}
.all-page-banner .all-page-banner-content .row .col .title {
  color: #fff;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.all-page-banner .all-page-banner-content .row .col .btn i,
.all-page-banner .all-page-banner-content .row .col .btn span,
.all-page-banner .all-page-banner-content .row .col .show-more {
  color: #fff;
}
.all-page-banner .all-page-banner-content .row .col:nth-child(2) {
  align-items: end;
  display: felx;
  justify-content: flex-end;
}
.all-page-banner .all-page-banner-content .row .col:nth-child(2) .sound-button {
  align-items: center;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: hsla(0, 0%, 100%, 0.1);
  border: 2px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 1000px;
  display: inline-flex;
  justify-content: center;
  max-width: 60px;
  min-width: 40px;
  width: 100%;
}
.all-page-banner .banner-movie {
  z-index: 1;
}
.all-page-banner .banner-movie * {
  color: #e3e3e3;
}
.live-tv-page .live-tv-banner {
  height: 75vh;
  min-height: 580px;
  overflow: hidden;
  position: relative;
}
.live-tv-page .live-tv-slider {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .live-tv-page .live-tv-slider {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .live-tv-page .live-tv-slider {
    padding: 0 60px;
  }
}
.live-tv-page .live-tv-slider .swiper-button-next,
.live-tv-page .live-tv-slider .swiper-button-prev {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  margin-top: 0;
  padding: 0 15px;
  top: 0;
  transition: 0.2s linear;
}
@media (min-width: 768px) {
  .live-tv-page .live-tv-slider .swiper-button-next,
  .live-tv-page .live-tv-slider .swiper-button-prev {
    padding: 0 25px;
  }
}
.live-tv-page .live-tv-slider .swiper-button-next:after,
.live-tv-page .live-tv-slider .swiper-button-prev:after {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.live-tv-page .live-tv-slider .swiper-button-next {
  right: 0;
}
.live-tv-page .live-tv-slider .swiper-button-prev {
  left: 0;
}
.live-tv-page .live-tv-slider .swiper-button-disabled {
  opacity: 0;
}
.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
}
.live-tv-grid {
  grid-gap: 10px;
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 200px));
  justify-content: space-around;
}
@media (min-width: 768px) {
  .live-tv-grid {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .live-tv-grid {
    gap: 20px;
  }
}
.slider-section .slider-header {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .slider-section .slider-header {
    margin-bottom: 15px;
  }
}
.slider-section .slider-header .title {
  color: #e3e3e3;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .slider-section .slider-header .title {
    font-size: 22px;
  }
}
.slider-section .slider-header a {
  color: #d6d6d6;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.3s ease-out;
  visibility: 0;
}
.slider-section .slider-header a:hover {
  color: #e3e3e3;
}
.slider-section .slider-header a:after {
  content: ">>";
  display: inline-block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: 0.2s ease-out;
}
.slider-section:hover .slider-header a {
  opacity: 1;
  visibility: visible;
}
.slider-section:hover .slider-header a,
.slider-section:hover .slider-header a:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.live-tv-card {
  background: #172134;
  border-radius: 5px;
  padding: 10px;
  transition: 0.2s linear;
}
.live-tv-card .live-tv-logo {
  aspect-ratio: 1;
  background: inherit;
  border-radius: 5px;
  object-fit: contain;
  width: 100%;
}
.live-tv-card .live-tv-name {
  color: #e3e3e3;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 15px;
}
.live-tv-card:hover {
  background: #1b283e;
}
.request-page {
  align-items: center;
  display: flex;
  height: 100% !important;
  justify-content: center;
}
.request-page form {
  background: #070b10;
  border-radius: 6px;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.2);
}
.request-page form .col-form-label {
  color: #e3e3e3;
  font-weight: 600;
}
.request-page form input,
.request-page form select,
.request-page form textarea {
  background: hsla(0, 0%, 89%, 0.05);
  border-color: hsla(0, 0%, 89%, 0.1);
  color: #e3e3e3 !important;
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.request-page form input:focus,
.request-page form select:focus,
.request-page form textarea:focus {
  background: hsla(0, 0%, 89%, 0.15);
  box-shadow: none !important;
}
.request-page form input[type="radio"] {
  padding-bottom: 0;
  padding-top: 0;
}
.request-page form option {
  background: #070b10;
  color: #e3e3e3;
}
.request-page form .radio-item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.request-page form .requfor-tab .btn {
  background: hsla(0, 0%, 89%, 0.2) !important;
  border: none !important;
  color: #e3e3e3 !important;
  font-size: 14px;
  justify-content: center;
  width: 100%;
}
.request-page form .requfor-tab .btn.active {
  background: #b0b0b0 !important;
  color: #0f1622 !important;
  font-weight: 600;
}
.request-page form .requfor-tab .btn:focus {
  box-shadow: none !important;
}
.request-page form .form-btns {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.request-page form .form-btns button {
  border: none !important;
  border-radius: 1000px;
  font-weight: 700;
  letter-spacing: 1px;
}
.request-page form .form-btns button:hover {
  border: none !important;
}
.request-page form .form-btns button[type="submit"] {
  background: hsla(0, 0%, 89%, 0.2) !important;
  color: #e3e3e3 !important;
}
.request-page form .form-btns button[type="submit"]:hover {
  background: hsla(0, 0%, 89%, 0.3) !important;
}
.request-page form .form-btns button[type="reset"] {
  background: rgba(234, 0, 0, 0.5) !important;
  color: #fff !important;
}
.request-page form .form-btns button[type="reset"]:hover {
  background: rgba(183, 0, 0, 0.5) !important;
}
.request-page form .form-control[readonly] {
  background: hsla(0, 0%, 89%, 0.2) !important;
}
.request-page .side-box {
  background: rgba(0, 226, 136, 0.02);
  border-radius: 5px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-bottom: 10px;
}
.request-page .side-box .side-box-head {
  background: #070b10;
  color: #e3e3e3;
  padding: 20px;
}
@media (min-width: 768px) {
  .request-page .side-box .side-box-head {
    padding-left: 35px;
  }
}
.request-page .side-box .side-box-head * {
  margin-bottom: 0 !important;
}
.request-page .side-box .side-box-head .hello {
  color: #e3e3e3;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .request-page .side-box .side-box-head .hello {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .request-page .side-box .side-box-head .hello {
    font-size: 22px;
  }
}
.request-page .side-box .side-box-head .title {
  color: #e3e3e3;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .request-page .side-box .side-box-head .title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .request-page .side-box .side-box-head .title {
    font-size: 36px;
  }
}
.request-page .side-box .side-box-head .sub-text {
  color: #b0b0b0;
  font-size: 14px;
  letter-spacing: 1px;
}
.request-page .side-box .side-box-content-wrapper {
  border-radius: 5px;
  max-height: 340px;
  min-height: 240px;
  overflow-x: clip;
  overflow-y: scroll;
  padding: 10px;
}
.request-page .side-box .side-box-content-wrapper.my-request-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item {
  background: hsla(0, 0%, 89%, 0.02);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item
  .content {
  grid-gap: 10px;
  align-items: start;
  border-radius: 5px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 4fr;
  padding: 10px;
}
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item
  .content.reply {
  padding-left: 52.5px;
}
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item
  .content
  .sub-text {
  color: #e3e3e3;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item
  .content
  .show-more {
  font-size: 12px !important;
}
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item
  .content
  .title {
  color: #e3e3e3;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item
  .content
  .status {
  background: hsla(0, 0%, 89%, 0.2);
  border-radius: 1000px;
  color: #e3e3e3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 10px;
}
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item
  .content
  .status.pending {
  background: #9e0000;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
}
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item
  .content
  .status.published {
  background: #0083b3;
  color: #000;
  font-size: 9px;
  font-weight: 500;
}
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item
  .content
  .status.pending,
.request-page
  .side-box
  .side-box-content-wrapper.my-request-wrapper
  .my-requ-item
  .content
  .status.published {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.request-page .side-box .side-box-content-wrapper.items-wrapper {
  grid-gap: 7px;
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.request-page .side-box .side-box-content-wrapper.items-wrapper .item-title {
  color: #e3e3e3 !important;
  font-size: 12px !important;
}
.was-validated .form-select:valid:not([multiple]):not([size]) {
  background-repeat: no-repeat !important;
}
.all-page-filter-section {
  background: #0f1622;
}
.infinite-scroll-component__outerdiv {
  min-height: 100vh;
}
.poster-video-card {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.poster-video-card .card-img.poster {
  aspect-ratio: 2/3;
}
.poster-video-card .card-img.cover {
  aspect-ratio: 16/9;
}
.poster-video-card .initial-details {
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 3%, transparent 10%);
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  left: 0;
  opacity: 1;
  padding: 0.3rem;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.poster-video-card .initial-details .initial-card-title {
  color: #e3e3e3;
  font-size: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .poster-video-card .initial-details .initial-card-title {
    font-size: 18px;
  }
}
.poster-video-card .card-details {
  align-items: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 10%, transparent 30%);
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all 0.3s ease;
  width: 100%;
}
.poster-video-card .card-details * {
  color: #e3e3e3;
  margin: 0;
}
.poster-video-card .card-details .title {
  color: #fff;
  font-weight: 700;
}
@media (min-width: 992px) {
  .poster-video-card .card-details .title {
    font-size: 22px;
  }
}
.poster-video-card .card-details .thumb {
  color: #ddd;
  font-size: 12px;
}
.poster-video-card .card-details .thumb:not(:last-child) {
  margin-right: 0.3rem;
}
.poster-video-card .card-details-wrap {
  padding: 0.3rem;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 100%;
}
.poster-video-card .card-details-wrap .story {
  color: #ddd;
}
.poster-video-card.poster-video-card-hover {
  transition: all 0.3s ease;
  transition-delay: 0s !important;
  z-index: 0;
}
.poster-video-card.poster-video-card-hover:hover {
  box-shadow: 0 20px 40px -10px #000;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  transition-delay: 1s !important;
  z-index: 1;
}
.poster-video-card.poster-video-card-hover:hover .initial-details {
  opacity: 0;
  top: 100%;
}
.poster-video-card.poster-video-card-hover:hover .card-details {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.poster-video-card.poster-video-card-hover:hover .video-btn {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.poster-video-card.poster-video-card-hover:hover .poster-action-btns i {
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
}
.poster-video-card .poster-action-btns i {
  -webkit-transform: translateX(80%) scale(0.5);
  transform: translateX(80%) scale(0.5);
  transition: all 0.3s ease;
}
.poster-video-card .card-video {
  height: 350% !important;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 350% !important;
}
.episode-download-btn {
  background: hsla(0, 0%, 89%, 0.1) !important;
  border-color: hsla(0, 0%, 89%, 0.3) !important;
  bottom: 0;
  height: 35px;
  left: 0;
  position: absolute;
  width: 35px;
  z-index: 10;
}
.episode-download-btn:hover {
  background: #ca0a14 !important;
  border-color: hsla(0, 0%, 89%, 0.3) !important;
}
.poster-skeleton {
  aspect-ratio: 2/3;
  width: 100%;
}
.backdrop-skeleton {
  aspect-ratio: 16/9;
  width: 100%;
}
.go-to-top {
  align-items: center;
  aspect-ratio: 1;
  background: #ca0a14;
  border-radius: 1000px;
  bottom: -5%;
  box-shadow: 0 10px 25px 0 #0f1622;
  box-sizing: unset;
  color: #fff;
  display: inline-flex;
  font-size: 26px;
  justify-content: center;
  max-width: 60px;
  opacity: 0;
  outline: 5px solid rgba(202, 10, 20, 0.5);
  position: fixed;
  right: -20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease;
  width: 100%;
  z-index: 10000;
}
.go-to-top:hover {
  color: #ccc;
}
.go-to-top.active {
  bottom: 5%;
  opacity: 1;
  right: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.infinite-scroll-component {
  overflow: visible !important;
}
.lefted-card-hover {
  -webkit-transform-origin: left;
  transform-origin: left;
}
.righted-card-hover {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.popup .floating-items .cross {
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
}
.popup .floating-items:hover .cross {
  opacity: 1;
  visibility: visible;
}
.popup .floating-items.lefted {
  left: 20px;
  right: auto !important;
}
@-webkit-keyframes spin1 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  50% {
    opacity: 0.75;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spin1 {
  0% {
    opacity: 1;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  50% {
    opacity: 0.75;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin2 {
  0% {
    opacity: 0.75;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    opacity: 0.75;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin2 {
  0% {
    opacity: 0.75;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  to {
    opacity: 0.75;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes brk-pulse-paused {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes brk-pulse-paused {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes in-top {
  0% {
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
  }
  to {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
}
@keyframes in-top {
  0% {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-right {
  0% {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-right {
  0% {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-bottom {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-bottom {
  0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-left {
  0% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-left {
  0% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes out-top {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@keyframes out-top {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-right {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
    transform: rotate3d(0, -1, 0, 104deg);
  }
}
@keyframes out-right {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
    transform: rotate3d(0, -1, 0, 104deg);
  }
}
@-webkit-keyframes out-bottom {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotateX(104deg);
    transform: rotateX(104deg);
  }
}
@keyframes out-bottom {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotateX(104deg);
    transform: rotateX(104deg);
  }
}
@-webkit-keyframes out-left {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotateY(104deg);
    transform: rotateY(104deg);
  }
}
@keyframes out-left {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotateY(104deg);
    transform: rotateY(104deg);
  }
}
.title-or-logo {
  margin: 1rem 0;
  max-width: 250px;
  width: 100%;
}
::selection {
  background: #ca0a14;
  color: #fff;
}
.actor-slider-next,
.actor-slider-pre {
  aspect-ratio: 1;
  cursor: pointer;
  max-width: 30px;
  width: 100%;
}
.actor-slider-next svg,
.actor-slider-pre svg {
  height: 100%;
  width: 100%;
}
.actor-slider-next:hover svg,
.actor-slider-pre:hover svg {
  fill: #ca0a14;
}
.mobile-banner-slider {
  margin-top: 80px;
}
.mobile-banner-slider .mobile-banner-slide .details {
  background: linear-gradient(0deg, #0f1622, transparent);
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  position: absolute;
  width: 100%;
}
.mobile-banner-slider .mobile-banner-slide .details p {
  color: #e3e3e3;
  flex-grow: 1;
  font-weight: 600;
  letter-spacing: 1px;
}
.mobile-banner-slider .mobile-banner-slide .details .rating {
  color: #f68c1f;
}
.mobile-banner-slider .mobile-banner-slide .details .rating .num {
  color: #e3e3e3;
  font-weight: 600;
}
.mobile-banner-slider .mobile-banner-slide .details * {
  margin: 0;
}
.banner-area,
.movie-details-section {
  height: 100vh;
  min-height: 780px;
  overflow: hidden;
  position: relative;
}
.banner-area .banner-slides,
.movie-details-section .banner-slides {
  height: 100%;
}
.banner-area .banner-slides .swiper-slide,
.movie-details-section .banner-slides .swiper-slide {
  background-color: #0f1622;
}
.banner-area .sound-button,
.movie-details-section .sound-button {
  align-items: center;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: hsla(0, 0%, 100%, 0.3);
  border: 2px solid hsla(0, 0%, 100%, 0.8);
  border-radius: 1000px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 70px;
}
.banner-area .sound-button:hover,
.movie-details-section .sound-button:hover {
  background: hsla(0, 0%, 100%, 0.5);
  border: 2px solid #fff;
  color: #fff;
}
.banner-area .swiper-slide-active,
.movie-details-section .swiper-slide-active {
  z-index: 20;
}
.banner-area .media-contents,
.movie-details-section .media-contents {
  background: #0f1622;
}
.banner-area .media-contents .sound-button,
.movie-details-section .media-contents .sound-button {
  bottom: 10%;
  position: absolute;
  right: 40px;
  z-index: 30;
}
@media (min-width: 992px) {
  .banner-area .media-contents .sound-button,
  .movie-details-section .media-contents .sound-button {
    right: 60px;
  }
}
.banner-area .media-contents .media-content,
.movie-details-section .media-contents .media-content {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
}
.banner-area .media-contents .media-content iframe,
.movie-details-section .media-contents .media-content iframe {
  height: 150%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
}
.banner-area .media-contents .movie-trailer,
.movie-details-section .media-contents .movie-trailer {
  z-index: -1;
}
.banner-area .details-box,
.movie-details-section .details-box {
  height: 100vh;
  min-height: 780px;
  width: 100%;
}
.banner-area .details-box .theme-container,
.movie-details-section .details-box .theme-container {
  background: radial-gradient(at 100% 10%, transparent 50%, #0f1622 100%),
    linear-gradient(0deg, #0f1622 5%, transparent 15%);
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  min-height: inherit;
  position: relative;
}
.banner-area .details-box .theme-container *,
.movie-details-section .details-box .theme-container * {
  color: #e3e3e3;
}
.banner-area .details-box .theme-container .row .overview,
.movie-details-section .details-box .theme-container .row .overview {
  align-items: flex-start;
  flex-direction: column;
}
.banner-area .details-box .theme-container .row .overview h2.movie-title,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  h2.movie-title {
  color: #fff;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 4px 5px #000;
}
@media (min-width: 576px) {
  .banner-area .details-box .theme-container .row .overview h2.movie-title,
  .movie-details-section
    .details-box
    .theme-container
    .row
    .overview
    h2.movie-title {
    font-size: 40px;
  }
}
.banner-area .details-box .theme-container .row .overview .tags,
.movie-details-section .details-box .theme-container .row .overview .tags {
  display: inline-block;
  font-size: 14px;
}
.banner-area .details-box .theme-container .row .overview .tags i,
.movie-details-section .details-box .theme-container .row .overview .tags i {
  color: #f68c1f;
}
.banner-area .details-box .theme-container .row .overview .tags .tag,
.movie-details-section .details-box .theme-container .row .overview .tags .tag {
  color: #fff;
  display: inline-block;
}
.banner-area
  .details-box
  .theme-container
  .row
  .overview
  .tags
  .tag:not(:last-child),
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .tags
  .tag:not(:last-child) {
  margin-right: 0.3rem;
}
.banner-area .details-box .theme-container .row .overview .movie-duration *,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .movie-duration
  * {
  color: #fff;
}
.banner-area .details-box .theme-container .row .overview .movie-duration i,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .movie-duration
  i {
  color: #f68c1f;
}
.banner-area .details-box .theme-container .row .overview h4.movie-industry,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  h4.movie-industry {
  color: #f68c1f;
  color: #fff;
  margin: 0;
}
.banner-area
  .details-box
  .theme-container
  .row
  .overview
  .action-btns
  .action-btn,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .action-btns
  .action-btn {
  align-items: center;
  background: #f68c1f;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 40px;
  text-align: center;
  transition: all 0.2s ease;
  width: 40px;
}
.banner-area
  .details-box
  .theme-container
  .row
  .overview
  .action-btns
  .action-btn
  svg,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .action-btns
  .action-btn
  svg {
  fill: #fff !important;
}
.banner-area
  .details-box
  .theme-container
  .row
  .overview
  .action-btns
  .action-btn:hover,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .action-btns
  .action-btn:hover {
  background: #a85907;
}
.banner-area .details-box .theme-container .row .overview .btns,
.movie-details-section .details-box .theme-container .row .overview .btns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.banner-area .details-box .theme-container .row .overview .btns a > .btn,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .btns
  a
  > .btn {
  background: #ca0a14;
}
.banner-area .details-box .theme-container .row .overview .btns a > .btn *,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .btns
  a
  > .btn
  * {
  color: #fff;
}
.banner-area .details-box .theme-container .row .overview .btns a > .btn:hover,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .btns
  a
  > .btn:hover {
  background: #69050a;
  border-color: #ca0a14;
}
.banner-area .details-box .theme-container .row .overview .btns .btn-download,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .btns
  .btn-download {
  aspect-ratio: 1;
  background: #e3e3e3;
  border-radius: 1000px;
  width: 40px;
}
.banner-area .details-box .theme-container .row .overview .btns .btn-download i,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .btns
  .btn-download
  i {
  color: #ca0a14;
}
.banner-area
  .details-box
  .theme-container
  .row
  .overview
  .btns
  .btn-download:hover,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .btns
  .btn-download:hover {
  background: #ca0a14;
}
.banner-area
  .details-box
  .theme-container
  .row
  .overview
  .btns
  .btn-download:hover
  i,
.movie-details-section
  .details-box
  .theme-container
  .row
  .overview
  .btns
  .btn-download:hover
  i {
  color: #e3e3e3;
}
.banner-area .details-box .theme-container .row .overview .movie-des,
.movie-details-section .details-box .theme-container .row .overview .movie-des {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.banner-area .details-box .theme-container .row .overview .show-more,
.movie-details-section .details-box .theme-container .row .overview .show-more {
  color: #fff;
}
.banner-area .details-box .theme-container .row .overview a.des-more,
.movie-details-section .details-box .theme-container .row .overview a.des-more {
  color: hsla(0, 0%, 80%, 0.7);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 16px;
  text-decoration: none;
}
.banner-area .details-box .theme-container .row .col,
.movie-details-section .details-box .theme-container .row .col {
  display: flex;
  height: 100%;
}
.banner-area .details-box .theme-container .row .content-ceneter,
.movie-details-section .details-box .theme-container .row .content-ceneter {
  align-items: center;
  flex-direction: column;
  gap: 50px;
  justify-content: flex-start;
}
.banner-area
  .details-box
  .theme-container
  .row
  .content-ceneter
  .col:nth-child(2),
.movie-details-section
  .details-box
  .theme-container
  .row
  .content-ceneter
  .col:nth-child(2) {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
}
@media (min-width: 768px) {
  .banner-area .details-box .theme-container .row .content-ceneter,
  .movie-details-section .details-box .theme-container .row .content-ceneter {
    justify-content: center;
  }
}
.banner-area .thumb-area,
.movie-details-section .thumb-area {
  bottom: 1.5%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .banner-area .thumb-area,
  .movie-details-section .thumb-area {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .banner-area .thumb-area,
  .movie-details-section .thumb-area {
    width: 50%;
  }
}
.banner-area .thumb-area h4,
.movie-details-section .thumb-area h4 {
  color: #e3e3e3;
  padding-left: 40px;
}
@media (min-width: 992px) {
  .banner-area .thumb-area h4,
  .movie-details-section .thumb-area h4 {
    padding-left: 60px;
  }
}
.banner-area .thumb-area .slider_sound_btn_wraper,
.movie-details-section .thumb-area .slider_sound_btn_wraper {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
}
@media (min-width: 992px) {
  .banner-area .thumb-area .slider_sound_btn_wraper,
  .movie-details-section .thumb-area .slider_sound_btn_wraper {
    padding-right: 80px;
  }
}
.banner-area .thumbs,
.movie-details-section .thumbs {
  overflow-x: clip;
  overflow-y: visible;
}
.banner-area .thumbs .swiper-slide,
.movie-details-section .thumbs .swiper-slide {
  -webkit-filter: grayscale(1) brightness(0.8);
  filter: grayscale(1) brightness(0.8);
}
.banner-area .thumbs .swiper-slide-active,
.movie-details-section .thumbs .swiper-slide-active {
  -webkit-filter: initial;
  filter: none;
}
.banner-area .thumbs .swiper-slide img,
.movie-details-section .thumbs .swiper-slide img {
  aspect-ratio: 2/3;
  border-radius: 4px;
  object-fit: cover;
}
.banner-area .thumbs .swiper-slide-active,
.movie-details-section .thumbs .swiper-slide-active {
  margin-right: 10px;
  outline: 2px solid #e3e3e3;
  outline-offset: 2px;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.banner-area .thumbs *,
.movie-details-section .thumbs * {
  color: #e3e3e3;
}
.slider-nav {
  aspect-ratio: 1;
  background-color: transparent;
  border: 0.5px solid #ececec;
  border-radius: 1000px;
  height: 25px;
  line-height: 20px;
  outline: none;
  text-align: center;
  width: 25px;
}
.slider-nav:hover {
  background: #e3e3e3;
}
.slider-nav:hover i {
  color: #000;
}
.slider-nav i {
  font-size: 12px;
}
.movie-details-section {
  height: auto !important;
  min-height: 100vh;
}
.movie-details-section .overview {
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.basic-home-banner-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 1000px !important;
  height: 5px;
  width: 30px;
}
.basic-home-banner-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.basic-home-banner-slider .swiper-wrapper .swiper-slide {
  align-items: flex-end;
  display: flex;
  height: 100vh;
  justify-content: flex-start;
  min-height: 780px;
}
.basic-home-banner-slider .swiper-wrapper .swiper-slide .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.basic-home-banner-slider .swiper-wrapper .swiper-slide .overlay:after {
  background: linear-gradient(0deg, rgba(15, 22, 34, 0.1) 5%, transparent 60%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.basic-home-banner-slider
  .swiper-wrapper
  .swiper-slide
  .overlay
  .background-image {
  object-fit: cover;
  width: 100%;
}
.basic-home-banner-slider .swiper-wrapper .swiper-slide .theme-container {
  margin-bottom: 100px;
  z-index: 2;
}
.basic-home-banner-slider
  .swiper-wrapper
  .swiper-slide
  .theme-container
  .title {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
.basic-home-banner-slider
  .swiper-wrapper
  .swiper-slide
  .theme-container
  .title
  .year {
  color: #f68c1f;
}
.basic-home-banner-slider .swiper-wrapper .swiper-slide .theme-container .desc {
  color: #ccc;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .basic-home-banner-slider
    .swiper-wrapper
    .swiper-slide
    .theme-container
    .desc {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .basic-home-banner-slider
    .swiper-wrapper
    .swiper-slide
    .theme-container
    .desc {
    width: 40%;
  }
}
.basic-home-banner-slider .swiper-wrapper .swiper-slide .theme-container .tags {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
.basic-home-banner-slider
  .swiper-wrapper
  .swiper-slide
  .theme-container
  .tags
  .tag {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: hsla(0, 0%, 100%, 0.15);
  border: 1px solid hsla(0, 0%, 100%, 0.35);
  border-radius: 1000px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.3px;
  padding: 3px 9px;
}
.basic-home-banner-slider
  .swiper-wrapper
  .swiper-slide
  .theme-container
  .tags
  .tag.active {
  background-color: #f68c1f;
  color: #0f1622;
}
.basic-home-banner-slider .swiper-wrapper .swiper-slide .theme-container .btns {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  margin-top: 25px;
}
.basic-home-banner-slider
  .swiper-wrapper
  .swiper-slide
  .theme-container
  .btns
  .btn-actions
  .btn-action {
  --size: 40px;
  align-items: center;
  background-color: #f68c1f;
  border-radius: 1000px;
  color: #0f1622;
  cursor: pointer;
  display: flex;
  height: var(--size);
  justify-content: center;
  width: var(--size);
}
.basic-home-banner-slider
  .swiper-wrapper
  .swiper-slide
  .theme-container
  .btns
  .btn-actions
  .tooltip.top
  .tooptip-inner {
  background: red;
}
.basic-home-banner-slider
  .swiper-wrapper
  .swiper-slide
  .theme-container
  .btns
  .btn-play {
  background: #f68c1f !important;
  border: none !important;
  border-radius: 1000px;
  color: #0f1622;
}
.basic-home-banner-slider
  .swiper-wrapper
  .swiper-slide
  .theme-container
  .btns
  .btn-play:hover {
  background: #ca0a14 !important;
}
.basic-home-banner-slider
  .swiper-wrapper
  .swiper-slide
  .theme-container
  .btns
  .btn-play
  .btn {
  border-radius: 1000px;
}
header {
  position: relative;
}
header .header-sticky {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 20%, transparent);
  left: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 111;
}
header .header-sticky.style-one {
  box-shadow: 0 4px 5px 0 rgba(15, 22, 34, 0.3);
}
header .header-sticky .header-item,
header .header-sticky .header-item .logo-area {
  align-items: center;
  justify-content: space-between;
}
header .header-sticky .header-item .logo-area {
  max-width: 250px;
}
header .header-sticky .header-item .logo-area a {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 768px) {
  header .header-sticky .header-item .logo-area a img {
    width: 100%;
  }
}
header .header-sticky .header-item .main-menu ul.menu-list {
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-sticky .header-item .main-menu ul.menu-list li {
  margin: 0 5px;
  position: relative;
}
@media (min-width: 992px) {
  header .header-sticky .header-item .main-menu ul.menu-list li {
    margin: 0 8px;
  }
}
@media (min-width: 1200px) {
  header .header-sticky .header-item .main-menu ul.menu-list li {
    margin: 0 10px;
  }
}
header .header-sticky .header-item .main-menu ul.menu-list li:hover a {
  border-bottom: 2px solid #ca0a14;
  font-weight: 600;
}
header
  .header-sticky
  .header-item
  .main-menu
  ul.menu-list
  li:hover:first-child
  .sub-menu,
header
  .header-sticky
  .header-item
  .main-menu
  ul.menu-list
  li:hover:last-child
  .sub-menu {
  -webkit-transform: translateY(10px) translateX(0);
  transform: translateY(10px) translateX(0);
}
header .header-sticky .header-item .main-menu ul.menu-list li:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translateY(10px) translateX(-50%);
  transform: translateY(10px) translateX(-50%);
  visibility: visible;
}
header .header-sticky .header-item .main-menu ul.menu-list li a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
header .header-sticky .header-item .main-menu ul.menu-list li a.active {
  border-bottom: 2px solid #ca0a14;
  font-weight: 600;
}
header .header-sticky .header-item .main-menu ul.menu-list li .sub-menu {
  background: #141d2d;
  border-radius: 6px;
  box-shadow: 0 2px 10px #0f1622;
  left: 50%;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-10px) translateX(-50%);
  transform: translateY(-10px) translateX(-50%);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
header
  .header-sticky
  .header-item
  .main-menu
  ul.menu-list
  li
  .sub-menu
  ul.sub-list {
  background: transparent;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  max-width: 590px;
  padding: 0;
  width: 100%;
}
header
  .header-sticky
  .header-item
  .main-menu
  ul.menu-list
  li
  .sub-menu
  ul.sub-list
  li {
  margin: 5px;
}
header
  .header-sticky
  .header-item
  .main-menu
  ul.menu-list
  li
  .sub-menu
  ul.sub-list
  li
  a {
  border-color: transparent;
  color: #e3e3e3;
  display: inline-block;
  height: 100%;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
header
  .header-sticky
  .header-item
  .main-menu
  ul.menu-list
  li
  .sub-menu
  ul.sub-list
  li
  a:hover {
  background: linear-gradient(90deg, hsla(0, 0%, 89%, 0.2), transparent);
  color: #e3e3e3;
}
header
  .header-sticky
  .header-item
  .main-menu
  ul.menu-list
  li:first-child
  .sub-menu {
  left: 0 !important;
  -webkit-transform: translateY(-10px) translateX(0);
  transform: translateY(-10px) translateX(0);
}
header
  .header-sticky
  .header-item
  .main-menu
  ul.menu-list
  li:last-child
  .sub-menu {
  left: auto !important;
  right: 0 !important;
  -webkit-transform: translateY(-10px) translateX(0);
  transform: translateY(-10px) translateX(0);
}
header .header-sticky .header-item .user-item .item-list {
  align-items: center;
  justify-content: flex-end;
}
header .header-sticky .header-item .user-item .item-list button.btn {
  padding: 6px 30px;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown {
  border-radius: 6px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  margin: auto;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  input[type="checkbox"] {
  display: none;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  input[type="checkbox"]:checked
  ~ ul {
  -webkit-animation: zoomIn 0.3s;
  animation: zoomIn 0.3s;
  display: block;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  input[type="checkbox"]:checked
  ~ img,
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  input[type="checkbox"]:checked
  ~ label {
  background: #f68c1f;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  input[type="checkbox"]:checked
  ~ label
  i {
  color: #e3e3e3;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  input[type="checkbox"]:checked
  ~ label:after {
  border-color: #f68c1f transparent transparent;
  border-style: solid;
  border-width: 7px 10px 0;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: calc(50% - 10px);
  top: 100%;
  width: 0;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  img {
  background: #cacaca;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: sub;
  white-space: nowrap;
  width: 40px;
}
@media (min-width: 992px) {
  header
    .header-sticky
    .header-item
    .user-item
    .item-list
    .user-login
    .profile-dropdown
    span {
    width: 80px;
  }
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  ul {
  background: #e3e3e3;
  border-radius: 6px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 45px;
  width: 150px;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  ul:after {
  border-bottom: 10px solid #e3e3e3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  margin-top: -15px;
  position: absolute;
  right: 15px;
  top: 5px;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  ul
  li
  a {
  color: #646464;
  display: block;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  ul
  li
  a
  i {
  font-size: 1.3rem;
  margin: 0 0.75rem 0 -0.25rem;
  vertical-align: middle;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  ul
  li
  a:hover {
  background: #ca0a14;
  color: hsla(0, 0%, 80%, 0.7);
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  ul
  li:first-child
  a:hover {
  border-radius: 6px 6px 0 0;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  ul
  li:last-child
  a:hover {
  border-radius: 0 0 6px 6px;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  > label {
  background: transparent;
  border-radius: 0 6px 6px 0;
  box-sizing: border-box;
  color: #3e5b8c;
  display: block;
  float: right;
  height: 3.5rem;
  padding: 0.9rem;
  position: relative;
  text-decoration: none;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown
  > label
  i {
  color: #a3a3a3;
  font-size: 1.75rem;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .user-login
  .profile-dropdown:after {
  clear: both;
  content: "";
  display: table;
}
header .header-sticky .header-item .user-item .item-list button.search-bar {
  background: transparent;
  margin: 0 10px;
}
@media (min-width: 992px) {
  header .header-sticky .header-item .user-item .item-list button.search-bar {
    margin: 0 30px;
  }
}
header .header-sticky .header-item .user-item .item-list button.search-bar i {
  color: #fff;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  button.movie-sliderBtn {
  background: transparent;
  height: 37.5px;
  position: relative;
  width: 37.5px;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  button.movie-sliderBtn.active
  span:first-child {
  margin-right: 0;
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  button.movie-sliderBtn.active
  span:nth-child(2) {
  opacity: 0;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  button.movie-sliderBtn.active
  span:nth-child(3) {
  margin: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  button.movie-sliderBtn
  span {
  background: #fff;
  border-radius: 4px;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  width: 30px;
  z-index: 1;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  button.movie-sliderBtn
  span:first-child {
  margin-top: 8px;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  button.movie-sliderBtn
  span:nth-child(2) {
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
  width: 20px;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  button.movie-sliderBtn
  span:nth-child(3) {
  margin-top: -9px;
}
header .header-sticky .header-item .user-item .item-list .search-input {
  display: none;
  max-width: 100% !important;
  padding: 0;
}
header .header-sticky .header-item .user-item .item-list .search-input.open {
  background: #e3e3e3;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .search-input.open
  .search-input-close,
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .search-input.open
  .search-input-icon {
  display: block;
}
header .header-sticky .header-item .user-item .item-list .search-input input {
  background-color: #141e2d;
  color: #e3e3e3;
  height: 100%;
  padding-left: 50px;
  width: 100%;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .search-input
  input:focus {
  outline: none;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .search-input
  .search-input-icon {
  cursor: pointer;
  display: none;
  left: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .search-input
  .search-input-icon
  i {
  color: #e3e3e3;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .search-input
  .search-input-close {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
header
  .header-sticky
  .header-item
  .user-item
  .item-list
  .search-input
  .search-input-close
  i {
  color: #e3e3e3;
}
header .header-sticky .header-item .body-overlay {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
header .header-sticky .header-item .body-overlay.active {
  display: block;
}
header .header-sticky.style-one {
  background: #e3e3e3;
}
header .header-sticky.glass-bg {
  background: #0f1622;
  box-shadow: 0 4px 5px 0 #00000050;
}
header .header-sticky.glass-bg .main-menu ul.menu-list li a,
header .header-sticky.glass-bg .user-item .item-list i {
  color: #e3e3e3 !important;
}
header .header-sticky.glass-bg button.movie-sliderBtn > span {
  background: #e3e3e3 !important;
}
.movie-sidebar {
  background: #0f1622;
  height: 100%;
  max-width: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 10000 !important;
  z-index: 111;
}
.movie-sidebar.active {
  right: 0;
}
@media (min-width: 768px) {
  .movie-sidebar {
    right: -350px;
    width: 350px;
  }
}
.movie-sidebar .dropdown-toggle {
  color: #fff;
}
.movie-sidebar .dropdown-toggle:hover {
  background: #ca0a14;
}
.movie-sidebar .dropdown-menu {
  background: #121b29;
  color: #e3e3e3;
  width: 100%;
}
.movie-sidebar .dropdown-menu .dropdown-item {
  color: #e3e3e3;
}
.movie-sidebar .dropdown-menu .dropdown-item:hover {
  background: #141e2d;
}
.movie-sidebar .sidebar-title {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.movie-sidebar .sidebar-title h4 {
  color: #e3e3e3;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.movie-sidebar .sidebar-title button {
  background: transparent;
  border: 0.5px solid #e3e3e3;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 25px;
}
.movie-sidebar .sidebar-title button:hover {
  background: #e3e3e3;
}
.movie-sidebar .sidebar-title button:hover i {
  color: #0f1622;
}
.movie-sidebar .sidebar-title button i {
  color: #e3e3e3;
  font-size: 20px;
}
.movie-sidebar ul.sidebar-menulist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.movie-sidebar ul.sidebar-menulist .active {
  background: #ca0a14;
  color: #e3e3e3;
}
.movie-sidebar ul.sidebar-menulist li ul.submenu {
  padding-left: 10px;
}
.movie-sidebar ul.sidebar-menulist li ul.submenu li a {
  font-size: 14px;
}
.movie-sidebar ul.sidebar-menulist li ul.submenu li a .active,
.movie-sidebar ul.sidebar-menulist li ul.submenu li a:hover {
  background: #e3e3e3;
  color: #ca0a14;
}
.movie-sidebar ul.sidebar-menulist li a {
  color: #e3e3e3;
  display: block;
  padding: 5px 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.movie-sidebar ul.sidebar-menulist li a:hover {
  background: #ca0a14;
  color: #e3e3e3;
}
.movie-sidebar ul.sidebar-menulist li a.drop-item:after {
  content: "\f078";
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.movie-sidebar ul.sidebar-menulist li a.drop-item.collapsed:after {
  content: "\f078";
}
.movie-sidebar ul.sidebar-menulist li a.drop-item:not(.collapsed):after {
  content: "\f077";
}
.movie-sidebar ul.filims-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.movie-sidebar ul.filims-list li {
  display: inline-block;
  margin: 7.5px 0;
}
.movie-sidebar ul.filims-list li:first-child {
  margin-top: 0;
}
.movie-sidebar ul.filims-list li:last-child {
  margin-bottom: 0;
}
.movie-sidebar ul.filims-list li .filim-thumb {
  height: 170px;
  position: relative;
}
.movie-sidebar ul.filims-list li .filim-thumb img {
  border-radius: 10px;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.movie-sidebar ul.filims-list li .filim-thumb .rating {
  bottom: 8px;
  left: 8px;
  position: absolute;
  width: 100%;
}
.movie-sidebar ul.filims-list li .filim-thumb .rating span {
  color: #e3e3e3;
  display: inline-block;
  font-size: 12px;
  margin-right: 4px;
}
.movie-sidebar ul.filims-list li .filim-thumb .rating button {
  background: transparent;
  padding: 0;
}
.movie-sidebar ul.filims-list li .filim-thumb .rating button i {
  color: #e3e3e3;
  font-size: 10px;
}
.movie-sidebar ul.filims-list li .filim-thumb .movie-naming {
  display: flex;
  justify-content: space-between;
  left: 50%;
  padding: 0 8px;
  position: absolute;
  top: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.movie-sidebar ul.filims-list li .filim-thumb .movie-naming h6 {
  color: #e3e3e3;
  font-size: 13px;
}
.movie-sidebar ul.filims-list li .filim-thumb .movie-naming span {
  color: #e3e3e3;
  font-size: 12px;
}
@-webkit-keyframes videobutton {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes videobutton {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#expire > .container {
  --size: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--size);
  justify-content: center;
  min-height: 100vh;
  padding: var(--size);
}
@media (min-width: 768px) {
  #expire > .container {
    --size: 30px;
    --size: 60px;
  }
}
#expire > .container * {
  text-align: center;
}
#expire > .container .title {
  color: red;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  #expire > .container .title {
    font-size: 36px;
    font-size: 48px;
    font-weight: 700;
  }
}
#expire > .container .desc {
  color: #e3e3e3;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  #expire > .container .desc {
    font-size: 22px;
    font-size: 26px;
  }
}
#expire > .container .thank {
  background: red;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  max-width: 340px;
  padding: 15px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  #expire > .container .thank {
    padding: 20px 30px;
  }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: hsla(0, 0%, 100%, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    90deg,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 9999 px);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  width: 320px;
  width: var(--toastify-toast-width);
  z-index: 9999;
  z-index: var(--toastify-z-index);
}
.Toastify__toast-container--top-left {
  left: 1em;
  top: 1em;
}
.Toastify__toast-container--top-center {
  left: 50%;
  top: 1em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  right: 1em;
  top: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    left: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
  }
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-right {
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    left: auto;
    right: 0;
  }
}
.Toastify__toast {
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  cursor: pointer;
  direction: ltr;
  display: flex;
  font-family: sans-serif;
  font-family: var(--toastify-font-family);
  justify-content: space-between;
  margin-bottom: 1rem;
  max-height: 800px;
  max-height: var(--toastify-toast-max-height);
  min-height: 64px;
  min-height: var(--toastify-toast-min-height);
  overflow: hidden;
  padding: 8px;
  position: relative;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast-body {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  margin: auto 0;
  padding: 6px;
}
.Toastify__toast-body > div:last-child {
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  display: flex;
  flex-shrink: 0;
  margin-inline-end: 10px;
  width: 20px;
}
.Toastify--animate {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.Toastify--animate-icon {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.Toastify__toast-theme--dark {
  background: #121212;
  background: var(--toastify-color-dark);
  color: #fff;
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
  background: #fff;
  background: var(--toastify-color-light);
  color: #757575;
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  background: #3498db;
  background: var(--toastify-color-info);
  color: #fff;
  color: var(--toastify-text-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  background: #07bc0c;
  background: var(--toastify-color-success);
  color: #fff;
  color: var(--toastify-text-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  background: #f1c40f;
  background: var(--toastify-color-warning);
  color: #fff;
  color: var(--toastify-text-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  background: #e74c3c;
  background: var(--toastify-color-error);
  color: #fff;
  color: var(--toastify-text-color-error);
}
.Toastify__progress-bar-theme--light {
  background: linear-gradient(
    90deg,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: #bb86fc;
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: #3498db;
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: #07bc0c;
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: #f1c40f;
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: #e74c3c;
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
  background: hsla(0, 0%, 100%, 0.7);
  background: var(--toastify-color-transparent);
}
.Toastify__close-button {
  align-self: flex-start;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.7;
  outline: none;
  padding: 0;
  transition: 0.3s ease;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:focus,
.Toastify__close-button:hover {
  opacity: 1;
}
@-webkit-keyframes Toastify__trackProgress {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes Toastify__trackProgress {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  bottom: 0;
  height: 5px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 100%;
  z-index: 9999;
  z-index: var(--toastify-z-index);
}
.Toastify__progress-bar--animated {
  -webkit-animation: Toastify__trackProgress linear 1 forwards;
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.Toastify__progress-bar--rtl {
  left: auto;
  right: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.Toastify__spinner {
  -webkit-animation: Toastify__spin 0.65s linear infinite;
  animation: Toastify__spin 0.65s linear infinite;
  border: 2px solid #e0e0e0;
  border-color: var(--toastify-spinner-color-empty-area);
  border-radius: 100%;
  border-right: 2px solid var(--toastify-spinner-color);
  box-sizing: border-box;
  height: 20px;
  width: 20px;
}
@-webkit-keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes Toastify__bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes Toastify__bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
  -webkit-animation-name: Toastify__bounceInLeft;
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
  -webkit-animation-name: Toastify__bounceInRight;
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  -webkit-animation-name: Toastify__bounceInDown;
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  -webkit-animation-name: Toastify__bounceInUp;
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
  -webkit-animation-name: Toastify__bounceOutLeft;
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
  -webkit-animation-name: Toastify__bounceOutRight;
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  -webkit-animation-name: Toastify__bounceOutUp;
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  -webkit-animation-name: Toastify__bounceOutDown;
  animation-name: Toastify__bounceOutDown;
}
@-webkit-keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  -webkit-animation-name: Toastify__zoomIn;
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  -webkit-animation-name: Toastify__zoomOut;
  animation-name: Toastify__zoomOut;
}
@-webkit-keyframes Toastify__flipIn {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipIn {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes Toastify__flipOut {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes Toastify__flipOut {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }
}
.Toastify__flip-enter {
  -webkit-animation-name: Toastify__flipIn;
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  -webkit-animation-name: Toastify__flipOut;
  animation-name: Toastify__flipOut;
}
@-webkit-keyframes Toastify__slideInRight {
  0% {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInRight {
  0% {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes Toastify__slideInLeft {
  0% {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes Toastify__slideInUp {
  0% {
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes Toastify__slideInDown {
  0% {
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes Toastify__slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes Toastify__slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes Toastify__slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes Toastify__slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    visibility: hidden;
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0);
    visibility: hidden;
  }
}
.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
  -webkit-animation-name: Toastify__slideInLeft;
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
  -webkit-animation-name: Toastify__slideInRight;
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  -webkit-animation-name: Toastify__slideInDown;
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  -webkit-animation-name: Toastify__slideInUp;
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
  -webkit-animation-name: Toastify__slideOutLeft;
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
  -webkit-animation-name: Toastify__slideOutRight;
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  -webkit-animation-name: Toastify__slideOutUp;
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  -webkit-animation-name: Toastify__slideOutDown;
  animation-name: Toastify__slideOutDown;
}
@-webkit-keyframes Toastify__spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes Toastify__spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: 44px;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: -22px;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: 27px;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.rc-slider {
  border-radius: 6px;
  height: 14px;
  padding: 5px 0;
  position: relative;
  touch-action: none;
  width: 100%;
}
.rc-slider,
.rc-slider * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
.rc-slider-rail {
  background-color: #e9e9e9;
  width: 100%;
}
.rc-slider-rail,
.rc-slider-track {
  border-radius: 6px;
  height: 4px;
  position: absolute;
}
.rc-slider-track {
  background-color: #abe2fb;
  left: 0;
}
.rc-slider-handle {
  background-color: #fff;
  border: 2px solid #96dbfa;
  border-radius: 50%;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  height: 14px;
  position: absolute;
  touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle:focus {
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: grabbing;
}
.rc-slider-mark {
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 100%;
}
.rc-slider-mark-text {
  color: #999;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  text-align: center;
  vertical-align: middle;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  background: transparent;
  height: 4px;
  position: absolute;
  width: 100%;
}
.rc-slider-dot {
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  bottom: -2px;
  cursor: pointer;
  height: 8px;
  margin-left: -4px;
  position: absolute;
  vertical-align: middle;
  width: 8px;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-dot,
.rc-slider-disabled .rc-slider-handle {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-dot,
.rc-slider-disabled .rc-slider-mark-text {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  padding: 0 5px;
  width: 14px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  left: 5px;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  height: 100%;
  left: 18px;
  top: 0;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child,
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  display: block !important;
}
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
  animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
  animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter {
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
.rc-slider-tooltip {
  left: -9999px;
  position: absolute;
  top: -9999px;
  visibility: visible;
}
.rc-slider-tooltip,
.rc-slider-tooltip * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px;
}
.rc-slider-tooltip-inner {
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
  color: #fff;
  font-size: 12px;
  height: 24px;
  line-height: 1;
  min-width: 24px;
  padding: 6px 2px;
  text-align: center;
  text-decoration: none;
}
.rc-slider-tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  border-top-color: #6c6c6c;
  border-width: 4px 4px 0;
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner-loader:not(:required) {
  -webkit-animation: spinner-loader 1.5s linear infinite;
  animation: spinner-loader 1.5s linear infinite;
  border-radius: 0.5em;
  box-shadow: 1.5em 0 0 0 rgba(0, 0, 51, 0.3),
    1.1em 1.1em 0 0 rgba(0, 0, 51, 0.3), 0 1.5em 0 0 rgba(0, 0, 51, 0.3),
    -1.1em 1.1em 0 0 rgba(0, 0, 51, 0.3), -1.5em 0 0 0 rgba(0, 0, 51, 0.3),
    -1.1em -1.1em 0 0 rgba(0, 0, 51, 0.3), 0 -1.5em 0 0 rgba(0, 0, 51, 0.3),
    1.1em -1.1em 0 0 rgba(0, 0, 51, 0.3);
  display: inline-block;
  font-size: 10px;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
  width: 1em;
}
@-webkit-keyframes refreshing-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes refreshing-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.refreshing-loader:not(:required) {
  -webkit-animation: refreshing-loader 1s linear infinite;
  animation: refreshing-loader 1s linear infinite;
  border: 0.4em solid #9ac;
  border-left-color: transparent;
  border-radius: 2.4em;
  color: transparent;
  display: inline-block;
  font-size: 10px;
  height: 3em;
  line-height: 1.2;
  text-indent: 100%;
  width: 3em;
}
.refreshing-loader:not(:required):after {
  border-color: #9ac transparent transparent #9ac;
  border-style: solid;
  border-width: 0.5em;
  content: "";
  display: block;
  height: 0;
  margin-left: -0.2em;
  margin-top: 1em;
  overflow: hidden;
  width: 0;
}
@-webkit-keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }
  10% {
    background: #6b9dc8;
  }
  40% {
    background: #dde2e7;
  }
}
@keyframes throbber-loader {
  0% {
    background: #dde2e7;
  }
  10% {
    background: #6b9dc8;
  }
  40% {
    background: #dde2e7;
  }
}
.throbber-loader:not(:required) {
  -webkit-animation: throbber-loader 2s ease-out 0.3s infinite;
  animation: throbber-loader 2s ease-out 0.3s infinite;
  background: #dde2e7;
  display: inline-block;
  height: 1.5em;
  margin: 0 1.6em;
  position: relative;
  text-indent: -9999px;
  width: 0.9em;
}
.throbber-loader:not(:required):after,
.throbber-loader:not(:required):before {
  background: #dde2e7;
  content: "\x200B";
  display: inline-block;
  height: 1.5em;
  position: absolute;
  top: 0;
  width: 0.9em;
}
.throbber-loader:not(:required):before {
  -webkit-animation: throbber-loader 2s ease-out 0.15s infinite;
  animation: throbber-loader 2s ease-out 0.15s infinite;
  left: -1.6em;
}
.throbber-loader:not(:required):after {
  -webkit-animation: throbber-loader 2s ease-out 0.45s infinite;
  animation: throbber-loader 2s ease-out 0.45s infinite;
  right: -1.6em;
}
@-webkit-keyframes heartbeat-loader {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  28% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  70% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
@keyframes heartbeat-loader {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  14% {
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  28% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
  42% {
    -webkit-transform: rotate(45deg) scale(1.3);
    transform: rotate(45deg) scale(1.3);
  }
  70% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }
}
.heartbeat-loader:not(:required) {
  -webkit-animation: heartbeat-loader 1.3s ease 0s infinite normal;
  animation: heartbeat-loader 1.3s ease 0s infinite normal;
  display: inline-block;
  height: 36px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 36px;
}
.heartbeat-loader:not(:required):after,
.heartbeat-loader:not(:required):before {
  background: #e87;
  content: "";
  position: absolute;
}
.heartbeat-loader:not(:required):before {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  height: 24px;
  left: 0;
  top: 12px;
  width: 36px;
}
.heartbeat-loader:not(:required):after {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 12px;
  left: 12px;
  top: 0;
  width: 24px;
}
@-webkit-keyframes gauge-loader {
  0% {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
  10% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  24% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  54% {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
  }
  56% {
    -webkit-transform: rotate(78deg);
    transform: rotate(78deg);
  }
  58% {
    -webkit-transform: rotate(73deg);
    transform: rotate(73deg);
  }
  60% {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
  }
  62% {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
  }
  70% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  80% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  83% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  86% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  89% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  to {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
}
@keyframes gauge-loader {
  0% {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
  10% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  20% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  24% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  54% {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
  }
  56% {
    -webkit-transform: rotate(78deg);
    transform: rotate(78deg);
  }
  58% {
    -webkit-transform: rotate(73deg);
    transform: rotate(73deg);
  }
  60% {
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg);
  }
  62% {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
  }
  70% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  80% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  83% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  86% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  89% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  to {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }
}
.gauge-loader:not(:required) {
  background: #6ca;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  display: inline-block;
  height: 32px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 64px;
}
.gauge-loader:not(:required):before {
  -webkit-animation: gauge-loader 4s ease infinite;
  animation: gauge-loader 4s ease infinite;
  background: #fff;
  border-radius: 2px;
  content: "";
  height: 26.66667px;
  left: 30px;
  position: absolute;
  top: 5.33333px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 4px;
}
.gauge-loader:not(:required):after {
  background: #fff;
  border-radius: 8px;
  content: "";
  height: 12.8px;
  left: 25.6px;
  position: absolute;
  top: 25.6px;
  width: 12.8px;
}
@-webkit-keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes timer-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.timer-loader:not(:required) {
  border: 6px solid #c8d;
  border-radius: 24px;
  box-sizing: border-box;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 48px;
}
.timer-loader:not(:required):before {
  -webkit-animation: timer-loader 1.25s linear infinite;
  animation: timer-loader 1.25s linear infinite;
  background: #c8d;
  border-radius: 3px;
  content: "";
  display: block;
  height: 19.2px;
  left: 15px;
  position: absolute;
  top: 15px;
  -webkit-transform-origin: 3px 3px;
  transform-origin: 3px 3px;
  width: 6px;
}
.timer-loader:not(:required):after {
  -webkit-animation: timer-loader 15s linear infinite;
  animation: timer-loader 15s linear infinite;
  background: #c8d;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 15px;
  position: absolute;
  top: 15px;
  -webkit-transform-origin: 3px 3px;
  transform-origin: 3px 3px;
  width: 6px;
}
@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.three-quarters-loader:not(:required) {
  -webkit-animation: three-quarters-loader 1.25s linear infinite;
  animation: three-quarters-loader 1.25s linear infinite;
  border: 8px solid #38e;
  border-radius: 16px;
  border-right-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 32px;
}
@-webkit-keyframes wobblebar-loader {
  0% {
    left: 4px;
  }
  3% {
    left: 104px;
  }
  6% {
    left: 4px;
  }
  9% {
    left: 104px;
  }
  12% {
    left: 4px;
  }
  15% {
    left: 104px;
  }
  18% {
    left: 32px;
  }
  27% {
    left: 32px;
  }
  30% {
    left: 104px;
  }
  33% {
    left: 4px;
  }
  36% {
    left: 104px;
  }
  39% {
    left: 4px;
  }
  42% {
    left: 104px;
  }
  45% {
    left: 4px;
  }
  48% {
    left: 104px;
  }
  51% {
    left: 52px;
  }
  63% {
    left: 52px;
  }
  66% {
    left: 4px;
  }
  69% {
    left: 104px;
  }
  72% {
    left: 4px;
  }
  75% {
    left: 104px;
  }
  78% {
    left: 4px;
  }
  81% {
    left: 104px;
  }
  84% {
    left: 72px;
  }
  94% {
    left: 72px;
  }
  97% {
    left: 104px;
  }
}
@keyframes wobblebar-loader {
  0% {
    left: 4px;
  }
  3% {
    left: 104px;
  }
  6% {
    left: 4px;
  }
  9% {
    left: 104px;
  }
  12% {
    left: 4px;
  }
  15% {
    left: 104px;
  }
  18% {
    left: 32px;
  }
  27% {
    left: 32px;
  }
  30% {
    left: 104px;
  }
  33% {
    left: 4px;
  }
  36% {
    left: 104px;
  }
  39% {
    left: 4px;
  }
  42% {
    left: 104px;
  }
  45% {
    left: 4px;
  }
  48% {
    left: 104px;
  }
  51% {
    left: 52px;
  }
  63% {
    left: 52px;
  }
  66% {
    left: 4px;
  }
  69% {
    left: 104px;
  }
  72% {
    left: 4px;
  }
  75% {
    left: 104px;
  }
  78% {
    left: 4px;
  }
  81% {
    left: 104px;
  }
  84% {
    left: 72px;
  }
  94% {
    left: 72px;
  }
  97% {
    left: 104px;
  }
}
.wobblebar-loader:not(:required) {
  background: #a9d;
  border-radius: 10.66667px;
  display: inline-block;
  height: 21.33333px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 128px;
}
.wobblebar-loader:not(:required):after {
  -webkit-animation: wobblebar-loader 15s ease infinite;
  animation: wobblebar-loader 15s ease infinite;
  background: #fff;
  border-radius: 7.11111px;
  content: "";
  display: block;
  height: 14.22222px;
  left: 4px;
  position: absolute;
  top: 3.55556px;
  width: 21.33333px;
}
@-webkit-keyframes atebits-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  13% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  23% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  30% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  33% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  43% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  53% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  63% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  70% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  73% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  83% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  90% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  93% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes atebits-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  13% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  23% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  30% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  33% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  43% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  53% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  63% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  70% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  73% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  83% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  90% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  93% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.atebits-loader:not(:required) {
  -webkit-animation: atebits-loader 8s ease-in-out infinite;
  animation: atebits-loader 8s ease-in-out infinite;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: -12px -12px 0 0 rgba(0, 0, 0, 0.5),
    12px -12px 0 0 rgba(0, 0, 0, 0.5), -12px 0 0 0 rgba(0, 0, 0, 0.5),
    12px 0 0 0 rgba(0, 0, 0, 0.5), -12px 12px 0 0 rgba(0, 0, 0, 0.5),
    0 12px 0 0 rgba(0, 0, 0, 0.5), 12px 12px 0 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 9px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 9px;
}
@-webkit-keyframes whirly-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes whirly-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.whirly-loader:not(:required) {
  -webkit-animation: whirly-loader 1.25s linear infinite;
  animation: whirly-loader 1.25s linear infinite;
  background: transparent;
  border-radius: 100%;
  box-shadow: 0 26px 0 6px #e66, 0.90971px 26.05079px 0 5.93333px #e66,
    1.82297px 26.06967px 0 5.86667px #e66, 2.73865px 26.05647px 0 5.8px #e66,
    3.65561px 26.01104px 0 5.73333px #e66, 4.57274px 25.93327px 0 5.66667px #e66,
    5.48887px 25.8231px 0 5.6px #e66, 6.40287px 25.68049px 0 5.53333px #e66,
    7.31358px 25.50548px 0 5.46667px #e66, 8.21985px 25.2981px 0 5.4px #e66,
    9.12054px 25.05847px 0 5.33333px #e66,
    10.01448px 24.78672px 0 5.26667px #e66, 10.90054px 24.48302px 0 5.2px #e66,
    11.77757px 24.1476px 0 5.13333px #e66,
    12.64443px 23.78072px 0 5.06667px #e66, 13.5px 23.38269px 0 5px #e66,
    14.34315px 22.95384px 0 4.93333px #e66,
    15.17277px 22.49455px 0 4.86667px #e66, 15.98776px 22.00526px 0 4.8px #e66,
    16.78704px 21.48643px 0 4.73333px #e66,
    17.56953px 20.93855px 0 4.66667px #e66, 18.33418px 20.36217px 0 4.6px #e66,
    19.07995px 19.75787px 0 4.53333px #e66,
    19.80582px 19.12626px 0 4.46667px #e66, 20.5108px 18.468px 0 4.4px #e66,
    21.1939px 17.78379px 0 4.33333px #e66,
    21.85416px 17.07434px 0 4.26667px #e66, 22.49067px 16.34043px 0 4.2px #e66,
    23.10251px 15.58284px 0 4.13333px #e66,
    23.68881px 14.80241px 0 4.06667px #e66, 24.24871px 14px 0 4px #e66,
    24.7814px 13.1765px 0 3.93333px #e66, 25.28607px 12.33284px 0 3.86667px #e66,
    25.76198px 11.46997px 0 3.8px #e66, 26.2084px 10.58888px 0 3.73333px #e66,
    26.62462px 9.69057px 0 3.66667px #e66, 27.01001px 8.77608px 0 3.6px #e66,
    27.36392px 7.84648px 0 3.53333px #e66, 27.68577px 6.90284px 0 3.46667px #e66,
    27.97502px 5.94627px 0 3.4px #e66, 28.23116px 4.97791px 0 3.33333px #e66,
    28.4537px 3.99891px 0 3.26667px #e66, 28.64223px 3.01042px 0 3.2px #e66,
    28.79635px 2.01364px 0 3.13333px #e66, 28.91571px 1.00976px 0 3.06667px #e66,
    29px 0 0 3px #e66, 29.04896px -1.01441px 0 2.93333px #e66,
    29.06237px -2.03224px 0 2.86667px #e66, 29.04004px -3.05223px 0 2.8px #e66,
    28.98185px -4.07313px 0 2.73333px #e66,
    28.88769px -5.09368px 0 2.66667px #e66, 28.75754px -6.1126px 0 2.6px #e66,
    28.59138px -7.12863px 0 2.53333px #e66,
    28.38926px -8.14049px 0 2.46667px #e66, 28.15127px -9.1469px 0 2.4px #e66,
    27.87755px -10.1466px 0 2.33333px #e66,
    27.56827px -11.1383px 0 2.26667px #e66, 27.22365px -12.12075px 0 2.2px #e66,
    26.84398px -13.09268px 0 2.13333px #e66,
    26.42956px -14.05285px 0 2.06667px #e66, 25.98076px -15px 0 2px #e66,
    25.49798px -15.93291px 0 1.93333px #e66,
    24.98167px -16.85035px 0 1.86667px #e66, 24.43231px -17.75111px 0 1.8px #e66,
    23.85046px -18.63402px 0 1.73333px #e66,
    23.23668px -19.49789px 0 1.66667px #e66, 22.5916px -20.34157px 0 1.6px #e66,
    21.91589px -21.16393px 0 1.53333px #e66,
    21.21024px -21.96384px 0 1.46667px #e66, 20.4754px -22.74023px 0 1.4px #e66,
    19.71215px -23.49203px 0 1.33333px #e66,
    18.92133px -24.2182px 0 1.26667px #e66, 18.10379px -24.91772px 0 1.2px #e66,
    17.26042px -25.58963px 0 1.13333px #e66,
    16.39217px -26.23295px 0 1.06667px #e66, 15.5px -26.84679px 0 1px #e66,
    14.58492px -27.43024px 0 0.93333px #e66,
    13.64796px -27.98245px 0 0.86667px #e66, 12.69018px -28.50262px 0 0.8px #e66,
    11.7127px -28.98995px 0 0.73333px #e66,
    10.71663px -29.4437px 0 0.66667px #e66, 9.70313px -29.86317px 0 0.6px #e66,
    8.67339px -30.2477px 0 0.53333px #e66, 7.6286px -30.59666px 0 0.46667px #e66,
    6.57001px -30.90946px 0 0.4px #e66, 5.49886px -31.18558px 0 0.33333px #e66,
    4.41643px -31.42451px 0 0.26667px #e66, 3.32401px -31.6258px 0 0.2px #e66,
    2.22291px -31.78904px 0 0.13333px #e66,
    1.11446px -31.91388px 0 0.06667px #e66, 0 -32px 0 0 #e66,
    -1.11911px -32.04713px 0 -0.06667px #e66,
    -2.24151px -32.05506px 0 -0.13333px #e66,
    -3.36582px -32.02361px 0 -0.2px #e66,
    -4.49065px -31.95265px 0 -0.26667px #e66,
    -5.61462px -31.84212px 0 -0.33333px #e66,
    -6.73634px -31.69198px 0 -0.4px #e66,
    -7.8544px -31.50227px 0 -0.46667px #e66,
    -8.9674px -31.27305px 0 -0.53333px #e66,
    -10.07395px -31.00444px 0 -0.6px #e66,
    -11.17266px -30.69663px 0 -0.66667px #e66,
    -12.26212px -30.34982px 0 -0.73333px #e66,
    -13.34096px -29.96429px 0 -0.8px #e66,
    -14.4078px -29.54036px 0 -0.86667px #e66,
    -15.46126px -29.07841px 0 -0.93333px #e66, -16.5px -28.57884px 0 -1px #e66,
    -17.52266px -28.04212px 0 -1.06667px #e66,
    -18.52792px -27.46878px 0 -1.13333px #e66,
    -19.51447px -26.85936px 0 -1.2px #e66,
    -20.48101px -26.21449px 0 -1.26667px #e66,
    -21.42625px -25.53481px 0 -1.33333px #e66,
    -22.34896px -24.82104px 0 -1.4px #e66,
    -23.2479px -24.07391px 0 -1.46667px #e66,
    -24.12186px -23.29421px 0 -1.53333px #e66,
    -24.96967px -22.48279px 0 -1.6px #e66,
    -25.79016px -21.64052px 0 -1.66667px #e66,
    -26.58223px -20.76831px 0 -1.73333px #e66,
    -27.34477px -19.86714px 0 -1.8px #e66,
    -28.07674px -18.938px 0 -1.86667px #e66,
    -28.7771px -17.98193px 0 -1.93333px #e66, -29.44486px -17px 0 -2px #e66,
    -30.07908px -15.99333px 0 -2.06667px #e66,
    -30.67884px -14.96307px 0 -2.13333px #e66,
    -31.24325px -13.91039px 0 -2.2px #e66,
    -31.7715px -12.83652px 0 -2.26667px #e66,
    -32.26278px -11.74269px 0 -2.33333px #e66,
    -32.71634px -10.63018px 0 -2.4px #e66,
    -33.13149px -9.5003px 0 -2.46667px #e66,
    -33.50755px -8.35437px 0 -2.53333px #e66,
    -33.84391px -7.19374px 0 -2.6px #e66, -34.14px -6.0198px 0 -2.66667px #e66,
    -34.39531px -4.83395px 0 -2.73333px #e66,
    -34.60936px -3.63759px 0 -2.8px #e66,
    -34.78173px -2.43218px 0 -2.86667px #e66,
    -34.91205px -1.21916px 0 -2.93333px #e66, -35px 0 0 -3px #e66,
    -35.04531px 1.22381px 0 -3.06667px #e66,
    -35.04775px 2.45078px 0 -3.13333px #e66, -35.00717px 3.6794px 0 -3.2px #e66,
    -34.92345px 4.90817px 0 -3.26667px #e66,
    -34.79654px 6.13557px 0 -3.33333px #e66, -34.62643px 7.36007px 0 -3.4px #e66,
    -34.41316px 8.58016px 0 -3.46667px #e66,
    -34.15683px 9.79431px 0 -3.53333px #e66, -33.85761px 11.001px 0 -3.6px #e66,
    -33.5157px 12.19872px 0 -3.66667px #e66,
    -33.13137px 13.38594px 0 -3.73333px #e66,
    -32.70493px 14.56117px 0 -3.8px #e66,
    -32.23675px 15.72291px 0 -3.86667px #e66,
    -31.72725px 16.86968px 0 -3.93333px #e66, -31.17691px 18px 0 -4px #e66,
    -30.58627px 19.11242px 0 -4.06667px #e66,
    -29.95589px 20.2055px 0 -4.13333px #e66,
    -29.28642px 21.27783px 0 -4.2px #e66,
    -28.57852px 22.32799px 0 -4.26667px #e66,
    -27.83295px 23.35462px 0 -4.33333px #e66,
    -27.05047px 24.35635px 0 -4.4px #e66,
    -26.23192px 25.33188px 0 -4.46667px #e66,
    -25.37819px 26.27988px 0 -4.53333px #e66,
    -24.49018px 27.1991px 0 -4.6px #e66, -23.56888px 28.0883px 0 -4.66667px #e66,
    -22.6153px 28.94626px 0 -4.73333px #e66, -21.6305px 29.77183px 0 -4.8px #e66,
    -20.61558px 30.56385px 0 -4.86667px #e66,
    -19.57168px 31.32124px 0 -4.93333px #e66, -18.5px 32.04294px 0 -5px #e66,
    -17.40175px 32.72792px 0 -5.06667px #e66,
    -16.27818px 33.37522px 0 -5.13333px #e66,
    -15.1306px 33.98389px 0 -5.2px #e66,
    -13.96034px 34.55305px 0 -5.26667px #e66,
    -12.76875px 35.08186px 0 -5.33333px #e66,
    -11.55724px 35.56951px 0 -5.4px #e66,
    -10.32721px 36.01527px 0 -5.46667px #e66,
    -9.08014px 36.41843px 0 -5.53333px #e66, -7.81748px 36.77835px 0 -5.6px #e66,
    -6.54075px 37.09443px 0 -5.66667px #e66,
    -5.25147px 37.36612px 0 -5.73333px #e66, -3.95118px 37.59293px 0 -5.8px #e66,
    -2.64145px 37.77443px 0 -5.86667px #e66,
    -1.32385px 37.91023px 0 -5.93333px #e66;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 8px;
}
@-webkit-keyframes flower-loader {
  0% {
    box-shadow: 0 0 15px 0 #fff, -12px -12px 0 4px #fd8, 12px -12px 0 4px #fd8,
      12px 12px 0 4px #fd8, -12px 12px 0 4px #fd8;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    box-shadow: 0 0 15px 0 #fff, 12px 12px 0 4px #fd8, -12px 12px 0 4px #fd8,
      -12px -12px 0 4px #fd8, 12px -12px 0 4px #fd8;
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn);
  }
}
@keyframes flower-loader {
  0% {
    box-shadow: 0 0 15px 0 #fff, -12px -12px 0 4px #fd8, 12px -12px 0 4px #fd8,
      12px 12px 0 4px #fd8, -12px 12px 0 4px #fd8;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    box-shadow: 0 0 15px 0 #fff, 12px 12px 0 4px #fd8, -12px 12px 0 4px #fd8,
      -12px -12px 0 4px #fd8, 12px -12px 0 4px #fd8;
    -webkit-transform: rotate(3turn);
    transform: rotate(3turn);
  }
}
.flower-loader:not(:required) {
  -webkit-animation: flower-loader 5s ease-in-out infinite;
  animation: flower-loader 5s ease-in-out infinite;
  background: #e96;
  border-radius: 100%;
  box-shadow: 0 0 15px 0 #fff, -12px -12px 0 4px #fd8, 12px -12px 0 4px #fd8,
    12px 12px 0 4px #fd8, -12px 12px 0 4px #fd8;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 16px;
}
@-webkit-keyframes dots-loader {
  0% {
    box-shadow: -14px -14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  }
  8.33% {
    box-shadow: 14px -14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  }
  16.67% {
    box-shadow: 14px 14px 0 7px #f86, 14px 14px 0 7px #fc6, 14px 14px 0 7px #6d7,
      -14px 14px 0 7px #4ae;
  }
  25% {
    box-shadow: -14px 14px 0 7px #f86, -14px 14px 0 7px #fc6,
      -14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  }
  33.33% {
    box-shadow: -14px -14px 0 7px #f86, -14px 14px 0 7px #fc6,
      -14px -14px 0 7px #6d7, -14px -14px 0 7px #4ae;
  }
  41.67% {
    box-shadow: 14px -14px 0 7px #f86, -14px 14px 0 7px #fc6,
      -14px -14px 0 7px #6d7, 14px -14px 0 7px #4ae;
  }
  50% {
    box-shadow: 14px 14px 0 7px #f86, -14px 14px 0 7px #fc6,
      -14px -14px 0 7px #6d7, 14px -14px 0 7px #4ae;
  }
  58.33% {
    box-shadow: -14px 14px 0 7px #f86, -14px 14px 0 7px #fc6,
      -14px -14px 0 7px #6d7, 14px -14px 0 7px #4ae;
  }
  66.67% {
    box-shadow: -14px -14px 0 7px #f86, -14px -14px 0 7px #fc6,
      -14px -14px 0 7px #6d7, 14px -14px 0 7px #4ae;
  }
  75% {
    box-shadow: 14px -14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px -14px 0 7px #6d7, 14px -14px 0 7px #4ae;
  }
  83.33% {
    box-shadow: 14px 14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px 14px 0 7px #6d7, 14px 14px 0 7px #4ae;
  }
  91.67% {
    box-shadow: -14px 14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  }
  to {
    box-shadow: -14px -14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  }
}
@keyframes dots-loader {
  0% {
    box-shadow: -14px -14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  }
  8.33% {
    box-shadow: 14px -14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  }
  16.67% {
    box-shadow: 14px 14px 0 7px #f86, 14px 14px 0 7px #fc6, 14px 14px 0 7px #6d7,
      -14px 14px 0 7px #4ae;
  }
  25% {
    box-shadow: -14px 14px 0 7px #f86, -14px 14px 0 7px #fc6,
      -14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  }
  33.33% {
    box-shadow: -14px -14px 0 7px #f86, -14px 14px 0 7px #fc6,
      -14px -14px 0 7px #6d7, -14px -14px 0 7px #4ae;
  }
  41.67% {
    box-shadow: 14px -14px 0 7px #f86, -14px 14px 0 7px #fc6,
      -14px -14px 0 7px #6d7, 14px -14px 0 7px #4ae;
  }
  50% {
    box-shadow: 14px 14px 0 7px #f86, -14px 14px 0 7px #fc6,
      -14px -14px 0 7px #6d7, 14px -14px 0 7px #4ae;
  }
  58.33% {
    box-shadow: -14px 14px 0 7px #f86, -14px 14px 0 7px #fc6,
      -14px -14px 0 7px #6d7, 14px -14px 0 7px #4ae;
  }
  66.67% {
    box-shadow: -14px -14px 0 7px #f86, -14px -14px 0 7px #fc6,
      -14px -14px 0 7px #6d7, 14px -14px 0 7px #4ae;
  }
  75% {
    box-shadow: 14px -14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px -14px 0 7px #6d7, 14px -14px 0 7px #4ae;
  }
  83.33% {
    box-shadow: 14px 14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px 14px 0 7px #6d7, 14px 14px 0 7px #4ae;
  }
  91.67% {
    box-shadow: -14px 14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  }
  to {
    box-shadow: -14px -14px 0 7px #f86, 14px -14px 0 7px #fc6,
      14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  }
}
.dots-loader:not(:required) {
  -webkit-animation: dots-loader 5s ease-in-out infinite;
  animation: dots-loader 5s ease-in-out infinite;
  background: transparent;
  border-radius: 100%;
  box-shadow: -14px -14px 0 7px #f86, 14px -14px 0 7px #fc6,
    14px 14px 0 7px #6d7, -14px 14px 0 7px #4ae;
  display: inline-block;
  height: 7px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 7px;
}
@-webkit-keyframes circles-loader {
  0% {
    -webkit-transform: rotate(-2turn);
    transform: rotate(-2turn);
  }
  50% {
    -webkit-transform: rotate(2turn);
    transform: rotate(2turn);
  }
}
@keyframes circles-loader {
  0% {
    -webkit-transform: rotate(-2turn);
    transform: rotate(-2turn);
  }
  50% {
    -webkit-transform: rotate(2turn);
    transform: rotate(2turn);
  }
}
.circles-loader:not(:required) {
  -webkit-animation: circles-loader 3s ease-in-out infinite;
  animation: circles-loader 3s ease-in-out infinite;
  background: rgba(255, 204, 51, 0.9);
  border-radius: 100%;
  display: inline-block;
  height: 25px;
  position: relative;
  text-indent: -9999px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 25px;
}
.circles-loader:not(:required):before {
  background: rgba(255, 102, 0, 0.6);
  border-radius: 100%;
  content: "";
  height: 25px;
  left: -10.82532px;
  position: absolute;
  top: 18.75px;
  width: 25px;
}
.circles-loader:not(:required):after {
  background: rgba(255, 51, 0, 0.4);
  border-radius: 100%;
  content: "";
  height: 25px;
  left: 10.82532px;
  position: absolute;
  top: 18.75px;
  width: 25px;
}
@-webkit-keyframes plus-loader-top {
  2.5% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    background: #f86;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  13.75% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #ff430d;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  13.76% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background: #ffae0d;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  25% {
    background: #fc6;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  27.5% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    background: #fc6;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  41.25% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #ffae0d;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  41.26% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background: #2cc642;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  50% {
    background: #6d7;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  52.5% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    background: #6d7;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  63.75% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #2cc642;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  63.76% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background: #1386d2;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  75% {
    background: #4ae;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  77.5% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    background: #4ae;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  91.25% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #1386d2;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  91.26% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    background: #ff430d;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #f86;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes plus-loader-top {
  2.5% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    background: #f86;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  13.75% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #ff430d;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  13.76% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background: #ffae0d;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  25% {
    background: #fc6;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  27.5% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    background: #fc6;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  41.25% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #ffae0d;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  41.26% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background: #2cc642;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  50% {
    background: #6d7;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  52.5% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    background: #6d7;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  63.75% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #2cc642;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  63.76% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background: #1386d2;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  75% {
    background: #4ae;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  77.5% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    background: #4ae;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  91.25% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #1386d2;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  91.26% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    background: #ff430d;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #f86;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes plus-loader-bottom {
  0% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #fc6;
  }
  50% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #fc6;
  }
  75% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #4ae;
  }
  to {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #4ae;
  }
}
@keyframes plus-loader-bottom {
  0% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #fc6;
  }
  50% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #fc6;
  }
  75% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #4ae;
  }
  to {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #4ae;
  }
}
@-webkit-keyframes plus-loader-background {
  0% {
    background: #f86;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  25% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #f86;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  27.5% {
    background: #6d7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #6d7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  52.5% {
    background: #6d7;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #6d7;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  77.5% {
    background: #f86;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  to {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #f86;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes plus-loader-background {
  0% {
    background: #f86;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  25% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #f86;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  27.5% {
    background: #6d7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #6d7;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  52.5% {
    background: #6d7;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #6d7;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  77.5% {
    background: #f86;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  to {
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    background: #f86;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.plus-loader:not(:required) {
  -webkit-animation: plus-loader-background 3s ease-in-out infinite;
  animation: plus-loader-background 3s ease-in-out infinite;
  background: #f86;
  border-radius: 24px;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 48px;
}
.plus-loader:not(:required):after {
  -webkit-animation: plus-loader-top 3s linear infinite;
  animation: plus-loader-top 3s linear infinite;
  background: #f86;
  border-radius: 24px 0 0 24px;
  content: "";
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  width: 50%;
}
.plus-loader:not(:required):before {
  -webkit-animation: plus-loader-bottom 3s linear infinite;
  animation: plus-loader-bottom 3s linear infinite;
  background: #fc6;
  border-radius: 24px 0 0 24px;
  content: "";
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  width: 50%;
}
@-webkit-keyframes ball-loader {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateZ(0) scaleX(1);
    transform: translateZ(0) scaleX(1);
  }
  45% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 150px, -10px) scaleY(0.95);
    transform: translate3d(0, 150px, -10px) scaleY(0.95);
  }
  50% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: translate3d(0, 150px, -10px) scaleY(0.5);
    transform: translate3d(0, 150px, -10px) scaleY(0.5);
  }
  55% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 150px, -10px) scaleY(1.25);
    transform: translate3d(0, 150px, -10px) scaleY(1.25);
  }
}
@keyframes ball-loader {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translateZ(0) scaleX(1);
    transform: translateZ(0) scaleX(1);
  }
  45% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 150px, -10px) scaleY(0.95);
    transform: translate3d(0, 150px, -10px) scaleY(0.95);
  }
  50% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: translate3d(0, 150px, -10px) scaleY(0.5);
    transform: translate3d(0, 150px, -10px) scaleY(0.5);
  }
  55% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 150px, -10px) scaleY(1.25);
    transform: translate3d(0, 150px, -10px) scaleY(1.25);
  }
}
@-webkit-keyframes ball-loader-highlight {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  }
  45% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: skew(-30deg, 0) translateZ(1px);
    transform: skew(-30deg, 0) translateZ(1px);
  }
  50% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: skew(-30deg, 0) translateZ(1px);
    transform: skew(-30deg, 0) translateZ(1px);
  }
  55% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: skew(-30deg, 0) translateZ(1px);
    transform: skew(-30deg, 0) translateZ(1px);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  }
}
@keyframes ball-loader-highlight {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  }
  45% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: skew(-30deg, 0) translateZ(1px);
    transform: skew(-30deg, 0) translateZ(1px);
  }
  50% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: skew(-30deg, 0) translateZ(1px);
    transform: skew(-30deg, 0) translateZ(1px);
  }
  55% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: skew(-30deg, 0) translateZ(1px);
    transform: skew(-30deg, 0) translateZ(1px);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
    transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  }
}
@-webkit-keyframes ball-loader-shadow {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px)
      scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  }
  45% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
  }
  50% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: translate3d(12.5px, -15px, -1px) scaleX(1);
    transform: translate3d(12.5px, -15px, -1px) scaleX(1);
  }
  55% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px)
      scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  }
}
@keyframes ball-loader-shadow {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px)
      scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  }
  45% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
  }
  50% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: translate3d(12.5px, -15px, -1px) scaleX(1);
    transform: translate3d(12.5px, -15px, -1px) scaleX(1);
  }
  55% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(12.5px, -15px, -1px);
    transform: translate3d(12.5px, -15px, -1px);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(66.66667px, 66.66667px, -1px)
      scale3d(1.25, 1.25, 1);
    transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  }
}
.ball-loader:not(:required) {
  -webkit-animation: ball-loader 1.5s linear infinite;
  animation: ball-loader 1.5s linear infinite;
  background: #f86;
  border-radius: 100%;
  display: inline-block;
  font-size: 0;
  height: 50px;
  letter-spacing: -1px;
  position: relative;
  -webkit-transform: translateZ(0) scaleX(1);
  transform: translateZ(0) scaleX(1);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 50px;
}
.ball-loader:not(:required):after {
  -webkit-animation: ball-loader-highlight 1.5s linear infinite;
  animation: ball-loader-highlight 1.5s linear infinite;
  background: #ffb099;
  border-radius: 100%;
  content: "";
  height: 15px;
  left: 5.5px;
  position: absolute;
  top: 4.5px;
  -webkit-transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  transform: skew(-20deg, 0) translate3d(0, 2.5px, 1px);
  width: 15px;
}
.ball-loader:not(:required):before {
  -webkit-animation: ball-loader-shadow 1.5s linear infinite;
  animation: ball-loader-shadow 1.5s linear infinite;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  content: "";
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 15px;
  left: 5.5px;
  position: absolute;
  top: 50px;
  -webkit-transform: translate3d(66.66667px, 66.66667px, -1px)
    scale3d(1.25, 1.25, 1);
  transform: translate3d(66.66667px, 66.66667px, -1px) scale3d(1.25, 1.25, 1);
  width: 50px;
}
@-webkit-keyframes hexdots-loader {
  0% {
    box-shadow: 0 -30px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px 15px 0 7px #999, 0 30px 0 7px #999, -26px 15px 0 7px #999,
      -26px -15px 0 7px #999;
  }
  8.33% {
    box-shadow: 26px -15px 0 7px #666, 26px -15px 0 7px #999,
      26px -15px 0 7px #999, 26px 15px 0 7px #999, 0 30px 0 7px #999,
      -26px 15px 0 7px #999, -26px -15px 0 7px #999;
  }
  16.67% {
    box-shadow: 26px 15px 0 7px #666, 26px 15px 0 7px #999, 26px 15px 0 7px #999,
      26px 15px 0 7px #999, 0 30px 0 7px #999, -26px 15px 0 7px #999,
      -26px -15px 0 7px #999;
  }
  25% {
    box-shadow: 0 30px 0 7px #666, 0 30px 0 7px #999, 0 30px 0 7px #999,
      0 30px 0 7px #999, 0 30px 0 7px #999, -26px 15px 0 7px #999,
      -26px -15px 0 7px #999;
  }
  33.33% {
    box-shadow: -26px 15px 0 7px #666, -26px 15px 0 7px #999,
      -26px 15px 0 7px #999, -26px 15px 0 7px #999, -26px 15px 0 7px #999,
      -26px 15px 0 7px #999, -26px -15px 0 7px #999;
  }
  41.67% {
    box-shadow: -26px -15px 0 7px #666, -26px -15px 0 7px #999,
      -26px -15px 0 7px #999, -26px -15px 0 7px #999, -26px -15px 0 7px #999,
      -26px -15px 0 7px #999, -26px -15px 0 7px #999;
  }
  50% {
    box-shadow: 0 -30px 0 7px #666, 0 -30px 0 7px #999, 0 -30px 0 7px #999,
      0 -30px 0 7px #999, 0 -30px 0 7px #999, 0 -30px 0 7px #999,
      0 -30px 0 7px #999;
  }
  58.33% {
    box-shadow: 26px -15px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px -15px 0 7px #999, 26px -15px 0 7px #999, 26px -15px 0 7px #999,
      26px -15px 0 7px #999;
  }
  66.67% {
    box-shadow: 26px 15px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px 15px 0 7px #999, 26px 15px 0 7px #999, 26px 15px 0 7px #999,
      26px 15px 0 7px #999;
  }
  75% {
    box-shadow: 0 30px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px 15px 0 7px #999, 0 30px 0 7px #999, 0 30px 0 7px #999,
      0 30px 0 7px #999;
  }
  83.33% {
    box-shadow: -26px 15px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px 15px 0 7px #999, 0 30px 0 7px #999, -26px 15px 0 7px #999,
      -26px 15px 0 7px #999;
  }
  91.67% {
    box-shadow: -26px -15px 0 7px #666, 0 -30px 0 7px #999,
      26px -15px 0 7px #999, 26px 15px 0 7px #999, 0 30px 0 7px #999,
      -26px 15px 0 7px #999, -26px -15px 0 7px #999;
  }
  to {
    box-shadow: 0 -30px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px 15px 0 7px #999, 0 30px 0 7px #999, -26px 15px 0 7px #999,
      -26px -15px 0 7px #999;
  }
}
@keyframes hexdots-loader {
  0% {
    box-shadow: 0 -30px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px 15px 0 7px #999, 0 30px 0 7px #999, -26px 15px 0 7px #999,
      -26px -15px 0 7px #999;
  }
  8.33% {
    box-shadow: 26px -15px 0 7px #666, 26px -15px 0 7px #999,
      26px -15px 0 7px #999, 26px 15px 0 7px #999, 0 30px 0 7px #999,
      -26px 15px 0 7px #999, -26px -15px 0 7px #999;
  }
  16.67% {
    box-shadow: 26px 15px 0 7px #666, 26px 15px 0 7px #999, 26px 15px 0 7px #999,
      26px 15px 0 7px #999, 0 30px 0 7px #999, -26px 15px 0 7px #999,
      -26px -15px 0 7px #999;
  }
  25% {
    box-shadow: 0 30px 0 7px #666, 0 30px 0 7px #999, 0 30px 0 7px #999,
      0 30px 0 7px #999, 0 30px 0 7px #999, -26px 15px 0 7px #999,
      -26px -15px 0 7px #999;
  }
  33.33% {
    box-shadow: -26px 15px 0 7px #666, -26px 15px 0 7px #999,
      -26px 15px 0 7px #999, -26px 15px 0 7px #999, -26px 15px 0 7px #999,
      -26px 15px 0 7px #999, -26px -15px 0 7px #999;
  }
  41.67% {
    box-shadow: -26px -15px 0 7px #666, -26px -15px 0 7px #999,
      -26px -15px 0 7px #999, -26px -15px 0 7px #999, -26px -15px 0 7px #999,
      -26px -15px 0 7px #999, -26px -15px 0 7px #999;
  }
  50% {
    box-shadow: 0 -30px 0 7px #666, 0 -30px 0 7px #999, 0 -30px 0 7px #999,
      0 -30px 0 7px #999, 0 -30px 0 7px #999, 0 -30px 0 7px #999,
      0 -30px 0 7px #999;
  }
  58.33% {
    box-shadow: 26px -15px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px -15px 0 7px #999, 26px -15px 0 7px #999, 26px -15px 0 7px #999,
      26px -15px 0 7px #999;
  }
  66.67% {
    box-shadow: 26px 15px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px 15px 0 7px #999, 26px 15px 0 7px #999, 26px 15px 0 7px #999,
      26px 15px 0 7px #999;
  }
  75% {
    box-shadow: 0 30px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px 15px 0 7px #999, 0 30px 0 7px #999, 0 30px 0 7px #999,
      0 30px 0 7px #999;
  }
  83.33% {
    box-shadow: -26px 15px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px 15px 0 7px #999, 0 30px 0 7px #999, -26px 15px 0 7px #999,
      -26px 15px 0 7px #999;
  }
  91.67% {
    box-shadow: -26px -15px 0 7px #666, 0 -30px 0 7px #999,
      26px -15px 0 7px #999, 26px 15px 0 7px #999, 0 30px 0 7px #999,
      -26px 15px 0 7px #999, -26px -15px 0 7px #999;
  }
  to {
    box-shadow: 0 -30px 0 7px #666, 0 -30px 0 7px #999, 26px -15px 0 7px #999,
      26px 15px 0 7px #999, 0 30px 0 7px #999, -26px 15px 0 7px #999,
      -26px -15px 0 7px #999;
  }
}
.hexdots-loader:not(:required) {
  -webkit-animation: hexdots-loader 5s ease-in-out infinite;
  animation: hexdots-loader 5s ease-in-out infinite;
  background: transparent;
  border-radius: 100%;
  box-shadow: 0 -30px 0 7px #666, 26px -15px 0 7px #999, 26px 15px 0 7px #999,
    0 30px 0 7px #999, 0 30px 0 7px #999, 0 30px 0 7px #999;
  display: inline-block;
  height: 7px;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 7px;
}
.inner-circles-loader:not(:required) {
  background: rgba(25, 165, 152, 0.5);
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 50px;
}
.inner-circles-loader:not(:required):after,
.inner-circles-loader:not(:required):before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 50px;
  position: absolute;
  top: 0;
  width: 50px;
}
.inner-circles-loader:not(:required):before {
  -webkit-animation: inner-circles-loader 3s infinite;
  animation: inner-circles-loader 3s infinite;
  background: #c7efcf;
  left: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.inner-circles-loader:not(:required):after {
  -webkit-animation: inner-circles-loader 3s 0.2s infinite reverse;
  animation: inner-circles-loader 3s 0.2s infinite reverse;
  background: #eef5db;
  right: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
@-webkit-keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes pong-loader {
  0% {
    left: 5px;
    top: 0;
  }
  25% {
    left: 65px;
    top: 20px;
  }
  50% {
    left: 5px;
  }
  62.5% {
    top: 50px;
  }
  75% {
    left: 65px;
    top: 70%;
  }
  to {
    left: 5px;
    top: 0;
  }
}
@keyframes pong-loader {
  0% {
    left: 5px;
    top: 0;
  }
  25% {
    left: 65px;
    top: 20px;
  }
  50% {
    left: 5px;
  }
  62.5% {
    top: 50px;
  }
  75% {
    left: 65px;
    top: 70%;
  }
  to {
    left: 5px;
    top: 0;
  }
}
@-webkit-keyframes pong-loader-paddle-1 {
  0% {
    box-shadow: inset 0 5px 0 0 #353c39, inset 0 -35px 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  25% {
    box-shadow: inset 0 15px 0 0 #353c39, inset 0 -25px 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  50% {
    box-shadow: inset 0 0 0 0 #353c39, inset 0 -40px 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  62.5% {
    box-shadow: inset 0 10px 0 0 #353c39, inset 0 -30px 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  75% {
    box-shadow: inset 0 40px 0 0 #353c39, inset 0 0 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  to {
    box-shadow: inset 0 5px 0 0 #353c39, inset 0 -35px 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
}
@keyframes pong-loader-paddle-1 {
  0% {
    box-shadow: inset 0 5px 0 0 #353c39, inset 0 -35px 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  25% {
    box-shadow: inset 0 15px 0 0 #353c39, inset 0 -25px 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  50% {
    box-shadow: inset 0 0 0 0 #353c39, inset 0 -40px 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  62.5% {
    box-shadow: inset 0 10px 0 0 #353c39, inset 0 -30px 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  75% {
    box-shadow: inset 0 40px 0 0 #353c39, inset 0 0 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  to {
    box-shadow: inset 0 5px 0 0 #353c39, inset 0 -35px 0 0 #353c39,
      inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
}
@-webkit-keyframes pong-loader-paddle-2 {
  0% {
    box-shadow: inset 0 0 0 0 #353c39, inset 0 -40px 0 0 #353c39,
      inset 3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  50% {
    box-shadow: inset 0 30px 0 0 #353c39, inset 0 -10px 0 0 #353c39,
      inset 3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  62.5% {
    box-shadow: inset 0 40px 0 0 #353c39, inset 0 0 0 0 #353c39,
      inset 3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  75% {
    box-shadow: inset 0 20px 0 0 #353c39, inset 0 -20px 0 0 #353c39,
      inset 3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  to {
    box-shadow: inset 0 0 0 0 #353c39, inset 0 -40px 0 0 #353c39,
      inset 3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
}
@keyframes pong-loader-paddle-2 {
  0% {
    box-shadow: inset 0 0 0 0 #353c39, inset 0 -40px 0 0 #353c39,
      inset 3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  50% {
    box-shadow: inset 0 30px 0 0 #353c39, inset 0 -10px 0 0 #353c39,
      inset 3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  62.5% {
    box-shadow: inset 0 40px 0 0 #353c39, inset 0 0 0 0 #353c39,
      inset 3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  75% {
    box-shadow: inset 0 20px 0 0 #353c39, inset 0 -20px 0 0 #353c39,
      inset 3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
  to {
    box-shadow: inset 0 0 0 0 #353c39, inset 0 -40px 0 0 #353c39,
      inset 3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  }
}
.pong-loader:not(:required) {
  -webkit-animation: pong-loader-paddle-1 1.5s linear infinite;
  animation: pong-loader-paddle-1 1.5s linear infinite;
  background: #353c39;
  box-shadow: inset 0 0 0 0 #353c39, inset 0 -40px 0 0 #353c39,
    inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  display: inline-block;
  height: 60px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  width: 80px;
}
.pong-loader:not(:required):before {
  -webkit-animation: pong-loader-paddle-2 1.5s linear infinite;
  animation: pong-loader-paddle-2 1.5s linear infinite;
  box-shadow: inset 0 0 0 0 #353c39, inset 0 -40px 0 0 #353c39,
    inset -3px 0 0 0 #353c39, inset -10px 0 0 0 #8cdb8b;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
.pong-loader:not(:required):after {
  -webkit-animation: pong-loader 1.5s linear infinite;
  animation: pong-loader 1.5s linear infinite;
  background: #8cdb8b;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
.pulse-loader:not(:required) {
  -webkit-animation: pulse-loader 0.7s linear infinite alternate;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid #e67e22;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-indent: 50px;
  width: 50px;
}
@-webkit-keyframes pulse-loader {
  0% {
    box-shadow: 0 0 0 20px #e67e22;
  }
  40% {
    box-shadow: none;
  }
  to {
    box-shadow: inset 0 0 0 25px #e67e22;
  }
}
@keyframes pulse-loader {
  0% {
    box-shadow: 0 0 0 20px #e67e22;
  }
  40% {
    box-shadow: none;
  }
  to {
    box-shadow: inset 0 0 0 25px #e67e22;
  }
}
.spinning-pixels-loader:not(:required) {
  -webkit-animation: spinning-pixels 2s linear infinite;
  animation: spinning-pixels 2s linear infinite;
  background: #f35626;
  box-shadow: 15px 15px 0 0 #f35626, -15px -15px 0 0 #f35626,
    15px -15px 0 0 #f35626, -15px 15px 0 0 #f35626, 0 15px 0 0 #f35626,
    15px 0 0 0 #f35626, -15px 0 0 0 #f35626, 0 -15px 0 0 #f35626;
  display: inline-block;
  font-size: 0;
  height: 10px;
  width: 10px;
}
@-webkit-keyframes spinning-pixels {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  50% {
    box-shadow: 20px 20px 0 0 #f35626, -20px -20px 0 0 #f35626,
      20px -20px 0 0 #f35626, -20px 20px 0 0 #f35626, 0 10px 0 0 #f35626,
      10px 0 0 0 #f35626, -10px 0 0 0 #f35626, 0 -10px 0 0 #f35626;
  }
  75% {
    box-shadow: 20px 20px 0 0 #f35626, -20px -20px 0 0 #f35626,
      20px -20px 0 0 #f35626, -20px 20px 0 0 #f35626, 0 10px 0 0 #f35626,
      10px 0 0 0 #f35626, -10px 0 0 0 #f35626, 0 -10px 0 0 #f35626;
  }
  to {
    -webkit-filter: hue-rotate(1turn);
    filter: hue-rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinning-pixels {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  50% {
    box-shadow: 20px 20px 0 0 #f35626, -20px -20px 0 0 #f35626,
      20px -20px 0 0 #f35626, -20px 20px 0 0 #f35626, 0 10px 0 0 #f35626,
      10px 0 0 0 #f35626, -10px 0 0 0 #f35626, 0 -10px 0 0 #f35626;
  }
  75% {
    box-shadow: 20px 20px 0 0 #f35626, -20px -20px 0 0 #f35626,
      20px -20px 0 0 #f35626, -20px 20px 0 0 #f35626, 0 10px 0 0 #f35626,
      10px 0 0 0 #f35626, -10px 0 0 0 #f35626, 0 -10px 0 0 #f35626;
  }
  to {
    -webkit-filter: hue-rotate(1turn);
    filter: hue-rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.echo-loader:not(:required) {
  -webkit-animation: echo-loader 1.4s ease-in;
  animation: echo-loader 1.4s ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 6px solid red;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  width: 40px;
}
@-webkit-keyframes echo-loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    opacity: 0.1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes echo-loader {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    opacity: 0.1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rc-slider {
  cursor: pointer;
}
.rc-slider-rail {
  background: hsla(0, 0%, 100%, 0.145);
}
.rc-slider-track {
  background: red;
}
.rc-slider-handle {
  aspect-ratio: 1;
  background: red;
  border: 2px solid hsla(0, 0%, 100%, 0.145);
  height: auto;
  margin-top: -5px;
  width: 14px;
}
.rc-slider-handle:active,
.rc-slider-handle:focus,
.rc-slider-handle:hover {
  border-color: transparent;
  box-shadow: 0 0 5px transparent;
}
.rc-slider-vertical {
  height: 100%;
  min-height: 200px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.rc-slider-vertical .rc-slider-track {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.volumeContent {
  position: relative;
}
.volumeContent .rc-slider-vertical {
  align-items: center;
  border-radius: 0;
  bottom: 120%;
  display: inline-flex;
  justify-content: center;
  max-height: 200px;
  position: absolute;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
}
.volumeContent .rc-slider-vertical .rc-slider-step {
  background: hsla(0, 0%, 100%, 0.145);
  border-radius: 1000px;
}
.volumeContent .rc-slider-vertical .rc-slider-rail {
  background: #04001b;
  height: 120%;
  width: 100%;
}
.volumeContent .rc-slider-vertical .rc-slider-handle {
  -webkit-transform: translate(20%, 50%) !important;
  transform: translate(20%, 50%) !important;
}
.playlist .nav-link {
  background: transparent !important;
  border-radius: 0 !important;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}
.playlist .nav-link.active,
.playlist .nav-link:hover {
  background: #060029 !important;
  color: #fff;
}
video::cue {
  background-color: transparent;
  font-size: 40px;
  margin-bottom: 150px;
  text-shadow: 0 5px 5px #000;
}
video::cue {
  background: transparent;
}
video::-webkit-media-text-track-background {
  background-color: transparent;
  border-radius: 5px;
  margin: 0;
  padding: 5px;
}
video::-webkit-media-text-track-display {
  background: transparent;
}
video::-moz-media-text-track-display {
  background: transparent;
}
video::-o-media-text-track-display {
  background: transparent;
}
track {
  background: red;
}
.loading_section {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.whirly-loader {
  -webkit-animation: whirly-loader 0.5s linear infinite !important;
  animation: whirly-loader 0.5s linear infinite !important;
  box-shadow: 0 26px 0 6px red, 0.90971px 26.05079px 0 5.93333px red,
    1.82297px 26.06967px 0 5.86667px red, 2.73865px 26.05647px 0 5.8px red,
    3.65561px 26.01104px 0 5.73333px red, 4.57274px 25.93327px 0 5.66667px red,
    5.48887px 25.8231px 0 5.6px red, 6.40287px 25.68049px 0 5.53333px red,
    7.31358px 25.50548px 0 5.46667px red, 8.21985px 25.2981px 0 5.4px red,
    9.12054px 25.05847px 0 5.33333px red, 10.01448px 24.78672px 0 5.26667px red,
    10.90054px 24.48302px 0 5.2px red, 11.77757px 24.1476px 0 5.13333px red,
    12.64443px 23.78072px 0 5.06667px red, 13.5px 23.38269px 0 5px red,
    14.34315px 22.95384px 0 4.93333px red, 15.17277px 22.49455px 0 4.86667px red,
    15.98776px 22.00526px 0 4.8px red, 16.78704px 21.48643px 0 4.73333px red,
    17.56953px 20.93855px 0 4.66667px red, 18.33418px 20.36217px 0 4.6px red,
    19.07995px 19.75787px 0 4.53333px red, 19.80582px 19.12626px 0 4.46667px red,
    20.5108px 18.468px 0 4.4px red, 21.1939px 17.78379px 0 4.33333px red,
    21.85416px 17.07434px 0 4.26667px red, 22.49067px 16.34043px 0 4.2px red,
    23.10251px 15.58284px 0 4.13333px red, 23.68881px 14.80241px 0 4.06667px red,
    24.24871px 14px 0 4px red, 24.7814px 13.1765px 0 3.93333px red,
    25.28607px 12.33284px 0 3.86667px red, 25.76198px 11.46997px 0 3.8px red,
    26.2084px 10.58888px 0 3.73333px red, 26.62462px 9.69057px 0 3.66667px red,
    27.01001px 8.77608px 0 3.6px red, 27.36392px 7.84648px 0 3.53333px red,
    27.68577px 6.90284px 0 3.46667px red, 27.97502px 5.94627px 0 3.4px red,
    28.23116px 4.97791px 0 3.33333px red, 28.4537px 3.99891px 0 3.26667px red,
    28.64223px 3.01042px 0 3.2px red, 28.79635px 2.01364px 0 3.13333px red,
    28.91571px 1.00976px 0 3.06667px red, 29px 0 0 3px red,
    29.04896px -1.01441px 0 2.93333px red, 29.06237px -2.03224px 0 2.86667px red,
    29.04004px -3.05223px 0 2.8px red, 28.98185px -4.07313px 0 2.73333px red,
    28.88769px -5.09368px 0 2.66667px red, 28.75754px -6.1126px 0 2.6px red,
    28.59138px -7.12863px 0 2.53333px red, 28.38926px -8.14049px 0 2.46667px red,
    28.15127px -9.1469px 0 2.4px red, 27.87755px -10.1466px 0 2.33333px red,
    27.56827px -11.1383px 0 2.26667px red, 27.22365px -12.12075px 0 2.2px red,
    26.84398px -13.09268px 0 2.13333px red,
    26.42956px -14.05285px 0 2.06667px red, 25.98076px -15px 0 2px red,
    25.49798px -15.93291px 0 1.93333px red,
    24.98167px -16.85035px 0 1.86667px red, 24.43231px -17.75111px 0 1.8px red,
    23.85046px -18.63402px 0 1.73333px red,
    23.23668px -19.49789px 0 1.66667px red, 22.5916px -20.34157px 0 1.6px red,
    21.91589px -21.16393px 0 1.53333px red,
    21.21024px -21.96384px 0 1.46667px red, 20.4754px -22.74023px 0 1.4px red,
    19.71215px -23.49203px 0 1.33333px red,
    18.92133px -24.2182px 0 1.26667px red, 18.10379px -24.91772px 0 1.2px red,
    17.26042px -25.58963px 0 1.13333px red,
    16.39217px -26.23295px 0 1.06667px red, 15.5px -26.84679px 0 1px red,
    14.58492px -27.43024px 0 0.93333px red,
    13.64796px -27.98245px 0 0.86667px red, 12.69018px -28.50262px 0 0.8px red,
    11.7127px -28.98995px 0 0.73333px red, 10.71663px -29.4437px 0 0.66667px red,
    9.70313px -29.86317px 0 0.6px red, 8.67339px -30.2477px 0 0.53333px red,
    7.6286px -30.59666px 0 0.46667px red, 6.57001px -30.90946px 0 0.4px red,
    5.49886px -31.18558px 0 0.33333px red, 4.41643px -31.42451px 0 0.26667px red,
    3.32401px -31.6258px 0 0.2px red, 2.22291px -31.78904px 0 0.13333px red,
    1.11446px -31.91388px 0 0.06667px red, 0 -32px 0 0 red,
    -1.11911px -32.04713px 0 -0.06667px red,
    -2.24151px -32.05506px 0 -0.13333px red, -3.36582px -32.02361px 0 -0.2px red,
    -4.49065px -31.95265px 0 -0.26667px red,
    -5.61462px -31.84212px 0 -0.33333px red, -6.73634px -31.69198px 0 -0.4px red,
    -7.8544px -31.50227px 0 -0.46667px red,
    -8.9674px -31.27305px 0 -0.53333px red, -10.07395px -31.00444px 0 -0.6px red,
    -11.17266px -30.69663px 0 -0.66667px red,
    -12.26212px -30.34982px 0 -0.73333px red,
    -13.34096px -29.96429px 0 -0.8px red,
    -14.4078px -29.54036px 0 -0.86667px red,
    -15.46126px -29.07841px 0 -0.93333px red, -16.5px -28.57884px 0 -1px red,
    -17.52266px -28.04212px 0 -1.06667px red,
    -18.52792px -27.46878px 0 -1.13333px red,
    -19.51447px -26.85936px 0 -1.2px red,
    -20.48101px -26.21449px 0 -1.26667px red,
    -21.42625px -25.53481px 0 -1.33333px red,
    -22.34896px -24.82104px 0 -1.4px red,
    -23.2479px -24.07391px 0 -1.46667px red,
    -24.12186px -23.29421px 0 -1.53333px red,
    -24.96967px -22.48279px 0 -1.6px red,
    -25.79016px -21.64052px 0 -1.66667px red,
    -26.58223px -20.76831px 0 -1.73333px red,
    -27.34477px -19.86714px 0 -1.8px red, -28.07674px -18.938px 0 -1.86667px red,
    -28.7771px -17.98193px 0 -1.93333px red, -29.44486px -17px 0 -2px red,
    -30.07908px -15.99333px 0 -2.06667px red,
    -30.67884px -14.96307px 0 -2.13333px red,
    -31.24325px -13.91039px 0 -2.2px red,
    -31.7715px -12.83652px 0 -2.26667px red,
    -32.26278px -11.74269px 0 -2.33333px red,
    -32.71634px -10.63018px 0 -2.4px red, -33.13149px -9.5003px 0 -2.46667px red,
    -33.50755px -8.35437px 0 -2.53333px red, -33.84391px -7.19374px 0 -2.6px red,
    -34.14px -6.0198px 0 -2.66667px red, -34.39531px -4.83395px 0 -2.73333px red,
    -34.60936px -3.63759px 0 -2.8px red, -34.78173px -2.43218px 0 -2.86667px red,
    -34.91205px -1.21916px 0 -2.93333px red, -35px 0 0 -3px red,
    -35.04531px 1.22381px 0 -3.06667px red,
    -35.04775px 2.45078px 0 -3.13333px red, -35.00717px 3.6794px 0 -3.2px red,
    -34.92345px 4.90817px 0 -3.26667px red,
    -34.79654px 6.13557px 0 -3.33333px red, -34.62643px 7.36007px 0 -3.4px red,
    -34.41316px 8.58016px 0 -3.46667px red,
    -34.15683px 9.79431px 0 -3.53333px red, -33.85761px 11.001px 0 -3.6px red,
    -33.5157px 12.19872px 0 -3.66667px red,
    -33.13137px 13.38594px 0 -3.73333px red, -32.70493px 14.56117px 0 -3.8px red,
    -32.23675px 15.72291px 0 -3.86667px red,
    -31.72725px 16.86968px 0 -3.93333px red, -31.17691px 18px 0 -4px red,
    -30.58627px 19.11242px 0 -4.06667px red,
    -29.95589px 20.2055px 0 -4.13333px red, -29.28642px 21.27783px 0 -4.2px red,
    -28.57852px 22.32799px 0 -4.26667px red,
    -27.83295px 23.35462px 0 -4.33333px red, -27.05047px 24.35635px 0 -4.4px red,
    -26.23192px 25.33188px 0 -4.46667px red,
    -25.37819px 26.27988px 0 -4.53333px red, -24.49018px 27.1991px 0 -4.6px red,
    -23.56888px 28.0883px 0 -4.66667px red,
    -22.6153px 28.94626px 0 -4.73333px red, -21.6305px 29.77183px 0 -4.8px red,
    -20.61558px 30.56385px 0 -4.86667px red,
    -19.57168px 31.32124px 0 -4.93333px red, -18.5px 32.04294px 0 -5px red,
    -17.40175px 32.72792px 0 -5.06667px red,
    -16.27818px 33.37522px 0 -5.13333px red, -15.1306px 33.98389px 0 -5.2px red,
    -13.96034px 34.55305px 0 -5.26667px red,
    -12.76875px 35.08186px 0 -5.33333px red, -11.55724px 35.56951px 0 -5.4px red,
    -10.32721px 36.01527px 0 -5.46667px red,
    -9.08014px 36.41843px 0 -5.53333px red, -7.81748px 36.77835px 0 -5.6px red,
    -6.54075px 37.09443px 0 -5.66667px red,
    -5.25147px 37.36612px 0 -5.73333px red, -3.95118px 37.59293px 0 -5.8px red,
    -2.64145px 37.77443px 0 -5.86667px red,
    -1.32385px 37.91023px 0 -5.93333px red !important;
  height: 1px !important;
  width: 1px !important;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.player_player__HAimB {
  background: #000;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.player_player__HAimB .player_m10_fade__x5jlq,
.player_player__HAimB .player_middle_icons__9HYSB,
.player_player__HAimB .player_p10_fade__lL-9Z {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10 !important;
}
.player_player__HAimB .player_m10_fade__x5jlq,
.player_player__HAimB .player_p10_fade__lL-9Z {
  align-items: center;
  aspect-ratio: 1;
  background: hsla(0, 0%, 100%, 0.145);
  border-radius: 1000px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-width: 40px;
  opacity: 1;
  top: 50%;
  width: 5%;
  z-index: 14 !important;
}
.player_player__HAimB .player_m10_fade__x5jlq:active,
.player_player__HAimB .player_p10_fade__lL-9Z:active {
  -webkit-filter: contrast(60%);
  filter: contrast(60%);
}
.player_player__HAimB .player_m10_fade__x5jlq svg,
.player_player__HAimB .player_p10_fade__lL-9Z svg {
  height: 70%;
  width: 70%;
}
.player_player__HAimB .player_m10_fade__x5jlq {
  left: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.player_player__HAimB .player_p10_fade__lL-9Z {
  right: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.player_player__HAimB .player_middle_icons__9HYSB {
  height: 100%;
  left: 50%;
  opacity: 1;
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.player_player__HAimB .player_middle_icons__9HYSB svg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
}
.player_player__HAimB .player_play_pause_fade__gVvdx {
  opacity: 1;
}
@media (min-width: 768px) {
  .player_player__HAimB .player_play_pause_fade__gVvdx {
    -webkit-animation: player_paly_pause_fade__PREMV 1s ease;
    animation: player_paly_pause_fade__PREMV 1s ease;
    opacity: 0;
  }
}
.player_player__HAimB .player_title__0nPXx {
  color: #fff;
  display: none;
  flex-grow: 1;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .player_player__HAimB .player_title__0nPXx {
    display: block;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .player_player__HAimB .player_title__0nPXx {
    display: block;
    max-width: 450px;
  }
}
.player_player__HAimB .player_player_Logo__oI5LV {
  max-width: 200px;
  width: 100%;
}
.player_player__HAimB .player_middle_volume__1A1ZX svg {
  position: static;
  -webkit-transform: none !important;
  transform: none !important;
}
.player_player__HAimB .player_bottom_menu__u3JVm,
.player_player__HAimB .player_top_menu__4SMfh,
.player_player__HAimB .player_video_palyer__fQHn\+ {
  position: absolute;
  width: 100%;
}
.player_player__HAimB .player_video_palyer__fQHn\+ {
  background: #000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100% !important;
  z-index: 0;
}
.player_player__HAimB .player_bottom_menu__u3JVm,
.player_player__HAimB .player_top_menu__4SMfh {
  color: #fff;
  padding: 0.5rem;
  z-index: 15 !important;
}
.player_player__HAimB .player_bottom_menu__u3JVm svg,
.player_player__HAimB .player_top_menu__4SMfh svg {
  height: 14px;
  width: 14px;
}
@media (max-width: 375px) {
  .player_player__HAimB .player_bottom_menu__u3JVm svg,
  .player_player__HAimB .player_top_menu__4SMfh svg {
    height: 14px;
    width: 14px;
  }
}
@media (max-width: 425px) {
  .player_player__HAimB .player_bottom_menu__u3JVm svg,
  .player_player__HAimB .player_top_menu__4SMfh svg {
    height: 18px;
    width: 18px;
  }
}
@media (min-width: 576px) {
  .player_player__HAimB .player_bottom_menu__u3JVm svg,
  .player_player__HAimB .player_top_menu__4SMfh svg {
    height: 26px;
    width: 26px;
  }
}
@media (max-width: 575px) {
  .player_player__HAimB .player_bottom_menu__u3JVm svg,
  .player_player__HAimB .player_top_menu__4SMfh svg {
    height: 26px;
    width: 26px;
  }
}
@media (min-width: 768px) {
  .player_player__HAimB .player_bottom_menu__u3JVm svg,
  .player_player__HAimB .player_top_menu__4SMfh svg {
    height: 34px;
    width: 34px;
  }
}
@media (min-width: 992px) {
  .player_player__HAimB .player_bottom_menu__u3JVm svg,
  .player_player__HAimB .player_top_menu__4SMfh svg {
    height: 44px;
    width: 44px;
  }
}
@media (min-width: 1200px) {
  .player_player__HAimB .player_bottom_menu__u3JVm svg,
  .player_player__HAimB .player_top_menu__4SMfh svg {
    height: 54px;
    width: 54px;
  }
}
.player_player__HAimB .player_bottom_menu__u3JVm {
  bottom: 0;
}
.player_player__HAimB .player_top_menu__4SMfh {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  justify-content: space-between;
  top: 0;
}
.player_player__HAimB .player_player_button__Pnz7U {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: none;
  border-radius: 1000px;
  padding: 0.3rem;
  transition: background 0.2s linear;
}
.player_player__HAimB .player_player_button__Pnz7U svg {
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.player_player__HAimB .player_player_button__Pnz7U:hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.player_player__HAimB .player_mkv_download__mw6\+p {
  align-items: center;
  background: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 100000000000;
}
.player_player__HAimB .player_mkv_download__mw6\+p * {
  color: #fff;
}
.player_player__HAimB .player_mkv_download__mw6\+p .player_mkv_title__0omko {
  font-size: 22px;
  font-size: 600;
}
@media (min-width: 768px) {
  .player_player__HAimB .player_mkv_download__mw6\+p .player_mkv_title__0omko {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .player_player__HAimB .player_mkv_download__mw6\+p .player_mkv_title__0omko {
    font-size: 36px;
  }
}
.player_player__HAimB .player_mkv_download__mw6\+p .player_mkv_title__0omko * {
  font-size: 22px;
}
@media (min-width: 768px) {
  .player_player__HAimB
    .player_mkv_download__mw6\+p
    .player_mkv_title__0omko
    * {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .player_player__HAimB
    .player_mkv_download__mw6\+p
    .player_mkv_title__0omko
    * {
    font-size: 36px;
  }
}
.player_player__HAimB
  .player_mkv_download__mw6\+p
  .player_mkv_title__0omko
  .player_mark__7O7nN {
  color: red;
}
.player_player__HAimB .player_mkv_download__mw6\+p .player_download__C\+fbm {
  background: #ff000010;
  border: 2px dashed red;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  transition: all 0.2s ease;
}
.player_player__HAimB
  .player_mkv_download__mw6\+p
  .player_download__C\+fbm:hover {
  background: #ff000050;
}
@media (min-width: 768px) {
  .player_player__HAimB .player_mkv_download__mw6\+p .player_download__C\+fbm {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .player_player__HAimB .player_mkv_download__mw6\+p .player_download__C\+fbm {
    margin-top: 20px;
  }
}
.player_player__HAimB
  .player_mkv_download__mw6\+p
  .player_download__C\+fbm
  .player_icon__UwnYw
  svg {
  font-size: 22px;
}
@media (min-width: 768px) {
  .player_player__HAimB
    .player_mkv_download__mw6\+p
    .player_download__C\+fbm
    .player_icon__UwnYw
    svg {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .player_player__HAimB
    .player_mkv_download__mw6\+p
    .player_download__C\+fbm
    .player_icon__UwnYw
    svg {
    font-size: 40px;
  }
}
.player_player__HAimB .player_overlay__khTCW {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.player_player__HAimB .player_middle_play_button__otFKM {
  align-items: center;
  aspect-ratio: 1;
  background: red;
  display: inline-flex;
  justify-content: center;
  width: 50px;
}
@media (min-width: 576px) {
  .player_player__HAimB .player_middle_play_button__otFKM {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .player_player__HAimB .player_middle_play_button__otFKM {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .player_player__HAimB .player_middle_play_button__otFKM {
    width: 80px;
  }
}
.player_player__HAimB .player_middle_play_button__otFKM svg {
  height: 70% !important;
  -webkit-transform: translate(-45%, -50%) !important;
  transform: translate(-45%, -50%) !important;
  width: 70% !important;
}
.player_player__HAimB .player_video_thumb_area__0XhoH {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.player_player__HAimB
  .player_video_thumb_area__0XhoH
  .player_video_slider__gQVhd {
  flex-grow: 1;
  width: auto !important;
}
.player_player__HAimB
  .player_video_thumb_area__0XhoH
  .player_video_slider__gQVhd
  .player_rc-slider-rail__jqlGp {
  background: hsla(0, 0%, 100%, 0.145);
}
.player_player__HAimB .player_player_controll__QwKn5 {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.9rem;
  padding-top: 0.9rem;
  position: relative;
  z-index: 20;
}
@media (max-width: 425px) {
  .player_player__HAimB .player_player_controll__QwKn5 {
    justify-content: center;
  }
}
.player_player__HAimB .player_player_controll__QwKn5 .player_part_1__QH7HM,
.player_player__HAimB .player_player_controll__QwKn5 .player_part_2__b\+Etz {
  align-items: center;
  display: flex;
  gap: 2px;
  justify-content: space-between;
}
.player_player__HAimB
  .player_player_controll__QwKn5
  .player_part_1__QH7HM
  .player_volumeContent__PZW0E {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.player_player__HAimB .player_nextEpisodeArea__BK4QH {
  cursor: pointer;
  display: inline-flex;
}
.player_player__HAimB
  .player_nextEpisodeArea__BK4QH
  .player_nextEpisode__9XSj- {
  border: 2px solid #fff;
  bottom: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .player_player__HAimB
    .player_nextEpisodeArea__BK4QH
    .player_nextEpisode__9XSj- {
    width: 500px;
  }
}
.player_player__HAimB
  .player_nextEpisodeArea__BK4QH
  .player_nextEpisode__9XSj-
  .player_card_header__hJDIP {
  background: #04001b;
  box-shadow: 0 5px 5px 0 #000;
}
.player_player__HAimB
  .player_nextEpisodeArea__BK4QH
  .player_nextEpisode__9XSj-
  .player_card_header__hJDIP
  * {
  color: #fff;
}
.player_player__HAimB
  .player_nextEpisodeArea__BK4QH
  .player_nextEpisode__9XSj-
  .player_card_body__583lE {
  background: #060029;
}
.player_player__HAimB
  .player_nextEpisodeArea__BK4QH
  .player_nextEpisode__9XSj-
  .player_card_body__583lE
  * {
  color: #fff;
}
.player_player__HAimB .player_episode_card__loDcZ {
  background: #060029;
  cursor: pointer;
}
.player_player__HAimB .player_episode_card__loDcZ .player_card_header__hJDIP {
  cursor: pointer;
}
.player_player__HAimB
  .player_episode_card__loDcZ
  .player_card_header__hJDIP
  .player_active__7zaa6 {
  background: #060029;
}
.player_player__HAimB .player_episode_card__loDcZ .player_card_header__hJDIP * {
  background: #04001b;
  color: #fff;
}
.player_player__HAimB .player_episode_card__loDcZ .player_card_body__583lE * {
  color: #fff;
}
.player_player__HAimB .player_season_episode_pop_up__7SSIK {
  background: #04001b;
  max-width: 500px;
  width: 100%;
}
.player_player__HAimB .player_season_episode_pop_up__7SSIK .player_S0E0__kMm56 {
  height: 100%;
  max-height: 70vh;
  overflow-x: clip;
  overflow-y: scroll;
  padding: 0 0.6rem 0.6rem;
}
.player_player__HAimB
  .player_season_episode_pop_up__7SSIK
  .player_header__tOb-j {
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
.player_player__HAimB
  .player_playList__PoMIi
  .player_season_episode_pop_up__7SSIK {
  bottom: 85%;
  position: absolute;
  right: 0;
}
.player_player__HAimB .player_player_btn__Q1WlD {
  background: #060029 !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  padding: 0.9rem !important;
}
.player_player__HAimB .player_player_btn__Q1WlD:hover {
  background: #04001b !important;
  color: #fefefe !important;
}
.player_player__HAimB .player_player_backdrop_image__FVrsh {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.player_player__HAimB .player_paused_content_section__oKIRB {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (min-width: 576px) {
  .player_player__HAimB .player_paused_content_section__oKIRB {
    display: none;
  }
}
@media (min-width: 768px) {
  .player_player__HAimB .player_paused_content_section__oKIRB {
    align-items: center;
    background: #00000099;
    display: flex;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.player_player__HAimB
  .player_paused_content_section__oKIRB
  .player_paused_content_wrapper__S5PKd {
  margin: 0 auto;
  max-width: 1680px;
  padding: 1rem;
  width: 100%;
}
.player_player__HAimB
  .player_paused_content_section__oKIRB
  .player_paused_content_wrapper__S5PKd
  * {
  color: #fff;
  margin: 0;
}
.player_player__HAimB
  .player_paused_content_section__oKIRB
  .player_paused_content_wrapper__S5PKd
  p {
  font-size: 14px;
}
.player_player__HAimB
  .player_paused_content_section__oKIRB
  .player_paused_content_wrapper__S5PKd
  .player_story__HLaDS {
  max-width: 100%;
  width: 100%;
}
.player_player__HAimB
  .player_paused_content_section__oKIRB
  .player_paused_content_wrapper__S5PKd
  .player_title__0nPXx {
  font-size: 32px;
  text-align: left;
}
.player_player__HAimB
  .player_paused_content_section__oKIRB
  .player_paused_content_wrapper__S5PKd
  ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.player_player__HAimB
  .player_paused_content_section__oKIRB
  .player_paused_content_wrapper__S5PKd
  ul
  li {
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .player_player__HAimB
    .player_paused_content_section__oKIRB
    .player_paused_content_wrapper__S5PKd
    p {
    font-size: 18px;
  }
  .player_player__HAimB
    .player_paused_content_section__oKIRB
    .player_paused_content_wrapper__S5PKd
    .player_story__HLaDS {
    width: 60%;
  }
  .player_player__HAimB
    .player_paused_content_section__oKIRB
    .player_paused_content_wrapper__S5PKd
    .player_title__0nPXx {
    font-size: 46px;
  }
}
.player_player__HAimB .player_no_internet_page__AKLLg {
  align-items: center;
  background-color: #00000099;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  justify-content: center;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
}
.player_player__HAimB .player_no_internet_page__AKLLg * {
  color: #fff;
}
.player_player__HAimB .player_no_internet_page__AKLLg p {
  font-size: 22px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .player_player__HAimB .player_no_internet_page__AKLLg p {
    width: 60%;
  }
}
.player_player__HAimB
  .player_playBackSpeed_area__wkie3
  .player_speed_slider_wrapper__IyQ-l {
  background: #04001b;
  bottom: 100%;
  max-width: 500px;
  padding: 1.5rem 1.8rem 2.4rem;
  position: absolute;
  right: 0;
  width: 100%;
}
.player_player__HAimB
  .player_playBackSpeed_area__wkie3
  .player_speed_slider_wrapper__IyQ-l
  * {
  color: #fff;
}
.player_on_hide__1LrNw {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.player_on_hide__1LrNw.player_active__7zaa6 {
  opacity: 0;
}
@-webkit-keyframes player_fade_duration__RMsig {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes player_fade_duration__RMsig {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes player_paly_pause_fade__PREMV {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes player_paly_pause_fade__PREMV {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes react-loading-skeleton {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes react-loading-skeleton {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  background-color: var(--base-color);
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.react-loading-skeleton:after {
  -webkit-animation-direction: var(--animation-direction);
  animation-direction: var(--animation-direction);
  -webkit-animation-duration: var(--animation-duration);
  animation-duration: var(--animation-duration);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: react-loading-skeleton;
  animation-name: react-loading-skeleton;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-image: linear-gradient(
    90deg,
    var(--base-color),
    var(--highlight-color),
    var(--base-color)
  );
  background-repeat: no-repeat;
  content: " ";
  display: var(--pseudo-element-display);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  -webkit-filter: blur(50px);
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: 8px;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-lock {
  display: none;
}
