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;
  border-radius: 10px;
  background: #0E0F1C;
  border: none;
}

.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: #fbc607;
}

.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-btn {
  margin: 0 0 0 5px;
  color: #20232a;
  background: #fbc607;
}

.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: #fdc608;
}

.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 > 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-box {
  padding: 10px;
}

.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 img {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.notification-drop-box span a {
  font-size: 0.85em;
  color: #fff !important;
  font-weight: 600;
  padding: 0px !important;
}
.notification-drop-box span a small {
  font-size: 1em;

}
.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(../images/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;
  align-items: anchor-center;
}
.leftbar-box > ul > li > a svg {
  width: 24px;
  height: 24px;
}

.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: #fbc607;
}

.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: #fbc607;
}

.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: #fbc607;
  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-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: #fbc607;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.hmovie-box-on-logo img {
    width: 150px;
  height: 58px;
  object-fit: contain;
}

.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: 21px;
}

.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: #fbc607;
}

.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: #fbc607;
}

.page-right-button a[data-target=".new-collection"]:hover {
  color: #20232a !important;
  background: #fbc607 !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: 20px;
  height: 20px;
  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: #fbc607;
}

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

.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: #fbc607;
}

.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: #fbc607;
}

.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: #fbc607;
  border-color: #fbc607;
}

.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: #fbc607;
}

.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: #fbc607;
  box-shadow: 0 -1px 0 #fbc607;
}

.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: #fbc607;
}

.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 {

}
.upvote-add-to-fav button svg {
  width: 16px;
  height: 16px;
  fill:#fff;
  stroke:#fff;
}
.upvote-add-to-fav.active button svg {
  width: 16px;
  height: 16px;
  fill:#fbc607;
  stroke:#fbc607;
}


.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: #fbc607;
}

.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: #fbc607;
  font-size: 14px;
  font-weight: 400;
}

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

.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: #fbc607;
}

.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: #fbc607;
  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: #fbc607;
}

.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: #fbc607;
}

.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 {
  line-height: 1;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.5px;
}

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

/* 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: #fbc607;
  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;
}


/* 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 ul li .menu .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;
  margin-bottom: 5px;
}

.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;
  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: #fbc607;
}

.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: 600;
  color: rgba(255, 255, 255, 1);
}

.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: #fbc607;
  color: #fbc607;
}

.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: #fbc607 !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: #fbc607;
  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: #fbc607;
}

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

.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: #fbc607 !important;
  border-color: transparent;
}

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

.filter-result-box-bottom ul li p small {
  color: #fbc607 !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: #fbc607;
  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;
  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;
}


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

.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-slide2 {
  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: #fbc607;
}

.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: #fbc607;
}

.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: #fbc607;
}

.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: #fbc607;
}

.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:#fbc607;
}
.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;
}
.tab-active a svg {
  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 #fbc607;
}

.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: 160px;
}

.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: #fbc607;
  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;
  word-break: break-word;
}

.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: #fbc607;
}

.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: #fbc607;
}

.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: #fbc607;
  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: 48px;
  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 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  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: #fbc607;
}

.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-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: #fbc607;
}

.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: #fbc607;
}

.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: #fbc607;
}

.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;
  margin-right: 10px;
}
#hot_rate {
  width: 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;
  white-space: break-spaces;
  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: #fbc607;
}

.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: #FFFfff;
}

.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 {
  }
  .page-right-button a {
    margin: 30px 0 0;
  }
  .header {
    padding: 0 10px;
    background: #080A0E;
  }
  .logo {
    margin: 0 0 0 50px;
    width: auto;
  }
  .logo a {
    width: 180px;
    padding: 0;
  }
  .modal-content .logo {
    margin:0px !important;
    background: transparent !important

  }
  .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 {
    width: 100%;
    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 {
  }
  .series-profile-infos {
    padding: 0;
  }
  .series-profile-summary,
  .series-profile-type,.series-profile-channel {
    /*padding: 0 0 0 100px ;*/
  }
  .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:#fbc607!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-top-left svg {
  width: 14px;
  margin: 0 5px 0 0;
  height: 14px;
  fill: #ffc107;
}
.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%;
}


.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;
}
.leftbar-box > ul > li > .left-submenu {
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.leftbar-box > ul > li > .left-submenu > img {
    margin: 0 12px 0 0;
    width: 28px;
    height: 28px;
}
.leftbar-box .ui.left.pointing.dropdown > .menu {
  top: -10px;
  max-height: 362px;
  overflow: auto;
  left: calc(100% + 70px);
}
.sub-menu {
  padding: 0px !important;
  background: #343a46 !important;
  display: none;
}
//


.collect-list .swiper {
    width: 100%;
    height: 100%;
  }
.collect-list .swiper-container{
    position: relative;
}
 .collect-list  .swiper-slide2 {
    min-width: 168px;
    max-width: 168px;
    height: 100%;
    position: relative;
  }

  .swiper-slide2 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .collect-list .new-series .swiper-button-prev{
    top: 50%;
  }
  .collect-list .swiper-slide {
       min-width: 168px;
    max-width: 168px;
    height: 100%;
  }
  .collect-list .new-series .swiper-button-next{
    top: 50%;
  }
  .collect-list .new-series .swiper-button-next, .new-series .swiper-button-prev{
    background-size: auto;
    background-color: #181a25;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    box-shadow: 0 20px 30px 0 rgb(9 9 16 / 50%);
  }
  .collect-list .new-series .swiper-button-next, .new-series .swiper-button-prev svg{
    color: #fff;
  }
  .collect-list .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: .35;
    cursor: auto;
    pointer-events: none;
  }
  .collect-list .swiper-button-next, .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .collect-list .new-series .swiper-button-next:hover, .new-series .swiper-button-prev:hover{
      background-color: #fbc607;
  }
  .collect-list .new-series .swiper-button-next:hover svg, .new-series .swiper-button-prev:hover svg{
      color: #181a25 ;
  }
  .collect-list .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
      width: 16px;
      height: 16px;
      color: #fff;
      display: none;
  }
  .collect-list .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
      content: 'prev';
      display: none;
  }
#content{
    flex: 1 auto;
    position: relative;
    max-width: 100%;
    min-width: 0;
    width: 1040px;
}
#content .inner-content{
    min-height: 100%;
    padding: 0px 20px;
    margin: 0 auto;
    overflow: hidden;
}
#content .inner-content .bg-cover-faker{
    z-index: 2;
}
#content .inner-content .bg-cover-bg{
    position: absolute;
    height: 573px;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
#content .inner-content .bg-cover-bg img{
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    object-fit: cover;
}
#content .inner-content .bg-cover-bg::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 110%;
    background: linear-gradient(180deg,rgba(23,26,37,.8) 0,#0e111d);
}
.collect-new-series ,.all-list{
}
.collect-list .swiper-button-prev {
  background-image:inherit !important;
}
.collect-list .swiper-button-next {
  background-image:inherit !important;
}
.collect-list .ui-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
    margin: -1rem;
}
.collect-list .detail-img{
    margin-right: auto;
    width: 18.75%!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    display: inline-block;
    width: 6.25%;
    padding-right: 1rem;
    vertical-align: top;
    float: left;
}
.collect-list .detail-img-wrapper{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
}
.collect-list .detail-img-wrapper img{
    display: block;
    max-width: 100%;
    height: auto;
}
.collect-list .detail-info{
    margin-right: auto;
    width: 81.25%!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    display: inline-block;
    width: 6.25%;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
    float: left;
}
#content .page-title{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.5px;
    margin: 0;
    position: relative;
    z-index: 2;
}
.collect-list .just-watching{
    color: hsla(0,0%,100%,.6);
    font-size: 14px;
    padding-bottom: 1em;
}
.collect-list .description-primary{
    color: #b1afc3;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 0!important;
    padding-top: 15px!important;
    margin-bottom: 15px!important;
}
.collect-list .boxset-detail-item, #content .page-title a{
    color: #fff;
}
.collect-list .boxset-detail-item svg{
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    overflow: hidden;
}
.collect-list .boxset-detail-item span {
    margin-right: 30px;
}
.collect-list .ui.icon.button, .ui.icon.buttons .button{
    padding: .78571429em;
}
.collect-list .ui.button.icon{
    padding: 0 10px;
}
.collect-list .ui.button{
    cursor: pointer;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2;
    text-transform: none;
    text-shadow: none;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
    will-change: "";
    -webkit-tap-highlight-color: transparent;
}
.collect-list .ui.button{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 600;
    font-size: 12px;
    min-height: 0;
    margin: 0;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-appearance: none;
    white-space: nowrap;
}
.collect-list .ui.secondary{
    border: 1px solid #6d7080;
    line-height: 33px;
}
.collect-list .action-button-group .button{
    margin-right: 5px;
}
.collect-list .ui.secondary.button, .ui.secondary.buttons .button{
    background-color: #1b1c1d;
    color: #fff;
    text-shadow: none;
    background-image: none;
}
.collect-list .ui.secondary.button{
    box-shadow: inset 0 0 0 0 rgb(34 36 38 / 15%);
}
.collect-list .ui.secondary.button{
    background-color: transparent;
    color: #fff;
}
.collect-list .ui.button.icon .mofycon{
    position: inherit;
    top: auto;
    margin-left: 0;
    margin-right: 0;
    fill: #fff;
    width: 14px;
    height: 16px;
}
.collect-list .ui.facebook.button{
    background-color: #3b5998;
    color: #fff;
    text-shadow: none;
    background-image: none;
    box-shadow: inset 0 0 0 0 rgb(34 36 38 / 15%);
}
.collect-list .ui.twitter.button{
    background-color: #55acee;
    color: #fff;
    text-shadow: none;
    background-image: none;
    box-shadow: inset 0 0 0 0 rgb(34 36 38 / 15%);
}
.collect-list .ui.green.button, .ui.green.buttons .button{
    background-color: #21ba45;
    color: #fff;
    text-shadow: none;
    background-image: none;
}
.collect-list .action-button-group .button:last-child{
    margin-right: 0;
}
.collect-list .ui.green.button{
    box-shadow: inset 0 0 0 0 rgb(34 36 38 / 15%);
}
.collect-list .new-series{
    overflow: hidden;
    background: 0 0;
    margin: 0;
}
.collect-list .new-series .ns-wrapper{
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}
.collect-list .poster{
    overflow: hidden;
    transition: transform .1s linear;
}
.collect-list .poster.poster-md{
    overflow: visible;
}
.collect-list .series-list-all.continue-watching .segment-poster .poster.poster-md{
    border-radius: 10px;
    background: #181a25;
}
.collect-list .series-list-all .segment-poster{
    padding: 5px!important;
}
.collect-list .series-list-all .segment-poster .poster.poster-md .poster-media{
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}
.collect-list .poster.poster-md .poster-media{
    position: relative;
}
.collect-list .series-list-all .segment-poster .poster.poster-md .poster-media a{
    display: block;
}
.poster-media a {
  padding:  0px !important;
}
.segment-poster-h > .poster-md a {
  padding: 0px !important;
}
.segment-poster-h  .poster-subject p {
  line-height: 20px;
  font-size: .85em !important;
}
.collect-list .poster.poster-md .poster-media img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px 5px 0 0;
}
.collect-list .series-list-all .segment-poster .poster.poster-md .poster-media img{
    transition: .2s linear;
    padding: 0px !important
}
.collect-list .series-list-all.continue-watching .segment-poster .poster.poster-md .poster-subject{
    background: #181a25;
    border-radius: 0 0 10px 10px;
    position: unset;
}
.collect-list .new-series .segment-poster.swiper-slide2 .poster.poster-md .poster-subject{
    margin-bottom: 0;
}

.collect-list .poster.poster-md .poster-subject{
    height: 65px;
    padding: 10px 15px;
    background: #181a25;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}
.collect-list .segment-title{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-weight: 600;
    font-size: 21px;
    padding-top: 50px;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: -.41px;
}
.collect-list .series-list-all .segment-poster .poster.poster-md .poster-subject{
    background: linear-gradient(180deg,transparent 0,#171a27) 20%;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 2;
}
.collect-list .series-list-all .segment-poster .poster.poster-md .poster-subject a{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    padding: 12px 16px;
}
.collect-list .series-list-all .segment-poster .poster.poster-md .poster-subject a h4{
    color: #fff;
    margin: 0;
}
.collect-list .series-list-all.continue-watching .segment-poster .poster.poster-md .poster-subject h4{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.collect-list .truncate{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.collect-list .description-quaternary{
    color: #9291a0;
    font-size: 11px;
    line-height: 19px;
}
.collect-list .dark-segment>ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 10px;
}
.collect-list .dark-segment>ul .segment-poster{
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}
.collect-list .dark-segment>ul .segment-poster.segment-poster-h{
    width: 100%;
}
.collect-list .poster.poster-md{
    overflow: visible;
}
.collect-list .poster.poster-md.poster-h{
    display: flex;
    padding-bottom: 20px;
}
.collect-list .poster.poster-md .poster-media{
    position: relative;
}
.collect-list .poster.poster-md.poster-h .poster-media{
    max-width: 100px;
    min-width: 100px;
}
.collect-list .poster.poster-md .poster-media img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px 5px 0 0;
}
.collect-list .poster.poster-md.poster-h .poster-media img{
    border-radius: 5px 0 0 5px;
}
.collect-list .poster.poster-md .poster-subject{
    height: 65px;
    padding: 10px 15px;
    background: #181a25;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}
.collect-list .poster.poster-md.poster-h .poster-subject{
    height: auto;
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
    border-radius: 0 5px 5px 0;
}
.collect-list .poster.poster-md .poster-subject h2{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 18px;
    font-weight: 500;
    margin: 3px 0 2px;
    font-size: 15px;
    min-width: 0;
    padding-right: 10px;
    color: #fff;
}
.collect-list .poster.poster-md .poster-subject a:hover h2{
    color: #fbc607;
}
.collect-list .poster.poster-md .poster-subject .poster-meta.inline{
    display: flex;
}
.collect-list .poster.poster-md .poster-subject .poster-meta{
    margin: 0;
    color: #6d7080;
    line-height: 18px;
}
.collect-list .poster.poster-md .poster-subject .poster-meta .genres, .poster.poster-md .poster-subject .poster-meta .genres a{
    color: #6d7080;
}
.collect-list .poster.poster-md .poster-subject .poster-meta .rating{
    font-size: 13px;
    color: #fbc607;
    display: inline-block;
}
.collect-list .poster.poster-md .poster-subject .poster-meta .rating .mofycon{
    position: relative;
    fill: #fbc607;
    width: 13.8px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    bottom: -2px;
}
.collect-list .poster.poster-md.poster-h .poster-subject .poster-overview{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #6a6883;
    padding-top: 10px;
    overflow: hidden;
}

@media (max-width: 992px){
    .collect-list.content{
        overflow-x: hidden;
        padding-top: 75px;
    }
   .collect-list .detail-grid{
        display: flex;
        flex-direction: column;
    }
    .collect-list.detail-img{
        width: 100% !important;
    }
    .collect-list.detail-info{
        width: 100% !important;
    }
   .collect-list .boxset-detail-item svg{
        flex-shrink: 0;
    }
   .collect-list .boxset-detail-item span{
        margin-right: 10px ;
    }
   .collect-list .boxset-detail-item span:last-child{
        margin-right: 10px;
    }
}
.wrapper-inner {
  overflow: hidden;
}
