@charset "UTF-8";

h1,
h2,
h3,
h4,
p,
ul {
  margin-top: 0;
}

address,
p,
ul {
  margin-bottom: 1rem;
}

.col,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.form-control.is-valid:focus {
  box-shadow: 0 0 0 0 #28a74540;
}

.col,
.dropdown {
  position: relative;
}

.custom-control-label::after,
.custom-control-label::before {
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  width: 1rem;
}

.close,
.tooltip {
  text-shadow: none;
}

.tooltip,
button {
  text-transform: none;
}

.card,
.tooltip {
  word-wrap: break-word;
}

.btn,
.btn-group,
.dot + .dot:before,
img,
svg {
  vertical-align: middle;
}

.embed-responsive,
.modal,
svg {
  overflow: hidden;
}

.btn:hover,
.close:hover,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover,
.page-link:hover,
.tooltip,
a,
a.badge:focus,
a.badge:hover,
a:hover,
header .wrapper .start #menu > ul > li:hover > a {
  text-decoration: none;
}

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

:root {
  --blue: #007bff;
  --breakpoint-lg: 992px;
  --breakpoint-md: 768px;
  --breakpoint-sm: 576px;
  --breakpoint-xl: 1200px;
  --breakpoint-xs: 0;
  --breakpoint-xxl: 1400px;
  --cyan: #17a2b8;
  --danger: #dc3545;
  --dark: #343434;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --gray: #6c6c6c;
  --gray-dark: #343434;
  --green: #28a745;
  --indigo: #6610f2;
  --info: #17a2b8;
  --light: #ececec;
  --orange: #fd7e14;
  --pink: #e83e8c;
  --primary: #dc3545;
  --primary1: #ca2333;
  --primary2: #250609;
  --purple: #6f42c1;
  --red: #dc3545;
  --secondary: #db6937;
  --secondary1: #e1835a;
  --secondary2: #923f1a;
  --success: #28a745;
  --teal: #20c997;
  --warning: #ffc107;
  --white: #fff;
  --yellow: #ffc107;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

.dropdown-menu.show,
.is-invalid ~ .invalid-feedback,
.tab-content > .active,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  background-color: #1e2129;
  color: #6c757d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

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

ul ul {
  margin-bottom: 0;
}

b {
  font-weight: bolder;
}

a {
  background-color: transparent;
  color: #78828a;
}

a:hover {
  color: #dc3545;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  border-style: none;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

.btn:not(:disabled):not(.disabled),
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.form-control.is-invalid,
.form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: calc(1.5em + 0.75rem) !important;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

#search #show-search,
#site-filters > div .dropdown .dropdown-menu li > input[type="checkbox"],
#site-filters > div .dropdown .dropdown-menu li > input[type="radio"],
#site-filters > div .dropdown .site-filter.dropdown-toggle:after,
.badge:empty,
.lazyloaded::before,
.toast.hide,
template {
  display: none;
}

.d-none,
[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

#featured,
header {
  margin-bottom: 3rem;
}

.btn,
.dropdown-item,
.form-control,
.small,
small {
  font-weight: 400;
}

.h1,
h1,
header .wrapper .start #menu-toggler i {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

#movie-player .message > i,
.h4,
h4 {
  font-size: 1.5rem;
}

.small,
small {
  font-size: 0.875em;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
}

.form-control {
  background-clip: padding-box;
  background-color: #242832;
  border: 1px solid #242832;
  border-radius: 1rem;
  color: #e9ecef;
  display: block;
  font-size: 1rem;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  background-color: #242832;
  border-color: #242832;
  box-shadow: none;
  color: #e9ecef;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #b2b1ad;
  opacity: 1;
}

.form-control::placeholder {
  color: #b2b1ad;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9e9e9;
  opacity: 1;
}

input[type="month"].form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-control-lg {
  border-radius: 1.5rem;
  font-size: 1.1rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 1rem;
}

textarea.form-control {
  height: auto;
}

#w-info .info .w-desc,
.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-control.is-valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  border-color: #28a745;
}

.form-control.is-valid:focus {
  border-color: #28a745;
}

textarea.form-control.is-invalid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}

.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before,
.form-control.is-invalid:focus {
  border-color: #dc3545;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
  border-color: #34ce57;
}

.btn.focus,
.btn:focus,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.form-control.is-invalid:focus {
  box-shadow: 0 0 0 0 #dc354540;
}

.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}

.form-control.is-invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  border-color: #dc3545;
}

#w-info .rating-box .stars:hover svg.active,
.custom-control-input.is-invalid ~ .custom-control-label,
.modal .modal-content div.close:hover,
header .wrapper .start #menu-toggler:hover {
  color: #dc3545;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
  border-color: #e4606d;
}

.btn {
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1rem;
  color: #6c757d;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
}

.btn:hover {
  color: #6c757d;
}

.btn.focus,
.btn:focus {
  outline: 0;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 #e1536180;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
a.close.disabled {
  pointer-events: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #e25663;
  border-color: #e4606d;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #e4606d;
  border-color: #e56b77;
  color: #fff;
}

.btn-outline-primary {
  border-color: #dc3545;
  color: #dc3545;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 #dc354580;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #dc3545;
}

.btn-lg {
  border-radius: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}

.btn-sm,
.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.btn-sm {
  border-radius: 0.5rem;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show),
img:not([src]) {
  opacity: 0;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #292d38;
  border: 1px solid #1a1c23;
  border-radius: 1.5rem;
  color: #6c757d;
  display: none;
  float: left;
  font-size: 0.9rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.page-link {
  margin-left: -1px;
}

.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #6c757d;
  display: block;
  padding: 0.25rem 0.8rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #242832;
  color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #dc3545;
  color: #fff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #ababab;
  pointer-events: none;
}

.btn-group {
  display: inline-flex;
  position: relative;
}

.btn-group > .btn {
  flex: 1 1 auto;
  position: relative;
}

.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.custom-control {
  -webkit-print-color-adjust: exact;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  print-color-adjust: exact;
  z-index: 1;
}

.nav,
.navbar-nav,
.pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.custom-control-input {
  height: 1.25rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1rem;
  z-index: -1;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #242832;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #f6cdd1;
  border-color: #f6cdd1;
  color: #fff;
}

.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c6c6c;
}

.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input[disabled] ~ .custom-control-label::before {
  background-color: #e9e9e9;
}

.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}

.custom-control-label::before {
  background-color: #242832;
  border: 1px solid #ababab;
  content: "";
  pointer-events: none;
  top: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.custom-control-label::after {
  background: 50%/50% 50% no-repeat;
  content: "";
  top: 0.25rem;
}

.page-link:hover,
.switch input:checked + .slider {
  background-color: #dc3545;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 1rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #dc3545;
  border-color: #dc3545;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #dc354580;
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: #dc354580;
}

.nav {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.navbar-nav {
  flex-direction: column;
  margin-bottom: 0;
}

.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}

.alert,
.btn .badge,
.card,
.page-link {
  position: relative;
}

.card {
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid #00000020;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.modal-content,
.toast {
  background-clip: padding-box;
}

.pagination {
  border-radius: 1rem;
}

.page-link {
  background-color: #242832;
  border: 1px solid transparent;
  color: #78828a;
  display: block;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
}

.badge,
.close {
  font-weight: 700;
  line-height: 1;
}

.page-link:hover {
  border-color: #ca2333;
  color: #fff;
  z-index: 2;
}

#featured .swiper-wrapper .swiper-slide .wrapper .info .action div .btn:hover,
.btn-header:hover {
  background: #ca2333;
}

.page-link:focus {
  box-shadow: unset;
  outline: 0;
  z-index: 3;
}

.page-item:first-child .page-link {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
  margin-left: 0;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}

.page-item.active .page-link {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  z-index: 3;
}

.page-item.disabled .page-link {
  background-color: #1a1c23;
  border-color: #1a1c23;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.badge {
  border-radius: 1rem;
  display: inline-block;
  font-size: 75%;
  padding: 0.25em 0.4em;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap;
}

.btn .badge {
  top: -1px;
}

.alert {
  border: 1px solid transparent;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
}

#toast,
.modal {
  position: fixed;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.media {
  align-items: flex-start;
  display: flex;
}

.close {
  color: #494949;
  float: right;
  font-size: 1.5rem;
  opacity: 0.5;
}

.toast,
.tooltip {
  font-size: 0.875rem;
}

.close:hover {
  color: #494949;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.toast {
  background-color: #ffffffd9;
  border: 1px solid #0000001a;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem #0000001a;
  flex-basis: 350px;
  max-width: 350px;
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.show {
  display: block;
  opacity: 1;
}

.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  top: 0;
  width: 100%;
  z-index: 1050;
}

.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}

.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
}

.modal-content {
  background-color: #292d38;
  border: 1px solid #3e4555;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}

.tooltip {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}

.tooltip.show {
  opacity: 0.8;
}

.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}

.tooltip .arrow::before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  animation: 0.75s linear infinite spinner-border;
  border: 0.25em solid currentcolor;
  border-radius: 50%;
  border-right-color: transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -0.125em;
  width: 2rem;
}

.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .badge,
  .btn,
  .custom-control-label::before,
  .fade,
  .form-control,
  .modal.fade .modal-dialog {
    transition: none;
  }

  .spinner-border {
    animation-duration: 1.5s;
  }
}

.border {
  border: 1px solid #dedede !important;
}

.border-top {
  border-top: 1px solid #dedede !important;
}

.border-bottom {
  border-bottom: 1px solid #dedede !important;
}

.rounded {
  border-radius: 1rem !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

#site-filters > div .dropdown .dropdown-menu ul::after,
.clearfix::after,
.movies.items::after {
  clear: both;
  content: "";
  display: block;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 450px;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .d-sm-block {
    display: block !important;
  }
}

.embed-responsive {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}

.embed-responsive::before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem #00000026 !important;
}

.w-100 {
  width: 100% !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.error-message i,
.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

.text-muted {
  color: #b2b1ad !important;
}

.visible {
  visibility: visible !important;
}

@media print {
  *,
  ::after,
  ::before {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  .container,
  body {
    min-width: 992px !important;
  }

  .badge {
    border: 1px solid #000;
  }
}

.status-icon {
  align-items: center;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 0.05px;
  color: #000;
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  padding: 0 0.2rem;
  transition: color 0.2s, border 0.2s, background 0.2s, transform 0.2s,
    opacity 0.2s;
}

.status-icon {
  align-items: center;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 0.05px;
  color: #000;
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  padding: 0 0.2rem;
  transition: color 0.2s, border 0.2s, background 0.2s, transform 0.2s,
    opacity 0.2s;
}

#toast {
  border-radius: 5px;
  bottom: 0;
  right: 1rem;
  z-index: 99;
}

body,
html {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  scrollbar-color: #250609 #292d38;
}

::-webkit-scrollbar-track {
  background: #292d38;
  border-radius: 1.5rem;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #923f1a;
  border-radius: 1rem;
  width: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s, color 600000s;
  transition: background-color 600000s, color 600000s;
}

.dot + .dot:before {
  background: #6c757d;
  content: "";
  display: inline-block;
  height: 0.15rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  width: 0.15rem;
}

body > .wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.btn-header,
.logo {
  align-items: center;
}

a,
button {
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.btn-header {
  background: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 1.5rem;
  color: #e9ecef;
  cursor: pointer;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  position: relative;
  width: 3rem;
}

.btn-gardient,
.gardiently {
  background: linear-gradient(90deg, #db6937 0, #dc3545 100%);
}

.btn-header > i {
  font-size: 1.4rem;
}

.btn-header:hover {
  border-color: #ca2333;
}

.dropdown .dropdown-menu {
  box-shadow: 0 0.5rem 1rem #0000002d;
}

.dropdown .dropdown-menu .dropdown-item {
  border-radius: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown.limit-w .dropdown-menu {
  max-width: 10rem;
}

.dropdown.limit-h .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}

.btn-gardient {
  border-radius: 1.5rem;
  border-width: 0;
  color: #ececec;
  display: inline-block;
  position: relative;
  transition: transform 0.3s;
}

.btn-gardient i {
  display: inline-block;
  margin-left: 0.2rem;
}

.btn-gardient:hover {
  color: #ececec;
  transform: scale(1.01);
}

.gardiently {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.container {
  max-width: 1800px;
  width: 100%;
}

.container.lg {
  max-width: 1460px;
}

.logo {
  display: flex;
  height: 100%;
}

.logo img {
  height: 2.4rem;
}

header {
  background: #292d38;
  border-bottom: 1px solid #242832;
  position: relative;
  width: 100%;
  z-index: 50;
}

header.absolute {
  background: linear-gradient(0deg, #0000 0, #000c 100%);
  border: 0;
  position: absolute;
}

header.absolute .wrapper .step #search #search-wrapper {
  background: #0000004d;
}

header .wrapper {
  display: flex;
  height: 6rem;
  width: 100%;
}

header .wrapper .start {
  align-items: center;
  min-width: 15%;
  position: relative;
}

header .wrapper .start #menu-toggler {
  color: #e9ecef;
  cursor: pointer;
  margin-right: 1rem;
  transition: color 0.4s;
}

header .wrapper .start #menu {
  display: none;
  position: absolute;
  top: 100%;
}

header .wrapper .start #menu > ul {
  background: #292d38;
  border: 1px solid #1a1c23;
  border-radius: 1.5rem;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.5rem 0;
  position: relative;
  width: 17rem;
}

header .wrapper .start #menu > ul > li > a {
  display: block;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  padding: 0.5rem 0.8rem;
}

header .wrapper .start #menu > ul > li:hover > a {
  background: #242832;
  color: #dc3545;
}

header .wrapper .start #menu > ul > li > ul {
  background: #1e2129;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  z-index: 2;
}

header .wrapper .start #menu > ul > li > ul > li {
  float: left;
  width: 50%;
}

header .wrapper .start #menu > ul > li > ul > li a {
  color: #b2b1ad;
  display: block;
  font-size: 0.9rem;
  overflow: hidden;
  padding: 0.2rem 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.footer .f-bottom ul li a:hover,
.tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .head
  .dropdown
  .favo:hover,
header .wrapper .start #menu > ul > li > ul > li a:hover {
  color: #dc3545;
}

header .wrapper .step {
  flex-grow: 1;
  max-width: 550px;
}

header .wrapper .end {
  min-width: 15%;
}

header .wrapper .end #user {
  display: flex;
  justify-content: flex-end;
}

header .wrapper .end #user > div {
  margin-left: 0.2rem;
}

#movie-player .btn-play i,
.section .head .start,
header .wrapper .end #user > div .dropdown-item {
  align-items: center;
  display: flex;
}

header .wrapper .end #user > div .dropdown-item i {
  font-size: 1.2rem;
  margin-right: 0.2rem;
}

main {
  flex-grow: 1;
}

#movie-episode .episode-bottom form,
#movie-managers .movie-managers-wrap,
#w-info .rating-box .stars,
.scaff.items .movie-item,
.tabs,
main .aside-wrapper {
  display: flex;
}

main .main,
main .sidebar {
  display: flex;
  flex-direction: column;
}

main .main {
  flex-grow: 1;
  margin-right: 1.5rem;
  width: 100%;
}

main .sidebar {
  flex-grow: 1;
  min-width: 22rem;
  width: 23%;
}

main .sidebar > section {
  background: #242832;
  border-radius: 1rem;
}

#search #search-wrapper {
  border-radius: 1.5rem;
  position: relative;
  width: 100%;
}

#search #search-wrapper:before {
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  background-image: linear-gradient(269.2deg, #dc3545 13.54%, #db6937 85.94%);
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid transparent;
  border-radius: 1.5rem;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#search #search-wrapper form {
  display: flex;
  height: 2.7rem;
  margin: 0;
  padding: 0.4rem;
}

#search #search-wrapper form button,
#search #search-wrapper form input,
#search #search-wrapper form input:focus,
#search #search-wrapper form input:focus-visible {
  background: 0 0;
  border: 0;
  color: #e9ecef;
  outline: unset;
}

#search #search-wrapper form input {
  flex-grow: 1;
  font-size: 0.9rem;
  font-weight: 200;
  height: 100%;
  margin-right: 2rem;
  text-align: center;
}

#search #search-wrapper form input::-moz-placeholder {
  color: #ffffff4d;
}

#search #search-wrapper form input::placeholder {
  color: #ffffff4d;
}

#search #search-wrapper form button {
  color: #dc3545;
  font-size: 1.3rem;
}

#search #search-wrapper form button:hover {
  color: #ad303c;
}

#search #search-wrapper form .filter-btn {
  background: #db6a37;
  border-radius: 1rem;
  color: #fff;
  flex-shrink: 0;
}

#search #search-wrapper form .filter-btn:hover {
  background: #ff6626;
}

#search #search-wrapper .search-suggest {
  background: #292d38;
  border: 1px solid #1a1c23;
  border-radius: 1.5rem;
  display: none;
  margin-top: 1px;
  overflow: hidden;
  padding: 2px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9;
}

#search #search-wrapper .search-suggest .head-popup.items .item:first-child {
  border-radius: 1.6rem 1.6rem 0 0;
}

#search #search-wrapper .search-suggest .foot {
  padding: 1rem;
}

#featured {
  height: 50rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#featured .swiper-wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#featured .swiper-wrapper .swiper-slide:before,
body.index > .wrapper .index-head:before {
  background: linear-gradient(0deg, #1e2129 0, #1e212900 0, #000 100%);
  content: " ";
  display: block;
  height: 30%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#featured .swiper-wrapper .swiper-slide:after {
  bottom: 0;
  box-shadow: 1px 0 100px 250px #1e2129;
  content: "";
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

#featured .swiper-wrapper .swiper-slide .wrapper {
  align-items: end;
  display: flex;
  height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

#featured .swiper-wrapper .swiper-slide .wrapper .info {
  max-width: 800px;
  padding-bottom: 3rem;
  width: 100%;
  z-index: 2;
}

#featured .swiper-wrapper .swiper-slide .wrapper .info .name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #e9ecef;
  display: -webkit-box;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 1rem;
  max-height: 6rem;
  overflow: hidden;
  text-shadow: 0 2px 2px #000000a6;
  text-transform: uppercase;
}

#featured .swiper-wrapper .swiper-slide .wrapper .info .meta span {
  margin-bottom: 0.5rem;
}

#featured .swiper-wrapper .swiper-slide .wrapper .info .meta span.quality {
  background: #6c757d;
  border-color: #6c757d;
  font-size: 0.95rem;
  height: 1.4rem;
  min-width: 1.4rem;
}

#featured .swiper-wrapper .swiper-slide .wrapper .info .meta span.rating {
  border-color: #6c757d;
  color: #6c757d;
  font-size: 0.85rem;
  height: 1.4rem;
}

#featured .swiper-wrapper .swiper-slide .wrapper .info .meta span + span,
#featured .swiper-wrapper .swiper-slide .wrapper .info .meta span.genre a + a,
#w-info .info .meta > span + span,
.head-popup.items .movie-item .meta span + span,
.movie-sidebar.items .movie-item .info > div > span + span {
  margin-left: 0.5rem;
}

#featured .swiper-wrapper .swiper-slide .wrapper .info .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.3rem;
  margin: 1rem 0;
  max-height: 3.9rem;
  overflow: hidden;
}

#featured .swiper-wrapper .swiper-slide .wrapper .info .action {
  display: flex;
  justify-content: center;
}

#featured .swiper-wrapper .swiper-slide .wrapper .info .action div .btn {
  border: 1px solid #dc3545;
  color: #e9ecef;
  margin: 0 3px;
  transition: background 0.4s;
}

#featured .swiper-button-next,
#featured .swiper-button-prev {
  top: 37%;
}

#featured .swiper-button-next:after,
#featured .swiper-button-prev:after {
  color: #78828a;
  font-family: unicons-line;
  opacity: 0.5;
  transition: color 0.2s, opacity 0.2s;
}

#featured .swiper-button-next:hover:after,
#featured .swiper-button-prev:hover:after {
  color: #e9ecef;
  opacity: 1;
}

#featured .swiper-button-next:after {
  content: "\eb9f";
}

#featured .swiper-button-prev:after {
  content: "\ec49";
}

#featured .swiper-pagination .swiper-pagination-bullet {
  background: #5e616b;
  border-radius: 0;
  height: 3px;
  margin: 0;
  width: 2rem;
}

#featured .swiper-pagination .swiper-pagination-bullet:last-child {
  border-radius: 0 1rem 1rem 0;
}

#featured .swiper-pagination .swiper-pagination-bullet:first-child {
  border-radius: 1rem 0 0 1rem;
}

#featured .swiper-pagination .swiper-pagination-bullet-active {
  background: #db6937;
  border-radius: 1rem !important;
}

.section {
  margin-bottom: 2rem;
}

.section .head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.section .head .start .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: unset;
  margin-right: 1rem;
}

.section .head .start .title i {
  color: #dc3545;
  font-size: 1.7rem;
}

.tabs .tab {
  border: 0.05px solid transparent;
  border-radius: 0.5rem;
  color: #6c757d;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.2rem 0.6rem;
  transition: color 0.3s, border-color 0.3s;
}

.navigation .pagination .page-item + .page-item,
.tabs .tab + .tab {
  margin-left: 0.3rem;
}

.tabs .tab.active,
.tabs .tab:hover {
  background: #dc3545;
  border-color: #dc3545;
  color: #e9ecef;
}

.scaff.items .movie-item .item-poster {
  border-radius: 0.5rem;
  flex-shrink: 0;
  margin-right: 10px;
  overflow: hidden;
  width: 45px;
}

.scaff.items .movie-item .item-poster div {
  padding: 67.5% 0;
  position: relative;
}

.scaff.items .movie-item .item-poster div img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.scaff.items .movie-item .info {
  align-items: center;
  flex-grow: 1;
  overflow: hidden;
}

.scaff.items .movie-item .info .name {
  color: #e9ecef;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.head-popup.items .movie-item {
  align-items: center;
  padding: 0.7rem 1rem;
  transition: background 0.2s;
}

.head-popup.items .movie-item:nth-child(odd) {
  background: #2b2f3b;
}

.head-popup.items .movie-item .item-poster {
  width: 2.3rem;
}

.head-popup.items .movie-item .meta {
  color: #6c757d;
  font-size: 0.8rem;
  font-weight: 300;
}

.head-popup.items .movie-item .meta span > i {
  font-size: 1rem;
  margin-right: 0.1rem;
}

.head-popup.items .movie-item .meta span.quality {
  background: #6c757d;
  border-color: #6c757d;
  font-size: 0.8rem;
  height: 1rem;
  min-width: 1rem;
}

.head-popup.items .movie-item .meta span.rating {
  border-color: #6c757d;
  color: #6c757d;
  font-size: 0.7rem;
  height: 1rem;
}

.head-popup.items .movie-item .meta span.status,
.tooltipster-sidetip .tooltipster-box .tooltipster-content .body .meta {
  color: #6c757d;
}

.head-popup.items .movie-item.active,
.head-popup.items .movie-item:hover {
  background: #22262f;
}

.head-popup.items .movie-item.active .name,
.head-popup.items .movie-item:hover .name {
  color: #dc3545;
  transition: color 0.4s;
}

.head-popup.items .movie-item.disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}

.movies.items {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  margin-top: 1rem;
}

.movies.items .movie-item {
  border-radius: 1rem;
  flex-direction: column;
  float: left;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 0 0.4rem;
  position: relative;
  transition: background 0.3s, color 0.3s;
  width: 14.2857142857%;
}

.movies.items .movie-item .inner {
  background: #242832;
  border: 1px solid transparent;
  border-radius: 1.5rem;
  padding: 5px;
  position: relative;
  transition: 0.4s;
}

.movies.items .movie-item .inner .quality,
.movies.items .movie-item .inner .remove {
  background: #db6937;
  border-radius: 0.5rem;
  color: #e9ecef;
  cursor: pointer;
  font-size: 0.8rem;
  height: 1.23rem;
  line-height: 1.23rem;
  padding: 0 6px;
  transition: background 0.3s;
}

.movies.items .movie-item .inner .quality:hover,
.movies.items .movie-item .inner .remove:hover {
  background: #e1835a;
}

.movies.items .movie-item .inner .quality {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 2;
}

.movies.items .movie-item .inner .remove {
  font-size: 1.1rem;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.3s;
  z-index: 3;
}

.movies.items .movie-item .inner .item-poster {
  border-radius: 1rem;
  display: block;
  margin: unset;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.movies.items .movie-item .inner .item-poster:before {
  color: #e9ecef;
  content: "\ea63";
  font-family: unicons-line;
  font-size: 3rem;
  left: 50%;
  margin-left: -20px;
  margin-top: -25px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.4s;
  z-index: 2;
}

.movies.items .movie-item .inner .item-poster:after {
  background: linear-gradient(0deg, #db6937 0, #db693700 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 1;
}

.movies.items .movie-item .inner .meta .meta-bg {
  background: #1a1c23;
  border-radius: 1rem;
  color: #b2b1ad;
  font-size: 0.85rem;
  justify-content: center;
  margin: 0.6rem 0;
  padding: 1px 0;
  text-align: center;
}

.movies.items .movie-item .inner .meta > a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #e9ecef;
  display: block;
  height: 2.8rem;
  line-height: 1.4rem;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  max-height: 2.8rem;
  overflow: hidden;
  text-align: center;
}

.movies.items .movie-item .inner:hover {
  border: 1px solid #db6937;
}

#movie-player.playable .btn-play,
.lazyloaded,
.movies.items .movie-item .inner:hover .item-poster:after,
.movies.items .movie-item .inner:hover .item-poster:before,
.movies.items .movie-item .inner:hover .remove {
  opacity: 1;
}

.movie-sidebar.items .movie-item {
  align-items: center;
  background: #1a1c23;
  border: 0.5px solid transparent;
  border-radius: 1rem;
  margin: 0.5rem 0;
  padding: 0.4rem;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
}

.movie-sidebar.items .movie-item .item-poster {
  border-radius: 0.5rem;
  margin: unset;
  width: 2.6rem;
}

.movie-sidebar.items .movie-item .info {
  padding: 0 0.8rem;
}

.movie-sidebar.items .movie-item .info > div {
  align-items: center;
  color: #6c757d;
  display: flex;
  font-size: 0.8rem;
}

.movie-sidebar.items .movie-item .info > div > span {
  transition: color 0.3s;
}

.movie-sidebar.items .movie-item .info > div > span.quality {
  background: #6c757d;
  border-color: #6c757d;
  font-size: 0.8rem;
  height: 0.9rem;
  min-width: 0.9rem;
}

.movie-sidebar.items .movie-item .info > div > span.rating {
  border-color: #6c757d;
  color: #6c757d;
  font-size: 0.7rem;
  height: 0.9rem;
}

.movie-sidebar.items .movie-item .info .name {
  color: #e9ecef;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movie-sidebar.items .movie-item:hover {
  background: #292d38;
  border-color: #db6937;
}

#movie-clouds .movie-clouds-wrap .movie-cloud.active > div span:first-child,
#movie-clouds .movie-clouds-wrap .movie-cloud:hover > div span:first-child,
.movie-sidebar.items .movie-item:hover .info .name,
body.index > .wrapper .index-head .logo > a {
  color: #e9ecef;
}

#site-filters {
  margin-left: -4px;
  margin-right: -4px;
}

#site-filters .search {
  align-items: center;
  background: #242832;
  border-radius: 1.5rem;
  display: inline-flex;
  font-weight: 300;
  height: 2.5rem;
  justify-content: center;
}

#site-filters > div {
  float: left;
  margin-bottom: 5px;
  padding: 0 0.1rem;
  width: 11.1111111111%;
}

#site-filters > div .dropdown .site-filter.dropdown-toggle {
  align-items: center;
  background: #242832;
  border: 1px solid transparent;
  border-radius: 1.5rem;
  color: #78828a;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 400;
  height: 2.5rem;
  justify-content: space-between;
  padding: 0 0.6rem;
  width: 100%;
}

#site-filters > div .dropdown .site-filter.dropdown-toggle:hover {
  background: #dc3545;
  border-color: #ca2333;
  color: #fff;
}

#site-filters > div .dropdown .site-filter.dropdown-toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#site-filters > div .dropdown.show .site-filter.dropdown-toggle {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

#site-filters > div .dropdown .dropdown-menu {
  padding: 0.5rem;
}

#site-filters > div .dropdown .dropdown-menu.lg {
  width: 500px;
}

#site-filters > div .dropdown .dropdown-menu.md {
  width: 350px;
}

#site-filters > div .dropdown .dropdown-menu.c1 li {
  float: left;
  width: 100%;
}

#site-filters > div .dropdown .dropdown-menu.c3 li {
  float: left;
  width: 33.3333333333%;
}

#site-filters > div .dropdown .dropdown-menu.c4 li {
  float: left;
  width: 25%;
}

#site-filters > div .dropdown .dropdown-menu.c1 {
  min-width: 100px;
}

#site-filters > div .dropdown .dropdown-menu li {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.1rem;
}

#site-filters > div .dropdown .dropdown-menu li label {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  font-size: 0.9rem;
  margin: 0;
  overflow: hidden;
  padding: 0.25rem 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#site-filters > div .dropdown .dropdown-menu li:hover label {
  background: #dc3545;
  border: 1px solid #ca2333;
  transition: background 0.3s, color 0.3s;
}

#site-filters > div .dropdown .dropdown-menu li .active > label:before,
#site-filters > div .dropdown .dropdown-menu li .active > label:focus:before,
#site-filters > div .dropdown .dropdown-menu li .active > label:hover:before,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li:hover
  > input[type="checkbox"]
  + label,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li:hover
  > input[type="checkbox"]
  + label:before,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li:hover
  > input[type="radio"]
  + label,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li:hover
  > input[type="radio"]
  + label:before,
#site-filters > div .dropdown .dropdown-menu li > input:checked ~ label:before,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input:checked
  ~ label:focus:before,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input:checked
  ~ label:hover:before,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input[type="checkbox"]:checked
  + label:before {
  color: #fff;
}

#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input[type="checkbox"]
  + label:before,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input[type="radio"]
  + label:before {
  font-family: unicons-line;
  font-size: 0.8rem;
  margin-right: 0.2rem;
}

#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input.exclude[type="checkbox"]
  + label:before,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input[type="checkbox"]
  + label:before {
  content: "\e88f";
}

#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input[type="checkbox"]:checked
  + label:before {
  content: "\e98b";
}

#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input.exclude[type="checkbox"]:checked
  + label {
  background: #1a1c23;
  color: #6c757d;
}

#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input.exclude[type="checkbox"]:checked
  + label:before {
  color: #6c757d;
  content: "\e996";
}

#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input[type="radio"]
  + label:before {
  content: "\e859";
}

#site-filters > div .dropdown .dropdown-menu li .active > label,
#site-filters > div .dropdown .dropdown-menu li .active > label:focus,
#site-filters > div .dropdown .dropdown-menu li .active > label:hover,
#site-filters > div .dropdown .dropdown-menu li > input:checked ~ label,
#site-filters > div .dropdown .dropdown-menu li > input:checked ~ label:focus,
#site-filters > div .dropdown .dropdown-menu li > input:checked ~ label:hover,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input[type="checkbox"]:checked
  + label,
#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input[type="radio"]:checked
  + label {
  background: #dc3545;
  color: #fff;
}

#site-filters
  > div
  .dropdown
  .dropdown-menu
  li
  > input[type="radio"]:checked
  + label:before {
  content: "\e9c2";
}

#site-filters > div .dropdown .dropdown-menu ul {
  margin: 0;
  padding: 0;
}

#site-filters > div .dropdown .dropdown-menu ul.allgenre {
  margin-bottom: 0;
  margin-top: 0.4rem;
  padding-top: 0.3rem;
}

#site-filters
  > div
  .dropdown
  .dropdown-menu
  ul.allgenre
  li
  > input[type="checkbox"]:checked
  + label:before {
  content: "\f26d";
}

.navigation {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  overflow: auto;
}

.navigation::-webkit-scrollbar-track {
  background: 0 0;
}

.navigation::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.navigation::-webkit-scrollbar {
  background: 0 0;
}

.navigation .pagination .page-item .page-link {
  align-items: center;
  border-radius: 1.5rem;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  min-width: 2.8rem;
}

#movie-clouds {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 -0.2rem 1.2rem;
}

#movie-clouds .movie-cloud-notice {
  color: #b2b1ad;
  margin-top: calc(0.5rem + 10px);
}

#movie-clouds .movie-clouds-wrap {
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: auto;
}

#movie-clouds .movie-clouds-wrap .movie-cloud {
  cursor: pointer;
  float: left;
  padding: 0.2rem;
  width: 50%;
}

#movie-clouds .movie-clouds-wrap .movie-cloud > div {
  align-items: center;
  background: #242832;
  border: 1px solid #242832;
  border-radius: 1.5rem;
  color: #e9ecef;
  display: flex;
  justify-content: center;
  padding: 0.6rem 0.8rem;
  text-align: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

#movie-clouds .movie-clouds-wrap .movie-cloud > div span:first-child {
  color: #6c757d;
  font-size: 0.8rem;
  font-weight: 300;
  margin-right: 0.4rem;
  text-transform: uppercase;
}

#movie-clouds .movie-clouds-wrap .movie-cloud > div span:last-child {
  font-size: 1.1rem;
  font-weight: 500;
}

#movie-clouds .movie-clouds-wrap .movie-cloud.active > div,
#movie-clouds .movie-clouds-wrap .movie-cloud:hover > div {
  background: linear-gradient(90deg, #db6937 0, #dc3545 100%);
  color: #fff;
}

#movie-episode {
  background: #242832;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

#movie-episode .episode-top {
  margin: 0.8rem 1rem;
}

#movie-episode .episode-top .label {
  align-items: center;
  background: #1e2129;
  border-radius: 1.5rem;
  color: #6c757d;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  width: 100%;
}

#movie-player .movie-player-wrap .player-bg,
.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#movie-episode .episode-top .dropdown .dropdown-toggle {
  align-items: center;
  background: #1e2129;
  border-radius: 1.5rem;
  color: #6c757d;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  width: 100%;
}

#movie-episode .episode-top .dropdown .dropdown-toggle:hover,
#movie-managers .movie-managers-wrap .movie-manager:hover {
  background: #dc3545;
  color: #e9ecef;
}

#movie-episode .episode-top .dropdown .dropdown-menu {
  left: 0;
  margin: auto;
  max-height: 200px;
  max-width: 13rem;
  overflow: auto;
  padding: 0.3rem;
  right: 0;
}

#movie-episode .episode-range {
  flex: 1;
  position: relative;
}

#movie-episode .episode-range .episodes {
  height: 100%;
  left: 1rem;
  overflow-y: auto;
  position: absolute;
  right: 1rem;
}

#movie-episode .episode-range .episodes > div {
  float: left;
  padding: 0.15rem 0;
  width: 100%;
}

#movie-episode .episode-range .episodes > div > a {
  background: #1a1c23;
  border-radius: 1.5rem;
  color: #b2b1ad;
  display: inline-flex;
  font-size: 0.9rem;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#movie-episode .episode-range .episodes > div > a span {
  font-weight: 200;
}

#movie-episode .episode-range .episodes > div > a span:first-child {
  font-weight: 500;
  margin-right: 0.2rem;
}

#movie-episode .episode-range .episodes > div > a.active,
#movie-episode .episode-range .episodes > div > a:hover {
  background: linear-gradient(90deg, #db6937 0, #dc3545 100%);
  color: #e9ecef;
}

#movie-episode .episode-bottom {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 0.7rem 1rem;
}

#movie-episode .episode-bottom form .form-control {
  background: #1e2129;
  margin: 0 0.5rem;
  text-align: center;
  width: 4rem;
}

#movie-player {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

#movie-player .movie-player-wrap {
  background: #000;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
  width: 100%;
}

#movie-player .movie-player-wrap .player-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

#movie-player .movie-player-wrap #player {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

#movie-player .movie-player-wrap #player iframe {
  height: 100%;
  width: 100%;
}

#movie-player .btn-play {
  align-items: center;
  background: #1e2129;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 6rem;
  justify-content: center;
  opacity: 0;
  padding-left: 0.5rem;
  position: absolute;
  transition: 0.2s;
  width: 6rem;
}

#movie-player .btn-play i:after {
  color: #fff;
  content: "\ea63";
  font-family: unicons-line;
  font-size: 4rem;
  font-style: normal;
  margin: 0 auto;
  transition: opacity 0.2s, transform 0.2s;
}

#movie-player .btn-play:hover {
  transform: scale(1.1);
}

#movie-player .message {
  background: #000c;
  border-radius: 1.5rem;
  color: #fff;
  padding: 1rem;
  text-align: center;
  width: 15rem;
  z-index: 2;
}

#movie-managers {
  background: #242832;
  border-radius: 0 0 1.5rem 1.5rem;
  display: flex;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}

#w-info,
.footer .f-top,
.switch .slider,
.switch .slider:before {
  border-radius: 1.5rem;
}

#movie-managers .movie-managers-wrap .movie-manager {
  align-items: center;
  background: #242832;
  border-radius: 1.5rem;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  justify-content: center;
  margin: 0.1rem;
  padding: 0.3rem 0.5rem;
  transition: color 0.2s, background 0.2s;
}

#movie-managers .movie-managers-wrap .movie-manager i {
  margin-right: 1px;
}

#w-info {
  background: #1a1c23;
  display: flex;
  flex-direction: row;
  padding: 0;
  position: relative;
}

#w-info .rating-box {
  background: #2d323e;
  border-radius: 0 1rem;
  padding: 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

#w-info .rating-box .stars {
  align-items: center;
  display: flex;
  justify-content: center;
}

#w-info .rating-box .stars svg {
  color: #6c757d;
  cursor: pointer;
  height: 1.9rem;
  margin: 0 0.2rem;
  transition: color 0.4s;
  width: 1.9rem;
}

#w-info .rating-box .score {
  font-size: 0.9rem;
  margin-top: 0.3rem;
}

#w-info .item-poster > img {
  border-radius: 1rem 0 0 1rem;
  max-width: 280px;
  overflow: hidden;
  width: 280px;
}

#w-info .info {
  margin-left: 1.4rem;
  padding: 1rem 0;
}

#w-info .info .name {
  color: #e9ecef;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin: 1rem 200px 1rem 0;
}

#w-info .info .meta .quality {
  background: #6c757d;
  border-color: #6c757d;
  font-size: 0.9rem;
  height: 1.2rem;
  min-width: 1.2rem;
}

#w-info .info .meta .rating {
  border-color: #6c757d;
  color: #6c757d;
  font-size: 0.8rem;
  height: 1.2rem;
}

#w-info .info .detail {
  font-size: 0.9rem;
}

#w-info .info .detail > div {
  display: flex;
  line-height: 1.8rem;
}

#w-info .info .detail > div > div {
  flex-shrink: 0;
  width: 120px;
}

#w-info .info .detail > div.tags h2,
#w-info .info .detail > div.tags h3 {
  display: inline;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.switch {
  display: inline-block;
  height: 1.8rem;
  position: relative;
  width: 3rem;
}

.switch input {
  height: 0;
  opacity: 0;
  width: 0;
}

.switch .slider {
  background-color: #292d38;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.switch .slider:before {
  background-color: #242832;
  bottom: 0.25rem;
  content: "";
  height: 1.3rem;
  left: 0.25rem;
  position: absolute;
  transition: 0.4s;
  width: 1.3rem;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #250609;
}

.switch input:checked + .slider:before {
  transform: translateX(1.2rem);
}

body.index {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}

body.index > .wrapper .index-head {
  background: url(/assets/img/intro.svg) 0 0 / cover no-repeat;
  position: relative;
  text-align: center;
}

body.index > .wrapper .index-head .logo {
  font-size: 3rem;
  font-weight: 700;
  padding: 4rem 0;
}

body.index > .wrapper .index-head > div {
  position: relative;
  z-index: 3;
}

body.index > .wrapper .index-head:after {
  bottom: 0;
  box-shadow: 1px 0 100px 300px #1e2129;
  content: "";
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
}

body.index > .wrapper .index-head > img {
  border-radius: 1rem;
  width: 100%;
}

body.index > .wrapper .index-head .slogan {
  color: #e9ecef;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3rem;
  margin: 0;
  text-align: center;
  width: 100%;
}

body.index > .wrapper .index-head #search-wrapper {
  max-width: 600px;
  text-align: left;
}

body.index > .wrapper .index-head .sub-slogan {
  font-size: 1.3rem;
}

body.index > .wrapper .index-head .go-home {
  text-align: center;
}

body.index > .wrapper .index-head .go-home > a {
  display: inline-block;
  max-width: 350px;
  width: 100%;
}

body.index > .wrapper .desc {
  background: #292d38;
  border-radius: 1rem;
  left: 0;
  margin: 0 auto;
  max-width: 1000px;
  padding: 1.5rem;
  position: relative;
  right: 0;
  text-align: left;
  z-index: 1;
}

.footer {
  margin-top: 3rem;
  text-align: center;
}

.footer .f-top {
  background: #292d38;
  padding: 2px;
}

.footer .f-top .f-top-inner {
  border: 1.5px solid #1e2129;
  border-radius: 1.5rem;
  padding: 3rem;
}

.footer .f-top .f-top-inner > ul {
  display: flex;
  justify-content: center;
  padding: 0;
}

.footer .f-top .f-top-inner > ul li {
  list-style: none;
}

.footer .f-bottom ul li + li,
.footer .f-top .f-top-inner > ul li + li {
  margin-left: 1.5rem;
}

.footer .f-top .f-top-inner > ul li a {
  font-weight: 200;
  text-transform: uppercase;
}

.footer .f-top .f-top-inner .f-desc {
  color: #b2b1ad;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.3rem;
  margin: 0;
  max-width: 1000px;
}

.footer .f-bottom {
  align-items: center;
  display: flex;
  font-size: 0.9rem;
  font-weight: 200;
  justify-content: space-between;
  margin: 1rem;
  padding-bottom: 2rem;
}

.footer .f-bottom .text-absolute {
  color: #b2b1ad;
  display: inline-block;
  line-height: 1rem;
}

.footer .f-bottom ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .f-bottom ul li a {
  color: #b2b1ad;
}

.form-group.lg {
  background: #242832;
  border-radius: 1rem;
  padding: 1rem 1.2rem;
}

.form-group.lg label {
  color: #b2b1ad;
  font-size: 0.9rem;
  font-weight: 100;
  margin-bottom: 0;
}

.form-group.lg .form-control,
.form-group.lg .form-control:focus {
  background: 0 0;
  border-color: transparent;
  border-radius: unset;
  font-weight: 500;
  height: unset;
  padding: 0;
}

.form-group.lg .form-control:placeholder {
  color: #b2b1ad;
}

.modal .modal-content {
  padding: 2rem;
}

.modal .modal-content div.close {
  color: #78828a;
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.modal#report .modal-content textarea {
  background: #242832;
  border: 0;
  border-radius: 1rem;
  color: #6c757d;
  padding: 1rem;
}

.modal#report .modal-content textarea:focus {
  outline: unset;
}

@media (max-width: 1535.9px) {
  body,
  html {
    font-size: 13px;
  }

  .movies.items .movie-item {
    width: 14.2857142857%;
  }
}

@media (max-width: 1399.98px) {
  body,
  html {
    font-size: 12.5px;
  }

  .movies.items .movie-item {
    width: 20%;
  }

  #featured {
    height: 600px;
  }

  #w-info .item-poster > img {
    max-width: 200px;
  }
}

@media (max-width: 1199.98px) {
  body,
  html {
    font-size: 12px;
  }

  main .aside-wrapper {
    flex-direction: column;
  }

  main .aside-wrapper .main {
    margin-right: 0;
  }

  main .aside-wrapper .sidebar {
    max-width: unset;
    min-width: unset;
    width: 100%;
    z-index: 2;
  }

  #movie-episode .episode-range .episodes {
    max-height: 22rem;
    overflow: auto;
    padding: 0 1rem 1rem;
    position: static;
  }

  #movie-managers {
    justify-content: center;
  }

  #movie-clouds {
    margin-top: 1.5rem;
  }

  #movie-clouds .movie-clouds-wrap .movie-cloud {
    width: 33.3333333333%;
  }
}

@media (max-width: 991.98px) {
  .movies.items .movie-item {
    width: 25%;
  }

  header .wrapper .step {
    margin: 0 1rem;
  }

  #featured {
    height: 500px;
  }

  #featured .swiper-wrapper .swiper-slide .wrapper .info .name {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  #featured .swiper-wrapper .swiper-slide .wrapper .info .action {
    margin-top: 1rem;
  }

  #w-info {
    overflow: hidden;
    position: relative;
  }

  #w-info .rating-box {
    border-radius: 1.5rem;
    left: 0;
    margin: 1rem auto;
    width: 200px;
    z-index: 2;
  }

  #w-info .item-poster {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  #w-info .item-poster:before {
    background: #1e2129bf;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  #w-info .item-poster:after {
    bottom: 0;
    box-shadow: 1px 0 200px 800px #242832;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
  }

  #w-info .item-poster > img {
    max-width: unset;
    width: 100%;
  }

  #w-info .info {
    margin-left: 0;
    padding: 20rem 1.5rem 1.5rem;
    z-index: 1;
  }

  #w-info .info .name {
    margin: 1rem 0;
  }

  #site-filters > div {
    width: 20%;
  }

  #site-filters > div:last-child {
    width: 40%;
  }

  .footer .f-bottom {
    flex-direction: column;
  }

  .footer .f-bottom > ul {
    margin-top: 0.5rem;
  }

  .footer .f-bottom > ul li a {
    color: #dc3545;
  }
}

@media (max-width: 767.98px) {
  body.index > p,
  header .wrapper .start #menu > ul > li > ul li a {
    font-size: 1rem;
  }

  #movie-clouds .movie-clouds-wrap .movie-cloud,
  .movies.items .movie-item {
    width: 50%;
  }

  header .wrapper {
    height: 5rem;
  }

  header .wrapper .start {
    position: unset;
    order: 1;
    /* MODIFIED */
  }

  header .wrapper .start #menu-toggler {
    margin-right: 0.5rem;
  }

  header .wrapper .start #menu {
    left: 0;
    padding: 0 10px;
  }

  #featured .swiper-wrapper .swiper-slide .wrapper .info .desc,
  #movie-managers .movie-managers-wrap .auto-next,
  #movie-managers .movie-managers-wrap .auto-play,
  #movie-managers .movie-managers-wrap .auto-skip,
  #movie-managers .movie-managers-wrap .comment,
  #movie-managers .movie-managers-wrap .light,
  header .wrapper .start #menu > ul > li:hover > ul {
    display: none;
  }

  header .wrapper .start #menu > ul > li > ul {
    margin: unset;
    min-width: unset;
    overflow: hidden;
    position: unset;
  }

  header .wrapper .start .logo {
    font-size: 2rem;
    line-height: 4.3rem;
  }

  header .wrapper .step {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin: 0;
    order: 3;
    /* MODIFIED */
  }

  header .wrapper .end {
    order: 2;
    /* MODIFIED */
  }

  header .wrapper .step #search #show-search {
    display: inline-flex;
  }

  header .wrapper .step #search #search-wrapper {
    display: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 102%;
    width: 95%;
  }

  header .wrapper .step #search #search-wrapper.active {
    display: block;
  }

  header .wrapper .step #search #search-wrapper.active form {
    border-radius: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  header .wrapper .step #search #search-wrapper.active form input {
    border: 0;
    border-radius: 20rem;
    height: 40px;
    width: 100%;
  }

  header .wrapper .step #search #search-wrapper .search-suggest {
    margin-top: 1px;
    width: 100%;
  }

  header .wrapper .step #search #search-wrapper .search-suggest .info {
    width: 190px;
  }

  #featured {
    height: 35rem;
  }

  #featured .swiper-wrapper .swiper-slide .wrapper .info .name {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .section .head .start {
    align-items: flex-start;
    flex-direction: column;
  }

  #movie-managers .movie-managers-wrap .movie-manager {
    font-size: 0.9rem;
  }

  #w-info .item-poster::after {
    box-shadow: 1px 0 200px 200px #242832;
  }

  #w-info .info {
    padding: 15rem 1.5rem 1.5rem;
  }

  #w-info .info .name {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  #w-info .info .detail > div > div {
    width: 90px;
  }

  #error > div {
    font-size: 8rem;
  }

  #error > p {
    font-size: 2rem;
    margin: 0;
  }

  body.index .slogan {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  body.index > p {
    line-height: 1rem;
  }

  body.index > div .go-home {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767.9px) {
  .movies.items .movie-item {
    width: 33.3333333333%;
  }
}

@media (max-width: 575.98px) {
  .dropdown.xs.show:before {
    background: #0000004d;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 49;
  }

  /*
 * Corrected CSS for mobile dropdown menu.
 * Now it is centered ONLY horizontally, keeping the original vertical position.
*/
  .dropdown.xs .dropdown-menu {
    border: 1px solid #e1835a;
    height: auto !important;
    max-height: 55vh !important;
    min-width: auto !important;
    overflow: auto;
    overscroll-behavior: contain;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    width: 80vw !important;
    z-index: 50;

    /* --- Corrected centering properties --- */
    top: 20vh;
    /* Your original vertical position */
    left: 50%;
    transform: translateX(-50%);
    /* Center ONLY horizontally */
  }

  .dropdown.xs .dropdown-menu .dropdown-item,
  .dropdown.xs .dropdown-menu li {
    width: 100% !important;
  }

  .dropdown.xs .dropdown-menu .dropdown-item label,
  .dropdown.xs .dropdown-menu li label {
    font-size: 1rem !important;
  }

  #site-filters > div {
    width: 50%;
  }

  #site-filters > div:last-child {
    width: 100%;
  }

  #featured .swiper-wrapper .swiper-slide .wrapper .info .action div .btn {
    padding: 0.7rem 1rem;
  }
}

.loading {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.loading:before {
  animation: 1s linear infinite rotation;
  border: 10px solid;
  border-color: #dc354526 #dc354540 #dc354559 #dc354580;
  border-radius: 50%;
  content: "";
  display: block;
  height: 3rem;
  margin: 0.5rem auto;
  position: relative;
  width: 3rem;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error-message,
.no-results {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 400px;
  width: 100%;
}

.error-message i,
.no-results i {
  color: #6c757d;
  margin-bottom: 1rem;
}

.error-message h3,
.no-results h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.error-message p,
.no-results p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.dropdown-menu .loading-item {
  color: #6c757d;
  font-style: italic;
  padding: 10px;
  text-align: center;
}

.swiper-slide .action .btn {
  min-width: 140px;
}

.favo,
.favo *,
.user-bookmark-toggle,
.user-bookmark-toggle * {
  pointer-events: auto !important;
}

.user-bookmark-toggle:hover i.uil-minus-circle {
  color: #fff !important;
}

.lazyload {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.lazyload:not(.lazyloaded)::before {
  animation: 1.5s infinite shimmer;
  background: linear-gradient(90deg, #1a1c23 25%, #2a2c33 50%, #1a1c23 75%);
  background-size: 200% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.swiper-slide {
  min-height: 400px;
  position: relative;
}

.movie-item .item-poster,
.movie-sidebar .item-poster {
  display: block;
  overflow: hidden;
  position: relative;
}

.movie-item .item-poster img,
.movie-sidebar .item-poster img {
  display: block;
  height: auto;
  width: 100%;
}

.swiper-slide:not(.lazyloaded) {
  background-color: #1a1c23;
}

.swiper-slide .wrapper {
  position: relative;
  z-index: 2;
}

.swiper-slide::after {
  background: linear-gradient(#0000004d, #000000b3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.tooltipster-sidetip .tooltipster-box {
  background: #292d38;
  border: 1px solid #1a1c23;
  border-radius: 1.5rem;
  margin-left: 6px !important;
  width: 20rem;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content {
  overflow: hidden;
  padding: 0.7rem;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content:hover {
  background: 0 0;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .head {
  background: #1e2129;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .head .name {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.15;
  margin-right: 1rem;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .head .info {
  align-items: center;
  color: #6c757d;
  display: flex;
  font-size: 0.95rem;
  margin-top: 0.5rem;
  overflow: hidden;
}

.tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .head
  .info
  .quality {
  background: #6c757d;
  border-color: #6c757d;
  flex-shrink: 0;
  font-size: 0.9rem;
  height: 1.2rem;
  min-width: 1.2rem;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .head .info .rating {
  border-color: #6c757d;
  color: #6c757d;
  flex-shrink: 0;
  font-size: 0.8rem;
  height: 1.2rem;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .head .info > span {
  margin-right: 0.4rem;
  white-space: nowrap;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .head .dropdown {
  position: absolute;
  right: 0;
  top: 0.5rem;
}

.tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .head
  .dropdown
  .favo {
  background: 0 0;
  border: 0;
  color: #6c757d;
  font-size: 1.5rem;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .body {
  border-radius: 1rem;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  padding: 0.7rem 0.4rem;
}

.tooltipster-sidetip .tooltipster-box .tooltipster-content .body .text-muted {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  line-height: 1.5em;
  margin-top: 0.8rem;
  max-height: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tooltipster-sidetip .favo.user-bookmark-toggle i.uil-minus-circle {
  color: #dc3545;
}

.tooltipster-sidetip .favo.user-bookmark-toggle:hover i.uil-minus-circle {
  color: #dc3545 !important;
}

/*
 * Firebase Comments - WatchSeries Integrated Minimal Styling
 * Version: 2.0.0
 * Description: Stable, minimal, and theme-aligned stylesheet.
 */

.firebase-comments-section {
  /* The main container uses the site's primary content background */
  background-color: #1a1c23;
  border-radius: 1.5rem;
  padding: 1rem 1.5rem 1.5rem;
}

/* --- Authentication & User Info --- */
.comment-auth-box {
  background-color: #1f2129;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}

#loginForm .login-inputs {
  display: flex;
  gap: 1rem;
}

#loginForm .login-inputs input {
  flex: 1;
}

#loginForm .auth-buttons {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}

#userInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#userInfo .user-details {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

#userName {
  font-weight: 500;
  color: #e9ecef;
}

#userEmail {
  font-size: 0.85rem;
  color: #626b73 !important;
}

/* --- Comment Form --- */
.comment-form {
  margin-bottom: 1rem;
}

.comment-form textarea {
  min-height: 80px;
  margin-bottom: 0.75rem;
  padding: 10px;
}

.comment-form textarea::placeholder {
  color: #6c757d;
  /* Cambia con il colore che preferisci */
  opacity: 1;
  /* Assicurati che sia visibile */
}

.comment-form-footer {
  display: flex;
  justify-content: flex-end;
}

/* --- Notifications --- */
.pending-notification {
  background: #1a1c23;
  border: 1px solid #db6937;
  color: #db6937;
  padding: 0.75rem;
  border-radius: 0.75rem;
  font-size: 0.85rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* --- Comments List --- */
.comments-list-header {
  border-bottom: 1px solid #1f2129;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.comment-count {
  font-size: 1rem;
  font-weight: 500;
}

#commentsContainer .loading-comments,
#commentsContainer .no-comments {
  text-align: center;
  padding: 2.5rem 1rem;
  color: #6c757d;
}

#commentsContainer .no-comments i {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}

.comment-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #292d38;
  /* Lighter separator */
}

.comment-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.comment-avatar {
  border-radius: 50%;
}

.author-meta .comment-name {
  font-weight: 500;
  color: #e9ecef;
  font-size: 0.95rem;
}

.author-meta .comment-time {
  font-size: 0.8rem;
  color: #6c757d;
}

.comment-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.comment-actions .btn-action {
  background: none;
  border: none;
  color: #6c757d;
  cursor: pointer;
  font-size: 1.1rem;
  transition: color 0.2s;
}

.comment-actions .btn-action:hover {
  color: #dc3545;
}

.comment-body {
  padding-left: calc(36px + 0.75rem);
  /* Align with author name */
}

.comment-text {
  color: #b2b1ad;
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 0.9rem;
}

.comment-footer {
  display: flex;
  margin-top: 0.75rem;
  padding-left: calc(36px + 0.75rem);
}

.like-btn {
  background: #1a1c23;
  border: 1px solid #292d38;
  color: #6c757d;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0.2rem 0.6rem;
  border-radius: 0.75rem;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.like-btn:hover {
  border-color: #dc3545;
  color: #dc3545;
}

.like-btn i {
  font-size: 0.9rem;
}

/* --- General Overrides & Button Styles --- */
.firebase-comments-section .form-control {
  background-color: #1f2129;
  border: 1px solid #1f2129;
  border-radius: 0.75rem;
  color: #e9ecef;
  padding-left: 20px;
}

#emailInput,
#passwordInput {
  background-color: #1a1c23;
}

/* --- General Overrides & Button Styles --- */
.firebase-comments-section .form-control::placeholder {
  color: #6c757d;
}

.firebase-comments-section .form-control:focus {
  background-color: #1a1c23;
  border-color: #db6937;
  box-shadow: none;
}

.firebase-comments-section .btn {
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.firebase-comments-section .btn-primary {
  background: linear-gradient(90deg, #db6937 0%, #dc3545 100%);
  border-color: transparent;
  color: #fff;
}

.firebase-comments-section .btn-primary:hover {
  color: #fff;
  filter: brightness(1.1);
}

.firebase-comments-section .btn-outline-secondary {
  background: transparent;
  border-color: #6c757d;
  color: #6c757d;
}

.firebase-comments-section .btn-outline-secondary:hover {
  background: #6c757d;
  color: #fff;
}

.firebase-comments-section .btn-outline-danger {
  background: transparent;
  border-color: #dc3545;
  color: #dc3545;
}

.firebase-comments-section .btn-outline-danger:hover {
  background: #dc3545;
  color: #fff;
}

/* --- Responsive Adjustments --- */
@media (max-width: 576px) {
  #loginForm .login-inputs {
    flex-direction: column;
  }

  .comment-body,
  .comment-footer {
    padding-left: 0;
    margin-top: 1rem;
  }

  .comment-header {
    align-items: center;
  }
}

/* --- Google Sign-In Button --- */
.auth-separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #6c757d;
  font-size: 0.8rem;
  margin: 1rem 0;
}

.auth-separator::before,
.auth-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #292d38;
}

.auth-separator:not(:empty)::before {
  margin-right: 0.25em;
}

.auth-separator:not(:empty)::after {
  margin-left: 0.25em;
}

.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #444;
  border: 1px solid #ddd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-google:hover {
  background-color: #f7f7f7;
  border-color: #ccc;
  color: #222;
}

.btn-google svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

/* Keep ALL movie managers and movie clouds visible and interactive when lights are off */
body.lights-off #movie-managers,
body.lights-off #movie-clouds {
  position: relative;
  z-index: 10000;
}

/* Ensure the light overlay covers everything except the player */
body.lights-off #light-overlay {
  pointer-events: auto;
}

/* Make sure only the player iframe remains interactive and visible */
body.lights-off #movie-player,
body.lights-off .movie-player-wrap,
body.lights-off #player {
  position: relative;
  z-index: 9999;
}

/* Mobile visibility rules for movie manager buttons */
@media (max-width: 767.98px) {
  /* Hide trailer button on mobile */
  #movie-managers .movie-manager.trailer {
    display: none !important;
  }

  /* Ensure auto-play and auto-next buttons are visible on mobile */
  #movie-managers .movie-manager.auto-play,
  #movie-managers .movie-manager.auto-next {
    display: inline-flex !important;
  }
}

/* ============================================
   SERVER MANAGEMENT - Movie Manager Integration
   Compact toggle in movie-managers + Essential utilities
   ============================================ */

/* --- Server Group Containers --- */
.server-group-container {
  transition: opacity 0.3s ease;
  animation: serverFadeIn 0.4s ease-in-out;
}

@keyframes serverFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* --- Server Notice Management --- */
.movie-cloud-notice {
  display: block !important;
  font-size: 0.85rem;
  color: #b2b1ad;
  padding: 0 10px;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Change text based on watch-wrap state */
.movie-cloud-notice .notice-text-premium {
  display: inline;
}

.movie-cloud-notice .notice-text-backup {
  display: none;
}

/* When backup server active (no-progress class on watch-wrap) */
.watch-wrap.no-progress .movie-cloud-notice .notice-text-premium {
  display: none;
}

.watch-wrap.no-progress .movie-cloud-notice .notice-text-backup {
  display: inline;
}

/* --- Original movie-cloud buttons remain unchanged --- */
#movie-clouds .movie-cloud {
  cursor: pointer;
  pointer-events: auto !important;
  float: left;
  padding: 0.2rem;
  width: 50%;
}

/* --- Movie Manager Button States --- */
.movie-manager {
  pointer-events: auto !important;
}

/* Only disabled buttons show as disabled */
.movie-manager.no-progress[disabled] {
  cursor: not-allowed !important;
  opacity: 0.6;
  position: relative;
}

/* No tooltip on active/enabled buttons */
.movie-manager:not([disabled])::after,
.movie-manager:not(.no-progress)::after,
.movie-manager.active::after {
  display: none !important;
  content: none !important;
}

/* Ensure active buttons work normally */
.movie-manager:not([disabled]):not(.no-progress) {
  cursor: pointer;
  opacity: 1;
}

/* Hide Auto Next button when backup server is active */
#movie-managers .movie-manager.auto-play.no-progress.server-active {
  display: none !important;
}

/* Prevent tooltips on auto-play/auto-next buttons */
.movie-manager.auto-play.tooltipstered,
.movie-manager.auto-next.tooltipstered,
.movie-manager.no-tooltip {
  pointer-events: auto !important;
}

.movie-manager.auto-play .tooltipster-base,
.movie-manager.auto-next .tooltipster-base,
.movie-manager.no-tooltip .tooltipster-base {
  display: none !important;
}

/* --- Remove old switch container --- */
.server-switch-container {
  display: none !important;
}

/* --- Movie Managers Layout Enhancement --- */
#movie-managers {
  background: #242832;
  border-radius: 0 0 1.5rem 1.5rem;
  display: flex;
  padding: 0.5rem;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#movie-managers .movie-managers-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
  flex: 1;
}

/* --- Compact Toggle Container --- */
.server-toggle-compact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.server-toggle-label {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 400;
  transition: color 0.3s;
  user-select: none;
}

/* --- Compact Toggle Switch --- */
.server-toggle-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  margin: 0;
}

.server-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.server-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #db6937 0%, #dc3545 100%);
  transition: all 0.3s ease;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.server-toggle-slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background: white;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Checked state (Backup) */
.server-toggle-switch input:checked + .server-toggle-slider {
  background: #6c757d;
}

.server-toggle-switch input:checked + .server-toggle-slider::before {
  transform: translateX(16px);
}

/* Active label highlighting */
.server-toggle-compact:has(input:not(:checked))
  .server-toggle-label:first-child {
  color: #e9ecef;
  font-weight: 500;
}

.server-toggle-compact:has(input:checked) .server-toggle-label:last-child {
  color: #e9ecef;
  font-weight: 500;
}

/* Hover effect - no border */
.server-toggle-switch:hover .server-toggle-slider {
  opacity: 0.9;
}

/* Focus state - no visible outline */
.server-toggle-switch input:focus + .server-toggle-slider {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Focus visible for accessibility - subtle */
.server-toggle-switch input:focus-visible + .server-toggle-slider {
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 991.98px) {
  .server-toggle-compact {
    margin-left: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  #movie-managers {
    justify-content: space-between;
    padding: 0.5rem 0.3rem;
  }

  #movie-managers .movie-managers-wrap {
    flex: 0 1 auto;
    max-width: calc(100% - 150px);
    gap: 0.15rem;
  }

  #movie-managers .movie-managers-wrap .movie-manager {
    font-size: 0.85rem;
    padding: 0.25rem 0.4rem;
  }

  #movie-managers .movie-managers-wrap .movie-manager i {
    font-size: 1rem;
  }

  /* Hide Report button on mobile */
  #movie-managers .movie-managers-wrap .movie-manager.report {
    display: none !important;
  }

  .server-toggle-compact {
    margin-left: auto;
    margin-right: 0.3rem;
    flex-shrink: 0;
    gap: 0.4rem;
  }

  .server-toggle-label {
    font-size: 0.75rem;
  }

  .server-toggle-switch {
    width: 32px;
    height: 18px;
  }

  .server-toggle-slider::before {
    height: 12px;
    width: 12px;
  }

  .server-toggle-switch input:checked + .server-toggle-slider::before {
    transform: translateX(14px);
  }
}

@media (max-width: 575.98px) {
  #movie-managers {
    padding: 0.4rem 0.25rem;
  }

  #movie-managers .movie-managers-wrap {
    max-width: calc(100% - 120px);
    gap: 0.1rem;
  }

  #movie-managers .movie-managers-wrap .movie-manager {
    padding: 0.2rem 0.35rem;
    font-size: 0.8rem;
  }

  #movie-managers .movie-managers-wrap .movie-manager i {
    font-size: 0.95rem;
  }

  .server-toggle-compact {
    gap: 0.3rem;
    margin-right: 0.25rem;
  }

  .server-toggle-label {
    font-size: 0.7rem;
  }

  .server-toggle-switch {
    width: 30px;
    height: 16px;
  }

  .server-toggle-slider::before {
    height: 10px;
    width: 10px;
    left: 3px;
    bottom: 3px;
  }

  .server-toggle-switch input:checked + .server-toggle-slider::before {
    transform: translateX(14px);
  }
}

/* iPhone SE and similar small devices */
@media (max-width: 375px) {
  #movie-managers {
    padding: 0.3rem 0.2rem;
  }

  #movie-managers .movie-managers-wrap {
    max-width: calc(100% - 100px);
  }

  #movie-managers .movie-managers-wrap .movie-manager {
    padding: 0.15rem 0.3rem;
    font-size: 0.75rem;
  }

  #movie-managers .movie-managers-wrap .movie-manager i {
    font-size: 0.9rem;
  }

  .server-toggle-compact {
    gap: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.2rem;
  }

  .server-toggle-label {
    font-size: 0.65rem;
  }

  .server-toggle-switch {
    width: 28px;
    height: 15px;
  }

  .server-toggle-slider::before {
    height: 9px;
    width: 9px;
    left: 3px;
    bottom: 3px;
  }

  .server-toggle-switch input:checked + .server-toggle-slider::before {
    transform: translateX(13px);
  }
}

/* ============================================
   LOADING STATE
   ============================================ */

.server-toggle-compact.loading {
  opacity: 0.6;
  pointer-events: none;
}

.server-toggle-compact.loading .server-toggle-slider::before {
  animation: toggleLoading 1s infinite;
}

@keyframes toggleLoading {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(16px);
  }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

@media (prefers-reduced-motion: reduce) {
  .server-toggle-slider,
  .server-toggle-slider::before,
  .server-toggle-label {
    transition: none;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .server-toggle-slider {
    border: 2px solid white;
  }
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
  .server-toggle-compact {
    display: none;
  }
}

/* ==============================================
   LANGUAGE SELECTOR STYLES
   ============================================ */

header .wrapper .start #language-toggler {
  color: #e9ecef;
  cursor: pointer;
  margin-left: 1.5rem;
  margin-right: 1rem;
  transition: color 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .wrapper .start #language-toggler:hover {
  color: #dc3545;
}

header .wrapper .start #language-toggler .lang-code {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #b2b1ad;
  opacity: 0.8;
}

header .wrapper .start #language-menu {
  display: none;
  position: absolute;
  top: 100%;
}

header .wrapper .start #language-menu > ul {
  background: #292d38;
  border: 1px solid #1a1c23;
  border-radius: 1.5rem;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.5rem 0;
  position: relative;
  width: 17rem;
}

header .wrapper .start #language-menu > ul > li > a {
  display: block;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  padding: 0.5rem 0.8rem;
}

header .wrapper .start #language-menu > ul > li:hover > a {
  background: #242832;
  color: #dc3545;
}

header .wrapper .start #language-menu > ul > li.active > a {
  background: #242832;
  color: #dc3545;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  header .wrapper .start #language-toggler {
    margin-right: 0.5rem;
  }

  header .wrapper .start #language-menu {
    left: 0;
    padding: 0 10px;
  }
}
/* Fix tooltipster style for sidebar "You may like" */
.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  background: #292d38 !important;
  border: 1px solid #1a1c23 !important;
  border-radius: 1.5rem !important;
  margin-left: 6px !important;
  width: 20rem !important;
  overflow: hidden !important;
}

.tooltipster-base.tooltipster-sidetip .tooltipster-box .tooltipster-content {
  overflow: hidden;
  padding: 0.7rem;
  background: #292d38 !important;
  border-radius: 1.5rem !important;
}

.tooltipster-base.tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .head {
  background: #1e2129 !important;
  border-radius: 1rem !important;
  padding: 1rem;
  position: relative;
}

/* ============================================
   DMCA CONTENT FILTER - REMOVED OVERLAY
   ============================================ */

/* DEFAULT: Show DMCA removed content with overlay everywhere */
.movie-item.dmca-removed,
.item.dmca-removed {
  position: relative;
  opacity: 0.5;
}

/* HIDE only in specific locations to avoid layout issues */
/* Sidebar items (only in aside.sidebar, NOT aside.main which contains homepage sections) */
.movie-sidebar .item.dmca-removed,
.movie-sidebar .movie-item.dmca-removed,
.scaff.movie-sidebar .item.dmca-removed,
.scaff.movie-sidebar .movie-item.dmca-removed,
.scaff.movie-sidebar.items .item.dmca-removed,
.scaff.movie-sidebar.items .movie-item.dmca-removed,
aside.sidebar .scaff.items .item.dmca-removed,
aside.sidebar .scaff.items .movie-item.dmca-removed,
/* Search dropdown suggestions */
.scaff.head-popup.items .item.dmca-removed,
.scaff.head-popup.items .movie-item.dmca-removed,
.head-popup .item.dmca-removed,
.head-popup .movie-item.dmca-removed,
.search-suggest .item.dmca-removed,
.search-suggest .movie-item.dmca-removed,
/* Swiper/Slider items */
.swiper-slide.dmca-removed {
  display: none !important;
}

.dmca-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(36 40 50);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 1.5rem;
  backdrop-filter: blur(10px);
  pointer-events: all;
}

.dmca-overlay .dmca-content {
  text-align: center;
  padding: 2rem;
}

.dmca-overlay .dmca-content i {
  font-size: 4rem;
  color: #dc3545;
  margin-bottom: 1rem;
  display: block;
  animation: dmca-pulse 2s ease-in-out infinite;
}

.dmca-overlay .dmca-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e9ecef;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

.dmca-overlay .dmca-subtext {
  font-size: 0.9rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

/* Pulse animation for warning icon */
@keyframes dmca-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .dmca-overlay .dmca-content i {
    font-size: 3rem;
  }

  .dmca-overlay .dmca-text {
    font-size: 1.4rem;
  }

  .dmca-overlay .dmca-subtext {
    font-size: 0.8rem;
  }
}

/* Favorites Counter Badge */
.favorites-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dc3545;
  color: #fff;
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 9px;
  font-weight: 600;
  margin-left: 8px;
  min-width: 18px;
  height: 16px;
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
  animation: fadeInBounce 0.5s ease-out;
}

@keyframes fadeInBounce {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Recently Updated Slider (True Carousel) */
.recently-updated-scrollable {
  height: 650px;
  overflow: hidden;
  position: relative;
}

.recently-updated-scrollable .scaff.movie-sidebar.items {
  transition: transform 0.4s ease;
  will-change: transform;
}

.sidebar-slider-control {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative;
  z-index: 10;
}

.sidebar-slider-control .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.3s;
}

.sidebar-slider-control .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.sidebar-slider-control .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.sidebar-slider-control .btn i {
  font-size: 1rem;
  margin: 0;
  pointer-events: none;
}

.sidebar-slider-control .btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .recently-updated-scrollable {
    height: 400px;
  }

  .sidebar-slider-control .btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
  }

  .sidebar-slider-control .btn i {
    font-size: 0.9rem;
  }
}

/* ==========================================================================
   RTL (Right-to-Left) Support for Arabic
   ========================================================================== */

[dir="rtl"] {
  text-align: right;
}

/* Body & General */
[dir="rtl"] body {
  text-align: right;
}

/* Container & Columns - flip padding */
[dir="rtl"] .col,
[dir="rtl"] .container {
  padding-left: 15px;
  padding-right: 15px;
}

/* Header & Navigation */
[dir="rtl"] header .wrapper .start #menu > ul {
  padding-right: 0;
}

[dir="rtl"] header .wrapper .start #menu > ul > li {
  margin-left: 0;
  margin-right: 0;
}

[dir="rtl"] header .wrapper .end {
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] header .wrapper .start {
  margin-right: 0;
  margin-left: auto;
}

/* Dropdown menus */
[dir="rtl"] .dropdown-menu {
  text-align: right;
  left: auto;
  right: 0;
}

[dir="rtl"] .dropdown-item {
  text-align: right;
}

[dir="rtl"] .dropdown-item i {
  margin-right: 0;
  margin-left: 0.5rem;
}

/* Button groups - keep visual order (exclude navigation controls and view-switcher) */
[dir="rtl"]
  .btn-group:not(.sidebar-slider-control):not(.pagination-control):not(
    .view-switcher
  ) {
  flex-direction: row-reverse;
}

[dir="rtl"]
  .btn-group:not(.sidebar-slider-control):not(.pagination-control):not(
    .view-switcher
  )
  > .btn:first-child {
  border-radius: 0 0.25rem 0.25rem 0;
}

[dir="rtl"]
  .btn-group:not(.sidebar-slider-control):not(.pagination-control):not(
    .view-switcher
  )
  > .btn:last-child {
  border-radius: 0.25rem 0 0 0.25rem;
}

[dir="rtl"]
  .btn-group:not(.sidebar-slider-control):not(.pagination-control):not(
    .view-switcher
  )
  > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* Pagination control - fix border radius and swap icons for RTL */
[dir="rtl"] .pagination-control > .btn:first-child {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}

[dir="rtl"] .pagination-control > .btn:last-child {
  border-radius: 0.25rem 0 0 0.25rem !important;
}

[dir="rtl"] .pagination-control .uil-angle-left,
[dir="rtl"] .pagination-control .uil-angle-right {
  display: inline-block;
  transform: scaleX(-1);
}

/* View switcher - fix border radius for RTL */
[dir="rtl"] .view-switcher > .btn:first-child {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}

[dir="rtl"] .view-switcher > .btn:last-child {
  border-radius: 0.25rem 0 0 0.25rem !important;
}

/* Filters dropdown checkbox and radio icon spacing */
[dir="rtl"] .dropdown .dropdown-menu li > input[type="checkbox"] + label:before,
[dir="rtl"] .dropdown .dropdown-menu li > input[type="radio"] + label:before {
  margin-left: 0.5rem;
  margin-right: 0;
}

/* Buttons with icons */
[dir="rtl"] .btn i + span,
[dir="rtl"] .btn span + i {
  margin-left: 0;
  margin-right: 0.3rem;
}

[dir="rtl"] .btn i {
  margin-right: 0;
  margin-left: 0.3rem;
}

/* Cards */
[dir="rtl"] .card-body {
  text-align: right;
}

[dir="rtl"] .card .rating {
  left: auto;
  right: 0.5rem;
}

/* Film cards - flip positions */
[dir="rtl"] .flw-item .film-poster .film-poster-quality {
  left: auto;
  right: 0.5rem;
}

[dir="rtl"] .flw-item .film-poster .pick {
  right: auto;
  left: 0.5rem;
}

/* Search */
[dir="rtl"] .search-content .search-input {
  padding-left: 1rem;
  padding-right: 3rem;
}

[dir="rtl"] .search-content .search-icon {
  left: auto;
  right: 1rem;
}

/* Forms */
[dir="rtl"] .form-control {
  text-align: right;
}

[dir="rtl"] .input-group > .form-control:not(:last-child) {
  border-radius: 0 0.25rem 0.25rem 0;
}

[dir="rtl"] .input-group > .form-control:not(:first-child) {
  border-radius: 0.25rem 0 0 0.25rem;
}

[dir="rtl"] .input-group-prepend {
  margin-right: 0;
  margin-left: -1px;
}

[dir="rtl"] .input-group-append {
  margin-left: 0;
  margin-right: -1px;
}

/* Lists */
[dir="rtl"] ul {
  padding-right: 0;
  padding-left: 2rem;
}

[dir="rtl"] .list-unstyled {
  padding-left: 0;
}

/* Badges & Labels */
[dir="rtl"] .badge {
  margin-left: 0;
  margin-right: 0.25rem;
}

/* Dots separator - just swap margins for RTL */
[dir="rtl"] .dot + .dot:before {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

/* View more link spacing and flip arrow */
[dir="rtl"] .view-more-link {
  margin-right: 0.5rem;
}

[dir="rtl"] .view-more-link .uil-arrow-right:before {
  content: "\ebb4"; /* arrow-left */
}

/* Title and tabs spacing for RTL */
[dir="rtl"] .section .head .start .title {
  margin-left: 0.4rem;
}

/* Sidebar */
[dir="rtl"] .sidebar {
  left: auto;
  right: 0;
  margin-right: 0.8rem;
}

/* Hide rating box in RTL (Arabic) */
[dir="rtl"] .rating-box {
  display: none;
}

[dir="rtl"] .sidebar-slider-control .btn:first-child {
  border-radius: 0 0.5rem 0.5rem 0;
}

[dir="rtl"] .sidebar-slider-control .btn:last-child {
  border-radius: 0.5rem 0 0 0.5rem;
  margin-left: 0;
  margin-right: -1px;
}

/* Pagination */
[dir="rtl"] .pagination {
  padding-right: 0;
}

[dir="rtl"] .page-item:first-child .page-link {
  border-radius: 0 0.25rem 0.25rem 0;
}

[dir="rtl"] .page-item:last-child .page-link {
  border-radius: 0.25rem 0 0 0.25rem;
}

/* Pagination-sm - keep rounded borders */
[dir="rtl"] .pagination-sm .page-item .page-link {
  border-radius: 0.2rem;
}

[dir="rtl"] .pagination-sm .page-item:first-child .page-link {
  border-radius: 0.2rem;
}

[dir="rtl"] .pagination-sm .page-item:last-child .page-link {
  border-radius: 0.2rem;
}

/* Pagination arrow icons - flip for RTL */
[dir="rtl"] .pagination .uil-angle-left-b,
[dir="rtl"] .pagination .uil-angle-right-b {
  display: inline-block;
  transform: scaleX(-1);
}

/* Close buttons */
[dir="rtl"] .close {
  float: left;
}

/* Modal */
[dir="rtl"] .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

/* Alerts */
[dir="rtl"] .alert-dismissible {
  padding-left: 4rem;
  padding-right: 1.25rem;
}

[dir="rtl"] .alert-dismissible .close {
  left: 0;
  right: auto;
}

/* Film detail */
[dir="rtl"] .film-detail .detail-infor {
  text-align: right;
}

[dir="rtl"] .film-detail .detail-infor-content {
  padding-left: 0;
  padding-right: 1.5rem;
}

/* Player controls */
[dir="rtl"] .player-controls {
  direction: ltr; /* Keep player controls LTR */
}

/* Flex utilities - reverse */
[dir="rtl"] .flex-row {
  flex-direction: row-reverse;
}

[dir="rtl"] .justify-content-start {
  justify-content: flex-end !important;
}

[dir="rtl"] .justify-content-end {
  justify-content: flex-start !important;
}

/* Margins - common overrides */
[dir="rtl"] .ml-1,
[dir="rtl"] .mx-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
}

[dir="rtl"] .ml-2,
[dir="rtl"] .mx-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}

[dir="rtl"] .ml-3,
[dir="rtl"] .mx-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

[dir="rtl"] .mr-1,
[dir="rtl"] .mx-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}

[dir="rtl"] .mr-2,
[dir="rtl"] .mx-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

[dir="rtl"] .mr-3,
[dir="rtl"] .mx-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}

/* Paddings - common overrides */
[dir="rtl"] .pl-1,
[dir="rtl"] .px-1 {
  padding-left: 0 !important;
  padding-right: 0.25rem !important;
}

[dir="rtl"] .pl-2,
[dir="rtl"] .px-2 {
  padding-left: 0 !important;
  padding-right: 0.5rem !important;
}

[dir="rtl"] .pl-3,
[dir="rtl"] .px-3 {
  padding-left: 0 !important;
  padding-right: 1rem !important;
}

[dir="rtl"] .pr-1,
[dir="rtl"] .px-1 {
  padding-right: 0 !important;
  padding-left: 0.25rem !important;
}

[dir="rtl"] .pr-2,
[dir="rtl"] .px-2 {
  padding-right: 0 !important;
  padding-left: 0.5rem !important;
}

[dir="rtl"] .pr-3,
[dir="rtl"] .px-3 {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}

/* Text alignment */
[dir="rtl"] .text-left {
  text-align: right !important;
}

[dir="rtl"] .text-right {
  text-align: left !important;
}

/* Float */
[dir="rtl"] .float-left {
  float: right !important;
}

[dir="rtl"] .float-right {
  float: left !important;
}

/* Featured slider arrows - swap icons for RTL */
[dir="rtl"] #featured .swiper-button-next:after {
  content: "\ec49";
}

[dir="rtl"] #featured .swiper-button-prev:after {
  content: "\eb9f";
}

/* Tabs spacing */
[dir="rtl"] .tabs .tab + .tab {
  margin-left: 0;
  margin-right: 0.5rem;
}

[dir="rtl"] .navigation .pagination .page-item + .page-item {
  margin-left: 0;
  margin-right: 0.3rem;
}

/* Tooltipster favo/bookmark toggle - move to left for RTL */
[dir="rtl"]
  .tooltipster-sidetip
  .tooltipster-box
  .tooltipster-content
  .head
  .dropdown {
  right: auto;
  left: 0;
}

/* Movie/TV detail page - poster and info RTL */
[dir="rtl"] #w-info .info {
  margin-left: 0;
  margin-right: 1.4rem;
}

[dir="rtl"] #w-info .item-poster > img {
  border-radius: 0 1rem 1rem 0;
}

[dir="rtl"] #w-info .info .name {
  margin: 1rem 0 1rem 200px;
}

[dir="rtl"] #w-info .rating-box {
  right: auto;
  left: 0;
  border-radius: 1rem 0;
}

/* Horizontal episode navigation - flip arrow icons for RTL */
[dir="rtl"] .horizontal-episode-navigation .uil-angle-left,
[dir="rtl"] .horizontal-episode-navigation .uil-angle-right {
  display: inline-block;
  transform: scaleX(-1);
}

/* Episode jump form - flip double arrow for RTL */
[dir="rtl"] .uil-angle-double-right,
[dir="rtl"] .uil-angle-double-left {
  display: inline-block;
  transform: scaleX(-1);
}

/* Server clouds - flip margin for "Server" label in RTL */
[dir="rtl"]
  #movie-clouds
  .movie-clouds-wrap
  .movie-cloud
  > div
  span:first-child {
  margin-right: 0;
  margin-left: 0.4rem;
}

/* Search suggest items - flip poster margin for RTL */
[dir="rtl"] .scaff.items .movie-item .item-poster {
  margin-right: 0;
  margin-left: 10px;
}

/* Server toggle - keep LTR direction (Premium/Backup stays same position) */
[dir="rtl"] .server-toggle-compact {
  direction: ltr;
}

/* Movie managers - keep same layout in RTL (toggle stays on the right side visually) */
[dir="rtl"] #movie-managers {
  flex-direction: row-reverse;
}

[dir="rtl"] #movie-managers .movie-managers-wrap {
  flex-direction: row-reverse;
}
