:root {
    --primary-color: #ffb400;
    --primary-color-hover: #ca162c;
    --max-width: 1440px;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    margin: 0;
    background-color: #282b35;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*::after,
*::before {
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
[hidden],
script,
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
    overflow-y: auto;
}
a {
    background: transparent;
    text-decoration: none;
    color: #ffb400;
}
a:focus {
    outline: none;
}
a:active,
a:hover {
    color: var(--primary-color);
    outline: none;
}
p a {
    text-decoration: underline;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    color: transparent;
    width: auto;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
body .site-header a:not(:hover) {
    color: #ccc;
}
body .site-header a:not(:hover)[class*="current-"] {
    color: var(--primary-color);
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.hidden-tag {
    display: none;
}
a,
.t-animate {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.flex,
.dfl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.gap40 {
    gap: 40px;
}
.gap60 {
    gap: 60px;
}
.mg0 {
    margin: 0;
}
.pd0 {
    padding: 0;
}
.lst-none {
    list-style: none;
}
a.logo {
    line-height: 1;
}
.logo img {
    max-width: 160px;
}
.wapper,
.archive-mangas,
.mg-breadcrumb,
.single-manga-info,
.box {
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}
.mg-intro {
    margin-bottom: 20px;
}
.archive-mangas {
    margin-bottom: 40px;
    background: transparent;
    padding: 5px 15px 15px 15px;
    margin-top: 15px;
    border-radius: 4px;
}
.popular-section {
    margin-bottom: 30px;
}
body .single-manga-chapter {
    padding-top: 30px;
}
.chapter-list-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.single-manga-chaps {
    position: relative;
}
.single-manga-chaps .btn-reverse-order {
    position: absolute;
    top: -5px;
    right: 2px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.single-manga-chaps .btn-reverse-order svg {
    fill: rgb(244, 67, 54);
}
.bg-info {
    background-color: #ECEDEF;
    padding: 30px 0 50px 0;
}
.item-nav {
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    line-height: 2.5;
    color: #f5f5f5;
    text-transform: uppercase;
    text-decoration: none;
}
.item-nav[class*="current-"],
.item-nav:hover {
    color: var(--primary-color);
    text-decoration: none;
}
.nav-pc-bot a {
    color: #d1d1d1;
    line-height: 60px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
.nav-pc-bot a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
.nav-pc-bot ul li .child-list {
    top: 60px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 10px 20px;
    background: #041629;
    border-top: 2px solid rgba(255, 255, 255, .1);
    border-bottom: 2px solid var(--primary-color);
}
.nav-pc-bot ul li .child-list a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    padding: 10px 0 12px 0;
    line-height: 1;
}
.nav-pc-bot ul li:hover .child-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 20px;
}
.wrapper {
    width: var(--max-width);
    max-width: 100%;
    padding: 0px;
    margin: 0px auto;
}
.header__top {
    background: #16181d;
    padding: 10px;
}
.header__top img.custom-logo {
    max-width: 160px;
}
.header__top .nav-pc {
    flex-grow: 1;
}
.header__bot {
    background: #16181d;
    border-top: solid 1px #4b4b4b;
    height: 46px;
    padding: 0px 10px;
}
.site-content {
    padding: 0 10px;
    min-height: 70vh;
}
.site-footer {
    background-color: #06121e;
    padding: 20px 10px;
}
.jsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav-pc-footer a {
    font-size: 14px;
    color: #d1d1d1;
}
.h-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
}
.h-icons a {
    text-decoration: none;
}
.h-icons a:hover {
    color: var(--primary-color);
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #efefef;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.manga-slick:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**
 * Rating
 */
.jq-stars {
    display: inline-block;
}
.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}
.jq-star {
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}
.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}
.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}
.star-rate {
    margin: 15px 0 15px -3px;
}
.star-rate-inner {
    gap: 10px;
}
.star-rate-item {
    line-height: 1;
    gap: 10px;
    margin-left: -3px;
    margin-top: 5px;
}
.avgrate {
    color: #333;
    font-weight: bold;
    position: relative;
    top: 2px;
}
.avgrate-single {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.rate-thank {
    color: var(--primary-color);
    font-style: italic;
    font-size: 12px;
}

/**
 *CSS Global
 */
a:hover {
    color: var(--primary-color);
}
.text-center {
    text-align: center;
}
p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.manga-acts-item {
    gap: 20px;
    margin-top: 25px;
}
.manga-acts-item .btn {
    height: 35px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    padding: 0 15px;
}
.manga-acts-item .btn:hover {
    background-color: var(--primary-color-hover);
}

/** Popular Manhwa **/
.nav-sortby {
    font-size: 14px;
    text-transform: initial;
    font-weight: 500;
    gap: 10px;
}
.nav-sortby .nav-sortby-item {
    color: #555;
}
.nav-sortby .nav-sortby-item:hover,
.nav-sortby .nav-sortby-item.active {
    color: var(--primary-color);
}
.manga-posts-list {
    gap: 10px;
}
.nav-sortby .nav-sortby-item.active:hover {
    text-decoration: line-through;
}
.manga-slick.slick-initialized {
    margin-left: -5px;
    margin-right: -5px;
}
.manga-slick.slick-initialized .manga-item {
    padding: 0 5px;
}
.manga-tit {
    /* display: block; */
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #e1e1e1;
}
.manga-tit:hover {
    color: var(--primary-color);
}
.page-nav {
    margin-bottom: 50px;
}
.page-nav .page-numbers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 100%;
    gap: 7px;
    padding: 0;
    list-style: none;
}
.page-nav .page-numbers a,
.page-nav .page-numbers span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-nav .page-numbers a:hover,
.page-nav .page-numbers span.current{
    background-color: var(--primary-color);
    color: #fff;
}
.manga-photo{
    display: block;
    position: relative;
    background-position: 50% 50% !important;
    background-size: cover !important;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding-top: 150%;
}
.manga-photo img {
    display: block;
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.manga-archive {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    gap: 30px 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
}
.manga-archive .manga-item {
    width: 16.6667%;
    padding: 0 10px;
}

/**
 * Single Manga
 */
.single-manga-page {
    background-color: #282b35;
    color: #dfdfdf;
}
.single-manga-page .h-manga-title{
    color: #dfdfdf;
}
.single-manga-page.single-manga-chapter {
    background-color: #222;
    color: #ddd;
}
.manga-info.dfl {
    gap: 15px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.manga-info-left {
    width: 250px;
    min-width: 250px;
    padding: 15px;
    background: rgba(255, 255, 255, .5);
}
.manga-info-left img {
    width: 100%;
}
.manga-info-right {
    background-color: rgba(255, 255, 255, .5);
    padding: 20px 30px 30px;
    flex-grow: 1;
}
.manga-info-item {
    gap: 5px 10px;
    margin-top: 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.manga-info-item h5 {
    font-size: 14px;
    float: left;
    color: #333;
    min-width: 90px;
    font-weight: 500;
    margin: 0;
}
.mg-info-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.manga-info-item p,
.manga-info-item a {
    line-height: 1.5;
    color: #333;
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 14px;
}
.manga-info-item a:hover {
    color: var(--primary-color);
}
.manga-info-main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0 20px;
}
.manga-info-list {
    width: 70%;
}
.manga-second {
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    gap: 15px;
}
.box {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-manga-sum{
    color: #dfdfdf;
    text-align: center;
}
.box.manga-related {
    margin-bottom: 0;
    padding-bottom: 50px;
}
h1.archive-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 10px 0;
}
.h-manga-title {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #e1e1e1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    border-left: solid 3px #408bea;
    padding-left: 10px;
}
.box p {
    margin-top: 10px;
    font-size: 14px;
}
.box p.newest-chapter {
    margin-top: 0;
    color: #999;
}
.manga-chapters a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 10px 0px;
    color: #888;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
}
.manga-chapters a .chapter-name {
    font-weight: 500;
    color: #333;
}
.manga-chapters a:hover * {
    color: var(--primary-color);
}
.manga-chapters {
    max-height: 370px;
    overflow: hidden;
}
.manga-chapters .chapter-date {
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ct-update-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.manga-chapters .ct-update-item {
    margin-bottom: 3px;
}
.manga-chapters.auto-h {
    max-height: initial;
}
h1.mana-info-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    color: #dfdfdf;
}
.show-more-chaps {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
    font-weight: 600;
}
.related-items {
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto;
}
.related-item {
    gap: 10px;
    min-width: 200px;
}
.related-item-thumb img {
    width: 70px;
    height: auto;
}
.related-item-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: inherit;
    line-height: 1.5;
    display: block;
}
.related-item-title:hover,
.intro-chapter p b {
    color: var(--primary-color);
}
.mg-breadcrumb {
    text-transform: capitalize;
    margin: 15px 0;
    font-size: 12px;
    color: #dfdfdf;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #4b4b4b;
    padding-bottom: 15px;
}
.title-chapter {
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.manga-actions {
    gap: 20px;
}
.manga-bookmark,
.manga-comment-anchor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}
.mg-tip {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.intro-chapter {
    color: #999;
    margin-bottom: 25px;
}
.reading-img {
    margin: 30px auto;
}
.reading-content p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 0;
}
.nav-chapter-top {
    position: sticky;
    top: 0;
    background-color: #222222;
    margin: 0 -10px;
    padding: 1px 10px;
}
.nav-chapters-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
}
.nav-chapters-left {
    position: relative;
}
.nav-list-chaps {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 35px;
    background-color: #efefef;
    border: 1px solid #efefef;
    color: #333;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
}
.nav-chapters-right {
    gap: 10px;
}
.btn.nav-next-prev,
.btn.nav-next-prev:visited {
    height: 35px;
    border-radius: 5px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    text-transform: capitalize;
    font-size: inherit;
    font-weight: normal;
}
.btn.nav-next-prev:hover {
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}
.nav-prev-chap svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-prev-chap {
    padding: 0 20px 0 15px;
}
.nav-next-chap {
    padding: 0 15px 0 20px;
}
.mg-chaps-item-wrap {
    margin-top: 12px;
}
.mg-chaps-item {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: #555;
    margin-bottom: 8px;
}
.mg-chaps-item:last-child {
    margin-bottom: 0;
}
.mg-chaps-item a {
    display: block;
    padding: 2px 10px;
    background: #ebebeb;
    color: #666;
    border-radius: 10px;
}
.mg-chaps-item a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/**
 * Search
 */
.search_responsive {
    position: relative;
    float: left;
    width: 440px;
    padding: 5px 0px 5px 55px;
}
form.form-resp-ab {
    width: 100%;
    float: left;
    position: relative;
}
form.form-resp-ab input[type=text] {
    width: 335px;
    padding: 7.8px;
    font-size: 18px;
    color: #ffffff;
    background: #282b35;
    border: 0;
    border-radius: 4px;
}
button.search-button {
    width: 44px;
    height: 37px;
    background: url(../assets/search_2.svg) #282b35 no-repeat 7px;
    background-size: 32px;
    color: white;
    border: 0;
    top: 0;
    right: 1px;
    position: absolute;
    cursor: pointer;
    border-radius: 4px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}
.mg-form-search-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.mg-toggle-search {
    position: relative;
    width: 25px;
    height: 25px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: none;
}
body.mg-searching .mg-toggle-search:before,
body.mg-searching .mg-toggle-search:after {
    content: "";
    width: 20px;
    height: 0px;
    position: absolute;
    top: 11px;
    left: 3px;
    border-top: 2px solid #fff;
}
body.mg-searching .mg-toggle-search:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.mg-searching .mg-toggle-search:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.mg-searching .mg-toggle-search svg {
    display: none;
}
body.mg-searching .mg-form-search-wrap {
    height: 115px;
    visibility: visible;
    opacity: 1;
}
form.mg-form-search {
    width: 100%;
    max-width: 780px;
    padding: 0 10px;
    margin: auto;
}

form input[name=s]:focus-visible {
    outline: none;
}
.mg-submit-s {
    font-size: 15px;
    font-weight: 500;
    padding: 0 28px;
    border: none;
    color: #fff;
    background: #0f2133;
    cursor: pointer;
    outline: none !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: inherit;
}
.site-main {
    min-height: 75vh;
}
.dark-bg {
    background-color: #222;
    color: #ddd;
}
.dark-bg .h-manga-title,
.single-manga-page.single-manga-chapter .h-manga-title {
    color: #ddd;
    border-color: #ddd;
}
.dark-bg .mg-breadcrumb,
.dark-bg .title-chapter,
.dark-bg .related-item-title {
    color: #ddd;
}
.ul-mobile-menu .home-item svg {
    display: none;
}
.menu-vid {
    padding: 5px 10px 6px 10px;
    border: 1px dashed;
}
.nav-mobile-wrap,
.mg-overlay {
    display: none;
}
.nav-mobile {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    text-align: left;
    max-height: 100%;
    width: 500px;
    max-width: 85%;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.nav-mobile.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nav-mobile-top-line {
    margin-top: 0;
    height: 45px;
    min-height: 45px;
    display: block;
    width: 100%;
    background-color: #0f2133;
}
.nav-mobile-close {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 9;
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.nav-mobile.active .nav-mobile-close {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.mg-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background-color: rgba(0, 0, 0, .7);
    cursor: pointer;
}
.mg-overlay.active {
    display: block;
}
.ul-mobile-menu {
    padding-left: 0;
    margin: 0;
    flex-grow: 2;
    overflow-y: auto;
}
.ul-mobile-menu > li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.ul-mobile-menu > li > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px;
    color: #333;
    font-size: 100%;
    text-transform: none;
    font-weight: 500;
}
.ul-mobile-menu .child-list {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    background-color: #efefef;
}
.ul-mobile-menu .child-list > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 20px;
    color: #333;
    font-size: 100%;
    text-transform: none;
    font-weight: 500;
    border-top: 1px solid #fff;
}
.ul-mobile-menu .child-list > a[class*="current-"] {
    color: var(--primary-color);
}
.ul-mobile-menu .nasa-open-child {
    display: none;
}
.c-new-tag {
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url(./new.gif) center center no-repeat;
}
.manga-archive-bookmark {
    margin-top: 20px;
    gap: 30px 0;
}
.remove-bookmark {
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 0;
    color: transparent;
    background: #e53427;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 5px;
    right: 15px;
    z-index: 5;
}
.remove-bookmark:before,
.remove-bookmark:after {
    content: "";
    width: 11px;
    height: 0px;
    position: absolute;
    top: 14px;
    left: 10px;
    border-top: 2px solid #fff;
}
.remove-bookmark:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.remove-bookmark:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mg-back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
    visibility: hidden;
    opacity: 0;
    color: #333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#mg-back-to-top.mg-show {
    visibility: visible;
    opacity: 0.9;
}
#mg-back-to-top.mg-show:hover {
    opacity: 1;
    color: #333;
}
form .mg-search-mangas {
    width: 100%;
    max-width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 0 10px;
    background-color: #ebebeb;
    border: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: inherit;
}
@media (max-width: 1241px) {
    .site-main > *,
    .tags-footer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .manga-archive {
        padding: 0 5px;
    }
    .manga-archive .manga-item {
        padding: 0 5px;
    }
}

/**
 * For Desktop
 */
@media (min-width: 1130px) {
    .manga-slick:not(.slick-initialized)[data-cols="6"] > *:nth-child(n+7),
    .manga-slick:not(.slick-initialized)[data-cols="5"] > *:nth-child(n+6),
    .manga-slick:not(.slick-initialized)[data-cols="4"] > *:nth-child(n+5) {
        display: none;
    }
}

@media (max-width: 1129px) {
    .manga-info.dfl {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 960px) {
    form.form-resp-ab {
        display: none;
        border-radius: 0;
        border-bottom: 1px solid #e1e0e0;
        background: #f5f7fa;
    }
    .mg-toggle-search{
        display: block;
    }
}
/**
 * For tablet
 */
@media (min-width: 768px) and (max-width: 1129px) {
    .manga-slick:not(.slick-initialized)[data-cols_medium="4"] > *:nth-child(n+5),
    .manga-slick:not(.slick-initialized)[data-cols_medium="3"] > *:nth-child(n+4) {
        display: none;
    }
    .manga-archive .manga-item {
        width: 25%;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    .manga-archive .manga-item {
        width: 33.3333%;
    }
}
@media (max-width: 519px) {
    .manga-archive .manga-item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .manga-slick:not(.slick-initialized)[data-cols_small="2"] > *:nth-child(n+3) {
        display: none;
    }
    .manga-info-main {
        flex-direction: column;
    }
    .manga-info-list,
    .manga-status {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (min-width: 1001px) {
    .mobile_toggle {
        display: none;
    }
}
@media (max-width: 1000px) {
    .nav-pc-main,
    body .header__bot {
        display: none;
    }
    body.mg-searching .mg-form-search-wrap {
        height: 85px;
    }
    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .nav-mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        gap: 3px 0;
    }
    .nav-mobile-wrap {
        display: block;
    }
}
@media (max-width: 857px) {
    .h-manga-title {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}