/* Dark Mode Pagination Styling */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px;
  background-color: #1e1e2f; /* Dark background */
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

.pagination a,
.pagination span {
  text-decoration: none;
  color: #d1d1e0; /* Light text color */
  font-size: 14px;
  padding: 8px 12px;
  border: 1px solid #34344a;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background-color: #34344a; /* Hover effect */
  color: #ffffff;
}

.pagination .current {
  background-color: #3a3a5e; /* Highlight current page */
  color: #ffffff;
  border: none;
  font-weight: bold;
}

.pagination a[aria-label] {
  font-size: 12px;
  opacity: 0.7;
}

.pagination a[aria-label]:hover {
  opacity: 1;
  background-color: #28283d;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .pagination {
    gap: 4px;
  }

  .pagination a,
  .pagination span {
    font-size: 12px;
    padding: 6px 10px;
  }
}

.blox .kln {
    display: flex; /* Aktifkan Flexbox */
    justify-content: center; /* Pusatkan secara horizontal */
    align-items: center; /* Pusatkan secara vertikal */
    height: 100vh; /* Pastikan elemen memenuhi tinggi layar */
    position: fixed; /* Tetapkan posisi tetap di layar */
    top: 0; /* Posisi di atas */
    left: 0; /* Posisi di kiri */
    width: 100%; /* Pastikan elemen memenuhi lebar layar */
    z-index: 9999; /* Pastikan elemen berada di atas elemen lain */
    background-color: rgba(0, 0, 0, 0.5); /* Opsi background transparan */
}

.blox .kln img {
    max-width: 100%; /* Pastikan gambar responsif */
    height: auto; /* Jaga proporsi gambar */
}


.nav_apb {
    margin: 15px 0
}

.nav_apb a {
    background: orange;
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 17px;
    font-weight: 700;
    line-height: 39px;
    margin-right: 5px
}

.listupd {
  padding: 10px;
  overflow: hidden;
}

.listupd.cp {
  margin: -15px;
}

.listupd .lexa {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.listupd .lexa .thumb {
  float: left;
  overflow: hidden;
  max-height: 100px;
  margin-right: 15px;
}

.listupd .lexa .dtl {
  overflow: hidden;
  padding: 10px;
  margin: 0;
  border-bottom: 0;
  background: #f7f7f7;
}

.listupd .lexa .dtl h2 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}

.listupd .lexa .dtl span {
  display: block;
  margin-bottom: 3px;
}

.listupd .lexa .dtl h2 a {
  color: #000;
}

.listupd .lexa .dtl h2 a:hover {
  text-decoration: none;
  color: #0c70de;
}

.listupd .lexa .thumb img {
  max-width: 175px;
}

.listupd .utao {
  float: left;
  width: 33.33333%;
  position: relative;
}

.listupd .utao .uta {
  padding: 15px 10px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #312f40;
}

.listupd .utao .uta .imgu {
  position: relative;
  float: left;
  overflow: hidden;
  height: 105px;
  margin-right: 10px;
  border-radius: 3px;
}

.listupd .utao .uta .imgu img {
  width: 75px;
  height: auto;
}

.listupd .utao .uta .imgu .hot {
  position: absolute;
  top: 3px;
  left: 3px;
  background: #ba291f;
  font-size: 11px;
  font-weight: 700;
  padding: 0 4px;
  padding-top: 2px;
  border-radius: 3px;
  line-height: 15px;
  color: #fff;
}

.listupd .utao .uta .imgu .new {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #ff5e00;
  font-size: 11px;
  font-weight: 700;
  padding: 0 4px;
  padding-top: 2px;
  border-radius: 3px;
  line-height: 15px;
  color: #fff;
}

.listupd .utao .uta .luf {
  overflow: hidden;
}

.listupd .utao .uta .luf h4 {
  margin: 0;
  font-size: .98em;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.listupd .utao .uta .luf ul {
  margin: 0;
  margin-top: 10px;
  padding-left: 15px;
}

.listupd .utao .uta .luf ul li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #0c70de;
}

.listupd .utao .uta .luf ul li a {
  display: block;
  float: left;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listupd .utao .uta .luf ul li span {
  float: right;
  color: #555;
  font-size: 12px;
}

.listupd .utao .uta .luf ul.Manhua li {
  color: #009688;
}

.listupd .utao .uta .luf ul.Manhwa li {
  color: #9d4942;
}

.listupd .utao.styletwo {
  width: 50%;
}

.listupd .utao.styletwo .uta .imgu {
  height: 141px;
  border-radius: 0;
}

.listupd .utao.styletwo .uta .imgu img {
  width: 100px;
}

.listupd .utao.styletwo .uta .luf h4 {
  font-size: 15px;
  font-weight: 500;
}

.listupd .utao.styletwo .uta .luf ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.listupd .utao.styletwo .uta .luf ul li a {
  font-weight: 500;
  color: #999;
}

.listupd .utao.styletwo .uta .luf ul li a:hover {
  color: #fff;
}

.series-gen .listupd {
  padding: 10px 0;
  margin: 0 -7px;
}

.series-gen .tab-pane {
  display: none;
}

.series-gen .tab-pane.active {
  display: block;
}

.bs {
  float: left;
  width: 20%;
}

.bs .bsx {
  position: relative;
  overflow: hidden;
  margin: 10px 7px;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}

.bs .bsx .limit {
  padding: 137% 0 0;
  position: relative;
  overflow: hidden;
  background: #111;
  border-radius: 3px;
}

.bs .bsx .limit .t {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.bs .bsx .limit .b {
  position: absolute;
  bottom: -30px;
  color: #fff;
  z-index: 1;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  background: rgba(34,58,101,.9);
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}

.bs .bsx .limit img {
  width: 100%;
  height: auto;
  top: 0;
  position: absolute;
}

.bs .bsx .limit .t .type {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 11px;
  padding: 1px 5px;
  border-radius: 1px;
  float: left;
  color: #eee;
  background: #673ab7;
}

.bs .bsx .limit .t .ept {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 11px;
  padding: 1px 5px;
  border-radius: 1px;
  float: right;
  color: #222;
  background: rgba(255,255,255,.9);
}

.bs .bsx .limit .t .type.TV {
  background: rgba(14,175,193,.8);
  color: #fff;
}

.bs .bsx .limit .t .type.Movie {
  background: #218c4c;
}

.bs .bsx .limit .t .type.OVA {
  background: #fb3a00;
}

.bs .bsx .limit .b .bt {
  margin: 0 5px;
  font-family: Open Sans,sans-serif;
  font-size: 13px;
}

.bs .bsx .limit .b .bt .tx {
  overflow: hidden;
  height: 36px;
  font-size: 12px;
}

.bs .bsx .limit .b .bt .status {
  margin-top: 5px;
  overflow: hidden;
}

.bs .bsx .limit .b .bt .status span {
  display: inline-block;
  color: #fff;
  background: #0eafc1;
  padding: 2px 6px 2px 8px;
  border-radius: 2px;
  font-size: 12px;
}

.bs .bsx:hover .limit .b {
  bottom: 0;
}

.bs .bsx .limit .b .bt .tx b {
  font-weight: 400;
}

.bs .bsx .limit .bt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: rgba(34,58,101,.9);
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  overflow: hidden;
}

.bs .bsx .limit .bt span.epx {
  display: block;
  float: left;
  margin-left: 10px;
}

.bs .bsx .limit .bt span.sb {
  display: block;
  float: right;
  padding: 0 5px;
  font-size: 11px;
  color: #111;
  text-transform: uppercase;
  background: #d9da17;
}

.bs .bsx .limit .bt span.sb.RAW {
  background: rgba(14,175,193,.8);
  color: #fff;
}

.bs .bsx .tt {
  font-size: .95em;
  margin: 8px 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bs .bsx .limit .ply {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,.51);
}

.bs .bsx .limit .ply .dashicons {
  background: rgba(14,175,193,.8);
  border-radius: 20%;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  width: 40px;
  height: 40px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  margin-top: -20px;
  margin-left: -20px;
  border: 2px solid #2fc5d9;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  line-height: 38px;
  transition: all .3s ease 0;
  -webkit-transition: all .3s ease 0;
  -moz-transition: all .3s ease 0;
}

.bs .bsx .limit .status {
  position: absolute;
  top: 13px;
  left: -22px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 1;
  padding: 2px 18px;
  font-size: 9px;
  background: #de3b3b;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bs .bsx .limit .hot {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #f44336;
  font-size: 13px;
  font-weight: 700;
  padding: 0 5px;
  padding-top: 3px;
  border-radius: 3px;
  line-height: 17px;
  color: #fff;
  z-index: 1;
}

.bs .bsx:hover .limit .ply {
  display: block;
}

.bs .bsx .adds {
  font-size: 13px;
  color: #999;
}

.bs .bsx .adds .rating {
  overflow: hidden;
  font-size: 12px;
  margin-top: 5px;
}

.bs .bsx .adds .rating .rtg {
  float: left;
}

.bs .bsx .adds .rating .rtg a {
  font-size: 14px!important;
}

.bs .bsx .adds .rating i {
  float: right;
  color: #555;
  font-size: 11px;
  margin-right: 2px;
}

.bs .bsx .adds .rating .rtg a:after {
  color: #333;
}

.bs .bsx .adds .rating .rtg a.br-selected:after {
  color: #edb867;
}

.bs .bsx .limit .type {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  color: #efefef;
  background: #0c70de;
}

.bs .bsx .limit .type.Manhua {
  background: #009688;
}

.bs .bsx .limit .type.Manhwa {
  background: #a12e24;
}

.bs .bsx .rating-prc .rtp .rtb {
  font-size: 13px;
  width: 73px;
  margin-right: 5px;
  height: 13px;
}

.bs .bsx .numscore {
  line-height: normal;
}

.bs.styletere .adds {
  color: #666;
}

.bs.styletere .epxdate {
  font-size: 11px;
  margin-top: 3px;
}

.bs.styletere .epxs {
  color: #0c70de;
}

.bs.styletere .bsx .tt {
  font-size: 13px;
}

.bs .bsx .limit .bt span.sb .dashicons {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 19px;
  color: rgba(34,58,101,.9);
}

.chapterbody .bs {
  width: 14.28%;
}

.postbody .ldr .outbx .limit {
  overflow: hidden;
  position: relative;
  padding: 0 0 135%;
  background: #333;
}

.serieslist.pop ul li.topone .limit {
  padding: 52% 0 0;
  position: relative;
  overflow: hidden;
}

.serieslist.pop ul li.topone .limit>img {
  position: absolute;
  top: 0;
  min-height: 175px;
  height: auto;
  width: 100%;
  transform-style: preserve-3d;
}

.serieslist.pop ul li.topone .limit .shadow {
  background-image: url(assets/images/pattern.png)!important;
  background-color: rgba(40,119,182,.28)!important;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.serieslist.pop ul li.topone .limit .bw {
  position: absolute;
  bottom: -2px;
  width: 100%;
  z-index: 1;
  padding: 10px 15px;
  padding-top: 30px;
  padding-left: 55px;
  background: url(assets/images/item-shadow.png) top center repeat;
}

.serieslist.pop ul li.topone .limit .bw .ctr {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: #0c70de;
  color: #fff;
  top: auto;
  bottom: 0;
  height: 52px;
  font-size: 1.2em;
}

.serieslist.pop ul li.topone .limit .bw .imgseries {
  background: 0 0;
  box-shadow: 0 1px 5px #000;
}

.serieslist.pop ul li.topone .limit .bw a,.serieslist.pop ul li.topone .limit .bw span {
  color: #fff;
  line-height: 15px;
}

.ppr li .bor .limit {
  height: 39px;
  overflow: hidden;
}

.ppr li .bor .limit img {
  width: 39px;
  height: auto;
}

@media only screen and (max-width:1080px) {
  .listupd .utao {
    width: 50%;
  }
}

@media only screen and (max-width:978px) {
  .chapterbody .bs {
    width: 20%;
  }

  .chapterbody .bs:nth-child(6),.chapterbody .bs:nth-child(7) {
    display: none;
  }
}

@media only screen and (max-width:715px) {
  .chapterbody .bs {
    width: 25%;
  }

  .chapterbody .bs:nth-child(5) {
    display: none;
  }
}

@media only screen and (max-width:670px) {
  .listupd .utao.styletwo {
    float: none;
    width: auto;
  }

  .series-gen .tab-pane.active .bs:nth-child(4),.series-gen .tab-pane.active .bs:nth-child(5),.bixbox.hothome .bs:nth-child(4),.bixbox.hothome .bs:nth-child(5) {
    display: none;
  }
  
  .bs {
    float: left;
    width: 33.333333%;
  }
}

@media only screen and (max-width:570px) {
  ul.taxindex li,.bxcl ul li,.chapterbody .bs {
    width: 50%;
  }
}

@media only screen and (max-width:500px) {
  .listupd .lexa .thumb {
    float: none;
    overflow: hidden;
    width: 100%;
    max-height: unset;
    margin-right: 0;
  }

  .listupd .lexa .thumb img {
    max-width: unset;
    height: auto;
    width: 100%;
  }

  .listupd .utao {
    float: none;
    width: auto;
    position: relative;
  }
}

@media only screen and (max-width:450px) {
  .series-gen .tab-pane.active .bs:nth-child(4),.bixbox.hothome .bs:nth-child(4) {
    display: block;
  }
  
  .bs {
    float: left;
    width: 50%;
  }

  .bixbox.hothome .bs:last-child {
    display: none;
  }
}
