:root {
--color-bg: #121212;
--color-text: #f0f0f0;
--color-primary: #2ca46a;
--color-primary-trans: #2eb4733d;
--color-primary-dark: #1c764b3d;
}

:root[data-theme="light"] {
--color-bg: #ffffff;
--color-text: #333333;
--color-primary: #238858;
}
:root[data-theme="dark"] {
--sp-surface: rgba(255,255,255,0.03);
--sp-muted: rgba(255,255,255,0.6);
--sp-elev: rgba(0,0,0,0.45);
}
:root[data-theme="light"] {
--sp-surface: rgba(0,0,0,0.02);
--sp-muted: rgba(0,0,0,0.6);
--sp-elev: rgba(0,0,0,0.06);
}
:root {
--sp-surface: rgba(0,0,0,0.03);
--sp-muted: rgba(0,0,0,0.6);
--sp-radius: 12px;
--sp-blur: 8px;
--sp-gap: 16px;
--radius5: 5px;
}

.container {
padding-left: 10px;
padding-right: 10px;
margin-right: auto;
margin-left: auto;
width: 96%;
max-width: 1300px;
}

input.star {
display: none;
}
label.star {
float: right;
font-size: 36px;
color: #828282;
transition: all 0.2s;
display: inline-block;
cursor: pointer;
margin: 2px 2px 0 5px;
}
input.star:hover ~ label.star:before {
content: "\f005";
color: #fd4;
transition: all 0.25s;
}
input.star:checked ~ label.star:before {
content: "\f005";
color: #fd4;
transition: all 0.25s;
}
input.star-4:checked ~ label.star:before {
color: #f62;
}
input.star-10:checked ~ label.star:before {
color: #fe7;
text-shadow: 0 0 20px #952;
}
label.star:hover {
transform: rotate(-15deg) scale(1.3);
}
label.star:before {
content: "\f006";
font-family: fontAwesome;
}
.rating,
.span9 h3 {
font-size: large;
}
.total-rating {
color: var(--color-text);
}
.copyright,
.main-page-title,
.text-center {
text-align: center;
}
.src {
text-overflow: ellipsis;
}
@keyframes shine {
to {
  background-position: 200% center;
}
}
@-webkit-keyframes showSweetAlert {
0% {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}
45% {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
80% {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
to {
  transform: scale(1);
  -webkit-transform: scale(1);
}
}
@keyframes showSweetAlert {
0% {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}
45% {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
80% {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}
to {
  transform: scale(1);
  -webkit-transform: scale(1);
}
}
@-webkit-keyframes hideSweetAlert {
0% {
  transform: scale(1);
  -webkit-transform: scale(1);
}
to {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
}
@keyframes hideSweetAlert {
0% {
  transform: scale(1);
  -webkit-transform: scale(1);
}
to {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
}
@-webkit-keyframes slideFromTop {
0% {
  top: 0;
}
to {
  top: 50%;
}
}
@keyframes slideFromTop {
0% {
  top: 0;
}
to {
  top: 50%;
}
}
@-webkit-keyframes slideToTop {
0% {
  top: 50%;
}
to {
  top: 0;
}
}
@keyframes slideToTop {
0% {
  top: 50%;
}
to {
  top: 0;
}
}
@-webkit-keyframes slideFromBottom {
0% {
  top: 70%;
}
to {
  top: 50%;
}
}
@keyframes slideFromBottom {
0% {
  top: 70%;
}
to {
  top: 50%;
}
}
@-webkit-keyframes slideToBottom {
0% {
  top: 50%;
}
to {
  top: 70%;
}
}
@keyframes slideToBottom {
0% {
  top: 50%;
}
to {
  top: 70%;
}
}
@-webkit-keyframes animateSuccessTip {
0%,
54% {
  width: 0;
  left: 1px;
  top: 19px;
}
70% {
  width: 50px;
  left: -8px;
  top: 37px;
}
84% {
  width: 17px;
  left: 21px;
  top: 48px;
}
to {
  width: 25px;
  left: 14px;
  top: 45px;
}
}
@keyframes animateSuccessTip {
0%,
54% {
  width: 0;
  left: 1px;
  top: 19px;
}
70% {
  width: 50px;
  left: -8px;
  top: 37px;
}
84% {
  width: 17px;
  left: 21px;
  top: 48px;
}
to {
  width: 25px;
  left: 14px;
  top: 45px;
}
}
@-webkit-keyframes animateSuccessLong {
0%,
65% {
  width: 0;
  right: 46px;
  top: 54px;
}
84% {
  width: 55px;
  right: 0;
  top: 35px;
}
to {
  width: 47px;
  right: 8px;
  top: 38px;
}
}
@keyframes animateSuccessLong {
0%,
65% {
  width: 0;
  right: 46px;
  top: 54px;
}
84% {
  width: 55px;
  right: 0;
  top: 35px;
}
to {
  width: 47px;
  right: 8px;
  top: 38px;
}
}
@-webkit-keyframes rotatePlaceholder {
0%,
5% {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
12%,
to {
  transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
}
}
@keyframes rotatePlaceholder {
0%,
5% {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
12%,
to {
  transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
}
}
@-webkit-keyframes animateErrorIcon {
0% {
  transform: rotateX(100deg);
  -webkit-transform: rotateX(100deg);
  opacity: 0;
}
to {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  opacity: 1;
}
}
@keyframes animateErrorIcon {
0% {
  transform: rotateX(100deg);
  -webkit-transform: rotateX(100deg);
  opacity: 0;
}
to {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  opacity: 1;
}
}
@-webkit-keyframes animateXMark {
0%,
50% {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  margin-top: 26px;
  opacity: 0;
}
80% {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  margin-top: -6px;
}
to {
  transform: scale(1);
  -webkit-transform: scale(1);
  margin-top: 0;
  opacity: 1;
}
}
@keyframes animateXMark {
0%,
50% {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  margin-top: 26px;
  opacity: 0;
}
80% {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  margin-top: -6px;
}
to {
  transform: scale(1);
  -webkit-transform: scale(1);
  margin-top: 0;
  opacity: 1;
}
}
@-webkit-keyframes pulseWarning {
0% {
  border-color: #f8d486;
}
to {
  border-color: #f8bb86;
}
}
@keyframes pulseWarning {
0% {
  border-color: #f8d486;
}
to {
  border-color: #f8bb86;
}
}
@-webkit-keyframes pulseWarningIns {
0% {
  background-color: #f8d486;
}
to {
  background-color: #f8bb86;
}
}
@keyframes pulseWarningIns {
0% {
  background-color: #f8d486;
}
to {
  background-color: #f8bb86;
}
}
@-webkit-keyframes rotate-loading {
0% {
  transform: rotate(0);
}
to {
  transform: rotate(360deg);
}
}
@keyframes rotate-loading {
0% {
  transform: rotate(0);
}
to {
  transform: rotate(360deg);
}
}
@keyframes bounce {
0%,
20%,
53%,
80%,
to {
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateZ(0);
}
40%,
43% {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transform: translate3d(0, -30px, 0);
}
70% {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transform: translate3d(0, -15px, 0);
}
90% {
  transform: translate3d(0, -4px, 0);
}
}
@keyframes flash {
0%,
50%,
to {
  opacity: 1;
}
25%,
75% {
  opacity: 0;
}
}
@keyframes pulse {
0%,
to {
  transform: scaleX(1);
}
50% {
  transform: scale3d(1.05, 1.05, 1.05);
}
}
@keyframes rubberBand {
0%,
to {
  transform: scaleX(1);
}
30% {
  transform: scale3d(1.25, 0.75, 1);
}
40% {
  transform: scale3d(0.75, 1.25, 1);
}
50% {
  transform: scale3d(1.15, 0.85, 1);
}
65% {
  transform: scale3d(0.95, 1.05, 1);
}
75% {
  transform: scale3d(1.05, 0.95, 1);
}
}
@keyframes shake {
0%,
to {
  transform: translateZ(0);
}
10%,
30%,
50%,
70%,
90% {
  transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
  transform: translate3d(10px, 0, 0);
}
}
@keyframes headShake {
0%,
50% {
  transform: translateX(0);
}
6.5% {
  transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
  transform: translateX(5px) rotateY(7deg);
}
31.5% {
  transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
  transform: translateX(2px) rotateY(3deg);
}
}
@keyframes swing {
20% {
  transform: rotate(15deg);
}
40% {
  transform: rotate(-10deg);
}
60% {
  transform: rotate(5deg);
}
80% {
  transform: rotate(-5deg);
}
to {
  transform: rotate(0);
}
}
@keyframes tada {
0%,
to {
  transform: scaleX(1);
}
10%,
20% {
  transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
}
30%,
50%,
70%,
90% {
  transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
40%,
60%,
80% {
  transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}
}
@keyframes wobble {
0%,
to {
  transform: none;
}
15% {
  transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
30% {
  transform: translate3d(20%, 0, 0) rotate(3deg);
}
45% {
  transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
60% {
  transform: translate3d(10%, 0, 0) rotate(2deg);
}
75% {
  transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
}
@keyframes jello {
0%,
11.1%,
to {
  transform: none;
}
22.2% {
  transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
  transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
  transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
  transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
  transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
  transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
  transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes bounceIn {
0%,
20%,
40%,
60%,
80%,
to {
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
}
20% {
  transform: scale3d(1.1, 1.1, 1.1);
}
40% {
  transform: scale3d(0.9, 0.9, 0.9);
}
60% {
  opacity: 1;
  transform: scale3d(1.03, 1.03, 1.03);
}
80% {
  transform: scale3d(0.97, 0.97, 0.97);
}
to {
  opacity: 1;
  transform: scaleX(1);
}
}
@keyframes bounceInDown {
0%,
60%,
75%,
90%,
to {
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
  opacity: 0;
  transform: translate3d(0, -3000px, 0);
}
60% {
  opacity: 1;
  transform: translate3d(0, 25px, 0);
}
75% {
  transform: translate3d(0, -10px, 0);
}
90% {
  transform: translate3d(0, 5px, 0);
}
to {
  transform: none;
}
}
@keyframes bounceInLeft {
0%,
60%,
75%,
90%,
to {
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
  opacity: 0;
  transform: translate3d(-3000px, 0, 0);
}
60% {
  opacity: 1;
  transform: translate3d(25px, 0, 0);
}
75% {
  transform: translate3d(-10px, 0, 0);
}
90% {
  transform: translate3d(5px, 0, 0);
}
to {
  transform: none;
}
}
@keyframes bounceInRight {
0%,
60%,
75%,
90%,
to {
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
  opacity: 0;
  transform: translate3d(3000px, 0, 0);
}
60% {
  opacity: 1;
  transform: translate3d(-25px, 0, 0);
}
75% {
  transform: translate3d(10px, 0, 0);
}
90% {
  transform: translate3d(-5px, 0, 0);
}
to {
  transform: none;
}
}
@keyframes bounceInUp {
0%,
60%,
75%,
90%,
to {
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
  opacity: 0;
  transform: translate3d(0, 3000px, 0);
}
60% {
  opacity: 1;
  transform: translate3d(0, -20px, 0);
}
75% {
  transform: translate3d(0, 10px, 0);
}
90% {
  transform: translate3d(0, -5px, 0);
}
to {
  transform: translateZ(0);
}
}
@keyframes bounceOut {
20% {
  transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1.1);
}
to {
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOutDown {
20% {
  transform: translate3d(0, 10px, 0);
}
40%,
45% {
  opacity: 1;
  transform: translate3d(0, -20px, 0);
}
to {
  opacity: 0;
  transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutLeft {
20% {
  opacity: 1;
  transform: translate3d(20px, 0, 0);
}
to {
  opacity: 0;
  transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
  opacity: 1;
  transform: translate3d(-20px, 0, 0);
}
to {
  opacity: 0;
  transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutUp {
20% {
  transform: translate3d(0, -10px, 0);
}
40%,
45% {
  opacity: 1;
  transform: translate3d(0, 20px, 0);
}
to {
  opacity: 0;
  transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeIn {
0% {
  opacity: 0;
}
to {
  opacity: 1;
}
}
@keyframes fadeInDown {
0% {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}
to {
  opacity: 1;
  transform: none;
}
}
@keyframes fadeInDownBig {
0% {
  opacity: 0;
  transform: translate3d(0, -2000px, 0);
}
to {
  opacity: 1;
  transform: none;
}
}
@keyframes fadeInLeft {
0% {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
to {
  opacity: 1;
  transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
  opacity: 0;
  transform: translate3d(-2000px, 0, 0);
}
to {
  opacity: 1;
  transform: none;
}
}
@keyframes fadeInRight {
0% {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
to {
  opacity: 1;
  transform: none;
}
}
@keyframes fadeInRightBig {
0% {
  opacity: 0;
  transform: translate3d(2000px, 0, 0);
}
to {
  opacity: 1;
  transform: none;
}
}
@keyframes fadeInUp {
0% {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
to {
  opacity: 1;
  transform: none;
}
}
@keyframes fadeInUpBig {
0% {
  opacity: 0;
  transform: translate3d(0, 2000px, 0);
}
to {
  opacity: 1;
  transform: none;
}
}
@keyframes fadeOut {
0% {
  opacity: 1;
}
to {
  opacity: 0;
}
}
@keyframes fadeOutDown {
0% {
  opacity: 1;
}
to {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDownBig {
0% {
  opacity: 1;
}
to {
  opacity: 0;
  transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutLeft {
0% {
  opacity: 1;
}
to {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
  opacity: 1;
}
to {
  opacity: 0;
  transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
  opacity: 1;
}
to {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
  opacity: 1;
}
to {
  opacity: 0;
  transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutUp {
0% {
  opacity: 1;
}
to {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUpBig {
0% {
  opacity: 1;
}
to {
  opacity: 0;
  transform: translate3d(0, -2000px, 0);
}
}
@keyframes flip {
0% {
  transform: perspective(400px) rotateY(-1turn);
  animation-timing-function: ease-out;
}
40% {
  transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  animation-timing-function: ease-out;
}
50% {
  transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  animation-timing-function: ease-in;
}
80% {
  transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  animation-timing-function: ease-in;
}
to {
  transform: perspective(400px);
  animation-timing-function: ease-in;
}
}
@keyframes flipInX {
0% {
  transform: perspective(400px) rotateX(90deg);
  animation-timing-function: ease-in;
  opacity: 0;
}
40% {
  transform: perspective(400px) rotateX(-20deg);
  animation-timing-function: ease-in;
}
60% {
  transform: perspective(400px) rotateX(10deg);
  opacity: 1;
}
80% {
  transform: perspective(400px) rotateX(-5deg);
}
to {
  transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
  transform: perspective(400px) rotateY(90deg);
  animation-timing-function: ease-in;
  opacity: 0;
}
40% {
  transform: perspective(400px) rotateY(-20deg);
  animation-timing-function: ease-in;
}
60% {
  transform: perspective(400px) rotateY(10deg);
  opacity: 1;
}
80% {
  transform: perspective(400px) rotateY(-5deg);
}
to {
  transform: perspective(400px);
}
}
@keyframes flipOutX {
0% {
  transform: perspective(400px);
}
30% {
  transform: perspective(400px) rotateX(-20deg);
  opacity: 1;
}
to {
  transform: perspective(400px) rotateX(90deg);
  opacity: 0;
}
}
@keyframes flipOutY {
0% {
  transform: perspective(400px);
}
30% {
  transform: perspective(400px) rotateY(-15deg);
  opacity: 1;
}
to {
  transform: perspective(400px) rotateY(90deg);
  opacity: 0;
}
}
@keyframes lightSpeedIn {
0% {
  transform: translate3d(100%, 0, 0) skewX(-30deg);
  opacity: 0;
}
60% {
  transform: skewX(20deg);
  opacity: 1;
}
80% {
  transform: skewX(-5deg);
  opacity: 1;
}
to {
  transform: none;
  opacity: 1;
}
}
@keyframes lightSpeedOut {
0% {
  opacity: 1;
}
to {
  transform: translate3d(100%, 0, 0) skewX(30deg);
  opacity: 0;
}
}
@keyframes rotateIn {
0% {
  transform-origin: center;
  transform: rotate(-200deg);
  opacity: 0;
}
to {
  transform-origin: center;
  transform: none;
  opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
  transform-origin: left bottom;
  transform: rotate(-45deg);
  opacity: 0;
}
to {
  transform-origin: left bottom;
  transform: none;
  opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
  transform-origin: right bottom;
  transform: rotate(45deg);
  opacity: 0;
}
to {
  transform-origin: right bottom;
  transform: none;
  opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
  transform-origin: left bottom;
  transform: rotate(45deg);
  opacity: 0;
}
to {
  transform-origin: left bottom;
  transform: none;
  opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
  transform-origin: right bottom;
  transform: rotate(-90deg);
  opacity: 0;
}
to {
  transform-origin: right bottom;
  transform: none;
  opacity: 1;
}
}
@keyframes rotateOut {
0% {
  transform-origin: center;
  opacity: 1;
}
to {
  transform-origin: center;
  transform: rotate(200deg);
  opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
  transform-origin: left bottom;
  opacity: 1;
}
to {
  transform-origin: left bottom;
  transform: rotate(45deg);
  opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
  transform-origin: right bottom;
  opacity: 1;
}
to {
  transform-origin: right bottom;
  transform: rotate(-45deg);
  opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
  transform-origin: left bottom;
  opacity: 1;
}
to {
  transform-origin: left bottom;
  transform: rotate(-45deg);
  opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
  transform-origin: right bottom;
  opacity: 1;
}
to {
  transform-origin: right bottom;
  transform: rotate(90deg);
  opacity: 0;
}
}
@keyframes hinge {
0% {
  transform-origin: top left;
  animation-timing-function: ease-in-out;
}
20%,
60% {
  transform: rotate(80deg);
  transform-origin: top left;
  animation-timing-function: ease-in-out;
}
40%,
80% {
  transform: rotate(60deg);
  transform-origin: top left;
  animation-timing-function: ease-in-out;
  opacity: 1;
}
to {
  transform: translate3d(0, 700px, 0);
  opacity: 0;
}
}
@keyframes jackInTheBox {
0% {
  opacity: 0;
  transform: scale(0.1) rotate(30deg);
  transform-origin: center bottom;
}
50% {
  transform: rotate(-10deg);
}
70% {
  transform: rotate(3deg);
}
to {
  opacity: 1;
  transform: scale(1);
}
}
@keyframes rollIn {
0% {
  opacity: 0;
  transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
to {
  opacity: 1;
  transform: none;
}
}
@keyframes rollOut {
0% {
  opacity: 1;
}
to {
  opacity: 0;
  transform: translate3d(100%, 0, 0) rotate(120deg);
}
}
@keyframes zoomIn {
0% {
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
}
50% {
  opacity: 1;
}
}
@keyframes zoomInDown {
0% {
  opacity: 0;
  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
  opacity: 1;
  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
0% {
  opacity: 0;
  transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
  opacity: 1;
  transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
0% {
  opacity: 0;
  transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
  opacity: 1;
  transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
0% {
  opacity: 0;
  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
  opacity: 1;
  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOut {
0% {
  opacity: 1;
}
50% {
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
}
to {
  opacity: 0;
}
}
@keyframes zoomOutDown {
40% {
  opacity: 1;
  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
  opacity: 0;
  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  transform-origin: center bottom;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutLeft {
40% {
  opacity: 1;
  transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
  opacity: 0;
  transform: scale(0.1) translate3d(-2000px, 0, 0);
  transform-origin: left center;
}
}
@keyframes zoomOutRight {
40% {
  opacity: 1;
  transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
  opacity: 0;
  transform: scale(0.1) translate3d(2000px, 0, 0);
  transform-origin: right center;
}
}
@keyframes zoomOutUp {
40% {
  opacity: 1;
  transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
  opacity: 0;
  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  transform-origin: center bottom;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes slideInDown {
0% {
  transform: translate3d(0, -100%, 0);
  visibility: visible;
}
to {
  transform: translateZ(0);
}
}
@keyframes slideInLeft {
0% {
  transform: translate3d(-100%, 0, 0);
  visibility: visible;
}
to {
  transform: translateZ(0);
}
}
@keyframes slideInRight {
0% {
  transform: translate3d(100%, 0, 0);
  visibility: visible;
}
to {
  transform: translateZ(0);
}
}
@keyframes slideInUp {
0% {
  transform: translate3d(0, 100%, 0);
  visibility: visible;
}
to {
  transform: translateZ(0);
}
}
@keyframes slideOutDown {
0% {
  transform: translateZ(0);
}
to {
  visibility: hidden;
  transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutLeft {
0% {
  transform: translateZ(0);
}
to {
  visibility: hidden;
  transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutRight {
0% {
  transform: translateZ(0);
}
to {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutUp {
0% {
  transform: translateZ(0);
}
to {
  visibility: hidden;
  transform: translate3d(0, -100%, 0);
}
}
@keyframes cssload-spin {
0%,
to {
  box-shadow: 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49,
    12px -12px #dfdfdf;
}
25% {
  box-shadow: -12px 12px #dfdfdf, -12px -12px #4f4d49, 12px -12px #dfdfdf,
    12px 12px #4f4d49;
}
50% {
  box-shadow: -12px -12px #4f4d49, 12px -12px #dfdfdf, 12px 12px #4f4d49,
    -12px 12px #dfdfdf;
}
75% {
  box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf,
    -12px -12px #4f4d49;
}
}
@-o-keyframes cssload-spin {
0%,
to {
  box-shadow: 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49,
    12px -12px #dfdfdf;
}
25% {
  box-shadow: -12px 12px #dfdfdf, -12px -12px #4f4d49, 12px -12px #dfdfdf,
    12px 12px #4f4d49;
}
50% {
  box-shadow: -12px -12px #4f4d49, 12px -12px #dfdfdf, 12px 12px #4f4d49,
    -12px 12px #dfdfdf;
}
75% {
  box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf,
    -12px -12px #4f4d49;
}
}
@-ms-keyframes cssload-spin {
0%,
to {
  box-shadow: 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49,
    12px -12px #dfdfdf;
}
25% {
  box-shadow: -12px 12px #dfdfdf, -12px -12px #4f4d49, 12px -12px #dfdfdf,
    12px 12px #4f4d49;
}
50% {
  box-shadow: -12px -12px #4f4d49, 12px -12px #dfdfdf, 12px 12px #4f4d49,
    -12px 12px #dfdfdf;
}
75% {
  box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf,
    -12px -12px #4f4d49;
}
}
@-webkit-keyframes cssload-spin {
0%,
to {
  box-shadow: 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49,
    12px -12px #dfdfdf;
}
25% {
  box-shadow: -12px 12px #dfdfdf, -12px -12px #4f4d49, 12px -12px #dfdfdf,
    12px 12px #4f4d49;
}
50% {
  box-shadow: -12px -12px #4f4d49, 12px -12px #dfdfdf, 12px 12px #4f4d49,
    -12px 12px #dfdfdf;
}
75% {
  box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf,
    -12px -12px #4f4d49;
}
}
@-moz-keyframes cssload-spin {
0%,
to {
  box-shadow: 12px 12px #4f4d49, -12px 12px #dfdfdf, -12px -12px #4f4d49,
    12px -12px #dfdfdf;
}
25% {
  box-shadow: -12px 12px #dfdfdf, -12px -12px #4f4d49, 12px -12px #dfdfdf,
    12px 12px #4f4d49;
}
50% {
  box-shadow: -12px -12px #4f4d49, 12px -12px #dfdfdf, 12px 12px #4f4d49,
    -12px 12px #dfdfdf;
}
75% {
  box-shadow: 12px -12px #dfdfdf, 12px 12px #4f4d49, -12px 12px #dfdfdf,
    -12px -12px #4f4d49;
}
}
#dmca-content {
padding: 20px;
color: var(--color-text);
height: 100%;
overflow-y: auto;
letter-spacing: 0.5px;
}
#src-content {
background: #f8f8f8;
padding: 10px;
min-width: 800px;
max-width: 95%;
max-height: 75%;
overflow-y: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
box-sizing: border-box;
}
#src-head {
padding: 5px;
height: 35px;
border-bottom: 1px solid #e1e1e1;
}
.src {
font-size: 0.9em;
padding: 5px;
margin-bottom: 5px;
white-space: nowrap;
overflow-x: hidden;
}
.btn,
.cd-top {
white-space: nowrap;
}
.body-title,
.main-page-title {
border-bottom: 2px solid var(--color-primary);
}
#filter ul,
.link-nav-btn,
.nav {
list-style: none;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
b,
body {
font-size: medium;
}
body {
margin: 0;
color: var(--color-text);
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
line-height: 1.42857143;
background: var(--color-bg);
}
a {
background-color: transparent;
color: var(--color-primary);
text-decoration: none;
}
.main-page-title {
padding: 6px;
margin: 15px 0;
font-size: Large;
font-weight: 400;
background: rgba(25, 25, 25, 0.5);
color: var(--color-text);
border-radius: 5px;
border-top: 2px solid var(--color-primary);
}
.body-subtitle,
.body-title {
display: inline-table;
color: var(--color-text);
font-weight: 400;
}
.body-title {
font-weight: 700;
}
.body-title {
margin-top: 0;
color: #2b2b2b;
font-size: medium;
padding: 3px;
margin-bottom: 5px;
overflow: hidden;
}
.ml-announce {
border-radius: 4px;
padding: 2rem 0;
}
.body-subtitle {
font-size: medium;
background: #727272;
padding: 2px 4px;
border-radius: 4px;
margin: 0;
vertical-align: sub;
border-bottom: 0 solid var(--color-primary);
display: none;
}
.fa,
.social {
display: inline-block;
}
.mli.quality {
background: rgba(11, 171, 0, 0.58);
color: var(--color-text);
font-size: 11px;
font-weight: 600;
height: auto;
line-height: normal;
padding: 4px 6px;
position: absolute;
right: 0;
top: 0;
border-radius: 3px;
width: auto;
}
a:active,
a:hover {
outline: 0;
}
b {
font-weight: 700;
}
h1 {
font-size: 36px;
}
img {
border: 0;
vertical-align: middle;
}
button {
line-height: inherit;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
cursor: pointer;
background: var(--color-bg);
border-radius: 5px;
}
button,
input {
margin: 0;
font: inherit;
color: inherit;
font-family: inherit;
font-size: inherit;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
.form-control {
border: 1px solid var(--color-primary-trans);
}
input {
line-height: normal;
}

.social {
margin: 3px 5px 2px 2px;
padding: 2px 5px 1px 2px;
}

/* Khusus Brands */
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
font-style: normal;
}
.fa {
font-family: 'Font Awesome 5 Free';
font-weight: 900; /* solid */
}

.fa-sun-o:before{content:"\f185"}
.fa-moon-o:before {
content:"\f186"
}
.fa-close:before {
content: "\f00d";
}
.fa-reorder:before {
content: "\f0c9";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-twitter:before {
content: "\f099"; }

.fa-pinterest:before {
content: "\f0d2"; }

.fa-instagram:before {
content: "\f16d"; }

.fa-instagram-square:before {
content: "\e055"; }

.fa-youtube:before {
content: "\f16a"; }

.fa-youtube-square:before {
content: "\f431"; }

.fa-telegram:before {
content: "\f2c6"; }

.fa-telegram-plane:before {
content: "\f3fe"; }

.fa-whatsapp:before {
content: "\f232"; }

.fa-whatsapp-square:before {
content: "\f40c"; }

.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-film:before {
content: "\f008";
}
.fa-search:before {
content: "\f002";
}
.fa-th-large2:before {
content: "\f00c";
}
.fa-th:before {
content: "\f00d";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-th-list2:before {
content: "\f00e";
}

.fa-star:before {
content: "\f005";
}
.fa-star:hover {
color: var(--color-text);
}
.fa-star {
color:var(--color-primary);
}
.fa-star-std:before {
content: "\f005";
}
.fa-server:before {
content: "\f233";
}
.fa-eye:before {
content: "\f06e";
}
.fa-tv:before {
content: "\f26c";
}
.fa-sort:before {
content: "\f0dc";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-info-circle:before {
content: "\f05a";
}

.darkmode{
cursor: pointer;
}

*,
:after,
:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a:focus,
a:hover {
color: var(--color-primary);
text-decoration: underline;
}
a:focus {
outline-offset: -2px;
}
h3 {
font-size: 24px;
}
p {
margin: 10px 0 0;
font-size: medium;
}
.text-center {
width: 100%;
}
ul {
margin-top: 0;
margin-bottom: 10px;
}
.search-suggest a,
.search-suggest p,
.search-suggest ul {
margin-top: 0;
font-size: 0.9em;
}
ul ul {
margin-bottom: 0;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: var(--color-text);
background-color: var(--color-bg);
background-image: none;
border-radius: 3px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: var(--color-primary);
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 6px rgba(198, 170, 40, 0.65);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
  0 0 6px rgba(198, 170, 40, 0.65);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
#filter.active {
display: block !important;
}
#filter ul li {
float: left;
margin: 0 5px 5px 0;
padding: 3px 5px 3px 2px;
width: auto;
}
#filter ul li.active {
background: #79c142;
color: var(--color-text);
}
#filter ul li label {
font-size: 12px;
font-weight: 400;
margin-bottom: 0;
}
#filter ul li label input {
margin: 0 3px 0 0;
vertical-align: text-top;
}
#menu .sub-container ul.sub-menu li:hover a {
background: #191919 !important;
color: var(--color-primary);
}
.server-tab {
width: 100%;
border-radius: 6px 6px 0 0;
background: rgba(242, 242, 242, 0.18);
padding: 7px;
margin-top: 1em;
float: left;
margin-bottom: 0.5em;
}
.btn {
vertical-align: middle;
}
.btn-server {
font-size: Large;
font-weight: 700;
color: #000;
padding: 2px 8px;
border-radius: 8px;
box-shadow: none;
transition: color 0.5s;
margin-left: 5px;
}
.btn-server:before {
font-family: fontawesome;
margin-right: 2px;
font-weight: 400;
}
.btn-server {
margin-right: 5px;
}
.btn-server i {
font-size: 14px;
}
.btn-server:hover {
background-color: #03a9f4;
color: var(--color-text);
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 var(--color-bg);
opacity: 0.2;
}
.close:focus,
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
}
#menu .sub-container ul.sub-menu,
.search-suggest ul li {
overflow: hidden;
padding: 10px;
}
@media screen and (max-width: 765px) {
.u-link {
  width: 49.5% !important;
}
}
@media screen and (max-width: 760px) {
.top-menu li:last-child {
  display: none !important;
}
}
@media screen and (max-width: 991px) {
.top-content {
  height: auto;
}
.social-home,
.top-content {
  margin-left: -15px;
  margin-right: -15px;
}
}

a:hover {
color: var(--color-primary);
text-decoration: none;
}
a:active,
a:focus {
outline: 0;
}
#onscroll {
background: #191919 !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
height: 70px;
left: 0;
position: relative;
top: 0;
width: 100%;z-index: 9999;
}
#menu ul.top-menu li,
header .header-logo {
display: inline-block;
float: left;
position: relative;
}
#menu ul.top-menu li:nth-child(6) a:hover {
-webkit-text-fill-color: var(--color-primary);
text-fill-color: var(--color-primary);
animation: none;
background: #2b2b2b;
}
header .header-logo {
margin-right: 50px;
margin-top: 7px;
}
header .header-logo::after {
background: #eee;
content: "";
display: inline-block;
height: 45px;
position: absolute;
right: -30px;
top: 5px;
width: 1px;
}
#logo {
background-position: 50% 25%;
background-size: cover;
display: inline-block;
height: 49px;
width: 187px;
}
#menu {
float: left;
}
#menu ul.top-menu {
list-style: none;
padding: 0;
}
.search-suggest ul {
list-style: none;
padding: 0 0 40px;
position: relative;
}
#menu ul.top-menu li {
margin: 0 5px;
}
#menu ul.top-menu li a,
#search .search-submit {
display: inline-block;
height: 34px;
text-align: center;
}
#menu ul.top-menu li a {
line-height: 34px;
margin: 18px 0;
padding: 0 12px;
font-weight: 400;
color: rgba(255, 255, 255, 0.7);
background: rgba(255, 255, 255, 0.08);
border-radius: 3px;
border-left: none;
transition: color 0.5s;
font-size: medium;
position: relative;
}
#menu ul.top-menu li a:hover,
#top_footer ul li a:hover,
.copyright span a {
color: var(--color-primary);
}
.copyright {
margin-left: auto;
margin-right: auto;
}
.copyright span a:hover {
color: var(--color-text);
}
#menu .sub-container {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: var(--color-bg);
border-color: var(--color-primary) #ccc #ccc;
border-image: none;
border-style: solid;
border-width: 1px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
left: -20px;
position: absolute;
top: 60px;
width: 500px;
z-index: 5;
}
#menu .sub-container ul.sub-menu li {
float: left;
margin: 0 1.65%;
width: 30%;
}
#menu .sub-container ul.sub-menu li a {
height: 30px;
line-height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 0 10px;
display: block;
border-bottom: none !important;
border: 0;
min-width: inherit;
text-align: left;
margin: 0;
background: 0 0 !important;
color: var(--color-text);
}
#menu ul.top-menu li:hover .sub-container ul.sub-menu li a:hover {
color: var(--color-primary) !important;
}
#main,
#search {
position: relative;
}
#search {
float: right;
margin-top: 17px;
width: 350px;
}
#search .search-submit,
#search .search-submit i {
font-size: 18px;
position: absolute;
right: 0;
top: 0;
width: 35px;
}
#search .search-submit i {
line-height: 33px;
color: var(--color-text);
display: block;
width: 40px;
height: 35px;
border: 0;
background: var(--color-primary);
font-size: 15px;
border-radius: 0 3px 3px 0;
cursor: pointer;
}
#search .search-submit i:hover {
background: #3e361e87;
}
#main {
min-height: 70vh;
}
.movies-list-wrap .ml-title {
display: block;
}
.movies-list-wrap {
overflow: hidden;
margin-top: 1em;
}
#footer,
footer {
background: #191919;
color: #bfbfbf;
margin-top: 25px;
padding: 20px 0 40px;
}
footer {
padding: 1px !important;
}
.search-suggest ul li {
border-bottom: 1px solid #eee;
color: #888;
display: block;
width: 100%;
}
.search-suggest ul li:hover {
background: #fcfcfc;
}
.search-suggest ul li img {
display: inline-block;
float: left;
height: 60px;
width: 40px;
}
.mobile-menu,
.mobile-search {
color: var(--color-text);
display: none;
}
.search-content {
position: relative;
}
.search-suggest {
background: var(--color-bg);
border-radius: 3px;
border-top: 1px solid var(--color-primary);
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
display: block;
overflow: hidden;
position: absolute;
right: 0;
top: 40px;
width: 320px;
}
#menu .sub-container.bioskop,
#menu .sub-container.cinema,
#menu .sub-container.genre {
left: 4px;
border-width: 3px 0 1px;
}
#menu .sub-container.bioskop {
width: 170px;
height: auto;
}
#menu .sub-container.bioskop ul.sub-menu li {
width: 97%;
float: left;
display: block;
}
#menu .sub-container.genre {
width: 420px;
}
#menu .sub-container.genre ul.sub-menu li {
display: block;
width: 48%;
}
#menu .sub-container.cinema {
width: 160px;
height: auto;
text-align: left;
}
#menu .sub-container.cinema ul.sub-menu li {
width: 97%;
float: left;
display: block;
}
#top_footer ul li a,
.cd-top,
.thumb {
display: inline-block;
}
.text-center a {
color: var(--color-primary);
}
.text-center a:hover {
color: var(--color-primary);
}
.text-center i {
color: var(--color-primary);
}
#main
> div
> div
> div.movies-list-wrap.mlw-topview.mt20
> div.ml-title
> span:before {
font-family: fontawesome;
font-size: large;
color: var(--color-text);
padding: 8px;
}
#footer li {
list-style-type: none;
}
#top_footer p {
margin-top: 10px;
color: #999;
}
#top_footer ul {
padding: 0;
}
#top_footer .title_footer {
color: var(--color-text);
font-weight: 700;
font-size: small;
margin-top: 0;
border-bottom: 1px dashed #3c3c3c;
padding-bottom: 5px;
margin-bottom: 10px;
}
h1 {
margin-bottom: 10px;
}
#top_footer ul li a {
padding: 4px 0;
color: #ccc;
font-size: small;
}
.full {
float: left;
width: 100%;
clear: both;
}
.cd-top {
position: fixed;
}
.thumb {
background-position: 50% 25%;
background-size: cover;
}
.movies-list {
display: block;
margin: 0 -1%;
}
label {
max-width: 100%;
}
.ml-title-page-genre span a {
background: rgba(0, 0, 0, 0.18) !important;
border-radius: 3px;
color: #7d7171;
display: block;
font-family: arial;
font-size: 16px;
font-weight: 400;
height: 40px;
line-height: 40px;
padding: 0 20px 6px;
text-align: center;
}
.ml-title-page-genre span a:hover {
background: rgba(138, 138, 138, 0.18) !important;
color: var(--color-primary) !important;
}
.btn,
.btn:active {
background-image: none;
}
.btn:focus,
.btn:hover,
.pagination > li > a {
text-decoration: none;
color: var(--color-text);
}
footer,
header,
nav {
display: block;
}
.btn,
label {
display: inline-block;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 4px 0 0;
line-height: normal;
}
.movies-list .ml-item .ml-mask::after,
.movies-list .ml-item .ml-mask::before {
content: "";
opacity: 0;
transition: all 0.2s ease 0;
}
h1 {
margin-top: 20px;
}
h4 {
font-size: 18px;
}
h2 {
font-size: 30px;
}
.col-lg-4 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
label {
margin-bottom: 5px;
font-weight: 700;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px;
}
.btn {
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 2px;
}
.btn:active:focus,
.btn:focus {
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px;
}
.btn:active {
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 2px;
}
.movie-title,
.pagination > li > a {
line-height: 1.42857143;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
position: relative;
}
.pagination {
margin: 20px 0;
border-radius: 4px;
padding: 0;
}
.pagination,
.pagination > li {
display: inline-block;
}
.pagination > li > a {
position: relative;
float: left;
padding: 6px 12px;
background-color: var(--color-primary);
border: 0;
border-radius: 3px;
margin: 0 5px;
}
.pagination > li:first-child > a {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover {
color: var(--color-primary);
background-color: #191919;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
z-index: 2;
cursor: default;
background: #191919;
border: 0;
color: var(--color-primary);
}
.ml-item img {
width: 100%;
height: 100%;
}
.movies-list .ml-item {
float: left;
height: 207px;
margin: 1%;
overflow: hidden;
position: relative;
width: 10.5%;
}
.movies-list .ml-item .mli-quality {
background: rgba(11, 171, 0, 0.58);
color: var(--color-text);
font-size: 11px;
font-weight: 600;
height: auto;
line-height: normal;
padding: 4px 6px;
position: absolute;
right: 0;
top: 0;
border-radius: 0 0 0 -15px;
width: auto;
}
.movies-list .ml-item .mli-thumb {
height: 100%;
width: 100%;
}
img.thumb.mli-thumb {
height: auto !important;
min-height: 100% !important;
width: 100% !important;
display: inline-block;
color: var(--color-text);
background-color: var(--color-bg);
}
.movies-list .ml-item .mli-info {
background: url(/images/mask-title.png) center top repeat-x;
bottom: 0;
height: auto;
left: 0;
padding: 10px;
position: absolute;
width: 100%;
border-radius: 6px;
}
.movies-list .ml-item .mli-info h2 {
color: var(--color-primary);
font-size: small;
font-weight: 400;
margin: 0;
text-align: center;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.movies-list .ml-item .ml-mask,
.movies-list .ml-item .ml-mask::before {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
border-radius: 6px;
}
.movies-list .ml-item .ml-mask {
display: inline-block;
overflow: hidden;
}
.movies-list .ml-item .ml-mask::before {
background: rgba(0, 0, 0, 0.6);
}
.ml-item a {
color: var(--color-text);
}
.movies-list .ml-item .ml-mask::after {
background-image: url(/images/play-gold.png);
background-position: 50% 25%;
background-size: cover;
height: 55px;
left: 50%;
margin-left: -27.5px;
margin-top: -27.5px;
position: absolute;
top: 50%;
width: 55px;
}
.movies-list .ml-item .ml-mask:hover:after,
.movies-list .ml-item .ml-mask:hover:before {
opacity: 1;
}
#pagination {
margin-top: 30px;
text-align: center;
}
.filter-toggle {
background: var(--color-bg);
border-radius: 3px;
cursor: pointer;
float: right;
height: 40px;
line-height: 40px;
padding: 0 15px;
}
.filter-toggle.active {
background: #3e361e87;
color: var(--color-text);
}
#filter {
background: rgba(0, 0, 0, 0.06);
border-radius: 3px;
box-shadow: 0 3px 0 0 rgba(184, 134, 11, 0.55);
display: none;
margin-bottom: 20px;
padding: 15px 20px 80px;
position: relative;
}
#filter ul {
background: rgba(248, 248, 248, 0.5);
border: 1px solid #e5e5e5;
border-radius: 3px;
overflow: hidden;
padding: 2px 15px 0;
}
#filter .filter-btn {
border-top: 1px solid #eee;
bottom: 0;
left: 0;
padding: 8px 0;
position: absolute;
text-align: center;
width: 100%;
}
.ml-title.ml-title-page.ml-filter h1,
.ml-title.ml-title-page.ml-filter span {
background: rgba(25, 25, 25, 0.56);
color: var(--color-text);
display: inline-table;
font-weight: 400;
height: 40px;
line-height: 40px;
padding: 3px 20px;
text-align: center;
margin-top: 0;
border-left: 6px solid var(--color-primary);
border-right: 6px solid var(--color-primary);
border-radius: 8px;
margin-bottom: 4px;
margin-right: 8px !important;
}
.ml-filter h1 {
margin-right: 8px;
margin-bottom: 8px;
}
.mli-subtitle {
position: absolute;
width: 50px;
top: 17px;
left: 3px;
}
.mli-subtitle-english,
.mli-subtitle-g-english,
.mli-subtitle-g-indo,
.mli-subtitle-indo {
height: 24px;
width: 24px;
float: left;
filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
}
.mli-subtitle-english,
.mli-subtitle-g-english,
.mli-subtitle-g-indo,
.mli-subtitle-indo {
top: 10px;
margin-right: 1px;
}
.mli-subtitle-indo {
background: url(/images/ID.png) no-repeat;
}
.mli-subtitle-g-indo {
background: url(/images/ID.png) no-repeat;
}
.mli-subtitle-english {
background: url(/images/US.png) no-repeat;
border-radius: 1px;
}
.mli-subtitle-g-english {
background: url(/images/US.png) no-repeat;
border-radius: 1px;
}
#search.search-mobile > div > a:hover {
background: #d3ba42;
}
#pagination > nav > ul {
margin: 1px;
padding: 4px 4px 0 8px;
border: 0;
background: 0 0;
color: #e60202;
font-weight: 500;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
#pagination > nav > ul li {
webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
}
.rating-durasi {
position: absolute;
left: -1px;
}
.movies-list .ml-item .mli-durasi,
.movies-list .ml-item .mli-rating {
border-radius: 0;
color: #ebebeb;
background: rgba(39, 59, 89, 0.7);
font-size: 11px;
font-weight: 600;
height: 20px;
line-height: normal;
padding: 4px 2px 4px 4px;
text-align: left;
float: left;
display: inline-block;
}
.mli-rating > i {
color: gold;
margin-right: 3px;
}
.mli-durasi > i {
color: gold;
margin-right: 2px;
}
.mli-quality.sd,
.sd-color {
background: rgba(255, 57, 148, 0.8) !important;
}
.hd-color {
background: rgba(11, 171, 0, 0.8) !important;
}
.mli-quality {
color: var(--color-text);
font-size: 11px;
font-weight: 600;
height: auto;
line-height: normal;
padding: 4px 6px;
right: 0;
position: relative;
top: 0;
border-radius: 3px;
width: auto;
}
h4,
h5 {
margin-top: 10px;
margin-bottom: 10px;
}
h5 {
font-size: 14px;
}
.sinopsis-indo:before {
display: block;
content: "Sinopsis Indonesia";
font-size: 18px;
font-weight: 600;
font-style: normal;
color: var(--color-primary);
padding-bottom: 5px;
}
.sinopsis-indo {
color: var(--color-text);
min-height: 50px;
}
.sinopsis-indo {
text-align: justify;
margin-top: 20px;
position: relative;
margin-bottom: 20px;
}
.rating {
position: relative;
}
.rating:before {
content: "\f005";
font-family: fontawesome;
color: #ffab00;
}
.rating {
padding: 5px;
color: var(--color-text);
}
.rating:before {
margin-right: 2px;
}
small {
font-size: 85%;
}
[role="button"] {
cursor: pointer;
}
#server-list-close i,
h1,
h4,
h5 {
color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
font-family: inherit;
font-weight: 700;
line-height: 1.1;
}
.sub-control-menu {
border: 1px solid #ccc;
background: #f0f0f0;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 5px;
width: 50px;
font-size: 0.9em;
color: #404040;
border-radius: 3px;
margin-top: 5px;
font-family: roboto, helvetica, calibri;
transition-duration: 0.1s;
-webkit-transition-duration: 0.1s;
}
.sub-control-menu:first-child {
margin-top: 0;
}
.sub-control-menu:hover {
border: 1px solid #3e361e87;
background: var(--color-text);
color: #f8f8f8;
transition-duration: 0.1s;
-webkit-transition-duration: 0.1s;
}
.span9 {
border: 1px solid rgba(2, 2, 2, 0.22);
padding: 10px;
border-radius: 4px;
margin-bottom: 1em;
}
.span9 img {
margin: 4px;
}
.span9 h3 {
text-align: center;
margin-top: 0;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
h2,
h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.nav {
padding-left: 0;
margin-bottom: 0;
}
.nav > li,
.nav > li > a {
position: relative;
display: block;
}
.nav > li > a {
padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
text-decoration: none;
background-color: var(--color-primary);
}

.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 8px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
background: #3e361e87;
}
.nav-tabs > li > a:hover {
color: var(--color-primary);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
color: #ededed;
cursor: default;
background-color: #171717;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
display: table;
content: " ";
}
.clearfix:after,
.container:after,
.nav:after,
.row:after {
clear: both;
}
.ml10 {
margin-left: 10px !important;
}
.streaming:before {
content: "\f005";
}

.social-home {
position: relative;
padding: 13px 15px;
text-align: left;
height: 50px;
box-shadow: 0 5px 8px rgba(0,0,0,0.5);
transition: transform .25s ease, box-shadow .25s ease;
border-radius: var(--radius5);
}
.social-home li {
list-style: none;
display: inline;
}
#slider {
overflow: hidden;
position: relative;
}
#slider {
height: 100%;
display: block;
padding-right: 0;
width: 1170px;
}
.social-home .addthis_native_toolbox {
display: inline-block;
float: left;
height: 20px;
}
#slider-info {
background: #191919;
width: 368px;
height: 100%;
overflow: hidden;
color: #ccc;
position: absolute;
top: 0;
right: 0;
z-index: 3;
padding: 15px;
transition: all 0.3s ease 0;
-webkit-transition: all 0.3s ease 0;
}
.select-menu-anime {
background: #3e361e00;
-webkit-appearance: none;
color: var(--color-text);
border: 0;
cursor: pointer;
}
.movies-list-wrap .ml-title .pull-left {
background: #3e361e87;
color: var(--color-text);
display: inline-block;
font-family: arial;
font-size: large;
height: 40px;
line-height: 39px;
padding: 1px 10px;
border-left: 6px solid var(--color-primary);
border-right: 6px solid var(--color-primary);
border-radius: 8px;
margin-right: 5px;
margin-left: 5px;
overflow: hidden;
}
.pull-left h1 {
font-size: x-large;
margin: 0 0 10px;
line-height: 38px;
text-align: center;
width: 140px;
font-weight: 400;
}
.movies-list-wrap .ml-title span i {
font-size: 14px;
}
.ml-menu ul,
.movies-list-wrap .ml-title .nav-tabs {
border-bottom: medium;
display: inline-block;
}
.movies-list-wrap .ml-title .nav-tabs li a {
border: 0;
height: 40px;
line-height: 40px;
min-width: 110px;
margin-top: 0;
margin-right: 4px;
margin-left: 4px;
padding: 0 16px;
text-align: center;
font-weight: 400;
border-radius: 6px;
font-size: medium;
color: var(--color-text);
}
#search.active {
display: inline-block;
}
#menu.active {
display: block !important;
}
#main > div > div > div:nth-child(6) > div.ml-title > span:before,
#main > div > div > div:nth-child(7) > div.ml-title > span:before {
font-family: fontawesome;
font-size: 24px;
color: #f4a363;
padding: 8px;
font-weight: 400;
}
#main > div > div > div:nth-child(7) > div.ml-title > span:before {
content: "\f164";
}
#main > div > div > div:nth-child(6) > div.ml-title > span:before {
content: "\f005";
}
.ml-menu {
display: none;
text-align: center;
background: #191919;
border: 0;
border-radius: 4px;
}
.ml-menu ul li {
float: left;
margin-bottom: -5px;
}
.ml-menu ul li a {
height: 34px;
line-height: 34px;
padding: 0 10px;
text-align: center;
font-size: 14px;
font-weight: 400;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
letter-spacing: 0.2px;
color: rgba(255, 255, 255, 0.7);
background: rgba(255, 255, 255, 0.08);
border-radius: 3px;
border-left: none;
position: relative;
margin: 3px;
display: inline-block;
}
.ml-menu ul li a:hover {
color: #c3a827;
background: rgba(255, 255, 255, 0.1);
}
.ml-menu ul li a:active {
color: #c3a827;
}
#search.search-mobile {
position: relative;
z-index: 5;
margin-top: 12px;
margin-left: 0;
width: 100%;
display: none;
top: 0;
margin-bottom: 10px;
vertical-align: top;
text-align: left;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
background: 0 0;
left: 0;
}
#search.search-mobile input {
padding: 0 10px;
width: 100%;
height: 34px;
border: 1px solid var(--color-primary);
background: rgba(255, 255, 255, 0.65);
color: rgba(25, 25, 25, 0.36);
line-height: 32px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: box-shadow 0.1s ease 0;
-khtml-transition: box-shadow 0.1s ease 0;
-moz-transition: box-shadow 0.1s ease 0;
-ms-transition: box-shadow 0.1s ease 0;
-o-transition: box-shadow 0.1s ease 0;
transition: box-shadow 0.1s ease 0;
}
#search.search-mobile > div > a {
position: absolute;
top: 0;
right: 0;
display: block;
width: 50px;
height: 33px;
border: 0;
background: var(--color-primary);
color: var(--color-text);
font-size: 15px;
border-radius: 0 3px 3px 0;
cursor: pointer;
}
#search.search-mobile input:focus {
outline: var(--color-primary) auto 10px;
color: #191919;
}
.server-total i {
position: relative;
}
.tv-list {
display: block;
}
#server-extend-list-content {
position: absolute;
top: 0;
left: 0;
padding: 10px;
background: rgba(0, 0, 0, 0.85);
z-index: 102;
width: 100%;
height: 100%;
color: #f8f8f8;
overflow-y: auto;
}
#server-extend-list-wrapper {
position: absolute;
top: 50%;
left: 0;
padding: 5px;
box-sizing: border-box;
transform: translateY(-55%);
width: 100%;
}
#server-extend-list {
overflow-y: auto;
display: flex;
justify-content: center;
}
.server-extend-wrapper {
padding: 5px;
float: left;
}
#server-list small,
.server-extend {
border-radius: 5px;
position: relative;
}
.server-extend {
border: 1px solid var(--color-text);
width: 115px;
background: rgba(20, 20, 20, 0.8);
font-size: 0.9em;
height: 70px;
text-align: center;
box-shadow: 0 0 1px #ccc;
padding: 10px;
}
.server-extend .server-list-icon {
left: 0;
}
.server-extend:hover {
cursor: pointer;
background: rgba(0, 0, 0, 0.8);
}
#server-list-content {
font-family: Roboto, helvetica;
position: absolute;
top: 0;
z-index: 9999;
color: #d0d0d0;
font-size: 0.9em;
max-height: 100%;
display: none;
overflow: hidden;
}
#server-list,
#server-list-close,
#server-list-selected {
float: left;
min-width: 0;
background: rgba(0, 0, 0, 0.7);
text-align: center;
padding: 6px;
box-sizing: border-box;
transition-duration: 0.25s;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
}
#server-list {
width: 100px;
padding-top: 0;
max-height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
#server-list-close,
#server-list-selected {
border-radius: 0 0 0 5px;
}
#server-list-close:hover,
#server-list-selected:hover {
cursor: pointer;
background: #202020;
opacity: 1 !important;
transition-duration: 0.25s;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
}
#server-list small {
font-weight: 700;
padding: 2px 2px 2px 0;
left: -3px;
}
#server-list-selected-title small {
font-size: 100%;
text-shadow: 0 0 3px #ccc;
}
.server-total {
display: inline-block;
position: absolute;
border: 1px solid #aa0;
width: 15px;
line-height: 14px;
top: -5px;
right: -5px;
border-radius: 8px;
background: #440;
color: #ff0;
font-size: 0.85em;
}
.server-total div {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.server-total i {
top: 1px;
}
.server-wrapper {
padding: 5px;
width: 100%;
float: right;
}
#server-list-title {
width: 100%;
padding: 5px 5px 0;
text-align: center;
}
.server {
color: #888;
border-radius: 5px;
padding: 4px;
border: 1px solid #3e361e87;
box-shadow: 0 1px 0 #666;
background: #37322c;
position: relative;
}
.server,
.server-active,
.server-active:hover > .server-switch-label {
transition-duration: 0.25s;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
}
.server-active,
.server:hover {
color: #ccc;
text-shadow: 0 0 3px #888;
cursor: pointer;
}
.server:hover {
box-shadow: none;
transition-duration: 0.25s;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
}
.server-active,
.server-active:hover {
box-shadow: 0 0 10px #fdc922;
}
.server-active:hover > .server-switch-label {
opacity: 1;
}
.server-list-icon {
width: 24px;
height: 24px;
position: relative;
left: -3px;
}
.u-link {
padding: 14px;
background: #191919;
width: 24.5%;
margin-right: 0.5%;
border-right: 0;
border-radius: 5px;
font-size: 1.25em;
float: left;
border-bottom: 5px solid var(--color-primary);
}
.u-link i {
color: #f08921;
}
.u-link:hover {
background: var(--color-primary);
border-bottom: 5px solid #191919;
}
.u-link:nth-child(2) {
margin-left: 0.5%;
}
@media screen and (max-width: 640px) {
#server-list-title {
  font-size: 85%;
}
.server-list-icon {
  width: 18px;
  height: 18px;
}
}
@media screen and (max-width: 480px) {
.btn-server:nth-child(n + 3),
.server-tab {
  margin-top: 5px;
}
.btn-server {
  width: -webkit-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: calc(50% - 8px);
}
#server-extend-list-wrapper {
  position: static;
  transform: translate(0);
}
#server-extend-list-content h3 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 10px !important;
}
#server-extend-list {
  display: block;
}
.server-extend-wrapper {
  width: 33.33%;
}
.server-extend {
  font-size: 0.7em;
  width: 100%;
  height: auto;
}
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  
#menu {
  border-top: medium;
  float: left;
  left: auto;
  margin-left: 0;
  position: relative;
  top: auto;
}

}

@media only screen and (max-width: 1024px) {
header {
  box-shadow: none;
}
.movies-list-wrap {
  background-color: var(--color-bg);
  padding: 6px;
  border-radius: 6px;
}
.movies-list-wrap .ml-title .pull-left {
  border-radius: 3px;
  border-left: 6px solid var(--color-primary);
  border-right: 6px solid var(--color-primary);
}
.u-link {
  border-bottom: 5px solid var(--color-primary);
}
.u-link i {
  color: var(--color-primary);
}
.u-link:hover {
  background: #040404;
  border-bottom: 5px solid #e63d64;
}
#main > div > div > div.ml-announce > hr {
  display: none;
}
.ml-announce {
  margin-top: 10px !important;
}
.movies-list .ml-item .ml-mask,
.movies-list .ml-item .ml-mask::before,
.movies-list .ml-item .mli-info,
.movies-list-wrap .ml-title .nav-tabs li a {
  border-radius: 0;
}
.ml-title.ml-title-page.ml-filter h1,
.ml-title.ml-title-page.ml-filter span {
  border-left: 6px solid var(--color-primary) !important;
  border-right: 6px solid var(--color-primary) !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1325px) {
.footer-copyright {
  width: 32.333333%;
  padding-top: 0;
}
}
@media (min-width: 1190px) {
.col-lg-4 {
  float: left;
  width: 33.33333333%;
}
}
@media screen and (min-width: 1599px) {
.col-lg-4 {
  width: 32.666%;
}
}
@media screen and (max-width: 12600px) {
.col-lg-4 {
  width: 32.666%;
}
}
@media screen and (max-width: 1280px) {
.container {
  width: 90%;
}
}
@media screen and (max-width: 1599px) {
.movies-list .ml-item {
  height: 192px;
}
.container {
  width: 93%;
}
}
@media screen and (max-width: 1325px) {
#logo {
  height: 35px;
  width: 140px;
}
header .header-logo::after {
  display: none;
}
#menu ul li a.menu-06 span,
#menu ul li a.menu-07 span,
#menu ul li a.menu-09 span {
  display: block;
}
#top_footer > div > div.row > div.col-lg-4.footer-copyright > p:nth-child(2) {
  text-align: center;
}
#top_footer p {
  margin-top: 5px;
}
.movies-list .ml-item {
  height: 176px;
}
#slider,
.container {
  width: 100%;
}
header .header-logo {
  margin-right: 20px;
  margin-top: 18px;
}
.footer-copyright {
  width: 38%;
  padding-top: 0 !important;
  float: left;
  overflow: visible !important;
}
.nav-tabs {
  clear: both;
  float: none;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
.movies-list-wrap .ml-title .nav-tabs li {
  margin-right: 0;
  width: 16.666%;
  overflow: hidden;
  margin-bottom: 5px;
}
}
@media screen and (max-width: 1199px) {
#menu ul.top-menu li a {
  font-size: medium;
}
#slider .slide-caption h2,
.movies-list-wrap .ml-title .nav-tabs li a {
  font-size: large;
}
.movies-list-wrap .ml-title span {
  text-align: center;
}
#top_footer ul li a {
  font-size: 80%;
}
#menu ul.top-menu {
  display: block;
  margin-bottom: 0;
}
#menu .sub-container ul.sub-menu li {
  margin: 0.65%;
  width: 32%;
}

#filter {
  padding: 15px 15px 110px;
}
#filter ul li {
  display: inline-block;
  float: none;
  margin: 0 5px 5px 0;
  padding: 0;
  width: auto !important;
}
#menu .sub-container ul.sub-menu li a {
  height: 24px;
  line-height: 24px;
}
.container {
  width: 100%;
}
#menu {
  bottom: 0;
  float: left;
  left: auto;
  position: relative;
  right: auto;
  margin-left: -13px;
}
#menu .sub-container {
  left: -10px;
  width: 470px;
}
#slider {
  width: 100%;
  height: 100%;
}
.nav-tabs > li {
  margin-top: 10px;
  margin-right: 3px;
}
#menu ul.top-menu li.active a {
  border-bottom: none;
}
#footer {
  margin-top: 0;
}
.footer-copyright {
  width: 40%;
  margin-top: 0;
}
.nav-tabs {
  clear: both;
  float: none;
  margin-left: 0;
  margin-top: -4px;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
.movies-list-wrap .ml-title .nav-tabs li {
  margin-right: 0;
  overflow: hidden;
  margin-bottom: -4px;
}
}
@media screen and (max-width: 1106px) {
#search {
  z-index: 9;
  width: 230px !important;
}
#menu ul.top-menu li a {
  padding: 0 10px;
}
.movies-list .ml-item {
  height: 199px;
}

.mobile-search {
  background: #191919;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  left: auto;
  position: absolute;
  text-align: center;
  top: 17px;
  width: 34px;
  color: #c3a827;
  right: 10px;
}
.mobile-search i {
  font-size: 18px;
  line-height: 32px;
}
}
@media screen and (max-width: 1060px) {
.movies-list-wrap .ml-title .nav-tabs li {
  width: 33.33%;
}
}
@media screen and (max-width: 999px) {
.form-control {
  padding: 0 10px;
  width: 100%;
  height: 34px;
  border: 1px solid var(--color-primary);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 32px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: box-shadow 0.1s ease 0;
  -khtml-transition: box-shadow 0.1s ease 0;
  -moz-transition: box-shadow 0.1s ease 0;
  -ms-transition: box-shadow 0.1s ease 0;
  -o-transition: box-shadow 0.1s ease 0;
  transition: box-shadow 0.1s ease 0;
}
}
@media screen and (max-width: 1003px) {
#menu ul.top-menu li a {
  padding: 0 8px;
}
#menu .sub-container ul.sub-menu {
  overflow: hidden;
  padding: 10px;
}
.movies-list-wrap .ml-title span {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: medium;
}
.social-home {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0 0 4px 4px;
}
footer {
  margin-top: 20px;
}
#menu .sub-container ul.sub-menu li a:hover {
  background: #545454;
}
.footer-copyright img {
  max-width: 95%;
}
#top_footer ul li a {
  font-size: 75%;
}
#top_footer > div > div.row > div.col-lg-4.footer-copyright > p:nth-child(3) {
  font-size: 12px;
}
.filter-toggle {
  margin-bottom: 5px;
}
#menu .sub-container {
  top: 60px;
  box-shadow: none;
}
#search {
  width: 210px !important;
}
#menu .sub-container.genre {
  width: 195px;
}
#menu .sub-container.genre ul.sub-menu li {
  width: 48%;
}
#menu .sub-container.bioskop {
  z-index: 99;
}
#menu .sub-container.bioskop ul.sub-menu li,
#menu .sub-container.cinema ul.sub-menu li {
  width: 97%;
}
#menu .sub-container.cinema {
  width: 168px;
  z-index: 99;
}
#slider,
.container {
  width: 100%;
}
.movies-list .ml-item {
  width: 17.99%;
  margin: 1%;
  height: 226px;
}
#slider {
  margin-right: 0;
}
#footer {
  padding: 20px 0 0;
  margin-top: 0;
}
#menu ul.top-menu li.active a {
  border-bottom: none;
}
.footer-copyright {
  text-align: left;
}
}
@media screen and (max-width: 956px) {
#menu ul.top-menu li a {
  font-size: small;
}
}
@media screen and (max-width: 896px) {
#menu ul.top-menu li a {
  padding: 0 7px;
}
.movies-list .ml-item {
  height: 204px;
}
}
@media screen and (max-width: 883px) {
#search {
  z-index: 9;
  display: none;
  margin-top: -52px;
  left: -38px;
  width: 300px !important;
}
#search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 34px;
  border: 0;
  background: var(--color-primary);
  color: var(--color-text);
  font-size: 15px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
#search .search-submit i {
  line-height: 33px;
  font-size: 16px;
  width: 50px;
}
#menu ul.top-menu li a {
  font-size: medium;
}
#menu ul li a.menu-01 span,
#menu ul li a.menu-02 span,
#menu ul li a.menu-03 span,
#menu ul li a.menu-06 span,
#menu ul li a.menu-07 span,
#menu ul li a.menu-09 span {
  display: inline-block;
}
}
@media screen and (max-width: 865px) {
#top_footer .title_footer {
  font-size: 14px;
}
#top_footer ul li a {
  font-size: 70%;
}
}
@media screen and (max-width: 835px) {
.movies-list .ml-item {
  height: 197px;
}
}
@media screen and (max-width: 799px) {
footer .footer-copyright {
  float: left;
  padding-top: 10px;
  text-align: left;
  width: 40%;
}
footer .footer-copyright img {
  max-width: 80%;
}
.ml-title span:before {
  font-size: 18px !important;
}
#top_footer ul li a {
  font-size: 70%;
}
#top_footer .title_footer {
  font-size: 14px;
}
.container,
.footer-copyright img {
  width: 100%;
}
.movies-list-wrap .ml-title .nav-tabs {
  clear: both;
  float: none;
  margin-left: 0;
  margin-top: -4px;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
#menu {
  left: 0;
  right: 0;
}
.social-home .addthis_native_toolbox {
  display: block;
}
.nav-tabs {
  margin-top: -20px;
  padding: 0;
  float: left !important;
}
.movies-list-wrap .ml-title .nav-tabs li a {
  min-width: 20px !important;
  border-radius: 3px;
  font-size: large;
}
.footer-copyright {
  width: 37%;
}
}
@media screen and (max-width: 798px) {
.ml-title-page-genre span {
  width: 25% !important;
}
.body-subtitle {
  display: none;
}
.movies-list .ml-item {
  width: 17.99%;
  margin: 1%;
  height: 186px;
}
}
@media screen and (max-width: 775px) {
.nav-tabs1 > li {
  width: 50% !important;
}
}
@media screen and (max-width: 768px) {
#slider .slide-caption .slide-caption-info {
  display: none;
}
.movies-list .ml-item {
  height: 178px;
}
.movies-list .ml-item .mli-durasi,
.movies-list .ml-item .mli-rating {
  font-size: x-small;
  padding: 5px 2px 2px 3px;
}
.movies-list .ml-item .mli-quality {
  font-size: x-small;
}
}
@media screen and (max-width: 715px) {
#menu ul.top-menu li a {
  padding: 0 6px;
}
}
@media screen and (max-width: 692px) {
.movies-list .ml-item {
  height: 165px;
}
}
@media screen and (max-width: 680px) {
.ml-title span:before {
  font-size: 18px !important;
}
#menu ul.top-menu li a {
  font-size: small;
  padding: 0 8px;
}
.ml-title.ml-title-page.ml-filter h1,
.ml-title.ml-title-page.ml-filter span {
  font-weight: 400;
  font-size: medium !important;
  height: 25px;
  line-height: 25px;
  padding: 3px 8px;
  border-left: 6px solid var(--color-primary);
  border-right: 6px solid var(--color-primary);
  border-radius: 6px;
}
.nav-tabs {
  padding: 0;
}
#main
  > div
  > div
  > div.movies-list-wrap.mlw-topview.mt20
  > div.ml-title
  > span:before {
  color: #3e361e87;
}
.ml10 {
  display: none;
}
.nav-tabs {
  margin-top: -10px;
}
.movies-list-wrap .ml-title .nav-tabs li {
  width: 50%;
}
}
@media screen and (max-width: 660px) {
header,
header .container {
  height: 55px;
}
#menu.active {
  position: absolute;
}
#menu .sub-container.bioskop,
#menu .sub-container.genre {
  width: 300px;
}
#menu .sub-container.cinema {
  width: 300px;
}
#search.active {
  left: 0;
}
header .header-logo {
  left: 50%;
  margin: 0 0 0 -65px;
  position: absolute;
  top: 13px;
}
.mobile-menu,
.mobile-search {
  background: #191919;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  left: 15px;
  position: absolute;
  text-align: center;
  top: 12px;
  width: 34px;
  color: #c3a827;
}
.mobile-search {
  left: auto;
  right: 15px;
}
.mobile-menu i,
.mobile-search i {
  font-size: 18px;
  line-height: 32px;
}
#menu .sub-container ul.sub-menu li {
  border-bottom: medium;
  margin: 1%;
  width: 23%;
}
#menu .sub-container ul.sub-menu li a {
  background: #282828;
  color: #ccc !important;
  font-size: 13px;
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  width: auto;
}
#menu ul.top-menu li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  padding: 0 15px !important;
  margin: 0 auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  color: var(--color-text);
  text-align: left;
}
#menu ul.top-menu li.active a,
#menu ul.top-menu li:hover a {
  color: #c3a827;
}
#menu {
  background: #222;
  border-top: medium;
  bottom: auto;
  display: none;
  left: 18px;
  right: 15px;
  top: 55px;
  width: 300px;
  padding-bottom: 20px;
}
#menu ul.top-menu {
  width: 100%;
}
#menu ul.top-menu li {
  display: block !important;
  float: none;
  margin: 0;
}
#menu .sub-container {
  background: 0 0;
  border: 0;
  display: block !important;
  left: auto;
  position: relative;
  top: auto;
}
#menu .sub-container.genre ul.sub-menu li {
  width: 48%;
}
#search.active {
  margin: 0;
  padding: 5px 15px 15px;
  top: 50px;
  bottom: auto;
  width: 100% !important;
  background: #191919;
}
#search.search-mobile.active {
  left: 0;
  background: 0 0;
  top: 4px;
}
.search-suggest {
  left: 0;
  right: 0;
  top: 33px;
  width: 100%;
}
#menu ul li a.menu-06 span,
#menu ul li a.menu-07 span,
#menu ul li a.menu-09 span {
  display: inline-block !important;
  margin-bottom: 5px;
}
#menu ul li a.menu-07 {
  margin-top: 5px;
}
}
.link-nav-btn a,
.link-nav-btn a:hover {
color: var(--color-text);
}
@media screen and (min-width: 1400px) {
#menu ul li a.menu-06 span,
#menu ul li a.menu-07 span,
#menu ul li a.menu-09 span {
  display: block;
}
}
@media screen and (max-width: 640px) {
#menu .sub-container ul.sub-menu li {
  border-bottom: medium;
  margin: 1%;
  width: 31.3%;
}
.main-page-title {
  display: none;
}
.ml-title.ml-title-page.ml-filter h1 {
  font-size: medium;
}
footer .footer-copyright img {
  max-width: 70%;
}
#top_footer > div > div.row > div.col-lg-4.footer-copyright > p:nth-child(2),
#top_footer > div > div.row > div.col-lg-4.footer-copyright > p:nth-child(3) {
  text-align: center;
}
.ml-title-page-genre span {
  width: 33% !important;
  font-size: 13px !important;
}
#slider .slide-caption,
.footer-copyright p:nth-child(3) {
  display: none;
}
.movies-list .ml-item {
  height: 172px;
  width: 22.99%;
}
footer .footer-copyright {
  float: none;
  width: 100%;
  text-align: center !important;
}
#footer {
  margin-top: 0;
}
.movies-list-wrap .ml-title .pull-left {
  font-size: medium;
  padding: 0 20px;
}
.pull-left h1 {
  font-size: large;
  width: 100px;
}
}
.link-nav-btn,
.u-link,
footer .footer-copyright {
text-align: center;
}
@media screen and (max-width: 638px) {
#search.search-mobile,
.ml-menu {
  display: block;
}
}
@media screen and (max-width: 620px) {
.container {
  width: 100% !important;
}
#search {
  width: 235px;
  display: none;
}
#logo {
  height: 35px;
  width: 140px;
}
}
@media screen and (max-width: 550px) {
.ml-title span:before {
  font-size: 18px !important;
}
.nav-tabs {
  padding: 0;
}
.ml10 {
  display: none;
}
.nav-tabs {
  margin-top: 10px;
}
.movies-list-wrap .ml-title .nav-tabs li {
  margin-right: 0;
  width: 50%;
  overflow: hidden;
  font-size: 15px;
  margin-bottom: -4px;
}
}
@media all and (max-width: 540px) {
.movies-list .ml-item {
  height: 160px;
}
}
@media screen and (max-width: 520px) {
.ml-title span:before {
  font-size: 18px !important;
}
header,
header .container {
  height: 50px;
}
.movies-list .ml-item {
  height: 200px;
  margin: 1%;
  width: 31.2222%;
}
.mobile-menu,
.mobile-search {
  top: 8px;
}
header .header-logo {
  margin-top: -5px;
}
#menu {
  top: 50px;
}
.ml10 {
  display: none;
}
.nav-tabs {
  margin-top: 4px;
  font-size: 14px;
  padding: 0;
}
.movies-list-wrap .ml-title .nav-tabs li {
  margin-right: 0;
  width: 50%;
  overflow: hidden;
  font-size: small;
  margin-bottom: -4px;
}
.ml-menu ul li a {
  margin: 4px 3px;
}
}
@media screen and (max-width: 480px) {
.header .header-logo {
  left: 10%;
  top: 21%;
}
}
.top-content {
position: relative;
}
@media screen and (max-width: 479px) {
b {
  font-weight: 700;
}
b,
h5 {
  font-size: medium;
}
.movies-list .ml-item {
  height: 175px;
}
}
@media screen and (max-width: 760px) {
#h1qu,
#main
  > div
  > div
  > div.movies-list-wrap.mlw-topview.mt20
  > div.ml-title
  > span
  > i,
#slider .slide-caption,
.ml10 {
  display: none;
}
}
.ml-title span:before,
.ml-title-page-genre span a {
font-size: 14px !important;
}
#footer .col-lg-4 img {
width: 80%;
}
#footer .col-lg-4 p {
font-size: small;
}
#menu .sub-container ul.sub-menu li {
border-bottom: medium;
margin: 0;
width: 33.33%;
}
#menu .sub-container ul.sub-menu li a {
background: 0 0 !important;
margin: 0;
padding: 0 0 0 8px;
}
.movies-list-wrap .ml-title span {
overflow: hidden;
}
.rating {
font-size: medium;
}
.movies-list-wrap .ml-title .nav-tabs li a {
min-width: 50px;
}
.nav-tabs {
padding: 0;
}
@media screen and (max-width: 620px) {
.ml-menu ul li a {
  min-width: 68px;
  font-size: small;
  display: inherit;
}
}
@media screen and (max-width: 480px) {
.filter-toggle,
.movies-list-wrap .ml-title .nav-tabs li a {
  font-size: small;
}
.filter-toggle {
  padding: 0 10px;
}
.ml-title.ml-title-page.ml-filter h1,
.ml-title.ml-title-page.ml-filter span {
  font-size: small !important;
}
}
@media screen and (max-width: 459px) {
.movies-list .ml-item {
  height: 172px;
}
.ml-title-page-genre span {
  width: 50% !important;
}
}
@media screen and (max-width: 420px) {
.ml-menu ul li a {
  font-size: 14px;
}
.movies-list .ml-item {
  height: 152px;
}
.movies-list .ml-item .mli-durasi,
.movies-list .ml-item .mli-rating {
  font-size: xx-small;
  padding: 5px 2px 2px 3px;
}
.movies-list .ml-item .mli-quality {
  font-size: x-small;
}
}
@media screen and (max-width: 380px) {
.movies-list .ml-item {
  height: 142px;
}
}
@media screen and (max-width: 365px) {
.ml-title-page-genre span {
  width: 50% !important;
  margin-right: 0 !important;
  font-size: 70% !important;
}
.ml-title-page-genre span a {
  font-size: 16px !important;
}
}
@media screen and (max-width: 330px) {
.ml-menu ul li a {
  min-width: 60px;
  font-size: small;
  display: inherit;
}
}
@media screen and (max-width: 359px) {
.movies-list .ml-item {
  height: 190px;
  margin: 1%;
  width: 48%;
}
.movies-list .ml-item .mli-durasi,
.movies-list .ml-item .mli-rating {
  font-size: 11px;
  padding: 5px 2px 2px 3px;
}
.movies-list .ml-item .mli-quality {
  font-size: 11px;
}
}
.ml-title.ml-title-page.ml-filter h1 {
font-size: large;
}
@media screen and (max-width: 320px) {
.slider {
  display: none;
}
.ml-title.ml-title-page.ml-filter h1,
.ml-title.ml-title-page.ml-filter span {
  font-size: 0.8em !important;
}
#search .search-submit {
  width: 40px;
}
}
@media print {
*,
:after,
:before {
  color: #000 !important;
  text-shadow: none !important;
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a,
a:visited {
  text-decoration: underline;
}
img {
  page-break-inside: avoid;
  max-width: 100% !important;
}
a[href]:after {
  content: " (" attr(href) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
  content: "";
}
h2,
h3,
p {
  orphans: 3;
  widows: 3;
}
h2,
h3 {
  page-break-after: avoid;
}
}
.top-content {
height: 405px;
}
@media screen and (max-width: 1599px) {
.top-content {
  height: 355px;
}
#slider {
  width: 75%;
}
}
@media screen and (max-width: 1325px) {
#slider {
  width: 850px;
}
#slider-info {
  width: 348px;
}
.ml-title span i,
.ml-title span:before {
  display: none;
}
}
@media screen and (max-width: 1199px) {
.top-content {
  height: 245px;
}
#slider {
  width: 74%;
}
#slider-info {
  width: 328px;
}
}
@media screen and (max-width: 991px) {
.top-content {
  height: auto;
  margin-left: -15px;
  margin-right: -15px;
}
#slider {
  margin-right: 0;
  height: 250px;
  width: 100%;
}
#slider-info {
  display: none;
}
}
@media screen and (max-width: 640px) {
#slider {
  height: 180px;
}
}
@media screen and (max-width: 479px) {
#slider {
  height: 140px;
}
}
.link-nav {
display: block;
}
.link-nav-btn {
display: inline-table;
vertical-align: middle;
padding: 0;
margin-bottom: 5px;
}
.link-nav-btn li {
float: left;
background: #6b85c3;
border-bottom: 3px solid #2b4992;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 0 4px;
margin: 0 4px 3px;
}
.link-nav-btn li h2,
.link-nav-btn li h3,
.link-nav-btn li h4,
.link-nav-btn li h5,
.link-nav-btn li h6 {
font-size: 90%;
font-weight: 400;
margin: 4px;
text-shadow: 0 1px 2px #131313;
line-height: 22px;
height: 22px;
}
.link-nav-btn li:hover {
background: #2b4992;
cursor: pointer;
}
.facebook-share {
background-color: #3b5998;
border-radius: 5px;
height: 26px;
width: 90px;
color: var(--color-text);
padding: 0 0 0 6px;
font-family: lucida grande, Tahoma, Helvetica, Roboto;
font-size: 18px;
cursor: pointer;
cursor: hand;
}
.facebook-share span {
font-size: 14px;
}
.ml-announce hr {
margin-bottom: 25px;
}
@media screen and (max-width: 410px) {
.u-link {
  margin: 10px 0 0 !important;
  width: 100% !important;
}
.ml-announce hr {
  margin-bottom: 10px !important;
}
}
.flash {
animation-name: flash;
}
.loading-item {
width: 100%;
position: relative;
min-height: 100px;
}

.nav-tabs1 > li {
float: left;
width: 20%;
}
.nav-tabs1 > li > a {
background: #000;
left: 50%;
transform: translate(-50%, -15%);
font-size: 16px;
font-weight: 400;
font-family: roboto;
color: var(--color-text);
text-align: center;
border: solid;
}
.nav-tabs1 > li > a:hover {
background: #c5a928;
}
.nav-tabs1 > li.active > a,
.nav-tabs1 > li.active > a:focus,
.nav-tabs1 > li.active > a:hover {
color: #ededed;
cursor: default;
background-color: #171717;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.widgetbaner {
background: #191919;
display: block;
padding: 6px;
color: #fff;
position: relative;
}
.main-content{
min-height: 80vh;
}
.nextactive {
color: #000;
}
.nextactive:hover {
color: var(--color-primary);
}
.nextactive:after {
content: "\f101";
font-family: fontawesome;
margin-right: 2px;
}
.prevactive::before{
content: "\f100";
font-family: fontawesome;
margin-right: 2px;
}
.image-large {
box-shadow: 1px 1px 20px 1px #00000061;
position: relative;
aspect-ratio: 21 / 9;
overflow: hidden;
max-width: 100%;
width: 100%;
background: #000;
border-radius: 5px;
}
.image-large img {
bottom: 0;
left: 0;
margin: auto;
max-width: 100%;
position: absolute;
right: 0;
top: 0;
border: none;
width: auto;
-webkit-transition: 0.4s all;
-moz-transition: 0.4s all;
transition: 0.4s all;
height: 100%;
filter: brightness(70%);
}

.loading {
position: fixed;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.loading:before {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
}
.loading:not(:required) {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
#footer a {
color: var(--color-primary);
}
#slider-container {
width: 560px;
max-width: 80%;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1234567890;
display: none;
}
.close-slider {
position: absolute;
top: -15px;
right: -15px;
z-index: 2;
display: none;
cursor: pointer;
}
.close-slider i {
font-size: 2em;
color: #f0f0f0;
background: #000;
border-radius: 50px;
width: 27px;
height: 27px;
text-align: center;
line-height: 0.85;
}
.mli-subtitle-id,
.mli-subtitle-in,
.mli-subtitle-it {
height: 24px;
width: 24px;
float: left;
filter: drop-shadow(01px1pxrgba (0, 0, 0, 0.5));
}
.mli-subtitle-id {
background: url(/images/ID.png) no-repeat;
}
.tab-menu-link {
border: none;
}
.tab_menu_box .tab-menu {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
max-width: 100%;
height: auto;
margin: 0 auto;
border-bottom: 1.3px solid #dbdbdb;
transition: all 0.3s ease;
}
.tab_menu_box .tab-menu-link {
position: relative;
overflow: hidden;
font-family: inherit;
font-weight: 600;
line-height: inherit;
cursor: pointer;
width: calc(100% / 4);
height: auto;
padding: 1rem 0;
border-bottom: 2.5px solid transparent;
color: #9194a1;
background: var(--color-bg);
transition: all 0.3s ease;
}
.tab_menu_box .tab-menu-link::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 2;
}
.tab_menu_box .tab-menu-link.active {
bottom: 0;
z-index: 0;
overflow: hidden;
color: var(--color-primary);
color: #252b46;
background: var(--color-bg);
}

#bread .breadcrumb,#mv-keywords a h5,.src {
text-overflow: ellipsis;
}
.text{
color: var(--color-text);
}
.breadcrumb {
border-radius: 4px;
}

/* .breadcrumb>li+li:before {
padding: 0 5px;
content: "-";
color: var(--color-primary);
} */
#bread .breadcrumb {
padding: 15px 15px;
font-size: medium;
overflow-x: hidden;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
border-radius: var(--radius5);
margin: 20px 0;
}
#bread .breadcrumb a {
color: var(--color-primary);
}

#bread .breadcrumb a:hover {
color: var(--color-text);
}

.breadcrumb>.active {
color: var(--color-primary);
}
.breadcrumb li {
display: inline;
}
#bread .breadcrumb a::after {
content: "\f101";
color: var(--color-text);
font-family: fontawesome;
padding: 0 5px;
font-size: small;
}
.auto-clear.hidden {
display: none;
}
#h1qu h1, #h1qu b {
float: right;
font-size: 2rem;
margin: 0;
}
.pull-right.social-icon {
padding: 0;
}
.social-icon li a:hover {
color: var(--color-text);
padding: 10px;
}
.social-icon li a {
padding: 10px;
}


/* Hero container */
.sp-hero {
  position: relative;
  width: 100%;
  height: 60vh; 
  min-height: 320px;
  max-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  color: #fff;
  border-radius: 0 0 var(--sp-radius) var(--sp-radius);
  overflow: hidden;
}

.sp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.35) 40%, rgba(0,0,0,0) 100%);
  z-index: 1;
}

.sp-hero-text {
  position: relative;
  z-index: 2;
  padding: 24px;
  max-width: 80%;
}

.sp-hero-title {
  font-size: clamp(22px, 4vw, 42px);
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  line-height: 1.1;
}

.sp-hero-year {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  margin-top: 6px;
  opacity: 0.9;
  text-shadow: 0 2px 6px rgba(0,0,0,0.7);
}

@media (max-width: 768px) {
  .sp-hero {
    height: 45vh;
  }
  .sp-hero-text {
    padding: 16px;
    max-width: 100%;
  }
}


/* Container */
.sp-container {
  display: flex;
  gap: var(--sp-gap);
  align-items: flex-start;
  padding: 18px 0;
  color: var(--color-text);
}
/* Main content */
.sp-main {
  flex: 1 1 820px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, var(--sp-surface) 100%);
  padding: 20px;
  border-radius: var(--sp-radius);
  box-shadow: 0 8px 30px var(--sp-elev);
  backdrop-filter: blur(var(--sp-blur));
  -webkit-backdrop-filter: blur(var(--sp-blur));
  width: 100%;
}

/* Sidebar */
.sp-side {
  width: 300px;
  flex: 0 0 300px;
  position: sticky;
  top: 38px;
  height: fit-content;
}
.sp-poster-box {
  border-radius: var(--sp-radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: transform .25s ease, box-shadow .25s ease;
}
.sp-poster-box:hover { transform: translateY(-6px); }
.sp-poster {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Title section */
.sp-title-section {
  margin-bottom: 14px;
}
.sp-title {
  font-size: 28px;
  margin: 0;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.sp-tagline {
  margin: 6px 0 0;
  color: var(--sp-muted);
  font-style: italic;
  font-size: 14px;
}

/* Meta */
.sp-meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 14px;
  color: var(--sp-muted);
}
.sp-meta a {
  color: var(--color-primary);
  text-decoration: none;
  padding: 0 8px;
  border-radius: 6px;
  transition: background .18s ease;
  background: rgba(156, 147, 17, 0.12);
}
.sp-meta-desc {
color: var(--sp-muted);
text-decoration: none;
padding: 0 8px;
border-radius: 6px;
transition: background .18s ease;
background: rgba(124, 124, 123, 0.12);
display: inline-block;
font-size: 12px;
}

.sp-meta a:hover { background: rgba(0,0,0,0.06); }
/* Warna sesuai score */
.sp-score.score-low .progress {
stroke: #db2360; /* merah */
}
.sp-score.score-medium .progress {
stroke: #d2d531; /* kuning */
}
.sp-score.score-high .progress {
stroke: #21d07a; /* hijau */
}

.sp-score.score-none .progress {
stroke: #3d3d3d; /* abu-abu */
}
.sp-score {
position: relative;
width: 60px;
height: 60px;
}
.sp-score svg {
transform: rotate(-90deg);
width: 100%;
height: 100%;
}
.sp-score-bg {
  fill: none;
  stroke: rgb(203, 203, 203);
  stroke-width: 8;
}
.sp-score-progress {
fill: none;
stroke: var(--color-primary);
stroke-width: 8;
stroke-dasharray: 188.4;
stroke-dashoffset: calc(188.4 - (188.4 * var(--percent) / 100));
stroke-linecap: round;
transition: stroke-dashoffset 0.4s ease;
}
.sp-score-num {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.5rem;
font-weight: bold;
color: var(--color-text);
}

/* -----------------Score Circle -------------*/
.review-score {
position: relative;
width: 60px;
height: 60px;
}
.review-score svg {
transform: rotate(-90deg);
width: 100%;
height: 100%;
}
.score-bg {
fill: none;
stroke: #8c8b8b9c;
stroke-width: 8;
}
.score-progress {
stroke: var(--primary);
fill: none;
stroke-width: 8;
stroke-dasharray: 188.4;
stroke-dashoffset: calc(188.4 - (188.4 * var(--percent) / 100));
stroke-linecap: round;
transition: stroke-dashoffset 0.4s ease;
}
.score-number {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.5rem;
font-weight: bold;
color: var(--text);
}

/* Warna sesuai score */
.score-progress.score-low {
stroke: #971818; /* merah */
}
.score-progress.score-medium {
stroke: #bb700e; /* kuning */
}
.score-progress.score-high {
stroke: #15844e; /* hijau */
}
.score-progress.score-none {
stroke: #3d3d3d; /* abu-abu */
}
/* Section title */
.sp-section-title {
  font-size: 18px;
  margin: 10px 0 0 0;
  border-bottom: 1px dashed rgba(0,0,0,0.06);
  padding-bottom: 8px;
}

/* Tabs */
.sp-tabs {
  display: flex;
  flex-wrap: wrap; 
  gap: 8px;
  margin: 18px 0;
  list-style: none;
  padding: 0;
}

.sp-tab-link { 
  flex: 0 1 auto;
  min-width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  color: var(--sp-muted);
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all .18s ease;
}
.sp-tab-link:hover { color: var(--color-text); }
.sp-tab-link.active {
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 6px 18px rgba(0,0,0,0.28);
}

/* Tab content */
.sp-tab-content { display: none; opacity: 0; transform: translateY(6px); transition: .25s; }
.sp-tab-content.active { display: block; opacity: 1; transform: translateY(0); }

/* Grid details */
.sp-details {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px 18px;
}
/* .sp-term { font-weight: 700; color: var(--sp-muted); }
.sp-term a,.sp-def a{
  border-radius: 6px;
  background: var(--sp-surface);
  box-shadow: 0 1px 4px var(--sp-elev);
  transition: transform .15s ease, box-shadow .15s ease;
} */
  .sp-def {
    line-height: 5rem;
  }
/* Cast */
.sp-cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px,1fr));
  gap: 12px;
}
.sp-cast-card {
  background: var(--sp-surface);
  padding: 8px;
  border-radius: 10px;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}
.sp-cast-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.12); }
.sp-cast-img {
  width: 100%; height: 160px;
  object-fit: cover;
  border-radius: 8px;
}
.sp-cast-name { font-weight: 700; font-size: 13px; }
.sp-muted { color: var(--sp-muted); font-size: 12px; }

/* Responsive */

@media (max-width:580px){
.sp-title-section {
  display: block;
}}

@media (max-width: 980px) {
  .sp-container {
    flex-direction: column; /* stack ke bawah */
  }
  .sp-main {
    order: 1; /* konten utama tetap di atas */
  }
  .sp-side {
    order: 2; /* sidebar poster turun ke bawah */
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0; /* center di bawah */
    position: relative;
    top: auto;
  }
  .sp-poster-box {
    width: 100%;
  }
}

  
  /* General row group */
.sp-grid {
  display: grid;
  grid-template-columns: 150px 1fr; /* label fixed, content flexible */
  gap: 8px 16px;
  margin: 12px 0;
}

/* Label kiri */
.sp-grid-label {
  padding: 6px 10px;
  border-radius: 6px;
  background: var(--sp-surface);
  box-shadow: 0 2px 6px var(--sp-elev);
  font-weight: 600;
  font-size: 13px;
  color: var(--color-text);
  text-align: right; /* rata kanan */
}

/* Konten kanan */
.sp-grid-content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Item di konten kanan */
.sp-grid-item {
  padding: 4px 8px;
  border-radius: 6px;
  background: var(--sp-surface);
  box-shadow: 0 1px 4px var(--sp-elev);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.sp-grid-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 8px var(--sp-elev);
}

/* Flags & logos kecil */
.sp-flag img {
  width: 14px;
  height: 10px;
  object-fit: contain;
}
.sp-provider-logo img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.sp-alt-name {
  color: var(--color-text);
}


/* Review Section */
.sp-review-section {
  padding: 20px;
  border-radius: var(--sp-radius);
  background: var(--sp-surface);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* Header */
.sp-review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.sp-review-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.sp-review-link {
  font-size: 14px;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
}
.sp-review-link:hover { text-decoration: underline; }

/* Review Item */
.sp-review-item {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.sp-review-item:hover {
background: var(--sp-elev);
}
.sp-review-poster img:hover {
filter: brightness(70%);
}
.sp-review-item:last-child { border-bottom: none; }

/* Content */
.sp-review-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Meta Top */
.sp-review-meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sp-review-author {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* Meta Bottom */
.sp-review-meta-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: var(--sp-muted);
}

.sp-review-likes,
.sp-review-comments {
  font-weight: 500;
}

.sp-review-username a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
}
.sp-review-username a:hover { text-decoration: underline; }

.sp-review-dot { opacity: 0.6; }

/* Review text */
.sp-review-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text);
}

/* Empty state */
.sp-review-empty {
  text-align: center;
  font-size: 14px;
  color: var(--sp-muted);
  font-style: italic;
}

/* Responsive */
@media (max-width: 600px) {
  .sp-review-meta-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}


  /* Review Page Wrapper */
.sp-review-page { margin-top: 20px; }

/* Hero */
.sp-review-hero {
	position: relative;
	width: 100%;
	height: 55vw;
	max-height: 560px;
	background-size: cover;
	background-position: center;
	border-radius: var(--sp-radius);
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	color: #fff;
}
.sp-review-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0) 100%);
}
.sp-review-hero-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.sp-review-movie-title {
  margin: 0;
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}
.sp-review-year { font-weight: 400; opacity: 0.85; }
.sp-review-movie-meta {
  margin-top: 6px;
  font-size: 14px;
  opacity: 0.9;
}

/* Layout */
.sp-review-detail {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.sp-review-main { flex: 1; }
.sp-review-poster img {
  width: 100%;
  border-radius: var(--sp-radius);
  object-fit: cover;
}

/* Review Card */
.sp-review-card {
  background: var(--sp-surface);
  border-radius: var(--sp-radius);
  padding: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.sp-review-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.sp-review-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.sp-review-author-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sp-review-author {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sp-review-username, .sp-review-date {
  font-size: 13px;
  color: var(--sp-muted);
}
.sp-review-score { }

/* Review body */
.sp-review-card-body {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
}

/* Tagcloud */
.sp-tagcloud {
  margin-top: 16px;
  font-size: 14px;
}
.sp-tagcloud a {
  color: var(--color-primary);
  text-decoration: none;
}
.sp-tagcloud a:hover { text-decoration: underline; }

/* Comment Section */
.sp-comment-section { margin-top: 30px; }
.sp-comment-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.sp-comment-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.sp-comment-body {
  flex: 1;
  background: var(--sp-surface);
  padding: 10px 12px;
  border-radius: var(--sp-radius);
}
.sp-comment-meta {
  font-size: 13px;
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sp-comment-author { font-weight: 600; color: var(--color-text); }
.sp-comment-text { font-size: 14px; line-height: 1.4; }
.sp-comment-empty {
  font-size: 14px;
  font-style: italic;
}

/* Responsive */
@media (max-width: 900px) {
  .sp-review-detail { flex-direction: column; }
}
.sp-review-avatar img,.sp-comment-avatar img {
border: solid 3px var(--color-text);
}


/* USER PROFILE */
/* Container layout */
.sp-user-profile-page {
margin-top: 20px;
min-height: 80vw;
}
.sp-user-layout {
display: flex;
gap: 28px;
align-items: flex-start;
}

/* Main content kiri */
.sp-user-main {
flex: 1 1 auto;
min-width: 0;
}

/* Sidebar kanan */
.sp-user-side {
flex: 0 0 300px;
position: sticky;
top: 80px;
}

/* Hero profile box */
.sp-user-hero {
position: relative;
background: var(--sp-surface);
border-radius: var(--sp-radius);
overflow: hidden;
box-shadow: 0 6px 20px rgba(0,0,0,0.15);
text-align: center;
}
.sp-user-hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
}
.sp-user-hero-content {
position: relative;
z-index: 1;
padding: 20px;
color: #fff;
}
.sp-user-avatar img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
box-shadow: 0 4px 12px rgba(0,0,0,0.5);
margin-bottom: 12px;border: solid 5px var(--color-text);
}
.sp-user-name {
font-size: 20px;
font-weight: 700;
margin: 0;
}
.sp-user-username { font-size: 14px; opacity: 0.9; display: block; margin-bottom: 6px; }
.sp-user-bio { font-size: 13px; margin-bottom: 10px; opacity: 0.85; }
.sp-user-stats {
display: flex;
flex-direction: column;
gap: 6px;
font-size: 13px;
font-weight: 500;
}

/* Responsive */
@media (max-width: 980px) {
.sp-user-layout { flex-direction: column; }
.sp-user-side { position: relative; top: auto; width: 100%; }
}


/* Review List */
.sp-review-list {
display: flex;
flex-direction: column;
gap: 18px;
}
.sp-review-item {
display: flex;
gap: 16px;
background: var(--sp-surface);
border-radius: var(--sp-radius);
box-shadow: 0 3px 10px rgba(0,0,0,0.08);
overflow: hidden;
padding: 12px;
}
.sp-review-poster img {
max-height: 260px;
border-radius: 8px;
object-fit: contain;
width: 100%;
}
.sp-review-body { flex: 1; }
.sp-review-title {
font-size: 16px;
margin: 0 0 4px 0;
}
.sp-review-title a {
color: var(--color-primary);
text-decoration: none;
}
.sp-review-title a:hover { color: var(--color-text); }
.sp-review-year, .sp-review-meta {
font-size: 14px;
color: var(--sp-muted);
margin-left: 4px;
}

/* Meta */
.sp-review-meta {
display: flex;
align-items: center;
gap: 12px;
font-size: 13px;
margin-bottom: 6px;
}
.sp-review-date { color: var(--sp-muted); }

/* Snippet */
.sp-review-snippet {
font-size: 14px;
line-height: 1.4;
color: var(--color-text);
}

/* Empty state */
.sp-review-empty {
text-align: center;
font-size: 14px;
color: var(--sp-muted);
font-style: italic;
}

/* Responsive */
@media (max-width: 680px) {

.sp-review-poster img {
  height: auto;
  width: 110px;
}
}

/* SEARCH LIVE */

  @media screen and (max-width:1035px) {
    #h1qu {
      display: none;
    }

    #slider .slide-caption {
      display: inline;
    }
  }

  @media all and (max-width:540px) {

    .movies-list .ml-item .mli-quality,
    .movies-list .ml-item .ml-mask h2 {
      font-size: xx-small;
    }
  }

  #data-image-y img {
    min-height: 100px;
  }

  #search .search-submit i {
    border-radius: 0;
  }

  .ml-announce .pagination>li>a {
    padding: 5px 10px;
    margin: 0 3px;
  }

  .auto-is-active ul#auto-gmrsearch-results {
    display: block;
    margin-top: -1px;
    position: absolute;
    width: 100%;
    z-index: 99999;
    max-height: 500px;
    overflow-y: auto;
  }

  ul#auto-gmrsearch-results li:hover {
    background: #ad932d1a;
  }

  ul#auto-gmrsearch-results {
    background-color: var(--color-bg);
    display: none;
    color: var(--color-primary);
  }

  ul#auto-gmrsearch-results {
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 2.8px 2.2px hsla(0, 0%, 87%, .034), 0 6.7px 5.3px hsla(0, 0%, 75%, .048), 0 1.5px 1px #9090900f, 0 2.3px 1.9px rgba(92, 92, 92, .072), 0 2.8px 1px rgba(63, 63, 63, .086);
    list-style: none;
    overflow: auto;
    padding: 5px 0;
  }

  ul#auto-gmrsearch-results li {
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
  }

  ul#auto-gmrsearch-results li {
    display: flex;
  }

  input[type="image"]::before,
  img::before {
    content: -moz-alt-content !important;
    unicode-bidi: isolate;
  }

  ul#auto-gmrsearch-results li img {
    width: 40px;
    margin-right: 10px;
  }

  .gmr-searchform {
    position: relative;
    width: 100%;
  }

  .auto-clear {
    align-items: center;
    background-color: #ad932d;
    border: none;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 34px;
    width: 50px;
    color: #fff;
    z-index: 2;
  }

  .auto-clear::before {
    content: 'x';
    font-size: 16px;
    margin-top: -4px;
    line-height: 100%;
    font-weight: 700;
  }

  .hidden,
  .hide {
    display: none !important;
  }

  .search-input.expanded {
    width: 280px;
    /* Lebar saat diperbesar */
  }

  .addthis_native_toolbox li {
    list-style: none;
    display: inline;
    margin: 0 10px;
  }

  .addthis_native_toolbox .pull-right.social-icon {
    padding-inline-start: 0;
  }
    /* ----------------------------------anz */
.items_glossary {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  color: var(--color-text);
}

.letter-movies-lits {
  overflow-x: auto;
  background: var(--sp-surface);
  border-radius: var(--sp-radius);
  box-shadow: 0 4px 12px var(--sp-elev);
}

.letter-movies-lits table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px; /* supaya tabel tidak pecah di layar kecil */
}

.letter-movies-lits table tr {
  border-bottom: 1px solid var(--sp-muted);
}

.letter-movies-lits table tr:last-child {
  border-bottom: none;
}

.letter-movies-lits table td {
  padding: 10px 12px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}

.mlnh-thumb img {
  width: 60px;
  height: auto;
  border-radius: var(--radius5);
  object-fit: cover;
  display: block;
}

.mlnew-head td {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--color-primary);
  background: var(--sp-surface);
}

.mlnew td h2 {
  font-size: 15px;
  margin: 0;
}

.mlnew td h2 a {
  color: var(--color-text);
  text-decoration: none;
}

.mlnew td h2 a:hover {
  color: var(--color-primary);
}

/* Label Rating */
.mlnh-6 .rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: var(--color-primary);
}

/* Ikon Bintang */
.mlnh-6 .icon-star {
  color: var(--color-primary);
  font-size: 14px;
}

/* Responsif */
@media (max-width: 768px) {
  .social-icon li a {
    padding: 0;
  }
  .letter-movies-lits table {
    min-width: unset;
    display: block;
  }

  .letter-movies-lits tbody,
  .letter-movies-lits tr,
  .letter-movies-lits td {
    width: 100%;
  }

  .mlnew-head {
    display: none;
  }

  .mlnew {
    margin-bottom: var(--sp-gap);
    padding: 12px;
    background: var(--sp-surface);
    border-radius: var(--sp-radius);
    box-shadow: 0 2px 6px var(--sp-elev);
  }

  .mlnh-thumb {
    margin-bottom: 8px;
  }

  .mlnew td {
    padding: 4px 0;
  }

  .mlnew td h2 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .mlnh-6 {
    margin-top: 6px;
  }
}

@media screen and (max-width: 540px) {
.textmvtop2,.textmvbotom2 {
	font-size: 11px;
	padding: 4px;
}
}
.textmvtop2 {
  width: 100%;
  overflow: hidden;background: var(--sp-surface);
  color: #fff;
  float: left;
  padding: 10px;
  z-index: 9;
  position: absolute;
}
.textmvbotom2 {
  z-index: 1;
  position: absolute;
  padding: 5px;
  bottom: 0%;
  width: 100%;
  min-height: 11%;
}
.indexmvplaybtn {
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: radial-gradient(var(--color-primary-trans) 60%,#eee 62%);
  border-radius: 50%;
  position: absolute;
  display: block;
  box-shadow: 0 0 25px 3px var(--color-primary-trans);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-35%);
}

.textmvbotom2, .textmvbotom {
  text-align: center;
}

.indexmvplaybtn:hover {
  background: var(--color-primary);
}

.indexmvplaybtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #eee;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(.55,.055,.675,.19);
  transition: all 400ms cubic-bezier(.55,.055,.675,.19);
}
.custom-se {
  background-color: var(--color-primary) !important;
}
.mli-subtitle-id {
  background: url(/images/ID.png) no-repeat;
}
#suggest-result {
  max-width: 350px;
  list-style: none;
  padding: 0;
}
.lives {
  display: inline-block;
  width: 100%;
  background: var(--color-bg);
  border: solid 1px #ddd;
  padding: 0 4px 0 4px;
}
.lives:hover {
  background: #ddd;
}
.close {
  font-family: Arial, Helvetica, sans-serif;
  background: #f26d7d;
  color: var(--color-text);
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 34px;
  height: 34px;
  text-decoration: none;
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  padding-top: 5px;
}
.close:hover {
  background: #fa3f6f;
}

@media all and (max-width:540px) {
.movies-list .ml-item {
  height: 160px;
}

.indexmvplaybtn {
  width: 50px !important;
  height: 50px !important;
  top: 44% !important;
}

.trailerz {
  font-size: 9px;
}
}
@font-face {
font-family:FontAwesome;src:url(/static/theme/font/fontawesome-webfont.eot);src:url(/static/theme/font/fontawesome-webfont.eot) format("embedded-opentype"),url(/static/theme/font/fontawesome-webfont.woff2) format("woff"),url(/static/theme/font/fontawesome-webfont.ttf) format("truetype"),url(/static/theme/font/fontawesome-webfont.svg#fontawesomeregular) format("svg");font-weight:400;font-style:normal;
}

.fa {
font: 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
transform: translate(0,0);
}




/* ------------------------------------------------------contact */
.contact-btn {
padding: 8px 16px;
background: var(--color-bg);
color: var(--color-text);
cursor: pointer;
border-radius: 6px;
}

.contact-modal {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.6);
justify-content: center;
align-items: center;
z-index: 9999;
}


.contact-modal-content {
background: var(--color-bg);
color: var(--color-text);
padding: 20px;
border-radius: 12px;
max-width: 500px;
width: 90%;
position: relative;
animation: contactFadeIn .3s ease;
}

@keyframes contactFadeIn {
from {transform: scale(0.8); opacity: 0;}
to {transform: scale(1); opacity: 1;}
}

.contact-close {
position: absolute;
right: 10px;
top: 10px;
font-size: 22px;
cursor: pointer;
}

.contact-modal-content input, .contact-modal-content textarea {
width: 100%;
margin: 8px 0;
padding: 10px;
border-radius: 6px;
background: var(--color-bg);
color: var(--color-text);
}

.captcha-wrap {
margin: 10px 0;
font-weight: bold;
}
a{
  cursor: pointer;
}

/* ------------------------------------------VISITOR STAR RATING */
:root{
--star-size: 22px;
--gap: 6px;
}

.movie-metrics {
display: flex;
flex-direction: column;
gap: 10px;
max-width: 420px;
padding: 20px 0;
}

/* basic buttons */
.movie-actions { display:flex; gap:10px; align-items:center; }
.movie-actions button {
background:transparent;
border:1px solid rgba(0,0,0,0.08);
padding:6px 10px;
border-radius:8px;
cursor:pointer;
font-size:14px;
}

/* metrics row */
.metrics-row { display:flex; gap:12px; align-items:center; font-size:14px; color:var(--text); }

/* star rating wrapper */
.star-rating {
display:flex;
gap: var(--gap);
align-items:center;
user-select:none;
}

/* each star */
.star {
font-size: var(--star-size);
line-height:1;
cursor:pointer;
color: var(--color-text);                 /* outline color */
transition: transform .08s ease, color .12s ease;
display:inline-flex;
align-items:center;
justify-content:center;
}

/* filled star state */
.star.filled {
color: var(--color-primary);
text-shadow: 0 1px 0 rgba(0,0,0,0.06);
}

/* filled star state */
.star.hovered {
color: var(--color-primary);
text-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
/* label small */
.rating-labels { font-size:13px; color:var(--color-text); margin-left:8px; }

/* show numeric rating */
.numeric {
font-weight:600;
color:var(--color-primary);
margin-left:6px;
}

/* accessible focus */
.star:focus {
outline: 2px solid rgba(14,165,164,0.18);
outline-offset:4px;
border-radius:6px;
}

/* responsive */
@media (max-width:420px){
:root{ --star-size:18px; }
}

.sp-home-list {
	display: flex;
	flex-direction: unset;
	gap: 18px;
	flex-wrap: wrap;
}
.sp-home-list > * {
	flex: 1 1 calc(33% - 9px);
}
@media (max-width: 768px) {
    .sp-home-list > * {
        flex: 1 1 calc(100%);
    }
}
.npage{
  width: 180px;
}
