body {
  background: #181A27;
  font-family: -apple-system, system-ui, "segoe ui", Roboto, "helvetica neue", Arial, sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
}

*:not(input) {
  -webkit-user-select: unset;
  -moz-user-select: unset;
  user-select: unset;
}

.wrapper {
  margin-top: 30px;
  overflow: hidden; /* initital */
  border-radius: 10px;
  background: #0E0F1C;
  border: none;
}
@media (min-width: 1024px){
.lg\:w-1\/6 {
    width: 16.66667%;
} }
.content-inner {
  padding: 0 30px 30px;
}

.header-action {
  padding: 0 20px;
}

.header-menu ul li {
  padding: 22px 10px 23px;
}

.header-menu ul li.active a {
  border-bottom-color: #ff9800;
}

.header-menu ul li a {
  padding: 5px;
  color: #fff;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}

.header-menu ul li a svg {
  margin-top: -2px;
  width: 20px;
  height: 20px;
  fill: #fff;
}

.user > ul > li:nth-child(n+2) {
  margin: 0 0 0 16px;
}

.user > ul > li > a > svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.user-rl a {
  padding: 0 15px;
  height: 34px;
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  border-radius: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}

.user-register {
  color: #fff;
}

.user-login {
  margin: 0 0 0 5px;
  color: #20232a;
  background: #ff9800;
}

.header-user-profile img {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.header-user-profile-right {
  margin-left: 12px;
}

.header-user-name {
  margin-right: 20px;
  padding-left: 25px;
  min-width: 100px;
  max-width: 100px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

.header-user-level {
  font-size: 10px;
  font-weight: 600;
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjYnIGhlaWdodD0nMjgnIHZpZXdCb3g9JzAgMCAyNiAyOCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuNS44NjZsOS4xMjQgNS4yNjhjLjkyOC41MzYgMS41IDEuNTI2IDEuNSAyLjU5OHYxMC41MzZjMCAxLjA3Mi0uNTcyIDIuMDYyLTEuNSAyLjU5OGwtOS4xMjQgNS4yNjhjLS45MjguNTM2LTIuMDcyLjUzNi0zIDBsLTkuMTI0LTUuMjY4Yy0uOTI4LS41MzYtMS41LTEuNTI2LTEuNS0yLjU5OHYtMTAuNTM2YzAtMS4wNzIuNTcyLTIuMDYyIDEuNS0yLjU5OGw5LjEyNC01LjI2OGMuOTI4LS41MzYgMi4wNzItLjUzNiAzIDB6JyBmaWxsPScjZjgzYjMxJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 20px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 3;
}

.header-user-exp {
  max-width: 60px;
}

.header-user-progress {
  margin: 7px 0 0 !important;
  overflow: hidden;
  background-color: #2a2d3e;
  border-radius: .28571429rem;
}

.header-user-progress-bar {
  width: 50%;
  height: 5px;
  position: relative;
  background: #f83b31;
}

.header-user-progress-bar::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: .28571429rem;
  -webkit-animation: progress-active 2s ease infinite;
  animation: progress-active 2s ease infinite;
}

.hader-user-drop-icon button svg {
  width: 10px;
  height: 5px;
  fill: #6d7080;
}

.user-button .menu {
  margin: 1em 0 0 !important;
  right: -20px;
  left: auto !important;
}

.header-user-profile-drop {
  margin: 1em 0 0;
  padding: 5px 0;
  top: 100%;
  right: -20px;
  display: none;
  background: #181a25;
  border-radius: .28571429rem;
  box-shadow: 0 20px 30px 0 rgba(9,9,16,.5);
}

.header-user-profile-drop::before {
  content: '';
  top: -10px;
  right: 13px;
  position: absolute;
  border: 5px solid transparent;
  border-bottom-color: #181a25;
}

.header-user-profile-drop ul li a {
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: rgba(255,255,255,.6);
}

.header-user-profile-drop ul li a:hover {
  color: #fff;
  background-color: #343a46;
}

.header-user-profile-drop ul:nth-child(n+2) {
  margin: .5em 0 0;
  padding: .5em 0 0;
  border-top: 1px solid rgba(255,255,255,.05);
}

.notification-button .menu {
  margin: 14px 0 0 !important;
  padding: 0 !important;
  left: auto !important;
  right: 0;
  width: 250px;
  min-width: 0 !important;
  max-height: 400px;
  overflow: auto;
}

.notification-drop {
  margin: 14px 0 0;
  top: 100%;
  right: 0;
  width: 250px;
  display: none;
  background: #181a25;
  border-radius: .28571429rem;
  box-shadow: 0 20px 30px 0 rgba(9,9,16,.5);
}

.notification-drop ul li a {
  padding: 10px 15px;
}

.notification-button .menu div a img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 100%;
}

.notification-button .menu>.item {
  padding: 10px 15px !important;
}

.notification-button .menu>.item:hover {
  background: #181a25 !important;
}

.notification-button .menu>.divider {
  display: none;
}

.notification-drop ul li:nth-child(n+2) a {
  border-top: 1px solid #181a25;
}

.notification-drop-box {
  margin: 0 0 0 10px;
}

.notification-drop-box span {
  font-size: 14px;
  font-weight: 400;
  white-space: normal;
  line-height: 1.3;
  color: rgba(255,255,255,.6);
}

.notification-drop-box span strong {
  color: #fff;
  font-weight: inherit;
}

.notification-drop-box p {
  margin: 5px 0 0;
  color: #6d7080;
  font-size: 13px;
  font-weight: 400;
}

.logo {
  width: 240px;
  border-right: none;
}
.logo a img{
  height: 45px;
}
.logo a {
  background: #080A0E;
}

.leftbar {
  width: 240px;
  border-right: none;
  background: #080A0E;
}

.leftbar-box h5 {
  margin: 0 0 13px;
  color: #828da2;
  font-size: 13px;
  font-weight: 600;
}

.header {
  border-bottom: none;
}

.leftbar-box:nth-child(n+2) {
  border-top: none;
}

.footer {
  border-top: 1px solid #181a25;
  background: #0e101c url(/assets/img/footer.png) top right no-repeat;
  background-size: cover;
}

.user-left-nav li a {
  padding: 7px 0;
  color: #fff;
}

.leftbar-box {
  margin: 0 30px;
  padding: 0;
}

.leftbar-box:nth-child(1) {
  margin: 0 25px;
}

.leftbar-box:nth-child(2) {
  margin: 25px 30px 30px !important;
}

.leftbar-box:nth-child(n+2) {
  margin: 30px 30px 0;
}

.leftbar-box h5 {
  padding: 0;
}

.leftbar-box > ul > li > a {
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.leftbar-box > ul > li > a:hover img {
  animation: bellshake .5s cubic-bezier(.36, .07, .19, .97) both;
  backface-visibility: hidden;
  transform-origin: top right;
}

.leftbar-box > ul > li > a > img {
  margin: 0 12px 0 0;
  width: 28px;
  height: 28px;
}

.leftbar-search-mobile {
  top: 75px !important;
  left: 0 !important;
  width: 100% !important;
  box-shadow: 0 120px 30px 0 rgba(9, 9, 16, .9) !important;
}

.leftbar-search input {
  padding: 0 10px 0 40px;
  width: 100%;
  height: 40px;
  outline: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 20px;
  background: #171925;
}

.leftbar-search-icon {
  top: 0;
  left: 0;
}

.leftbar-search-icon button {
  width: 42px;
  height: 42px;
}

.leftbar-search-icon button svg {
  width: 16px;
  height: 16px;
  color: #fff;
}

.leftbar-for-years {
  border: 1px solid #343a46;
  border-right: none;
}

.leftbar-search-result {
  top: 0;
  left: calc(100% + 25px);
  width: 500px;
  display: none;
  background: #161825;
  box-shadow: 0 20px 30px 0 rgba(9, 9, 16, .5);
}

.leftbar-search-result::after {
  content: '';
  top: 10px;
  right: 100%;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: #151725;
}

.leftbar-search-result-head {
  padding: 9px 20px;
}

.leftbar-search-result-head span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.add-ms a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all .1s linear;
}

.add-ms a:hover {
  color: #ff9800;
}

.add-ms a:hover .add-ms-icon {
  animation: bellshake .5s cubic-bezier(.36, .07, .19, .97) both;
}

.add-ms-icon {
  margin: 0 10px 0 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #ff9800;
}

.add-ms-icon svg {
  width: 12px;
  height: 12px;
  fill: #000;
}

.leftbar-search-result-box-head {
  padding: 5px 20px;
  background: #1e202f;
}

.leftbar-search-result-box-head span {
  color: #ff9800;
  font-size: 14px;
  font-weight: 400;
}

.leftbar-search-result-box-content {
  padding: 10px 20px;
}

.leftbar-search-result-box-content ul {
  margin: 0 -10px;
}

.leftbar-search-result-box-content ul li {
  padding: 10px;
}

.result-series {
  padding: 8px;
  border-radius: 3px;
  background: #1d1f2f;
}

.result-series img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}

.result-series span {
  margin: 0 0 0 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(255, 255, 255, .6);
}

.result-movies {
  overflow: hidden;
  border-radius: 3px;
  background: #1d202a;
  border: 1px solid #1d202a;
}

.result-movies-image img {
  width: 36px;
  object-fit: cover;
}

.result-movies-text {
  padding: 5px 15px;
  min-width: 0;
}

.result-movies-text span {
  margin: 3px 0 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(255, 255, 255, .6);
}

.result-movies-text p {
  font-size: 14px;
  font-weight: 400;
  color: #6d7080;
  line-height: 18px;
}

.result-cast img,
.result-user img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 100%;
}

.result-cast span,
.result-user span {
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, .6);
}

.leftbar-for-years li {
  margin-top: -1px;
  padding: 2px;
  border-top: 1px solid #343a46;
  border-right: 1px solid #343a46;
}

.leftbar-for-years li a {
  padding: 5px !important;
}

.leftbar-best-movies li img {
  width: 100%;
  max-height: 75px;
  opacity: .5;
  object-fit: cover;
  border-radius: 5px;
}

.leftbar-best-movies li {
  margin: 0 0 10px;
  border: 1px solid #08090e;
}

.leftbar-best-movies li a {
  padding: 0 10px !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #171a27) 20%;
}

.leftbar-best-movies li a span {
  min-width: 26px;
  height: 26px;
  text-align: center;
  font-size: 15px;
  background: #fff;
  color: #000;
  border-radius: 100%;
}

.leftbar-best-movies-text h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  white-space: normal;
  max-height: 37px;
  overflow: hidden;
}

.leftbar-best-movies-text small {
  margin: 5px 0 0;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, .6);
}

.footer-middle {
  margin: 30px 0 0;
  padding: 0;
  border-top: none;
}

.footer-top-right ul li:nth-child(n+2) {
  margin: 0 0 0 20px;
}

.social-icon {
  background: #343a46;
}

.social-text {
  display: none;
}

.footer-top-right ul {
  overflow: initial;
}

.footer-top-right ul li a:hover .social-icon {
  background: #3c434e;
}

.footer-middle h6 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 14px;
}

.footer-middle ul li a {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  transition: none;
}

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.footer-bottom p {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}

.hmovie {
  margin: 0 -30px;
}

.hmovie-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #0e101c 80%);
  z-index: 2;
}

.hmovie-slide::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #0e101c 80%);
  z-index: 1;
}

.hmovie-slide ul li:first-child {
  margin-left: 30px;
}

.hmovie-slide ul li {
  width: 175px;
  overflow: hidden;
  border-radius: 10px;
}

.hmovie-box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.hmovie-box-on {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0),#000);
}

.hmovie-box-on:hover {
  opacity: .7;
}

.hmovie-box-on-text {
  padding: 0 0 30px;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  background: url(/assets/img/symbol.svg) center 27px no-repeat;
  background-size: 16px;
}

.hmovie-box-on-text span {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.hmovie-box-on-logo {
  padding-bottom: 30px;
}
.hmovie-box-on-tags {
 position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
    white-space: nowrap;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 6px;
    line-height: 15px;
    background: #ff9800;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.hmovie-box-on-logo img {
  max-width: 90%;
  height: auto;
}

.hmovie-next,
.hmovie-prev {
  background-size: auto;
  background-color: #181a25;
  background-position: center;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  box-shadow: 0 20px 30px 0 rgba(9, 9, 16, .5);
}

.hmovie-next:hover,
.hmovie-prev:hover {
  background-color: #a99e54;
}

.hmovie .swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.hmovie-prev {
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAxNiAxNicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuNTgyIDguNTkzaC0xMS4xN2w0Ljg4IDQuODhjLjM5LjM5LjM5IDEuMDMgMCAxLjQyLS4zOS4zOS0xLjAyLjM5LTEuNDEgMGwtNi41OS02LjU5Yy0uMzktLjM5LS4zOS0xLjAyIDAtMS40MWw2LjU4LTYuNmMuMzktLjM5IDEuMDItLjM5IDEuNDEgMCAuMzkuMzkuMzkgMS4wMiAwIDEuNDFsLTQuODcgNC44OWgxMS4xN2MuNTUgMCAxIC40NSAxIDFzLS40NSAxLTEgMXonIGZpbGw9JyNmZmYnIC8+PC9zdmc+);
}

.hmovie-next {
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAxNiAxNicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMSA4LjU5M2gxMS4xN2wtNC44OCA0Ljg4Yy0uMzkuMzktLjM5IDEuMDMgMCAxLjQyLjM5LjM5IDEuMDIuMzkgMS40MSAwbDYuNTktNi41OWMuMzktLjM5LjM5LTEuMDIgMC0xLjQxbC02LjU4LTYuNmMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDAtLjM5LjM5LS4zOSAxLjAyIDAgMS40MWw0Ljg3IDQuODloLTExLjE3Yy0uNTUgMC0xIC40NS0xIDFzLjQ1IDEgMSAxeicgZmlsbD0nI2ZmZicgLz48L3N2Zz4=);
}

.hmovie-prev:hover {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAxNiAxNicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuNTgyIDguNTkzaC0xMS4xN2w0Ljg4IDQuODhjLjM5LjM5LjM5IDEuMDMgMCAxLjQyLS4zOS4zOS0xLjAyLjM5LTEuNDEgMGwtNi41OS02LjU5Yy0uMzktLjM5LS4zOS0xLjAyIDAtMS40MWw2LjU4LTYuNmMuMzktLjM5IDEuMDItLjM5IDEuNDEgMCAuMzkuMzkuMzkgMS4wMiAwIDEuNDFsLTQuODcgNC44OWgxMS4xN2MuNTUgMCAxIC40NSAxIDFzLS40NSAxLTEgMXonIGZpbGw9JyMwMDAnIC8+PC9zdmc+);
}

.hmovie-next:hover {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAxNiAxNicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMSA4LjU5M2gxMS4xN2wtNC44OCA0Ljg4Yy0uMzkuMzktLjM5IDEuMDMgMCAxLjQyLjM5LjM5IDEuMDIuMzkgMS40MSAwbDYuNTktNi41OWMuMzktLjM5LjM5LTEuMDIgMC0xLjQxbC02LjU4LTYuNmMtLjM5LS4zOS0xLjAyLS4zOS0xLjQxIDAtLjM5LjM5LS4zOSAxLjAyIDAgMS40MWw0Ljg3IDQuODloLTExLjE3Yy0uNTUgMC0xIC40NS0xIDFzLjQ1IDEgMSAxeicgZmlsbD0nIzAwMCcgLz48L3N2Zz4=);
}

.movies-cs {
  margin: 30px 0 0;
}

.movies-cs ul {
  margin: -5px -10px 10px;
  overflow: hidden;
}

.movies-cs ul li {
  padding: 0 10px;
  flex: 1;
  max-width: 111.5px;
  min-width: 111.5px;
}

.movies-cs-box {
  border-radius: 10px;
  overflow: hidden;
  background: #161825;
  transition: all .2s ease-in-out;
}

.movies-cs-box-image {
  overflow: hidden;
}

.movies-cs-box-image img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  transition: all .2s ease-in-out;
}

.movies-cs-box-text {
  padding: 10px 5px;
}

.movies-cs-box-text span {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.movies-cs-box:hover {
  background: #26293c;
}

.movies-cs-box:hover .movies-cs-box-image img {
  transform: scale(1.1);
}

.area-title h1,
.area-title h2,
.area-title h3 {
  font-size: 17px;
}

.latest-add-movies {
  margin: 30px 0 0;
}

.latest-add-movies ul {
  margin: -10px;
}

.latest-add-movies ul li {
  padding: 10px;
}

.latest-add-series {
  padding: 5px 0 0;
}

.latest-add-series .area-title {
  margin: 0 0 20px;
}

.latest-add-series ul {
  margin: 0 -10px;
}

.latest-add-series ul li {
  padding: 5px 10px 10px;
}

.latest-add-series ul li a {
  height: 44px;
  border-radius: 30px;
  background-color: #181a25;
  transition: background .1s ease-in-out;
}

.latest-add-series ul li a:hover {
  background: #343a46;
}

.latest-add-series-box > span {
  padding: 3px 6px;
  font-size: 10px;
  color: #fff;
  background: #343a46;
  top: -10px;
  right: 0;
  z-index: 2;
  border-radius: 3px;
  line-height: 1;
  white-space: nowrap;
}

.latest-add-series-box span.today {
  color: #000;
  background: #ff9800;
}

.latest-add-series-box > img {
  padding: 2px;
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid #181a25;
}

.latest-add-series-box > img.today {
  border-color: #a99e54;
}

.latest-add-series-box-text {
  padding: 3px 56px 3px 10px;
  min-width: 0;
}

.latest-add-series-box-text h2 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.latest-add-series-box-text p {
  color: #6d7080;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.episode-sound {
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.episode-sound-icon {
  width: 24px;
  height: 18px;
}

.episode-sound-icon svg {
  width: 24px;
  height: 24px;
}

.episode-sound-icon:nth-child(n+2) {
  margin: 0 0 0 4px;
}

.bg-red-700 {
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  background: rgba(255, 12, 0, .3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.bg-red-700 svg {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}

.page-right-button a[data-target=".new-collection"] {
  border: none;
  color: #20232a;
  background-color: #ff9800;
}

.page-right-button a[data-target=".new-collection"]:hover {
  color: #20232a !important;
  background: #ff9800 !important;
}

[data-tooltip]:after {
  font-size: 13px;
}

/* 
[data-lang="en"] {
  width: 24px;
  height: 18px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #121212;
  background-image: url(https://sinefy.com/mofy/img/subtitle_grey.svg?v5);
  background-position: center;
  background-size: cover;
}

[data-lang="tr"] {
  width: 24px;
  height: 18px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #121212;
  background-image: url(https://sinefy.com/mofy/img/tr-16.svg);
  background-position: center;
  background-size: cover;
}

[data-tooltip]:nth-child(n+2) {
  margin: 0 0 0 3px;
}

[data-tooltip]::before {
  content: attr(data-tooltip);
  padding: 13px;
  bottom: calc(100% + .5em);
  left: 50%;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
  position: absolute;
  white-space: nowrap;
  background: #1b1c1d;
  transition: all .1s ease;
  transform: translateX(-50%) scale(0);
}

[data-tooltip]::after {
  content: '';
  top: -6px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all .1s ease;
  transform: translate(-50%, 0);
  border: 5px solid transparent;
  border-top-color: #1b1c1d;
}

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
  opacity: 1;
  visibility: visible;
  transform-origin: center bottom;
}

[data-tooltip]:hover::before {
  transform: translateX(-50%) scale(1) !important;
} */

.general-series-list {
  margin: 40px 0 0;
}

.general-series-list .area-title {
  margin: 0 0 20px;
}

.general-series-list ul {
  margin: -5px;
}

.general-series-list ul li {
  padding: 5px;
}

.sm-request {
  margin: -14px;
}

.sm-request-box {
  padding: 14px;
}

.sm-request-box > button {
  margin: 30px 0 0;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  background-color: #181a25;
  color: rgba(255, 255, 255, .6);
  transition: all .1s ease-in-out;
}

.sm-request-box > button:hover {
  background: #343a46;
}

.sm-request-box > button > svg {
  margin-right: .75em;
  width: 12px;
  height: 12px;
  fill: rgba(255,255,255,.6);
}

.sm-request-box h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -.5px;
}

.sm-request-search input {
  padding: 10px 24px 10px 64px;
  width: 100%;
  height: 54px;
  border: 0;
  color: #fff;
  outline: 0;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s linear;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #1e202b;
  background: #111216 url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTUuNSAxNGgtLjc5bC0uMjgtLjI3YzEuMi0xLjQgMS44Mi0zLjMxIDEuNDgtNS4zNC0uNDctMi43OC0yLjc5LTUtNS41OS01LjM0LTQuMjMtLjUyLTcuNzkgMy4wNC03LjI3IDcuMjcuMzQgMi44IDIuNTYgNS4xMiA1LjM0IDUuNTkgMi4wMy4zNCAzLjk0LS4yOCA1LjM0LTEuNDhsLjI3LjI4di43OWw0LjI1IDQuMjVjLjQxLjQxIDEuMDguNDEgMS40OSAwIC40MS0uNDEuNDEtMS4wOCAwLTEuNDlsLTQuMjQtNC4yNnptLTYgMGMtMi40OSAwLTQuNS0yLjAxLTQuNS00LjVzMi4wMS00LjUgNC41LTQuNSA0LjUgMi4wMSA0LjUgNC41LTIuMDEgNC41LTQuNSA0LjV6JyBmaWxsPScjNkE2ODgzJy8+PC9zdmc+) 16px 14px no-repeat;
}

.sm-request-search input:focus {
  background-color: #0c0c0c;
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTUuNSAxNGgtLjc5bC0uMjgtLjI3YzEuMi0xLjQgMS44Mi0zLjMxIDEuNDgtNS4zNC0uNDctMi43OC0yLjc5LTUtNS41OS01LjM0LTQuMjMtLjUyLTcuNzkgMy4wNC03LjI3IDcuMjcuMzQgMi44IDIuNTYgNS4xMiA1LjM0IDUuNTkgMi4wMy4zNCAzLjk0LS4yOCA1LjM0LTEuNDhsLjI3LjI4di43OWw0LjI1IDQuMjVjLjQxLjQxIDEuMDguNDEgMS40OSAwIC40MS0uNDEuNDEtMS4wOCAwLTEuNDlsLTQuMjQtNC4yNnptLTYgMGMtMi40OSAwLTQuNS0yLjAxLTQuNS00LjVzMi4wMS00LjUgNC41LTQuNSA0LjUgMi4wMSA0LjUgNC41LTIuMDEgNC41LTQuNSA0LjV6JyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+)
}

.sm-request-search input::placeholder {
  color: #6a6883;
}

.upvote-list ul li:nth-child(n+2) {
  margin: 10px 0 0;
}

.sm-request-list .upvote-list-box {
  padding-left: 110px;
}

.upvote-list-box {
  padding: 10px 60px;
  overflow: hidden;
  border-radius: 3px;
  background: #181a25;
}

.upvote-list-box:hover {
  background: #2f3540;
}

.upvote-buttons {
  padding: 5px 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45px;
  background: #343a46;
  border-radius: 2px 0 0 2px;
}

.upvote-buttons button {
  padding: 2px 7px;
  min-height: 16px;
}

.upvote-buttons.upvoted button:first-child svg {
  fill: #ff9800;
}

.upvote-buttons.upvoted span {
  color: #ff9800;
}

.upvote-buttons.downvoted button:last-child svg {
  fill: #f83b31;
}

.upvote-buttons.downvoted span {
  color: #f83b31;
}

.upvote-buttons button svg {
  width: 12px;
  height: 7px;
  fill: #6a6883;
}

.upvote-buttons button:first-child:hover svg {
  fill: #ff9800;
}

.upvote-buttons button:last-child:hover svg {
  fill: #f83b31;
}

.upvote-buttons span {
  color: #fff;
  font-size: 14px;
  cursor: default;
  font-weight: 600;
}

.sm-request-content {
  min-width: 0;
}

.sm-request-content-image {
  top: 50%;
  left: 60px;
  transform: translate(0, -50%);
}

.sm-request-content a img {
  width: 37px;
  height: 37px;
  object-fit: cover;
  border-radius: 2px;
  background: #1e2029;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.sm-request-content-text span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.sm-request-content-text span:hover a {
  color: #ff9800;
}

.sm-request-content-text p {
  color: #9291a0;
  font-size: 11px;
  line-height: 19px;
}

.sm-request-content-text p a {
  color: #9291a0;
  line-height: 13px;
  transition: all .1s linear;
  box-shadow: 0 1px 0 0 #545c6d;
}

.sm-request-content-text p a:hover {
  color: #fff;
  box-shadow: none;
}

.sm-request-status {
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.sm-request-status span {
  padding: 0 6px;
  height: 17px;
  color: #6a6883;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  border-radius: 8px;
  pointer-events: none;
  border: 1px solid #6a6883;
  text-transform: uppercase;
}

.sm-request-status span.in-queue {
  color: #ff9800;
  border-color: #ff9800;
}

.sm-request-status span.denied {
  color: #f88931;
  border-color: #f88931;
}

.sm-request-status span.added {
  color: #4caf50;
  border-color: #4caf50;
}

.sm-request-set {
  top: 0;
  left: 0;
  bottom: 0;
  width: 45px;
}

.sm-request-set button {
  height: 100%;
  background: #343a46;
  border-radius: 2px 0 0 2px;
}

.sm-request-set button svg {
  padding: 10px;
  width: 32px;
  height: 32px;
  fill: #fff;
  border-radius: 100%;
  transition: all .1s linear;
}

.sm-request-set:hover button svg {
  background: #292e38;
  box-shadow: 1px 1px 10px 2px rgba(0,0,0,.1);
}

.forum-breadcrumb {
  color: #6a6883;
  font-size: 12px;
  padding: 24px 0;
}

.forum-breadcrumb ul li:first-child {
  text-transform: uppercase;
  font-weight: 600;
}

.forum-breadcrumb ul li a {
  color: #fff;
}

.forum-breadcrumb ul li::after {
  content: url(data:image/svg+xml;utf8;base64,PHN2ZyB3aWR0aD0nNicgaGVpZ2h0PScxMScgdmlld0JveD0nMCAwIDYgMTEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZmlsbD0nZ3JleScgZD0nTTUuNSA1LjVjMCAuMTM4LS4wNDguMjc1LS4xNDMuMzg3bC0zLjk1NCA0LjYxMy0uOTAzLS43NzQgMy42MjItNC4yMjYtMy42MjItNC4yMjYuOTAzLS43NzQgMy45NTQgNC42MTNjLjA5Ni4xMTIuMTQzLjI0OS4xNDMuMzg3JyAvPjwvc3ZnPg==);
  width: 6px;
  height: 11px;
  padding: 0 8px;
  position: relative;
  top: 1px;
}

.forum-breadcrumb ul li:last-child::after {
  content: "";
}

.forum-breadcrumb ul li a:hover {
  color: #ff9800;
}

.page-right-button a {
  padding: 0 15px;
  height: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #6d7080;
  background-color: transparent;
  transition: all .1s ease-in-out;
  box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
}

.page-right-button a:hover {
  background-color: #343a46;
  color: #fff;
}

.page-tab-reverse {
  margin-bottom: 5px;
  border-top: 1px solid #181a25;
}

.page-tab-reverse ul li:nth-child(n+2) {
  padding: 0 0 0 20px;
}

.page-tab-reverse ul li a {
  padding: 10px 0;
  color: #9291a0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4285em;
  text-transform: uppercase;
}

.page-tab-reverse ul li a:hover {
  color: #fff;
}

.page-tab-reverse ul li.page-tab-reverse-active a {
  color: #ff9800;
  box-shadow: 0 -1px 0 #ff9800;
}

.upvote-content p {
  color: #9291a0;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
}

.upvote-content p a:not(.topic-r) {
  color: #9291a0;
  line-height: 13px;
  transition: all .1s linear;
  box-shadow: 0 1px 0 0 #545c6d;
}

.upvote-content p a.forum-series {
  color: #00c157;
  font-weight: 700;
}

.upvote-content p a.forum-general {
  color: #ff5353;
  font-weight: 700;
}

.upvote-content p a.forum-movies {
  color: #0079d3;
  font-weight: 700;
}

.upvote-content p a.topic-r svg {
  margin-right: 1px;
  padding: 3px;
  width: 20px;
  height: 20px;
  fill: #fff;
  color: #fff;
  border-radius: 100%;
  vertical-align: bottom;
}

.forum-series svg {
  background: #00c157 !important;
}

.forum-movies svg {
  background: #0079d3 !important;
}

.forum-general svg {
  background: #ff5353 !important;
}

.upvote-content p a:last-child:hover {
  color: #fff;
  box-shadow: none;
}

.upvote-content h3 {
  margin: 5px 0 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.upvote-content h3 a:hover {
  color: #ff9800;
}

.upvote-comment {
  margin: 5px 8px 0 0;
  padding-right: 10px;
}

.upvote-comment svg {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  fill: #9291a0;
}

.upvote-comment span {
  color: #9291a0;
  font-size: 11px;
  font-weight: 400;
}

.upvote-add-to-fav {
  top: 0;
  bottom: 0;
  right: 20px;
  width: 24px;
}

.upvote-add-to-fav button {
  width: 24px;
  height: 24px;
}

.upvote-add-to-fav button::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  transition: all .1s linear;
  background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNMCAwaDI0djI0aC0yNHYtMjR6JyBmaWxsPSdub25lJy8+PHBhdGggZD0nTTE5LjY1IDkuMDRsLTQuODQtLjQyLTEuODktNC40NWMtLjM0LS44MS0xLjUtLjgxLTEuODQgMGwtMS44OSA0LjQ2LTQuODMuNDFjLS44OC4wNy0xLjI0IDEuMTctLjU3IDEuNzVsMy42NyAzLjE4LTEuMSA0LjcyYy0uMi44Ni43MyAxLjU0IDEuNDkgMS4wOGw0LjE1LTIuNSA0LjE1IDIuNTFjLjc2LjQ2IDEuNjktLjIyIDEuNDktMS4wOGwtMS4xLTQuNzMgMy42Ny0zLjE4Yy42Ny0uNTguMzItMS42OC0uNTYtMS43NXptLTcuNjUgNi4zNmwtMy43NiAyLjI3IDEtNC4yOC0zLjMyLTIuODggNC4zOC0uMzggMS43LTQuMDMgMS43MSA0LjA0IDQuMzguMzgtMy4zMiAyLjg4IDEgNC4yOC0zLjc3LTIuMjh6JyBmaWxsPScjNmE2ODgzJyBmaWxsLXJ1bGU9J25vbnplcm8nIC8+PC9zdmc+) center center no-repeat;
}

.upvote-add-to-fav button:hover::before {
  background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTIgMTcuMjdsNC4xNSAyLjUxYy43Ni40NiAxLjY5LS4yMiAxLjQ5LTEuMDhsLTEuMS00LjcyIDMuNjctMy4xOGMuNjctLjU4LjMxLTEuNjgtLjU3LTEuNzVsLTQuODMtLjQxLTEuODktNC40NmMtLjM0LS44MS0xLjUtLjgxLTEuODQgMGwtMS44OSA0LjQ1LTQuODMuNDFjLS44OC4wNy0xLjI0IDEuMTctLjU3IDEuNzVsMy42NyAzLjE4LTEuMSA0LjcyYy0uMi44Ni43MyAxLjU0IDEuNDkgMS4wOGw0LjE1LTIuNXonIGZpbGw9JyNmZmYnIGZpbGwtcnVsZT0nbm9uemVybycvPjwvc3ZnPg==) center center no-repeat;
}

.favorite-active button::before {
  background: transparent url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTIgMTcuMjdsNC4xNSAyLjUxYy43Ni40NiAxLjY5LS4yMiAxLjQ5LTEuMDhsLTEuMS00LjcyIDMuNjctMy4xOGMuNjctLjU4LjMxLTEuNjgtLjU3LTEuNzVsLTQuODMtLjQxLTEuODktNC40NmMtLjM0LS44MS0xLjUtLjgxLTEuODQgMGwtMS44OSA0LjQ1LTQuODMuNDFjLS44OC4wNy0xLjI0IDEuMTctLjU3IDEuNzVsMy42NyAzLjE4LTEuMSA0LjcyYy0uMi44Ni43MyAxLjU0IDEuNDkgMS4wOGw0LjE1LTIuNXonIGZpbGw9JyNmZmYnIGZpbGwtcnVsZT0nbm9uemVybycvPjwvc3ZnPg==) center center no-repeat;
}

.movies-box {
  border-radius: 5px;
  background: #181a25;
}

.movies-box-image a img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
}

.movies-box-text {
  padding: 13px 15px;
  border-radius: 0 0 5px 5px;
}

.movies-box-text span {
  padding: 0 10px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.movies-box-text span:hover {
  color: #ff9800;
}

.movies-box-text p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #6d7080;
  font-weight: 400;
  line-height: 18px;
}

.movies-box-on {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movies-sound {
  padding: 10px;
}

.movies-sound span.en {
  width: 24px;
  height: 18px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #121212;
  background-image: url(https://sinefy.com/mofy/img/subtitle_grey.svg?v5);
  background-position: center;
  background-size: cover;
}

.movies-sound span.tr {
  width: 24px;
  height: 18px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #121212;
  background-image: url(https://sinefy.com/mofy/img/tr-16.svg);
  background-position: center;
  background-size: cover;
}

.movies-sound span:nth-child(n+2) {
  margin: 0 0 0 3px;
}

/*.movies-sound span::before {
  content: attr(data-tooltip);
  padding: 13px;
  bottom: calc(100% + 10px);
  left: 50%;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 5px;
  position: absolute;
  white-space: nowrap;
  background: #1b1c1d;
  transition: all .1s ease;
  transform: translateX(-50%) scale(0);
}*/
/*
.movies-sound span::after {
  content: '';
  top: -10px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all .1s ease;
  border-top: 4px solid #1b1c1d;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
}

.movies-sound span:hover::before,
.movies-sound span:hover::after {
  opacity: 1;
  visibility: visible;
  transform-origin: center bottom;
}*/

/*.movies-sound span:hover::before {
  transform: translateX(-50%) scale(1) !important;
}*/

.movies-point {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 15px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}

.movies-point span {
  color: #ff9800;
  font-size: 14px;
  font-weight: 400;
}

.movies-point span svg {
  margin: 0 5px 0 0;
  width: 13px;
  height: 13px;
  fill: #ff9800;
}

.movies-point p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.new-series {
  margin: 40px 0 0;
}

.new-series-box {
  overflow: hidden;
  border-radius: 10px;
}

.new-series-box img {
  width: 100%;
  height: auto;
}

.new-series-box-on {
  padding: 12px 16px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #171a27) 20%;
}

.new-series-box-on span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.new-series-box-on:hover span{
  color: #ff9800;
}

.new-series-box-on p {
  color: #9291a0;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
}

.area-info {
  flex: 1 1 20%;
  background-size: contain;
}

.area-info::after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: rgba(25, 32, 37, .7);
}

.area-info img {
  width: 100%;
  height: 273px;
  object-fit: cover;
}

.area-info-on {
  padding: 30px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(rgba(25, 32, 37, 0) 0%, #181a25 20%);
}

.area-info-on span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.area-info-on p {
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285em;
  color: rgba(255, 255, 255, .6);
}

.area-info-on a {
  margin: 20px 0 0;
  padding: 11px 15px;
  font-size: 12px;
  font-weight: 600;
  color: #20232a;
  border-radius: 5px;
  background: #ff9800;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
}

.new-series-list {
  margin: -5px -10px !important;
  padding-left: 20px;
}

.new-series-list ul li {
  padding: 5px;
}

.featured-collections {
  margin: 40px 0 0;
}

.featured-collections ul {
  margin: 0;
}

.featured-collections-list {
  margin: -10px;
  padding: 0 20px 0 0;
}

.collection-box {
  overflow: hidden;
  min-height: 126px;
  background: #181a25;
}

.collection-box-image {
  width: 84px;
}

.collection-box-image:nth-child(2) {
  left: 48px;
}

.collection-box-image:nth-child(3) {
  left: 96px;
}

.collection-box-text {
  padding: 10px 20px 10px 204px;
}

.collection-box-text h3 {
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}

.collection-box:hover .collection-box-text h3 {
  color: #ff9800;
}

.collection-box-text-info {
  margin: 10px 0 0;
}

.collection-box-text-info span {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(255, 255, 255, .6);
}

.collection-box-text-info span svg {
  fill: #ff9800;
}

.collection-box-text-info span:last-child {
  color: #a99e54;
}

.collection-box-text-info-user span {
  margin: 0 0 0 7px;
  color: rgba(255, 255, 255, .6);
}

.page {
  margin: 0 0 30px;
}

.page-title h1 {
  padding: 10px 0;
  line-height: 1;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.5px;
}

.page-title p {
  margin: 0 0 15px;
  color: #6a6883;
  font-size: 16px;
  line-height: 22px;
}

/* Cast Page */

.cast-list ul {
  margin: -15px -10px;
}

.cast-list ul li {
  padding: 15px 0;
}

.cast-list-box img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}

.cast-list-box span {
  margin: 10px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.cast-list-box p {
  font-size: 12px;
  font-weight: 600;
  color: #6d7080;
}

.cast-profile {
  padding-top: 15px;
}

.cast-profile-image img {
  margin-top: 3px;
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 100%;
  box-shadow: 0 0 0 5px #111216;
}

.cast-profile-text {
  margin: 12px 0 0;
}

.cast-profile-text-nfb h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.5px;
}

.cast-profile-text-nfb button {
  margin-top: 16px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  transition: all .1s ease;
  border: 1px solid #6d7080;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
}

.cast-profile-text-nfb button:hover {
  background: #343a46;
}

.cast-profile-infos {
  margin: 60px 0 0;
}

.cast-profile-infos ul {
  border-color: #343a46;
}

.cast-profile-infos ul li {
  padding: 13px 20px;
  transition: all .1s ease;
}

.cast-profile-infos ul li:nth-child(n+2) {
  border-color: #343a46;
}

.cast-profile-infos ul li span {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.cast-profile-infos ul li p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.cast-profile-infos ul li:hover {
  background: #1c1f25;
}

.cast-profile-followers {
  margin: 15px 0 0;
  padding: 0;
  background: transparent;
}

.cast-profile-followers p {
  padding: 8px 0 4px;
  font-size: 16px;
  color: #ff9800;
  line-height: 22px;
}

.cast-profile-followers span {
  font-size: 13px;
  color: #6d7080;
  font-weight: 400;
  text-transform: capitalize;
}

.cast-biography {
  margin: 15px 0 0;
}

.cast-biography span {
  padding: 0 0 1em;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.cast-biography-in {
  padding: 30px;
  border-radius: 2px;
  border: 1px solid #343a46;
}

.cast-biography-in p {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  color: rgba(255, 255, 255, .6);
}

.cast-movies {
  margin: 3em 0 0;
  padding: 30px 0 0;
}

.cast-movies ul {
  margin: -10px;
}

.cast-movies ul li {
  padding: 10px;
}

.series-tags button {
  margin: 0 2px 5px;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  transition: all .1s ease;
  border: 1px solid #6d7080;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
}

.series-tags button:hover {
  background: #343a46;
}

.series-tags {
  margin: 0;
}

.other-title {
  margin: 0 0 15px;
}

.page-tab {
  margin: 0 0 24px;
}

.page-tab ul {
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.page-tab ul li a {
  margin: 0 0 -1px;
  padding: 15px 0;
  height: 45px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  border-bottom: 1px solid transparent;
}

.page-tab ul li:nth-child(n+2) {
  margin: 0 0 0 32px;
}

.page-tab-active a {
  color: #fff !important;
  border-bottom: 1px solid #a99e54 !important;
}

.series-alph-list {
  margin: 40px 0 0;
}

.series-alph-list-box > span {
  margin-bottom: 15px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.series-alph-list ul {
  margin: -5px;
}

.series-alph-list ul li {
  padding: 5px;
}

.series-alph-list-box:nth-child(n+2) {
  margin: 40px 0 0;
}

.profile-modal {
  padding: 14px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: radial-gradient(circle at 50% 50%, rgba(8, 8, 16, 0.7), rgba(0, 0, 0, 0.9));
}

.profile-modal-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 24px 32px;
  width: 570px;
  border-radius: 3px;
  background: #20232a;
  box-shadow: inset 0 0 0 1px #1e202b;
}

.profile-modal-header {
  border-bottom: 1px solid #292e37;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.profile-modal-header span {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.profile-modal-list ul {
  margin: -12px;
}

.profile-modal-list ul li {
  padding: 12px;
}

.profile-modal-list-box-left img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 100%;
}

.profile-modal-list-box-left-text {
  padding: 0 0 0 7px;
}

.profile-modal-list-box-left-text a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.profile-modal-list-box-left-text a:hover {
  color: #ff9800;
}

.profile-modal-list-box-left-text p {
  color: #9291a0;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
}

.profile-modal-list-box button {
  padding: 0 15px;
  height: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #6d7080;
  transition: all .1s ease-in-out;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
}

.profile-modal-list-box button:hover {
  background-color: #343a46;
}

.followers-modal,
.following-modal {
  display: none;
}

/* report modal */

.page-right .select {
  padding: 20px 0 0;
}

.select-title span {
  font-size: 13px;
  font-weight: 600;
}

.filter ul {
  margin: -10px;
}

.filter ul li {
  padding: 10px;
}

.ui.label {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0 .14285714em;
  background-color: #e8e8e8;
  background-image: none;
  padding: .5833em .833em;
  color: rgba(0, 0, 0, .6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  border-radius: .28571429rem;
  -webkit-transition: background .1s ease;
  transition: background .1s ease;
}

.ui .active.selection.dropdown {
  border-radius: 2px;
  border-color: #343a46
}

.ui.selection.visible.dropdown>.text:not(.default) {
  font-weight: 400
}
.user ul .ui.dropdown .menu .item {
  padding: 0 !important;
}
.user .item a {
  padding: 10px 18px!important
}
.ui.dropdown .menu {
  background-color: #181a25 !important;
  color: rgba(255, 255, 255, .6);
  border: 0;
  padding: 5px 0;
  -webkit-user-select: none;
  box-shadow: 0 20px 30px 0 rgba(9, 9, 16, .5);
  z-index: 999
}

.ui.dropdown .menu {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content
}

.ui.dropdown .menu>.item {
  color: rgba(255, 255, 255, .6) !important;
  font-size: 14px !important;
  padding: 10px 18px;
  border: 0 !important
}

.ui.dropdown .menu>.item:hover {
  background-color: #343a46;
  color: #fff !important
}

.ui.dropdown .menu>.item .ui.mini.label {
  padding: 2px 3px 3px
}

.ui.dropdown.selection .menu {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid #343a46;
  border-radius: 0 0 5px 5px
}

.ui.dropdown.selection .menu>.item {
  font-size: 14px;
  padding: 10px 14px !important
}

.ui.dropdown.selection:focus .menu {
  border-color: #343a46
}

.ui.pointing.dropdown>.menu:after {
  background-color: #181a25
}

.ui.dropdown .menu>.item a {
  color: rgba(255, 255, 255, .6)
}

.ui.dropdown .menu>.divider {
  border-top: 1px solid rgba(255, 255, 255, .05)
}

.user-button .menu>.item {
  padding: 10px 18px;
}

.filter .ui.selection.dropdown {
  width: 100%;
}

.filter .ui.selection.dropdown {
  width: 100%
}

.filter .ui.selection.dropdown .default.text.tags {
  margin-top: -4px;
  margin-left: -5px
}

.filter .ui.selection.dropdown .default.text.tags .ui.label {
  position: relative;
  background: #343a46;
  padding: 5px;
  font-size: 12px;
  font-weight: 400 !important;
  margin-right: 0;
  padding-right: 20px
}

.filter .label {
  color: #fff;
}

.filter .ui.selection.dropdown .default.text.tags .ui.label .mofycon-delete {
  position: absolute;
  right: 5px;
  top: 6px;
  background: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA3IDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDcgNyI+PHBhdGggZD0iTTcgNS42bC0xLjQgMS40LTIuMS0yLjEtMi4xIDIuMS0xLjQtMS40IDIuMS0yLjEtMi4xLTIuMSAxLjQtMS40IDIuMSAyLjEgMi4xLTIuMSAxLjQgMS40LTIuMSAyLjEgMi4xIDIuMXoiIGZpbGw9IndoaXRlIiAvPjwvc3ZnPg==) no-repeat center;
  width: 9px;
  height: 9px;
  display: block
}

.ui.selection.dropdown {
  background: #181a25;
  color: #fff;
  height: 33px;
  font-size: 14px;
  min-width: auto;
  border: 1px solid #343a46;
  border-radius: 5px
}

.ui.selection.visible.dropdown>.text:not(.default) {
  color: #fff
}

.ui.selection.dropdown:hover {
  border-color: #424956
}

.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown:hover .menu {
  border-color: #343a46
}

.ui.selection.dropdown:focus {
  border-color: #343a46
}

.ui.selection.dropdown .menu>.item {
  border: 0;
}

.ui.selection.dropdown>.dropdown.icon {
  color: #6d7080
}

.ui.dropdown .menu .selected.item {
  background-color: #343a46;
  color: #fff !important
}

.all-time-trends-box span.head {
  font-size: 13px;
  font-weight: 500;
}

.all-time-trends-series-text a {
  font-size: 15px;
  font-weight: 500;
}

.all-time-trends-series-text p {
  font-size: 13px;
}

.all-time-trends-box span.trends-type {
  font-size: .71428571rem;
  font-weight: 600;
}

.all-time-trends-box span.site-point {
  font-size: 13px;
  font-weight: 500;
}

.all-time-trends-box span.trends-point {
  font-size: 16px;
  font-weight: 600;
}

.all-time-trends-box .imdb-point span {
  font-size: 14px;
}

.trends-col h2 {
  font-size: 13px;
  font-weight: 600;
}

.trends-box {
  background-color: rgba(0, 0, 0, .36);
}

.trends-box:hover .trends-box-subject a h5 {
  color: #fff !important;
}

.trends-box-subject a h5 {
  font-size: 14px;
}

.trends-box-subject a>p {
  padding: 5px 0 0;
  color: rgba(255, 255, 255, .5);
}

.all-time-trends ul {
  box-shadow: 0 0 0 1px #181a25;
}

.all-time-trends ul li {
  box-shadow: 0 1px 0 0 #181a25;
}

.skeleton-loading {
  /* padding: 0 30px; */
  position: relative;
  width: 100%;
}

.skeleton-loading .row {
  margin: 0;
}

.skeleton-loading .col {
  padding: 0;
}

.skeleton-loading .skeleton-bac-animation {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #0e101c 50%, #0e101c 60%, #0e101c 65%, rgba(0, 0, 0, 0) 100%);
  background-size: 66%;
  -webkit-animation: backpos .9s infinite linear;
  -o-animation: backpos .9s infinite linear;
  animation: backpos .9s infinite linear;
}

.square-list {
  width: 100%;
}

.square {
  border-radius: 3px;
  -webkit-animation: backop 1.4s ease-in-out 0s infinite;
  -o-animation: backop 1.4s ease-in-out 0s infinite;
  animation: backop 1.4s ease-in-out 0s infinite;
}

.profile-nav ul li.profile-nav-active a {
  border-bottom-color: #ff9800;
}

.breadcrumb {
  padding-bottom: .8rem;
}

.breadcrumb ul {
  margin: 0 -5px;
}

.breadcrumb ul li:nth-child(n+2)::before {
  content: '>';
  width: auto;
  height: auto;
  font-size: 13px;
  color: #939398;
  background: transparent;
}

.breadcrumb ul li a {
  padding: 0 5px;
  color: #fff;
  line-height: 1.4285em;
  font-size: 14px;
  font-weight: 500;
}

.detail-date span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .6);
}

.detail-date span svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  fill: #6d7080;
}

.series-status {
  margin: 0;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #343a46;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.series-status.continues {
  border-color: #ff9800;
  color: #ff9800;
}

.page-right-button button {
  padding: 0 15px;
  height: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  border-radius: 5px;
  transition: all .1s ease;
  border: 1px solid #6d7080;
  background-color: transparent;
}

.page-right-button button.following {
  background-color: #ff9800 !important;
  color: #20232a !important;
  border-color: transparent !important;
}

.page-right-button button:hover {
  background-color: #343a46;
}

.page-right-button button:nth-child(n+2) {
  margin: 0 0 0 12px;
}

.media-detail {
  margin: 14px 0 0;
}

.series-profile-summary h2 {
  font-size: 13px;
  font-weight: 600;
}

.series-profile-type {
  margin: 0;
}

.series-profile-type span {
  font-size: 15px;
  font-weight: 600;
}

.series-profile-type span a {
  color: #ff9800;
  font-weight: 400;
}

.series-profile-infos {
  padding: 0 0 0 33px;
}

.series-profile-infos-in {
  margin: 10px 0 0;
  padding: 15px 20px;
  line-height: 1.5;
  border: 1px solid #1e202b;
  color: rgba(255, 255, 255, .6);
}

.series-profile-summary p {
  margin: 15px 0 0;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, .6);
}

.series-profile-summary small {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .6);
}

.series-profile-summary small a {
  color: #ff9800;
}

.series-profile-summary small a:hover {
  color: #ff9800;
}

.series-profile-summary small a img {
  width: 20px;
  height: 20px;
}

.ai-text {
  margin: 0px 5px 0 8px;
}

.series-profile-info ul {
  border-color: #343a46;
}

.filter-result-box-bottom ul li {
  padding: 13px 20px 15px;
  flex-grow: 1;
}

.filter-result-box-bottom ul li:hover {
  background: #1c1f25;
}

.filter-result-box-bottom ul li:nth-child(n+2) {
  border-color: #343a46;
}

.filter-result-box-bottom ul li span {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.filter-result-box-bottom ul li p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.series-profile-content {
  margin: 20px 0 0;
}

.report-button {
  margin: 5px 0 0;
}

.report-button button {
  padding: 0 15px;
  height: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  border-radius: 5px;
  transition: all .1s ease;
  text-transform: uppercase;
  border: 1px solid #6d7080;
}

.report-button button:hover {
  background: #343a46;
}

.like-dislike-button button {
  padding: 0 17px;
  height: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  border-radius: 5px;
  background: transparent;
  transition: all .1s ease;
  border: 1px solid #6d7080;
}

.like-dislike-button button svg {
  margin: 0 12px 0 0;
  width: 13px;
  height: 13px;
}

.like-dislike-button button:hover {
  background: #343a46;
}

.like-dislike-button a {
  padding: 0 10px;
  height: 34px;
}

.like-dislike-button a svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.share-facebook-button {
  background: #3b5998 !important;
}

.share-twitter-button {
  background: #55acee !important;
}

.share-whatsapp-button {
  background: #21ba45 !important;
}

.share-facebook-button:hover {
  background: #304d8a !important;
}

.share-twitter-button:hover {
  background: #35a2f4 !important;
}

.share-whatsapp-button:hover {
  background: #16ab39 !important;
}

.like-dislike-button button.active {
  color: #20232a !important;
  background: #ff9800 !important;
  border-color: transparent;
}

.like-dislike-button button.active svg {
  fill: #244542;
}

.filter-result-box-bottom ul li p small {
  color: #ff9800 !important;
  font-size: inherit;
}

.movie-watch-likes {
  margin: 10px 0 0;
  padding: 14px 0 0;
  border-color: #1e202b;
}

.movie-watch-progress {
  margin: 15px 0 0;
  width: 100%;
  border-radius: 4px;
  background: #343a46;
}

.movie-watch-progress-bar {
  width: 20%;
  height: 3px;
  border-radius: 4px;
  background: #ff9800;
  transition: all .1s ease;
}

.series-profile-trailer {
  height: 100px;
  border-color: #343a46;
  transition: all .1s ease;
}

.series-profile-trailer-image img {
  height: 98px;
}

.series-profile-trailer-text {
  padding: 20px 20px 10px 22px;
}

.series-profile-trailer-text span {
  font-size: 20px;
  font-weight: 500;
}

.series-profile-trailer-text small {
  margin: 7px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.series-profile-trailer-text p {
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.36;
}

.series-profile-trailer:hover {
  background: #1c1f25;
}

.series-profile-bottom {
  margin: 30px 0 0;
}

.comment {
  margin: 0;
}

.series-profile-cast h4,
.comment-head h4 {
  font-size: 13px;
  font-weight: 600;
}

.series-profile-cast ul {
  padding: 0 0 0 20px;
  max-height: initial;
  border-radius: 2px;
  overflow-y: initial;
  border-color: #343a46;
}

.series-profile-cast ul li {
  padding: 10px 0;
  position: relative;
}

.series-profile-cast ul li:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #343a46;
  width: calc(100% - 55px);
  visibility: visible;
  float: right;
  position: relative;
  top: 10px;
}

.series-profile-cast ul li:nth-child(n+2) {
  border-top: none;
}

.series-profile-cast ul li a {
  padding: 0;
}

.series-profile-cast ul li a:hover .series-profile-cast-info h5 {
  color: #a99e54;
}

.series-profile-cast-info h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28571429em;
}

.series-profile-cast-info p {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.4;
}

.textarea-length {
  display: none;
}

.comment-reviews {
  border-color: #1e202b;
}

.comment-review-form {
  border-color: #343a46;
}

.comment-review-form form textarea {
  padding: 10px 15px;
  padding-right: 40px;
  height: 46px;
  color: #fff;
  font-size: 13px;
  line-height: 1.9;
  border-radius: 2px;
  border: 1px solid #343a46;
  background-color: #1c1f25;
}

.comment-review-form form textarea::placeholder {
  color: #8a8a8a;
}

.emojionearea-text [class*=emojione-],
.emojionearea-text .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0
}

.emojionearea,
.emojionearea * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.emojionearea.emojionearea-disable {
  position: relative;
  background-color: #eee;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.emojionearea.emojionearea-disable:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .3;
  position: absolute;
  background-color: #eee
}

.emojionearea,
.emojionearea.form-control {
  display: block;
  position: relative !important
}

.emojionearea .emojionearea-editor {
  /* word-break: break-all; */
  background-color: #1c1f25;
  font-size: 13px;
  line-height: 1.9;
  color: #fff;
  font-family: circular, -apple-system, BlinkMacSystemFont, segoe ui, helvetica neue, Arial, sans-serif;
  border: 1px solid #343a46;
  padding: 10px 15px;
  border-radius: 2px;
  box-shadow: none;
  display: block;
  height: auto;
  overflow: auto;
  cursor: text;
  padding-right: 40px
}

.emojionearea .emojionearea-editor:empty:before {
  content: attr(placeholder);
  display: block;
  color: #8a8a8a
}

.emojionearea .emojionearea-editor:focus {
  box-shadow: none
}

.emojionearea .emojionearea-editor [class*=emojione-],
.emojionearea .emojionearea-editor .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0
}

/* .emojionearea.emojionearea-inline {
  height: 34px
} */

.emojionearea .emojionearea-button {
  z-index: 5;
  position: absolute;
  right: 15px;
  top: 14px;
  width: 20px;
  height: 20px;
  opacity: 1;
  cursor: pointer;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out
}

.emojionearea .emojionearea-button:hover {
  opacity: 1
}

.emojionearea .emojionearea-button>div {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out
}

.emojionearea .emojionearea-button>div.emojionearea-button-open {
  background-position: 0 -20px;
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1
}

.emojionearea .emojionearea-button>div.emojionearea-button-close {
  background-position: 0 0;
  filter: alpha(opacity=0);
  opacity: 0
}

.emojionearea .emojionearea-button.active>div.emojionearea-button-open {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: alpha(opacity=0);
  opacity: 0
}

.emojionearea .emojionearea-button.active>div.emojionearea-button-close {
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1
}

.emojionearea .emojionearea-picker {
  background: #fff;
  position: absolute;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .32);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .32);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .32);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 276px;
  width: 316px;
  top: -15px;
  right: -15px;
  z-index: 90;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}

.emojionearea .emojionearea-picker.hidden {
  display: none
}

.emojionearea .emojionearea-picker .emojionearea-wrapper {
  position: relative;
  height: 276px;
  width: 316px
}

.emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 91
}

.emojionearea .emojionearea-picker .emojionearea-filters {
  width: 100%;
  position: absolute;
  z-index: 95
}

.emojionearea .emojionearea-picker .emojionearea-filters {
  background: #f5f7f9;
  padding: 0 0 0 7px;
  height: 40px
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
  display: block;
  float: left;
  height: 40px;
  width: 32px;
  filter: inherit;
  padding: 7px 1px 0;
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active {
  background: #fff
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active,
.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter>i {
  width: 20px;
  height: 20px;
  top: 0
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter>img {
  width: 20px;
  height: 20px;
  margin: 0 3px
}

.emojionearea .emojionearea-picker .emojionearea-search-panel {
  height: 30px;
  position: absolute;
  z-index: 95;
  top: 40px;
  left: 0;
  right: 0;
  padding: 5px 0 5px 8px
}

.emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones {
  float: right;
  margin-right: 10px;
  margin-top: -1px
}

.emojionearea .emojionearea-picker .emojionearea-tones-panel .emojionearea-tones {
  position: absolute;
  top: 4px;
  left: 171px
}

.emojionearea .emojionearea-picker .emojionearea-search {
  float: left;
  padding: 0;
  height: 20px;
  width: 160px
}

.emojionearea .emojionearea-picker .emojionearea-search>input {
  outline: none;
  width: 160px;
  min-width: 160px;
  height: 20px
}

.emojionearea .emojionearea-picker .emojionearea-tones {
  padding: 0;
  width: 120px;
  height: 20px
}

.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone {
  display: inline-block;
  padding: 0;
  border: 0;
  vertical-align: middle;
  outline: none;
  background: 0 0;
  cursor: pointer;
  position: relative
}

.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-0,
.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-0:after {
  background-color: #ffcf3e
}

.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-1,
.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-1:after {
  background-color: #fae3c5
}

.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-2,
.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-2:after {
  background-color: #e2cfa5
}

.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-3,
.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-3:after {
  background-color: #daa478
}

.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-4,
.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-4:after {
  background-color: #a78058
}

.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-5,
.emojionearea .emojionearea-picker .emojionearea-tones>.btn-tone.btn-tone-5:after {
  background-color: #5e4d43
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet>.btn-tone,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square>.btn-tone {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: transparent
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet>.btn-tone:after,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square>.btn-tone:after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet>.btn-tone.active:after,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square>.btn-tone.active:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio>.btn-tone,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox>.btn-tone {
  width: 16px;
  height: 16px;
  margin: 0 2px
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio>.btn-tone.active:after,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox>.btn-tone.active:after {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  box-sizing: initial
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet>.btn-tone,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet>.btn-tone:after,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio>.btn-tone,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio>.btn-tone:after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square>.btn-tone,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square>.btn-tone:after,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox>.btn-tone,
.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox>.btn-tone:after {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area {
  height: 236px
}

.emojionearea .emojionearea-picker .emojionearea-search-panel+.emojionearea-scroll-area {
  height: 206px
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area {
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  padding: 0 0 5px
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-emojis-list {
  z-index: 1
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title {
  display: block;
  font-family: Arial, helvetica neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #b2b2b2;
  background: #fff;
  line-height: 20px;
  margin: 0;
  padding: 7px 0 5px 6px
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title:after,
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title:before {
  content: " ";
  display: block;
  clear: both
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block {
  padding: 0 0 0 7px
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block>.emojionearea-category {
  padding: 0 !important
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block>.emojionearea-category:after,
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block>.emojionearea-category:before {
  content: " ";
  display: block;
  clear: both
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block:after,
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block:before {
  content: " ";
  display: block;
  clear: both
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area [class*=emojione-] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  width: 20px;
  height: 20px;
  top: 0
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  float: left;
  display: block;
  margin: 1px;
  padding: 3px
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn:hover {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: pointer
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn i,
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img {
  float: left;
  display: block;
  width: 20px;
  height: 20px
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img.lazy-emoji {
  filter: alpha(opacity=0);
  opacity: 0
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters {
  top: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area {
  bottom: 0
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-bottom .emojionearea-scroll-area {
  top: 40px
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-bottom .emojionearea-search-panel {
  top: initial;
  bottom: 0
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-filters {
  bottom: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-bottom .emojionearea-scroll-area {
  top: 0
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-bottom .emojionearea-search-panel {
  top: initial;
  bottom: 40px
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top .emojionearea-scroll-area {
  top: initial;
  bottom: 40px
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top .emojionearea-search-panel {
  top: 0
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
  margin-top: -286px;
  right: -14px
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -49px;
  bottom: -10px;
  right: 20px
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -80px
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-left,
.emojionearea .emojionearea-picker.emojionearea-picker-position-right {
  margin-right: -326px;
  top: -8px
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after,
.emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  width: 10px;
  height: 19px;
  background-position: 0 -60px;
  top: 13px;
  left: -10px
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-left.emojionearea-filters-position-bottom .emojionearea-wrapper:after,
.emojionearea .emojionearea-picker.emojionearea-picker-position-right.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: right -60px
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  margin-top: 10px;
  right: -14px;
  top: 47px
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -100px;
  top: -10px;
  right: 20px
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -90px
}

.emojionearea .emojionearea-button.active+.emojionearea-picker {
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1
}

.emojionearea .emojionearea-button.active+.emojionearea-picker-position-top {
  margin-top: -269px
}

.emojionearea .emojionearea-button.active+.emojionearea-picker-position-left,
.emojionearea .emojionearea-button.active+.emojionearea-picker-position-right {
  margin-right: -309px
}

.emojionearea .emojionearea-button.active+.emojionearea-picker-position-bottom {
  margin-top: -7px
}

.emojionearea.emojionearea-standalone {
  display: inline-block;
  width: auto;
  box-shadow: none
}

.emojionearea.emojionearea-standalone .emojionearea-editor {
  min-height: 33px;
  position: relative;
  padding: 6px 42px 6px 6px
}

.emojionearea.emojionearea-standalone .emojionearea-editor::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  bottom: 4px;
  border-left: 1px solid #e6e6e6
}

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-repeat: no-repeat;
  background-position: 20px 4px
}

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder .emojioneemoji {
  opacity: .4
}

.emojionearea.emojionearea-standalone .emojionearea-button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto
}

.emojionearea.emojionearea-standalone .emojionearea-button>div {
  right: 6px;
  top: 5px
}

.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after,
.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  right: 23px
}

.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after,
.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  top: 15px
}

.emojionearea .emojionearea-button>div,
.emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  background-image: url(https://cdn.jsdelivr.net/emojione/assets/3.1/png/32/1f60b.png) !important;
  background-size: cover
}

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAC/v79T5hyIAAAAAXRSTlMAQObYZgAAABNJREFUCNdjYGNgQEb/P4AQqiAASiUEG6Vit44AAAAASUVORK5CYII=) !important
}

.comment-review-form-bottom button {
  padding: 0 15px;
  line-height: 34px;
  color: #20232a;
  font-size: 12px;
  border-radius: 5px;
  background-color: #ff9800;
}

.checkbox label input:checked+.checkbox-icon {
  background: #1ec185;
}

.checkbox label input:checked+.checkbox-icon::before {
  background: #156346;
}

.checkbox-text {
  font-size: 13px;
  font-weight: 400;
}

.comment-review-box-subject {
  margin: 0 0 0 15px;
}

.comment-review-box-top h6 {
  display: flex;
}

.comment-review-box-actions button.comment-action-active svg {
  fill: #f83b31 !important;
}

.admin h6 a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
}

.admin h6 a:hover {
  color: #fff;
}

.admin h6::after {
  content: 'Yönetici';
  padding: 0 6px;
  margin-left: 12px;
  height: 16px;
  color: #fff;
  font-size: 11px;
  cursor: default;
  font-weight: 400;
  border-radius: 8px;
  line-height: 16px;
  display: inline-block;
  background: #f83b31;
}

.comment-spoiler-content button {
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
}

.comment-review-box-top time {
  font-size: 11px;
  line-height: 1.36;
}

.comment-review-box-top time::before {
  content: "\002022";
  color: #6d7080;
}

.comment-review-box-content p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .6);
}

.comment-review-box-actions a {
  margin: 0 0 0 10px;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 400;
}

.comment-review-box-actions a::before {
  content: "\002022";
  margin: 0 15px 0 0;
  color: #6d7080;
}

.page-title h1 span {
  margin: 0;
  font-weight: 300;
}

.series-in-head h1 {
  padding: 0;
}

.rek-wrap {
  padding: 0;
}

.series-watch-seasons {
  width: 100%;
  margin: 0;
}

/* BU OLMAZ.series-watch-seasons .swiper-slide {
  min-width: 168px;
  max-width: 168px;
}*/

.series-watch-season-nav ul li a {
  font-size: 12px;
  font-weight: 700;
}

.series-watch-season-nav ul li.series-season-nav-active a {
  background-color: #fff153;
  color: #14161d;
}

.series-watch-season-episode {
  padding: 0 0 0 17px;
  width: auto;
}

.series-watch-season-episode .checkbox {
  padding: 22px 0 0;
  width: auto;
}

.series-watch-season-episode-info {
  margin: 0 0 0 8px;
  padding: 22px 15px 15px 0;
}

.series-watch-season-episode-info a h3 {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}

.series-watch-season-episode-info a small {
  margin: 0;
  margin-bottom: 2px;
  width: auto;
  font-size: 12px;
  line-height: 19.999px;
}

.series-watch-season-episode.active .series-watch-season-episode-info a h3 {
  color: #fff153;
}

.series-watch-season-episode.active .checkbox-icon {
  background: rgba(255, 241, 83, .43);
}

.series-watch-episode {
  margin: 40px 0 45px;
}

.series-watch-episode h4 {
  font-size: 13px;
  font-weight: 600;
}

.series-watch-episode-info {
  border-radius: 0;
  border-color: #1e202b;
}

.series-watch-episode-info-name h2 a {
  font-size: 15px;
  font-weight: 400;
}

.series-watch-episode-info-name h2 a span {
  margin: 0 0 0 7px;
  padding: 0 6px;
  font-size: 12px;
  line-height: 21px;
  background: #181a25;
  color: rgba(255, 255, 255, .6);
}

.series-watch-episode-info-name .profile-following {
  margin: 9px 0 0;
}

.series-watch-episode-info-name .profile-following button {
  margin: 0;
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  transition: all .1s ease;
  border: 1px solid #6d7080;
  background-color: transparent;
}

.series-watch-episode-info-name .profile-following button:hover {
  background: #343a46;
}

.episode-watch-count {
  min-width: 200px;
  max-width: 200px;
  align-self: center;
}

.episode-watch-count .video-views {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, .6);
}

.episode-watch-count .episode-watch-count-progress {
  border-radius: 4px;
  background: #343a46;
}

.episode-watch-count .episode-watch-count-progress-bar {
  width: 20%;
  height: 3px;
  border-radius: 4px;
  background: #ff9800;
}

.series-watch-episode-info-bottom-right .like-dislike-button {
  min-width: 185px;
  max-width: 185px;
  width: 185px;
}

.series-watch-episode-info-bottom-right .like-dislike-button button {
  width: 100%;
}

.share-with-socials {
  margin: 5px 0 0;
  justify-content: space-evenly;
}

.sweibl {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #1e202b;
}

.sweibl p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4285em;
}

.profile {
  margin: 10px 0 0;
}

.profile-sidebar {
  border-color: #1e202b;
}

.profile-name {
  margin: 0;
}

.profile-name h2 a {
  margin: 16px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -.5px;
  transition: all .1s ease;
}

.profile-name h2 a:hover {
  color: #ff9800;
}

.user-role {
  margin: 0 0 16px;
}

.user-role span svg {
  margin: 0 5px 0 0;
}

.profile-section:nth-child(n+2) {
  border-color: #1e202b;
}

.profile-stats ul li span,
.profile-stats ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all .1s ease;
  line-height: 1.14285714em;
}

.profile-stats ul li a:hover {
  color: #ff9800;
}

.profile-social-media ul li a {
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 33px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #6d7080;
}

.profile-social-media ul li a svg {
  color: #fff;
}

.profile-social-media ul li a:hover {
  background: #343a46;
}

.profile-info p {
  color: #9291a0;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
}

.profile-section {
  padding: 24px 32px;
}

.profile-section-setting {
  top: 20px;
  right: 15px;
  position: absolute !important;
}

.profile-section-setting svg {
  fill: #6a6883;
  transition: all .2s linear;
}

.profile-section-setting svg:hover {
  fill: #fff;
}

.profile-section-setting.active svg {
  fill: #fff;
}

.profile-section-setting .menu {
  margin: 7px 0 0 !important;
}

.aspage {
  margin: 10px 0 0;
}

.settings-nav ul li a {
  margin: 0 0 -1px;
  padding: 15px 0;
  height: 45px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, .6);
}

.settings-nav ul li:nth-child(n+2) {
  margin: 0 0 0 32px;
}

.settings-nav-active a {
  color: #fff !important;
  border-bottom: 1px solid #a99e54 !important;
}

.settings-profile-photo span {
  font-size: 13px;
  font-weight: 600;
}

.settings-profile-photo-change {
  border-color: #343a46;
  border-radius: 2px;
  background: #181a25;
}

.settings-profile-photo-change label span {
  padding: 0 15px;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  border: 1px solid #6d7080;
  line-height: 33px;
  font-weight: 600;
  font-size: 12px;
  height: 34px;
  transition: all .1s ease;
}

.settings-profile-photo-change label span:hover {
  background: #343a46;
}

.settings-profile-photo-change p {
  color: #9291a0;
  font-size: 11px;
  line-height: 19px;
}

.settings-profile-infos-form {
  border-radius: 2px;
  border-color: #343a46;
}

.input-group {
  margin: -7px;
}

.input-element {
  padding: 7px;
}

.input-element label {
  margin: 0 0 .28571429rem;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.999px;
  color: rgba(255, 255, 255, .6);
}

.input-element input {
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  border-color: #343a46;
  background-color: #1c1f25;
  color: rgba(255, 255, 255, .6);
}

.input-element input:disabled {
  opacity: .45;
  pointer-events: none;
}

.input-element input:focus {
  color: #fff;
  border-radius: 2px;
  background: #1c1f25;
  border-color: #404856;
}

.input-element textarea {
  min-height: 87px;
  height: 87px;
  font-size: 14px;
  font-weight: 400;
  resize: vertical;
  border-radius: 2px;
  border-color: #343a46;
  background-color: #1c1f25;
  color: rgba(255, 255, 255, .6);
}

.input-element textarea:disabled {
  opacity: .45;
  pointer-events: none;
}

.input-element textarea:focus {
  color: #fff;
  border-radius: 2px;
  background: #1c1f25;
  border-color: #404856;
}

.input-element > button {
  padding: 0 15px;
  height: 34px;
  font-size: 12px;
  font-weight: 600;
  color: #20232a;
  line-height: 34px;
  border-radius: 5px;
  background-color: #ff9800;
}

.settings-profile-infos span {
  font-size: 13px;
  font-weight: 600;
}

.settings-profile-infos>p {
  padding: 16px 20px;
  font-size: 14px;
  border-radius: 2px;
  background-color: #244542;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}
.request-profile-infos>p {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 23px;
  border-radius: 2px;
  color: #fff;
  background-color: #244542;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}
.request-profile-infos>p a {
  color:#ff9800;
}
.in-series-detail-type {
  margin: 15px 0 0;
}

.in-detail-series-page {
  margin: 7px 0 10px;
}

.series-profile .tab ul li a {
  margin: 0 0 -1px;
  padding: 15px 0;
  height: 45px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, .6);
}

.series-profile .tab ul li:nth-child(n+2) {
  margin: 0 0 0 32px;
}

.tab-active {
  border-bottom: 1px solid #a99e54 !important;
}

.tab-active a {
  color: #fff !important;
}

.series-profile .tab ul li.disabled a {
  opacity: .6;
  color: rgba(255, 255, 255, .6) !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

.series-profile-episode-buttons {
  border-color: #343a46;
}

.series-profile-episode-buttons a {
  padding: 15px 10px;
  transition: none;
}

.series-profile-episode-buttons a svg {
  transition: none;
}

.series-profile-episode-buttons a:nth-child(2) {
  border-color: #343a46;
}

.series-profile-episode-buttons a:hover {
  background: #1c1f25;
}

.series-profile-episode-buttons a:hover svg {
  fill: rgba(255, 255, 255, .6);
}

.series-profile-episode-buttons-text span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
}

.series-profile-episode-buttons-text small {
  font-weight: 600;
  color: #6d7080;
  font-size: 12.8px;
  letter-spacing: -1px;
}

.series-profile-episodes {
  margin: 0 0 3em;
}

.series-profile-episodes-top h4 {
  font-size: 13px;
  font-weight: 600;
}

.checkbox-icon {
  background: #343a46;
}

.series-profile-episodes-top .checkbox-text {
  font-weight: 700;
  color: rgba(255, 255, 255, .6);
}

.series-profile-episode-list-left h6 a {
  font-size: 13px;
  font-weight: 600;
}

.series-profile-episode-list ul li>span {
  font-size: 11px;
}

.series-profile-episodes-nav {
  width: 140px;
}

.series-profile-episodes-nav ul li a {
  padding: 16px 20px 15px;
  font-size: 12px;
  font-weight: 600;
}

.series-profile-episodes-nav ul li.series-tab-nav-active {
  background: #20232a;
  box-shadow: inset 2px 0 0 0 #ff9800;
}

.series-profile-episodes-nav ul li:nth-child(n+2) {
  border-color: #181a25;
}

.series-profile-episodes-box {
  border-color: #343a46;
}

.series-profile-episodes-areas {
  border-color: #181a25;
}

.series-profile-episode-list-left>a {
  font-size: 14px;
  font-weight: 400;
}

.series-profile-episode-list ul li {
  position: relative;
}

.series-profile-episode-list ul li:after {
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #181a25;
  width: calc(100% - 45px);
  position: absolute;
}

.series-profile-episode-list ul li:nth-child(n+2) {
  border-top: none;
}

.login-other {
  top: 0;
  left: 0;
  width: 100%;
  background: #121519;
}

.login-other-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.login-other-box-in {
  padding: 70px 20%;
  min-height: 100%;
}

.login-logo {
  margin-bottom: 56px;
}

.login-logo a svg {
  width: 160px;
  height: 50px;
}
.login-logo a img {
  width: 220px;
  height: 85px;
}

.login-other-box-in h1 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -2px;
}

.login-other-box-in h1:nth-child(n+3) {
  margin: 14px 0 0;
}

.login-other-box-in form {
  margin: 44px 0 0;
}

.logo span {
  display: none;
}

.mobile-menu-trigger {
  background: 0 0;
  border: 0;
  left: 15px;
  top: 17px;
  margin: 0;
  outline: 0;
  border-radius: 3px;
  padding: 11px 11px 23px;
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.mobile-menu-trigger span {
  height: 2px;
  width: 20px;
  background: #fff;
  border-radius: 4px;
}

.mobile-menu-trigger span::before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  height: 2px;
  width: 20px;
  border-radius: 4px;
}

.mobile-menu-trigger span::after {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 4px;
  height: 2px;
  width: 20px;
  border-radius: 4px;
}

.mobile-menu-trigger.mm-triggered span {
  height: 0;
}

.mobile-menu-trigger.mm-triggered span::before {
  margin-top: 4px;
  transform: rotate(45deg);
}

.mobile-menu-trigger.mm-triggered span::after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile-search button {
  margin: 20px;
  padding: 8px;
  background: #404046;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.mobile-search button svg {
  fill: rgba(255, 255, 255, .8);
  color: rgba(255, 255, 255, .8);
  width: 14px;
  height: 14px;
}

.mobile-search.activated button {
  padding: 5px;
  background: #fbc605;
}

.mobile-search.activated button svg {
  width: 20px;
  height: 20px;
  fill: #000;
  color: #000;
}

.discussion-subject {
  margin: 0;
  padding: 0 0 0 60px;
}

.froum-detail-bc {
  padding: 10px 0 4px;
}

.discussion-subject h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -2px;
}  

.discussion-subject span {
  font-size: 16px;
  line-height: 22px;
}

.discussion-detail .upvote-buttons {
  padding: 0;
}

/* .discussion-detail .upvote-content {
  margin: 0 0 0 5px;
} */

.discussion-detail .upvote-content p {
  margin: 0;
  color: #6a6883;
}

.discussion-detail .upvote-content p a:last-child:hover {
  color: #00c157;
}

.discussion-detail .upvote-content p,
.discussion-detail .upvote-content p a {
  font-size: 16px;
}

.discussion-box {
  margin: 0 0 30px;
  border-color: #343a46;
  border-radius: 3px;
  background-color: #181a25;
}

.discussion-box-profile-name h3 a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.discussion-box-profile-name p {
  color: #ff9800;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.14285714em;
}

.discussion-box-top {
  padding: 0;
  border: none;
}

.discussion-box-content {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #343a46;
}

.discussion-box-content p {
  font-size: 16px;
  line-height: 1.4285em;
}

.discussion-box-bottom time {
  font-size: 13px;
  line-height: 19px;
}

.share ul li a svg {
  width: 18px;
  height: 18px;
  fill: #6a6883;
  transition: all .2s ease-in-out;
}

.share ul li a:hover svg {
  fill: #ff9800;
}

.discussion-detail-lr {
  margin: -14px;
}

.discussion-detail-left,
.discussion-detail-right {
  padding: 14px;
}

.smilar-discussion {
  padding: 15px 19px;
  border-radius: 3px;
  border: 1px solid #343a46;
}

.smilar-discussion h5 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1.28571429em;
}

.poster-sm-subject {
  padding: 12px 16px;
  background-color: #292e37;
}

.poster-sm-subject h2 a {
  margin: 3px 0 2px;
  font-size: 15px;
  font-weight: 500;
  transition: color .1s ease-in-out;
} 

.poster-sm-subject p {
  color: #9291a0;
  font-size: 11px;
  line-height: 19px;
}

.collection-detail-page .page-title p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  color: rgba(255, 255, 255, .6);
}

.collection-detail-two-box h2 {
  font-size: 23px;
  line-height: 1.28571429em;
}

.collection-detail-two-box p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -.5px;
  color: rgba(255, 255, 255, .6);
}

.collection-detail-author {
  border-color: #181a25;
}

.collection-detail-author-like button {
  border-color: #343a46;
  transition: all .1s ease-in-out;
}

.collection-detail-author-like button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  border-color: #6d7080;
}

.collection-detail-author-like button svg {
  fill: #ff9800;
}

.collection-detail-author-like span {
  font-size: 1rem;
}

.collection-detail-pag .page-right-button a {
  border: none;
}

.mobile-search-area {
  left: 20px;
  top: 17px;
  display: none;
}

.mobile-menu {
  background: #111216;
  z-index: 99;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  display: none;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu ul {
  margin: 0;
  padding: 15px 30px;
  width: auto;
  height: 100%;
  background: 0 0;
  border-top: 1px solid #3a3a3a;
}

.mobile-menu ul li a {
  color: rgba(255, 255, 255, .6);
  line-height: 42px;
  padding: 0 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.mobile-menu ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #2f2f2f;
  height: 1px;
}

.mobile-menu ul li:last-child a::after {
  display: none;
}

.mobile-menu-active a {
  background: #343a46;
  border-radius: 10px;
}

.mobile-menu-active a::after {
  display: none;
}

.wrapper-inner {
  transition: transform .26s ease;
  transform-origin: top;
  transform: scale(1);
}

.wrapper-inner.mm-triggered {
  transform: scale(.9);
}

.bb-code-toolbar {
  padding: 5px;
  background: #181A25;
  border: 1px solid #343a46;
  border-bottom: 0;
}

.bb-code-toolbar button {
  padding: 5px 10px;
  background: transparent;
}

.bb-code-toolbar button svg {
  fill: #fff;
}

.input-element h3 {
  font-size: 16px;
  font-weight: 600;
}

.new-discussion-form .input-group {
  margin: -13px;
}

.new-discussion-form .input-element {
  padding: 13px;
}

.forum-cat-item {
  display: flex !important;
}

.forum-cat-item svg, .forum-cat-text svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border-radius: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
  color: #fff;
  fill: #fff;
  padding: 3px;
}

.default {
}

.forum-cat-text {
  margin-top: -3px;
  display: flex !important;
  align-items: center !important;
}

.forum-cat-item span, .forum-cat-text span {
  font-size: 14px;
  font-weight: 400;
}

.new-discussion-form .divider {
  height: auto !important;
  margin: .5em 0 !important;
  color: #fff;
  border-top: 0;
  font-size: 11px;
  font-weight: 700;
  height: auto;
  padding: 5px;
  padding-left: 17px;
}

.vertical-step ol {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 32px;
  height: 100%;
  z-index: 3;
}

.vertical-step ol>li {
  margin: 25px 0 60px;
}

.vertical-step ol>li span {
  background: #343a46;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 100%;
  text-align: center;
}

.vertical-step:after {
  content: "";
  background: #343a46;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 48px;
  z-index: 2;
}

.new-discussion-form .input-group {
  padding-left: 60px;
}

.new-discussion-info {
  padding: 16px 20px;
  padding-left: 50px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
  background: rgba(255, 12, 0, .3) url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48dGl0bGU+SWNvbjwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaCBCZXRhLjwvZGVzYz48cGF0aCBkPSdNMTAgNWMuNTUgMCAxIC40NSAxIDF2NGMwIC41NS0uNDUgMS0xIDFzLTEtLjQ1LTEtMXYtNGMwLS41NS40NS0xIDEtMXptLS4wMS01Yy01LjUyIDAtOS45OSA0LjQ4LTkuOTkgMTBzNC40NyAxMCA5Ljk5IDEwYzUuNTMgMCAxMC4wMS00LjQ4IDEwLjAxLTEwcy00LjQ4LTEwLTEwLjAxLTEwem0uMDEgMThjLTQuNDIgMC04LTMuNTgtOC04czMuNTgtOCA4LTggOCAzLjU4IDggOC0zLjU4IDgtOCA4em0xLTNoLTJ2LTJoMnYyeicgZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdub256ZXJvJy8+PC9zdmc+) 20px center no-repeat;
}

.new-discussion-info span {
  font-size: 13px;
  font-weight: 600;
}

.new-discussion-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285em;
}

.new-discussion-form {
  border-color: #343a46;
}

.discussion-list-new ul {
  margin: -5px;
}

.discussion-list-new ul li {
  padding: 5px;
}

.discussion-list-new .upvote-comment,
.discussion-list-new .upvote-content h3 {
  margin: 0;
}
.discussion-list-new .upvote-content {
  min-width: 0;
}

.discussion-list-new .upvote-list-box {
  padding: 10px 60px !important;
}

.discussion-list-new {
  margin: 30px 0 0;
}

.discussion-list-title h2 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.page-title-figure {
  background: #1e2029;
  width: 37px;
  height: 55px;
  border-radius: 2px;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.page-title-figure img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-title-figure {
  margin: 0 15px 0 0;
}

.page-after-forum .page-title-in h1 {
  padding: 0;
}

.page-after-forum .page-title-in p {
  margin: 0;
}

.page-after-forum .page-right-button a {
  background-color: #ff9800;
  color: #20232a;
  border: transparent;
}

.figure-alert {
  margin: 15px 0 0;
  position: relative;
  padding: 16px 20px;
  border: 0;
  font-size: 14px;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.figure-alert-feature {
  color: #fff;
  background: #182643 url('https://sinefy.com/mofy/img/alert-feature-bg.png?v4') center right no-repeat;
  background-size: 50%;
  padding-right: 50%;
}

.figure-alert h6 {
  margin-bottom: 5px;
  padding: 0 0 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.figure-alert p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285em;
}
/* Top 10 */
.trend-movie {
  position: absolute;
  top: 0;
  left: 10px;
  height: 60px;
  border: 13px solid #fdc608;
  border-top: 0;
  border-bottom: 15px solid transparent;
}

.trend-movie .trend-symbol {
  width: 11px;
  position: absolute;
  left: -5px;
  top: 3px;
}

.trend-movie-text {
  bottom: 3px;
  left: -13px;
  width: 26px;
}

.trend-movie-text span {
  color: #000;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.trend-movie-text p {
  margin: -2px 0 0;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-menu ul li a.new-tv-shows {
  padding-right: 15px;
}

.header-menu ul li a.new-tv-shows::before {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ff9800;
}

.login-other {
  width: 100%;
  min-height: 100%;
  background: #121519;
}

.login-other-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.login-other-box-in {
  padding: 70px 20%;
  min-height: 100%;
}

.login-logo {
  margin-bottom: 56px;
}

.login-logo a svg {
  width: 160px;
  height: 50px;
}
.login-logo a img {
  width: 160px;
  height: 50px;
}

.login-other-box-in h1 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -2px;
}

.login-other-box-in h1:nth-child(n+3) {
  margin: 14px 0 0;
}

.login-other-box-in form {
  margin: 44px 0 0;
}

.login-other .input {
  padding: 0 0 28px;
}

.input label {
  padding-bottom: .5rem;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.input a {
  color: #ff9800;
}

.input a:hover {
  color: #fff;
}

.input input {
  padding: 8px 15px;
  width: 100%;
  height: 48px;
  outline: none;
  color: #6a6883;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  background: #292e37;
  border: 1px solid #121519;
  transition: all .2s linear;
}

.input input[type=password] {
  padding-right: 83px;
}

.input input::placeholder {
  color: #6a6883;
}

.input input:focus {
  color: #fff;
  background: #343a46;
  border-color: #404856;
}

.input button[type=submit] {
  width: 100%;
  height: 48px;
  color: #20232a;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 4px;
  text-transform: none;
  -webkit-user-select: none;
  background-color: #ff9800;
}

.input button.toggle-password {
  padding: 0 20px;
  margin: 0;
  bottom: 29px;
  right: 0;
  height: 46px;
  border: none;
  color: #6a6883;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  -webkit-appearance: none;
  text-transform: uppercase;
  transition: all .2s linear;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none!important;
}

.input button.toggle-password:hover {
  color: #fff;
}

.or-line {
  height: 19px;
  color: #6a6883;
  font-size: 13px;
  line-height: 19px;
  margin-top: .5rem;
  text-align: center;
  margin-bottom: 2.2rem;
}

.or-line::before {
  content: "";
  top: 10px;
  width: 100%;
  height: 1px;
  z-index: 1;
  display: block;
  position: relative;
  background: #292e37;
}

.or-line span {
  padding: 0 4rem;
  z-index: 2;
  position: relative;
  background: #121519;
}

.social-login-other {
  margin-bottom: 2rem;
}

.social-login-other a {
  padding: 10px;
  width: 100%;
  height: 48px;
  color: #6a6883;
  border-radius: 4px;
  background: #292e37;
  border: 1px solid #121519;
  transition: all .2s linear;
}

.social-login-other a svg {
  fill: #6a6883;
  transition: all .2s linear;
}

.social-login-other a:hover svg {
  fill: #fff;
}

.login-other-bottom p {
  color: #6a6883;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.login-other-bottom p a {
  color: #ff9800;
}

.login-other-bottom p a:hover {
  color: #fff;
}
.notification-badge {
    top: 8px;
    left: 17px;
  color: #000;
  font-size: 10px;
  min-width: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  border-radius: 2px;
  background: #ffe500;
  box-shadow: 1px 1px 7px -1px #000;
}

.tab ul li a,
.series-watch-nav ul li a {
  padding: 15px 0;
  font-size: 13px;
  font-weight: 600;
}

.circle-progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle-progress svg {
  stroke: #f83b31;
  position: absolute;
  top: 0;
  left: 0;
  stroke-linecap: round;
  width: 96px;
  height: 96px;
  stroke-width: 4px;
  transform: scale(1.08);
}

.profile-photo img {
  width: 92px;
  height: 92px;
}
#top_rate_imdb {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.polygon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjYnIGhlaWdodD0nMjgnIHZpZXdCb3g9JzAgMCAyNiAyOCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuNS44NjZsOS4xMjQgNS4yNjhjLjkyOC41MzYgMS41IDEuNTI2IDEuNSAyLjU5OHYxMC41MzZjMCAxLjA3Mi0uNTcyIDIuMDYyLTEuNSAyLjU5OGwtOS4xMjQgNS4yNjhjLS45MjguNTM2LTIuMDcyLjUzNi0zIDBsLTkuMTI0LTUuMjY4Yy0uOTI4LS41MzYtMS41LTEuNTI2LTEuNS0yLjU5OHYtMTAuNTM2YzAtMS4wNzIuNTcyLTIuMDYyIDEuNS0yLjU5OGw5LjEyNC01LjI2OGMuOTI4LS41MzYgMi4wNzItLjUzNiAzIDB6JyBmaWxsPScjZjgzYjMxJy8+PC9zdmc+);
  background-repeat: no-repeat;
  width: 26px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.top-rated-list {
  margin: 20px 0 0;
}

.top-rated-list > ul {
  border-spacing: 0 10px;
}

.top-rated-list > ul > li:nth-child(n+2) {
  margin: 10px 0 0;
  background: #181A25;
}

.top-rated-box {
  padding: 0 12px;
}

.top-rated-box > span {
  color: #9291a0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.top-rated-box > p {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.top-rated-rank p {
  font-size: 16px;
}

.top-rated-box button {
  padding: 0 15px;
  height: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 33px;
  border-radius: 5px;
  transition: all .1s ease;
  border: 1px solid #6d7080;
  background-color: transparent;
}

.top-rated-box button svg {
  width: 20px;
  height: 20px;
  color: #6a6883;
}

.top-rated-poster-image a img {
  width: 70px;
  height: 90px;
  object-fit: cover;
}

.top-rated-poster-text {
  margin: 0 0 0 20px;
  min-width: 0;
}

.top-rated-poster-text span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.top-rated-poster-text span:hover {
  color: #ff9800;
}

.top-rated-poster-text p {
  color: #9291a0;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.top-rated-imdb span {
  color: #ffc107;
  font-size: .8125em;
  font-weight: 400;
}

.top-rated-imdb span svg {
  margin: 0 5px 0 0;
  width: 14px;
  height: 14px;
  fill: #ffc107;
}

.top-rated-watch-options ul li a svg {
  width: 24px;
  border-radius: 4px;
}

.top-rated-watch-options ul li a img {
  width: 24px;
  border-radius: 4px;
}

.top-rated-watch-options ul li:nth-child(n+2) {
  margin: 0 0 0 5px;
}
.series-profile-channel a {
  padding: 10px;
  border-radius: 30px;
  display: inline-block;
  background: #ffffff;
}
.profile-channel {
  margin-bottom: 10px;
}
.profile-channel a {
  padding: 10px;
  border-radius: 30px;
  display: inline-block;
  background: #ffffff;
}
.channel-list ul {
  margin: -7px;
}

.channel-list ul li {
  padding: 7px;
}

.channel-list ul li a {
  padding: 20px;
  border-radius: 3px;
  background: #181a25;
}

.channel-list ul li a img {
  height: 30px;
  object-fit: contain;
}

.page-channel .page-title p {
  margin: 0;
}

.page-channel .page-right {
  margin: 40px 0 0;
}

.page-channel .page-right > p {
  color: #6a6883;
  font-size: 16px;
  line-height: 22px;
}

.tv-show-profile-type {
  margin: 15px 0 0;
}

.series-profile-channel {
  margin: 15px 0 0;
}

.series-profile-channel img {
  height: 30px;
}

.profile-stats ul li p {
  font-size: 14px;
  line-height: 1.14285714em;
}

.profile-actions {
  top: 24px;
  right: 15px;
  position: absolute !important;
}

.profile-actions svg {
  fill: #6a6883;
  transition: all .2s linear;
}

.profile-actions.active svg {
  fill: #fff;
}

.profile-actions svg:hover {
  fill: #fff;
}

.profile-photo {
  margin: 20px 0 0;
}
@keyframes backpos {
    0% {
        background-position-x: -50%
    }
    to {
        background-position-x: 150%
    }
}
@keyframes backop {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}
@keyframes bellshake {
  0% {
      transform: rotate(0)
  }
  15% {
      transform: rotate(5deg)
  }
  30% {
      transform: rotate(-5deg)
  }
  45% {
      transform: rotate(4deg)
  }
  60% {
      transform: rotate(-4deg)
  }
  75% {
      transform: rotate(2deg)
  }
  85% {
      transform: rotate(-2deg)
  }
  92% {
      transform: rotate(1deg)
  }
  100% {
      transform: rotate(0)
  }
}
@-webkit-keyframes progress-active {
    0% {
        opacity: .3;
        width: 0
    }
    100% {
        opacity: 0;
        width: 100%
    }
}
@keyframes progress-active {
    0% {
        opacity: .3;
        width: 0
    }
    100% {
        opacity: 0;
        width: 100%
    }
}

@media (max-width: 1024px) {
  .login-other-box-in {
    padding: 10%;
  }
  .header {
    top: 0;
    left: 0;
    z-index: 999;
  }
  .wrapper-inner {
    padding: 75px 0 0;
  }
  .page-right-button a {
    margin: 30px 0 0;
  }
  .header {
    padding: 0 10px;
    background: #080A0E;
  }
  .logo {
    margin: 0 0 0 50px;
    width: auto;
  }
  .logo a {
    padding: 0;
  }
  .wrapper {
    margin-top: 0;
  }
  .content-inner {
    padding: 14px 14px 20px;
  }
  .footer {
    background-image: none;
  }
  .filter-result-box-bottom ul li {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .page-detail-in {
      margin: 0 0 10px;
  }
  .movie-watch-nav .tab ul {
    width: max-content;
  }
  .series-watch-nav ul {
    min-width: fit-content;
  }
  .movies-cs ul {
    overflow-x: auto;
  }
  .hmovie-box-on-logo img {
    height: 38px;
  }
  .hmovie-slide::before,
  .hmovie-slide::after {
    display: none;
  }
  .page-title-figure {
    display: none;
  }
  .figure-alert-feature {
    padding-right: 20px;
    background-image: none;
  }
  .upvote-list-box {
    padding: 10px 10px 10px 60px;
  }
  .sm-request-content-text {
    min-width: 0;
  }
  .sm-request-content-image {
    top: 10px;
    transform: translate(0, 0);
  }
  .sm-request-status {
    margin: 10px 15px 0px;
    transform: translate(0, 0);
  }
  .profile-nav ul li a {
    white-space: nowrap;
  }
  .header-user-profile-right,
  .hader-user-drop-icon,
  .notification-button {
    display: none !important;
  }
  .user>ul>li:nth-child(n+2) {
    margin: 0;
  }
  .my-collections {
    margin: 0 0 40px;
  }
  .collection-detail-author-like button {
    width: 60px;
    height: 60px;
  }
  .collection-detail-author-like button svg {
    width: 33px;
    height: 33px;
  }
  .collection-detail-author {
    margin-top: 0;
  }
  .collection-detail-two {
    border-top: none;
  }
  .collection-detail-two ul {
    padding: 30px 0 0;
    border-top: 1px solid #181a25;
  }
  .artist a img {
    width: 175px;
    height: 175px;
  }
  .select-title {
    margin: 0 15px 0 0;
  }
  .hmovie-slide ul li {
    min-width: 110px;
    max-width: 110px;
  }
  .hmovie-box > img {
    height: 200px;
  }
  .new-series-list {
    margin: 0 !important;
    padding: 0 0 20px;
  }
  .area-info img {
    height: 165px;
  }
  .area-info-on {
    width: 70%;
  }
  .featured-collections-list {
    padding: 0 0 20px;
  }
  .featured-collections,
  .new-series {
    margin: 20px 0 0;
  }
  .featured-collections-list {
    margin: 0;
    padding: 0 0 20px;
  }
  .featured-collections ul {
    margin: -10px;
  }
  .series-profile-image {
    display: none;
  }
  .series-profile-infos {
    padding: 0;
  }
  .series-profile-summary,
  .series-profile-type {
    padding: 0;
  }
  .series-watch-player {
    height: 408px;
  }
  .series-profile-content {
    margin: 28px 0 0;
  }
  .series-profile-cast ul li {
    min-width: 40%;
    max-width: 100%;
    flex: 1;
  }
  .series-profile-cast ul {
    overflow-x: auto;
  }
  .series-profile-cast ul li:after {
    display: none;
  }
  .series-profile-trailer {
    height: 63px;
  }
  .series-profile-trailer-image img {
    width: 75px;
    height: 100%;
  }
  .series-profile-trailer-text {
    padding: 10px;
  }
  .series-profile-trailer-text small {
    display: none;
  }
  .series-profile-trailer-text span {
    font-size: 14px;
  }
  .report-button {
    margin: 30px 0 0;
  }
  .detail-date {
    display: none;
  }
  .series-profile-episodes-nav {
    width: 100%;
  }
  .series-watch-episode-info-top {
    padding: 0;
  }
  .series-watch-episode-info-top > div {
    padding: 15px;
    border-bottom: 1px solid #1e2029;
  }
  .series-watch-episode-info-bottom {
    padding: 0;
    border-top: none;
  }
  .series-watch-episode-info-bottom-right {
    width: 100%;
  }
  .series-watch-episode-info-bottom-left {
    margin: 15px 0 0;
    padding: 15px;
    border-top: 1px solid #1e2029;
  }
}

@media (max-width: 640px) {
  .user-button .menu {
    right: 14px;
  }
  .report-modal-content{
    padding: 24px 15px;
  }
  .report-modal-problem-select ul {
    padding: 23px 15px;
  }
  .container-class .swal2-popup {
    min-width: 90%;
  }
  .header-action {
    padding: 0;
  }
  .leftbar-search input {
    width: 220px;
  }
  .vertical-step {
    display: none;
  }
  .new-discussion-form .input-group {
    padding-left: 0;
  }
  .bb-code-toolbar button {
    padding: 5px;
  }
  .series-watch-player {
    min-height: 100%;
    height: 300px;
  }
  .like-dislike-button button {
    padding: 0 13px;
  }
  .series-profile-infos-in {
    padding: 15px;
  }
  .artist a img {
    width: 100px;
    height: 100px;
  }
  .area-info img {
    height: auto;
  }
  .area-info-on {
    width: 100%;
  }
  .collection-box-image:nth-child(2) {
    left: 28px;
  }
  .collection-box-image:nth-child(3) {
    left: 56px;
  }
  .collection-box-text {
    padding: 10px 20px 10px 164px;
  }
}
.color-imdb{
  color:#ff9800!important;
}
.filter-result-box {
  border-radius: 2px;
  border: 1px solid #343a46;
}

.movies-list ul .filter-result-box-bottom ul {
  margin: 0;
  border-color: #343a46;
}

.filter-result-box-bottom ul li:nth-child(n+2) {
  border-color: #343a46;
}

.filter-result-box-subject-top-left a h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  transition: all .1s ease;
}

.filter-result-box-subject-top-left p {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}

.filter-result-box-subject-middle p {
  margin-top: .5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285em;
}

.filter-result-box-image a img {
  border-radius: 2px;
}

.new-discussion .default {
  margin-top: 0 !important;
}
.circle-progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle-progress svg {
  stroke: #f83b31;
  position: absolute;
  top: 0;
  left: 0;
  stroke-linecap: round;
  width: 96px;
  height: 96px;
  stroke-width: 4px;
  transform: scale(1.08);
}

.profile-photo img {
  width: 92px;
  height: 92px;
}

.polygon {
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0nMjYnIGhlaWdodD0nMjgnIHZpZXdCb3g9JzAgMCAyNiAyOCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTQuNS44NjZsOS4xMjQgNS4yNjhjLjkyOC41MzYgMS41IDEuNTI2IDEuNSAyLjU5OHYxMC41MzZjMCAxLjA3Mi0uNTcyIDIuMDYyLTEuNSAyLjU5OGwtOS4xMjQgNS4yNjhjLS45MjguNTM2LTIuMDcyLjUzNi0zIDBsLTkuMTI0LTUuMjY4Yy0uOTI4LS41MzYtMS41LTEuNTI2LTEuNS0yLjU5OHYtMTAuNTM2YzAtMS4wNzIuNTcyLTIuMDYyIDEuNS0yLjU5OGw5LjEyNC01LjI2OGMuOTI4LS41MzYgMi4wNzItLjUzNiAzIDB6JyBmaWxsPScjZjgzYjMxJy8+PC9zdmc+);
  background-repeat: no-repeat;
  width: 26px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
