.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: 0.2em 0.8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d; /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
}

.wpcf7-spinner::before {
    content: "";
    position: absolute;
    background-color: #fbfbfc; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 [inert] {
    opacity: 0.5;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

.wpcf7-reflection > output {
    display: list-item;
    list-style: none;
}

.wpcf7-reflection > output[hidden] {
    display: none;
}

.c-breadcrumb-wrapper,
.profile-manga {
    background-image: url("/image/background_comic.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

.hidden {
    display: none;
}

.textlink-home {
    display: flex;
    gap: 8px;
    flex-flow: wrap;
}

.textlink-home a {
    color: #c1c1c1;
}

@media screen and (max-width: 769px) {
    #container-897aaf5e9a9341f55bc6047ff75cce26
    .container-897aaf5e9a9341f55bc6047ff75cce26__bn-container {
        flex: 1 1 50% !important;
    }
}

.c-header__first {
    background: #272727;
    width: 100%;
    height: 45px;
}

.c-header__content {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 60px;
}

.header_categories {
    display: flex;
    gap: 40px;
}

.header_categories a {
    display: flex;
    gap: 40px;
    text-transform: uppercase;
}

.header_categories_socials {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex: 1;
}

.header_categories_socials .social {
    display: flex;
    gap: 24px;
}

.social-icons {
    display: flex;
    gap: 24px;
    top: 0;
    right: 0;
    height: 100%;
    align-items: center;
    position: absolute;
}

.c-header__first .main-navigation_wrap {
    position: relative;
}

.menu-item-styles {
    color: black;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: uppercase;
    word-wrap: break-word;
    padding: 16px 8px !important;
}

.sub__menu {
    display: flex;
    justify-content: space-between;
}

.search__area {
    display: flex;
    align-items: center;
}

.container-menu_search {
    display: flex;
    gap: 10px;
}

.search__area .search_input {
    height: 45px;
    width: 180px;
    background: white;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.search__area .search_input input:hover {
    background-color: transparent;
}

.search__area input {
    flex: 1;
    color: #666666;
    font-size: 14px;
    word-wrap: break-word;
    border: none !important;
    outline: none;
}

.search__area input:focus {
    background-color: #ffffff;
}

.auth-area {
    width: 100%;
    height: 45px;
    justify-content: end;
    align-items: center;
    gap: 16px;
    display: inline-flex;
}

.sign-in {
    color: black;
    font-size: 14px;
    font-family: Space Grotesk;
    font-weight: 700;
    word-wrap: break-word;
}

.sign-up {
    color: white;
    font-size: 14px;
    font-family: Space Grotesk;
    font-weight: 700;
    word-wrap: break-word;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: black;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}

/* carousel dots  */
.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-dots button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    font-size: 24px;
}
.owl-carousel .owl-dots button.owl-dot.active span {
    background-color: #38B3E8;
    width: 16px;
    height: 16px;
}
.owl-carousel .owl-dots button span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1F1F1F4D;
    display: inline-block;
}

.owl-carousel .owl-dots {
    margin-top: 16px;
}

.main-menu {
    display: flex;
    align-items: center;
    flex: 1;
}

.main-menu__mobile {
    display: flex;
    justify-content: center;
}

.main-navbar__mobile {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.background-section1 {
    background-image: url("../image/background/popular-section.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.comic-item {
    padding: 6px 0;
    gap: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.main-menu__mobile {
    display: none;
}

.footer-copyright {
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
}

.container-footer-s1 {
    background-image: url("../image/background/footer-contact.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    justify-content: center;
}

.footer-section-1 {
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.footer-section-1 span:nth-child(1) {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 36px;
    font-family: "Space Grotesk";
    font-weight: 700;
    text-transform: capitalize;
    word-wrap: break-word;
}

.footer-section-1 span:nth-child(2) {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.footer-email-form {
    width: 100%;
    background: white;
    border-radius: 16px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-email-input {
    flex: 1;
    color: black !important;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 400 !important;
    border: none !important;
    outline: none !important;
    word-wrap: break-word;
    width: 100% !important;
    padding: 16px !important;
}

.footer-contact-button {
    padding: 12px 16px;
    background: black;
    border-radius: 11px;
    color: white;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    margin-right: 4px;
}

.footer-s2-container {
    display: flex;
    justify-content: center;
    background: #121212;
    position: relative;
}

.footer-section-2 {
    height: 348px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-background-image {
    position: absolute;
    background-image: url("../image/background/footer.webp");
    background-position: right;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.footer-menu {
    display: flex;
    gap: 50px;
}

.footer-s2-logo {
    max-width: 445px;
}

.footer-text-info {
    width: 100%;
    color: white;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 22.4px;
    word-wrap: break-word;
    padding: 10px 0 10px;
}

.footer-menu-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 10px;
}

.footer-menu-label {
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
    word-wrap: break-word;
}

.footer-menu-item-child {
    color: white;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: uppercase;
    word-wrap: break-word;
}

.social-icons-footer {
    display: flex;
    gap: 24px;
}

.footer-copyright div {
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 22.4px;
    word-wrap: break-word;
}

/* category */
.site-genres {
    background-image: url(../image/breadcrumb-image.png);
    height: auto;
    flex-shrink: 0;
    padding-top: 80px;
    padding-bottom: 60px;
}

.title-genres {
    color: #000;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title-genres-detail {
    color: var(--color-neutral-600, #666);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 24px */
    text-align: center;
    margin: 0px auto 8px auto;
    padding: 0px 10px;
}

@media (min-width: 1025px) {
    .title-genres-detail {
        max-width: 70%;
        line-height: 40px;
    }
}

.n-breadcrumb {
    text-align: center;
}

.n-breadcrumb span {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 5px;
}

.item-title.h4 {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 10px;
}
.tab-wrap .c-nav-tabs {
    float: none !important;
}

.tab-wrap .c-nav-tabs span {
    padding: 8px 10px 9px;
    text-transform: none;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.tab-wrap .c-nav-tabs ul.c-tabs-content li a {
    padding: 15px 10px 9px;
    position: relative;
    display: block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

a:hover {
    color: #f8bc01 !important;
}

.tab-wrap .c-nav-tabs ul.c-tabs-content li.active a {
    color: #f8bc01 !important;
    border-bottom: 2px solid #f8bc01 !important;
}

.site-header .main-navigation.style-1,
.widget-heading,
.widget.background:after,
.c-blog__heading.style-2 i,
.tab-wrap .c-nav-tabs ul.c-tabs-content li.active a:after,
.tab-wrap .c-nav-tabs ul.c-tabs-content li:hover a:after,
.tab-wrap .c-nav-tabs ul.c-tabs-content li a:after,
.related-heading.font-nav,
.c-blog__heading.style-3,
.settings-page .nav-tabs-wrap ul.nav-tabs li.active a,
.off-canvas {
    background: none;
}

.released-search {
    float: right;
    display: flex;
}

.released-search form input[type="text"] {
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid rgba(45, 45, 45, 0.3);
    max-width: 250px;
    margin-left: 16px;
}

.released-search form {
    margin: 0;
}

.released-search form > * {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin: 0
}

.genres-detail {
    background-image: url(../image/background_category.png);
    position: relative;
}

.genres-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(
        to bottom,
    rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0)
            );
    backdrop-filter: blur(5px);
    z-index: 10;
}

.page-item-detail.manga {
    border-radius: 16px;
    background: #fff;
    /* padding: 30px; */
}

body.page
    .c-page-content
    .c-page
    .c-page__content
    .page-content-listing
    .page-listing-item
    .page-item-detail {
    margin-bottom: 30px;
}

body.page
.c-page-content
.c-page
.c-page__content
.page-content-listing
.page-listing-item {
    border-bottom: 0px solid #ebebeb;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.font-title a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.summary-detail {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.kind span {
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--color-primary, #f8bc01);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 3em;
    border-radius: 8px;
    background: #f7f7f7;
    margin-right: 10px;
}

.chapter-detail a {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    float: left;
}

span.post-on.font-meta {
    color: #000;
    text-align: right;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;
    float: right;
}

/* .post-title.font-title {
    min-height: 65px;
} */

body.page
.c-page-content
.c-page
.c-page__content
.page-content-listing
.page-listing-item
.page-item-detail
.item-thumb {
    width: 140px;
}

img.img-responsive.effect-fade {
    min-width: 140px;
}

.kind {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.genres_wrap .font-heading {
    background: var(--color-primary, #f8bc01);
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
}

.genres_wrap .font-heading h5 {
    float: left;
}
.genres_wrap a.btn-genres {
    justify-content: center;
    align-items: center;
    float: none !important;
}

.genres_wrap a.btn-genres {
    border: unset;
}

.row.genres {
    padding: 0px 30px;
}

a.btn.btn-genres.icon.ion-md-arrow-dropdown.float-right {
    margin-left: 10px;
}

.genres_wrap a.btn-genres:hover {
    background-color: unset;
    border-color: #0f0f0f;
    color: #01f8a0 !important;
}

body.page .c-page-content .content-area {
    margin-top: 0px;
}

.popular {
    background: #ffffff;
    margin-top: 40px;
}

.popular-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.widget-heading.font-nav {
    padding: 0px 0px;
}

img.img-responsive.effect-fade.popular-img.ls-is-cached.lazyloaded {
    width: 100%;
}

.popular-title a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.popular .c-sidebar {
    padding: 0px 0 20px;
}

span.see-more-popular {
    float: right;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.genres_wrap .c-blog__heading.style-3.active:after {
    border-top: 0px;
}

.c-genres-block.archive-page {
    background: #ffffff;
}

.entry-title {
    margin: 20px 0px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

body.page:not(.single) .main-col-inner .entry-header .entry-title {
    margin-bottom: 20px;
}
/* category */

.popular-label__tag {
    color: black;
    font-size: 24px;
    font-family: Space Grotesk;
    font-weight: 700;
    text-transform: capitalize;
    text-wrap: nowrap;
}

.popular-pre__next {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.popular-pre-container {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.popular-next-container {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.popular-label__content {
    width: 100%;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #f8bc01;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.popular-label__content div {
    color: white;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
}

.popular-label {
    display: flex;
    gap: 23px;
}

.popular-container-items {
    display: flex;
    justify-content: space-between;
}

.popular-pre-container {
    display: flex;
}

.popular-next-container {
    display: flex;
}

.slider-popular__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.slider__container_body {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: auto;
    gap: 20px;
}

.slider-item {
    min-width: 15%;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chapter-index {
    color: var(--color-neutral-600, #666);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.slider__container1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider__wrapper {
    display: flex;
}

.slider__item {
    flex: 0 0 auto;
    min-width: 299px;
    margin-right: 16px;
}

.slider__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.slider__button--prev {
    left: 0;
}

.slider__button--next {
    right: 0;
}

.slider-container {
    position: relative;
    width: 80%;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    text-align: center;
}

.slide img {
    width: 100%;
    height: auto;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.pagination {
    margin-top: 20px;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

#manga-popular-slider-7 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#manga-popular-slider-7 .item-popular .row {
    flex-wrap: nowrap;
}

.top-day-container {
    background-image: url("../image/background/top-day-section.webp");
}

.top-day-header {
    display: flex;
    justify-content: space-between;
}

.see-more-top-day-wrap {
    display: flex;
    padding-right: 16px;
}

.see-more-top-day {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 600;
}


.comic-item {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 16px;
    padding: 16px;
    gap: 16px;
}

.top-item-wrap {
    display: flex;
    gap: 10px;
}

.top-day-content {
    max-width: calc(100% - 10px - 103px);
    width: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 12px 0;
}

.container-comics-all {
    display: flex;
}

.btn-link:hover {
    text-decoration: none;
}

.item-comic {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.page
.c-page-content
.c-page
.c-page__content
.page-content-listing
.page-listing-item {
    border-bottom: 0;
}

.image-border {
    border-radius: 16px;
}

.navigation-ajax {
    text-align: center;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.main-col-inner {
    padding-bottom: 10px;
}

.chapter-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.chapter-item > span {
    margin-right: 4px;
}

.top-day-heading {
    color: black;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
}

.see-more-top-day div {
    color: black;
    font-size: 16px;
    font-weight: 600;
    word-wrap: break-word;
}

.load-more-container {
    width: 100%;
    /* height: 100%; */
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: black;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.load-more {
    color: white;
    font-size: 16px;
    word-wrap: break-word;
}

.btn-hover:hover {
    background-color: #f8bc01;
}

.chapter-link {
    color: #666666;
    font-size: 13px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
}

.popular-pre-container div {
    color: black;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 500;
    word-wrap: break-word;
}

.popular-next-container div {
    color: black;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 500;
    word-wrap: break-word;
}

.wrap_image_hover {
    overflow: hidden;
    /* height: 400px; */
    border-radius: 16px;
}

.title__comic:hover {
    color: #f8bc01;
}

.img-slider {
    width: 299px;
    height: 400px;
    border-radius: 16px;
}

.img-top-day {
    width: 103px;
    /* height: 148px; */
}

.img-home {
    width: 207px;
    height: 298px;
}

/* Comic area */

.img-comic {
    width: 300px;
    height: 100%;
}

.comic-container {
    display: flex;
    justify-content: start;
    gap: 40px;
}

.wrap-comic {
    padding-top: 120px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1445px;
}

.summary_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.c-btn.c-btn_style-1:hover {
    color: #fff !important;
    background-color: #f8bc01 !important;
}

.rating-detail {
    display: flex;
    gap: 16px;
}

.summary-heading {
    width: 92px;
}

.post-content_item {
    display: flex;
    gap: 16px;
}

.detail-informaion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul {
    margin-top: 0;
}


.c-blog__heading h2 {
    color: black;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
}

.comment-container {
    min-height: 600px;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #f6f6f6;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
}

.comment-title {
    margin-top: 35px;
    color: black;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
}

.chapter-readmore {
    color: black;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: uppercase;
    word-wrap: break-word;
}

.post-title.font-title {
    color: black;
    font-size: 36px;
    font-family: Space Grotesk;
    font-weight: 700;
    word-wrap: break-word;
    margin-top: 0;
}

.summary-heading.content-title {
    color: black;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 600;
    word-wrap: break-word;
}

.widget-heading h2, .summary__content h2 {
    width: 100%;
    color: black;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
}

.c-chapter-title {
    width: 100%;
    height: 100%;
    color: black;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
}

.summary__content p {
    margin: 0;
    width: 100%;
    color: #53575A;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
}

.summary-content-bookmark {
    color: #888888;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    word-wrap: break-word;
}

.summary-content-release a {
    color: #888888;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    word-wrap: break-word;
}

#list-suggest .no-wrap {
    gap: 24px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.related-manga img {
    width: 100%;
    /* height: 279px; */
    object-fit: cover;
    border-radius: 16px;
}

.trending-comic img {
    width: 194px;
    /* height: 279px; */
    object-fit: cover;
    border-radius: 16px;
}

.summary_image img {
    border-radius: 16px;
    aspect-ratio: 75/106
}

/* Chapter area  */

.chapter-container {
    background-image: url("/image/background_comic.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

.back-button {
    margin-top: 35px;
}

#manga-reading-nav-head {
    display: flex;
    justify-content: center;
}

#manga-reading-nav-head .wp-manga-nav {
    max-width: 895px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#manga-reading-nav-head .wp-manga-nav .c-breadcrumb-wrapper {
    padding-top: 0;
}

#manga-reading-nav-head .wp-manga-nav .breadcrumb {
    padding: 0;
    display: flex;
    gap: 24px;
    align-items: center;
}

#manga-reading-nav-head .wp-manga-nav .active {
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: Space Grotesk;
    font-weight: 700;
    word-wrap: break-word;
}

.select-chapter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.single-chapter-select {
    min-width: 136px;
}

.selectpicker_chapter {
    cursor: pointer;
}

.disable-chapter {
    cursor: not-allowed !important;
}

.reading-content-image {
    width: fit-content !important;
}

.c-blog-post .entry-content .entry-content_wrap .read-container {
    display: flex;
    justify-content: center;
}

.action-icon {
    position: absolute;
    top: 0;
    right: -70px;
}

.icon-bookmark {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid rgba(248, 188, 1, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-bookmarked {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid rgba(248, 188, 1, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8bc01;
}

.icon-theme-light {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid rgba(248, 188, 1, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-theme-dark {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    background-color: #5c23b9;
}

.icon-report-chapter {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid rgba(248, 188, 1, 0.3);
    justify-content: center;
    align-items: center;
}

.related-manga h2 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.related-manga {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

select.selectpicker {
    padding: 10px 30px 10px 16px;
    border: none;
    background-color: #ebebeb;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.select-view {
    float: left;
    margin: 0 -3.5px;
}

.select-view > *,
body.reading-manga .c-select-bottom .select-view > * {
    padding: 0 3.5px;
}

.single-chapter-select {
    border-radius: 8px;
    padding: 6px 30px 6px 16px;
    border: none;
}

.action-icon-mobile {
    display: none;
}

.c-selectpicker.selectpicker_chapter label {
    margin-bottom: 0;
}

.chapters_selectbox_holder {
    height: 100%;
}

.selectpicker_chapter {
    height: 100%;
}

.chapter-dropdown-btn {
    height: 100%;
    width: 100%;
    color: var(--color-neutral-1000, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.chapter-dropdown-btn-bottom {
    height: 100%;
    width: 100%;
    color: var(--color-neutral-1000, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.selectpicker_chapter {
    position: relative;
}

.selectpicker_chapter::after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    content: "";
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    background: transparent;
    width: 17px;
    cursor: pointer;
    height: 17px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220%200%2024%2024%22 fill%3D%22none%22%3E%3Cg id%3D%22Huge-icon/arrows/outline/direction-right%202%22%3E%3Cpath id%3D%22Vector%20175%22 d%3D%22M17%2010L12%2014L7%2010%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    pointer-events: none;
}

.chapter-dropdown-content {
    position: absolute;
    display: none;
    padding: 8px 10px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    background: var(--color-neutral-100, #ebebeb);
    top: 45px;
    width: 220px;
    z-index: 111;
    max-height: 500px;
    overflow-y: scroll;
}

.chapter-dropdown-content.show {
    display: flex;
}

.selectpicker_chapter {
    width: 220px;
}

.chapter-item {
    width: 100%;
}

.chapter-item div {
    display: flex;
    padding: 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch;
    border-radius: 4px;
    width: 100%;
    color: var(--color-neutral-1000, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.chapter-item-dropdown {
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    flex: 1;
    width: 100%;
    background: transparent;
}

.chapter-item-dropdown:hover {
    background: var(--color-primary, #f8bc01);
    color: var(--color-neutral-1000, #000) !important;
}

.back-button__inner {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: inline-flex;
}

.back-button__icon {
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.chapter-header_wrap {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.chapter-header_wrap div {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.chapter-header_wrap h1 {
    margin-bottom: 0;
    text-align: center;
    color: black;
    font-size: 42px;
    font-family: Space Grotesk;
    font-weight: 700;
    word-wrap: break-word;
}

.back-button__text {
    text-align: center;
    color: #f8bc01;
    font-size: 18px;
    font-family: Space Grotesk;
    font-weight: 700;
    word-wrap: break-word;
}

a.menu-item-styles.text-dark:hover {
    color: #f8bc01 !important;
}

.breadcrumb__title {
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-family: Space Grotesk;
    font-weight: 700;
    word-wrap: break-word;
}

.breadcrumb_style {
    justify-content: center;
}

.prev_page_icon {
    background: #ebebeb;
    height: initial;
    border-radius: 8px;
    padding: 6px 6px;
}

.next_page_icon {
    background: #ebebeb;
    height: initial;
    border-radius: 8px;
    padding: 6px 6px;
}

.chapter-dropdown-content-bottom {
    position: absolute;
    display: none;
    padding: 8px 10px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    background: var(--color-neutral-100, #ebebeb);
    top: 45px;
    width: 220px;
    z-index: 111;
    max-height: 500px;
    overflow-y: scroll;
}

.chapter-dropdown-content-bottom.show {
    display: flex;
}

@media screen and (max-width: 1560px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (max-width: 1280px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

.items-slide .owl-item {
    height: 400px;
}

@media screen and (max-width: 1025px) {
    .kind {
        white-space: normal;
    }
    .img-home {
        width: 100%;
        height: 100%;
    }
    .img-slider {
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }

    .slider-item {
        min-width: 12%;
        box-sizing: border-box;
        text-align: center;
    }
    .logo svg {
        max-width: 160px;
    }

    .main-navigation .main-menu ul li > a {
        padding: 18px 10px 14px !important;
    }
}

.action_list_icon {
    display: flex;
    align-items: center;
    gap: 24px;
    align-items: center;
    flex-direction: column;
}

.container-image-related {
    max-width: calc(100% / 6 - 16px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* margin: 5px; */
}

.owl-carousel .slider-item {
    text-align: left;
    padding: 10px;
}

.owl-carousel .slider-item img {
    width: 100%;
    /* height: auto; */
    display: block;
}

.owl-carousel .owl-nav button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: none;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dot {
    background-color: #333;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}


@media screen and (max-width: 769px) {
    .font-title.popular-title a {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        line-height: 1.5em;
        max-height: 3em;
        white-space: normal;
    }
    body.reading-manga .entry-header .entry-header_wrap,
    body.reading-manga .c-select-bottom .entry-header_wrap {
        margin: 0;
    }
    .action_list_icon {
        flex-direction: row;
    }
    body.reading-manga .entry-header,
    body.reading-manga .c-select-bottom {
        margin-bottom: 0;
    }

    .action-icon-mobile {
        display: flex;
        justify-content: center;
    }

    .action-icon {
        display: none;
    }
    .related-manga img {
        width: 194px;
        height: 200px;
        object-fit: cover;
    }

    .trending-comic img {
        width: 194px;
        height: 200px;
        object-fit: cover;
    }
    .summary_image {
        align-content: center;
    }
    .summary_content_wrap {
        gap: 20px;
    }
    .post-title.font-title {
        font-size: 30px;
    }
    .comic-container {
        gap: 20px;
    }
    .img-comic {
        height: auto;
    }
    .chapter-detail {
        margin-top: 0px;
    }

    .chapter-detail a {
        font-size: 10px;
        float: none;
    }

    span.post-on.font-meta {
        font-size: 10px;
        float: none;
    }

    .released-search form input[type="text"] {
        max-width: 150px;
        margin-top: 10px;
    }

    .slider-item {
        min-width: 24%;
        box-sizing: border-box;
        text-align: center;
    }

    .top-day-content {
        width: 100%;
    }

    .top-day-container-comics {
        display: flex;
        flex-direction: column;
    }

    .footer-menu-item {
        gap: 10px;
    }

    .footer-menu-item-child {
        font-size: 14px;
    }

    .footer-s2-logo {
        max-width: 320px;
    }

    .footer-text-info {
        padding: 20px 0 30px;
    }

    .c-header__content {
        flex-direction: column;
        gap: 20px;
        padding: 10px 0;
    }

    .c-header__first {
        height: fit-content;
    }

    .c-header__first .main-navigation_wrap {
        position: unset;
    }

    .social-icons {
        display: flex;
        bottom: 0;
        height: fit-content;
        align-items: center;
        position: unset;
        justify-content: center;
        padding: 0 0 10px 0;
    }

    .header_categories {
        flex-wrap: wrap;
        gap: 10px;
    }

    .header_categories a {
        gap: 20px;
    }

    .header_categories_socials {
        gap: 20px;
    }

    .social-icons {
        gap: 12px;
    }

    .footer-section-1 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .items-slide .item {
        height: 200px;
    }
    .wrap_image_hover {
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    .wrap_image_hover {
        overflow: hidden;
        /* height: 300px; */
    }

    .title__comic:hover {
        color: #f8bc01;
    }

    .img-slider {
        width: 299px;
        height: 300px;
        border-radius: 16px;
    }


    body.reading-manga .related-manga {
        margin-bottom: 24px;
        margin-top: 10px;
    }

    #manga-reading-nav-head .wp-manga-nav .breadcrumb {
        gap: 10px;
    }
    #manga-reading-nav-head {
        display: block;
    }
    .footer-section-1 span:nth-child(1) {
        font-size: 28px;
    }
    .container-image-related {
        max-width: calc(33% - 10px);
        margin: 5px;
        gap: 8px;
    }

    .container-image-related .chapter {
        display: flex;
        flex-direction: column;
    }

    body.reading-manga .entry-header .entry-header_wrap .c-breadcrumb {
        margin: 0;
    }
    .trending-comic {
        margin-top: 20px;
    }
    .comment-container {
        min-height: 300px;
    }
    .comment-title {
        margin-top: 20px;
    }
    body.manga-page .listing-chapters_wrap.show .c-chapter-readmore {
        margin-bottom: 10px;
    }
    body.page .c-page-content .c-page .c-page__content .page-content-listing {
        margin-top: 10px;
    }

    body.manga-page .description-summary {
        margin-bottom: 20px;
    }
    .summary_content_wrap {
        gap: 20px;
    }
    .comic-container {
        gap: 20px;
    }
    .detail-informaion .row {
        gap: 16px;
    }

    .post-title.font-title {
        font-size: 24px;
        margin-top: 8px;
    }
    .summary_image img {
        width: 220px !important;
        margin: 0 auto;
    }
    .summary_image {
        align-self: center;
    }
    .comic-container {
        flex-direction: column;
    }

    .wrap-comic {
        padding-top: 60px;
    }
    .popular-label {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }
    .popular-container-items {
        flex-direction: column;
        gap: 10px;
    }

    .slider-item {
        box-sizing: border-box;
        text-align: center;
    }

    .social-icons-footer {
        justify-content: center;
    }

    .footer-s2-logo {
        text-align: center;
    }
    .footer-menu-item-child {
        font-size: 12px;
    }
    .footer-section-2 {
        flex-direction: column;
        height: 100%;
        gap: 10px;
    }

    .footer-menu {
        gap: 30px;
    }

    .footer-copyright div {
        font-size: 12px;
    }

    .sub__menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wrap_branding {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .search__area {
        max-width: 100%;
    }

    .popular-title {
        font-size: 18px;
    }

    span.see-more-popular {
        font-size: 10px;
    }
}

@media screen and (max-width: 321px) {
    .selectpicker_chapter {
        width: 196px;
    }
}

.search {
    flex: 1;
    position: relative;
    z-index: 0;
    border: 0px !important;
}
.advanced {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.huge-icondevicesolidfilter {
    width: 15px;
    position: relative;
    height: 15px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
}
.huge-icondevicesolidfilter-wrapper {
    width: 24px;
    border-radius: 8px;
    background-color: #000;
    height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    box-sizing: border-box;
}
.advanced-parent {
    margin: 0 !important;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 11px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}
.search-parent {
    width: 80%;
    position: relative;
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;
    gap: 10px;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-family: Poppins;
}

.btn-submit-search {
    font-weight: 600;
    width: 100px;
    border-radius: 16px;
    height: 45px;
    margin: 0 5px 0 24px;
    padding: 10px;
    font-size: 16px;
    border: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit-search:hover {
    background-color: #f8bc01;
}

.btn-submit-search-adv {
    font-weight: 600;
    width: 100px;
    border-radius: 16px;
    height: 45px;
    margin: 0 5px 0 50px;
    padding: 10px;
    font-size: 16px;
    border: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit-search-adv:hover {
    background-color: #f8bc01;
}

.advanced-parent:hover {
    background-color: #f8bc01;
    color: #fff;
}

.advanced {
    color: #fff;
}

.active-advanced {
    background-color: #f8bc01;
    color: #fff;
}

.cursor:hover {
    cursor: pointer;
}

@media (max-width: 824px) {
    .search-parent {
        width: 100%;
    }

    .btn-submit-search {
        position: relative;
        left: 75%;
        font-weight: 600;
        width: 100px;
        border-radius: 16px;
        height: 45px;
        margin: 10px 5px 0 0px;
        padding: 10px;
        font-size: 16px;
        border: none;
        background-color: #000;
        color: #fff;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .res{
        margin-top: 20px;
    }
}

.pagination-outline{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-container {
    text-align: center;
    margin: 20px 0;
}

.pagination {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
}

.pagination li {
    display: inline-block;
    margin-right: 5px;
    padding: 8px 12px;
    border-radius: 4px;
}

.pagination li.active {
    background-color: #f8bc01;
    color: white;
}

.pagination li.active span.active {
    background-color: #f8bc01;
    color: white;
}

.pagination li a {
    display: block;
    text-decoration: none;
}

.pagination li.disabled a,
.pagination li.active span {
    background-color: #f1f1f1;
    border-color: #dee2e6;
    color: #6c757d;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-search-res {
    margin-top: 3px;
    position: absolute;
    top: 56px;
    right: 0;
    min-width: 465px;
    z-index: 1000;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#search-form {
    border-radius: 16px;
    background: white;
    border: 1px solid #c3c3c3;
    padding: 2px;
    position: relative;
}

#search-form form {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin: 0;
}

#search-form button {
    border: none;
    background: none;
    padding: 0 16px;
    display: none;
    position: absolute;
    right: 4px;
    top: 16px;
}

.popular-container-mobile {
    display: none;
}

.header-menu-mobile {
    display: none;
}

.comics-desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.comics-mobile {
    display: none;
}

.footer-contact-tele {
    display: none;
}

.footer-keywords {
    display: none;
}

.footer-copyright .text-link {
    display: flex;
}

.list-search-res {
    max-height: 56vh;
    /* min-width: auto; */
    overflow: hidden;
    overflow-y: scroll;
}

.list-search-res .slider-item {
    flex-direction: row;
    padding: 8px 16px;
    border-bottom: 1px solid #c3c3c338;
}

.list-search-res .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.list-search-res .tags span a {
    background: #F7F7F7;
    border-radius: 12px;
    padding: 8px;
}

.list-search-res .chapter.font-meta a {
    color: var(--color-neutral-600, #666);
}

.list-search-res .top-day-content {
    padding: 12px 0;
    flex: 1;
}

.top-day-content .widget-title {
    text-align: left;
}

.site-head, .c-blog-post .wp-manga-nav .site-head, .list-size  {
    /* display: none; */
}

.tags {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.tags span {
    /* padding: 4px 8px;
    color: var(--color-primary, #f8bc01);
    font-size: 13px;
    font-weight: 600;
    line-height: 3em;
    border-radius: 12px;
    background: #f7f7f7;
    margin-right: 10px; */
}

.tags span a {
    padding: 4px 8px;
    color: var(--color-primary, #f8bc01);
    font-size: 13px;
    font-weight: 600;
    line-height: 3em;
    border-radius: 12px;
    background: #f7f7f7;
    margin-right: 10px;
}

.badge-pos-1 .item-summary.item-comic .chapter-item {
    margin-top: 8px;
}

.chapter.font-meta a {
    color: var(--color-neutral-600, #666);
}

.tab-content-wrap #list-comics-by-rows {
    display: none;
}

.tab-content-wrap #list-comics-by-rows.active {
    display: block;
}

.tab-content-wrap #list-comics-by-columns {
    display: none;
}

.tab-content-wrap #list-comics-by-columns.active {
    display: block;
}

.c-blog__heading.style-2 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c3c3c3;
    flex-wrap: wrap;
}

.c-blog__heading.style-2 .released-search {
    display: flex;
    align-items: center;
}

.c-blog__heading.style-2 .c-nav-tabs {
    flex: 1;
}

.c-genres-block.archive-page {
    background-color: transparent;
}

.c-genres-block.archive-page .genres__collapse {
    background-color: white;
    padding-top: 24px;
}

.c-blog__heading.style-3 {
    margin-bottom: 0;
}

#list-comics-by-rows.page-content-listing .page-listing-item .page-item-detail .item-thumb {
    margin-right: 16px;
}

#list-comics-by-rows .page-item-detail.manga {
    display: flex;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 26px;
}

#list-comics-by-rows .page-item-detail.manga .item-summary {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    flex: 1;
    justify-content: space-between;
    overflow: hidden;
}

#list-comics-by-rows .list-chapter .chapter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#list-comics-by-rows .post-title.font-title {
    margin-top: 0;
}

#list-comics-by-rows .list-chapter .chapter a, #list-comics-by-rows .list-chapter .chapter span {
    font-size: 12px;
    color: #A3A3A3;
    cursor: pointer;
}

body.page .c-page-content .c-page .c-page__content .page-content-listing .page-listing-item .page-item-detail {
    margin-bottom: 0;
}

.summary__content p span.content-readmore.mobile {
    display: none !important;
}

.site__footer {
    margin-top: 16px;
}

@media screen and (max-width: 576px) {
    /* hide elements  */
    .blog__content, .search-parent div.advanced span {
        display: none;
    }

    .search-parent div.advanced .huge-icondevicesolidfilter {
        width: 18px;
    }

    .wrap {
        box-sizing: border-box;
        overflow-x: hidden;
    }

    /* header-menu-mobile */
    .main-menu__mobile {
        visibility: hidden;
    }

    .main-navigation_wrap.sub__menu, .c-header__first {
        display: none;
    }

    .main-navigation {
        background: #272727 !important;
    }

    .site-header {
        background-color: #272727;
    }


    .header-menu-mobile {
        background-color: #272727;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 0;
    }

    .header-menu-mobile .btn-actions {
        display: flex;
    }

    .header-menu-mobile .wrap_branding {
        width: auto !important;
    }

    .header-menu-mobile .wrap_branding a img {
        margin: 0 !important;
    }

    .main-menu__mobile.active {
        visibility: visible;
        opacity: 1;
        width: 85%;
        background: white;
    }

    .main-menu__mobile.active h2,
    .main-menu__mobile.active h4,
    .main-menu__mobile.active h6,
    .main-menu__mobile.active p {
        color: black;
    }

    .main-menu__mobile {
        height: 100%;
        width: 25%;
        z-index: 999;
        position: fixed;
        background-color: #fffffff2;
        left: 0;
        top: 0;
        display: flex;
        align-items: start;
        padding: 24px;
        border-right: 1px solid #ebebeb;
        justify-content: start;
        gap: 30px;
        flex-direction: column;
        visibility: hidden;
        transition: .3s ease-in-out;
        opacity: 0;
    }

    .main-menu__mobile-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        flex: 1;
    }

    .menu-item {
        padding: 24px 0;
        border-bottom: 1px solid #C8C8C8;
        list-style: none;
        width: 100%;
    }

    .main-navbar__mobile {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 0;
        width: 100%;
    }

    .c-header__default {
        display: none;
    }

    .c-header__logo {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    button.btn-icon {
        background-color: transparent;
        border: none;
    }

    .buttons {
        display: flex;
        gap: 12px;
        margin-bottom: 16px;
        justify-content: center;
    }

    .buttons .auth-area {
        margin-left: 0 !important;
    }

    .buttons .sign-in,
    .buttons .sign-up {
        display: flex;
        flex: 1;
        border: 1px solid #ebebeb;
        padding: 12px 16px;
        border-radius: 11px;
        justify-content: center;
    }

    /* popular-container */
    .popular-container-items {
        display: none;
    }

    .widget-manga-popular-slider .slider-items {
        padding: 0 0 0 24px;
    }

    .widget-manga-popular-slider .slider-items .slider-item {
        text-align: left;
        justify-content: left;
        /* align-items: flex-start; */
        padding: 0;
    }

    .popular-container-mobile {
        padding: 0 24px;
        display: block;
    }

    .popular-container-mobile .flex {
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
    }

    .popular-container-mobile .flex .popular-label__content {
        display: inline;
        width: auto;
        color: #5a3a00;
    }


    .comic-item {
        padding: 6px 0;
        gap: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    /* top day */
    .comics-mobile {
        display: block;
    }

    .comics-desktop {
        display: none;
    }

    .c-widget-content.style-1 {
        padding: 24px 0 24px 24px;
    }


    .top-day-container-comics .slider-items .owl-item .slider-item.top-item-wrap {
        flex-direction: row;
        padding: 6px 12px;
    }

    .top-day-content .widget-title {
        text-align: left;
    }

    .owl-carousel1.owl-loaded {
        display: block;
    }

    .owl-carousel1 {
        width: 100%;
        z-index: 1;
        position: relative;
    }

    #manga-popular-slider-7 .widget-title, #manga-popular-slider-7 .list-chapter {
        max-width: 172px;
    }

    .wrap_image_hover {
        border-radius: 16px;
        max-height: 245px;
        max-width: 172px;
        border-radius: 16px;
    }

    .c-image-hover, .c-image-hover a img {
        border-radius: 12px;
    }

    /* READ MANGA ONLINE*/
    .container.wrap {
        padding: 24px;
        padding-top: 0 !important;
    }

    .container.wrap > div {
        padding: 0;
    }

    .page-listing-item .row-eq-height {
        margin: 0 -6px;
    }

    .badge-pos-1 {
        padding: 6px !important;
    }
    .badge-pos-1:nth-child(1) {
        padding-left: 0;
    }


    .font-title a {
        font-size: 16px;
    }

    .load-more-container {
        padding: 6px 12px;
    }
    .load-more-container .load-more {
        font-size: 13px;
    }

    /* footer */
    .footer-contact-tele, .footer-keywords {
        width: 100%;;
        margin-top: 28px;
        display: block;
    }

    .footer-contact-tele .footer-menu-item-child:first-child {
        color: gray;
    }

    .footer-section-2.container {
        align-items: start;
    }

    .footer-section-1 {
        margin-bottom: 0;
    }

    .site__footer .bottom__footer > div {
        visibility: visible !important;
    }

    .site__footer .bottom__footer .container-footer-s1, .footer-section-2 .container, .footer-section-2.container {
        padding: 24px;
    }

    .footer-section-2 {
        flex-direction: column;
        height: 100%;
        gap: 10px;
    }

    .footer-menu {
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

    .footer-menu-item {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        gap: 0;
    }

    .footer-menu-item .footer-menu-item-child:first-child {
        display: block;
        width: 100%;
    }

    .footer-menu-item .footer-menu-item-child:first-child span,
    .footer-keywords .footer-menu-item-child:first-child span {
        color: gray !important;
    }

    .footer-menu-item .footer-menu-item-child:last-child,
    .footer-menu > .footer-menu-item-child {
        margin-bottom: 0;
    }

    .footer-menu > .footer-menu-item-child a {
        color: gray !important;
        font-size: 12px;
    }

    .footer-text-info {
        padding: 0;
    }

    .footer-menu-item-child {
        width: 50%;
        margin-bottom: 24px;
    }

    .footer-menu-item-child a {
        font-size: 14px;
    }

    .footer-s2-logo {
        max-width: 445px;
        text-align: left;
    }

    .footer-s2-logo .footer-text-info:nth-child(2) {
        margin-top: 12px;
    }

    .footer-s2-logo img {
        margin: 0;
    }

    .footer-copyright {
        background-color: #1D1D1D;
    }

    .footer-copyright .text-link {
        display: none;
    }

    #search-form-wrap {
        height: 48px;
        visibility: hidden;
        z-index: 999;
        transition: .3s ease-in-out;
        width: 100%;
        position: absolute;
        right: 0;
        display: flex;
        gap: 8px;
        padding: 0 24px;
        align-items: center;
    }

    #search-form-wrap.active {
        visibility: visible;
        opacity: 1;
    }

    #search-form-wrap .back-icon {
        display: flex;
        align-items: center;
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
        justify-content: center;
        border: none;
    }

    /* search suggest modal  */
    #search-form {
        border-radius: 16px;
        background: white;
        display: flex;
        border: 1px solid #F8BC01;
        padding: 2px;
        flex: 1;
    }


    #search-form form {
        display: flex;
        flex: 1;
        justify-content: space-between;
    }

    #search-form button {
        border: none;
        background: none;
        padding: 0 16px;
        position: initial;
        display: none;
    }

    #search-form.active button {
        opacity: 1;
    }

    #search-form .search_input {
        display: flex;
        flex: 1;
    }

    .search-modal {
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #0000008c;
        top: 0;
        left: 0;
        display: none;
        z-index: 999;
    }

    .search-modal.active {
        display: block
    }

    #search-form input {
        border: none;
    }

    #search-form form .list-search-res {
        top: 68px;
        max-height: 56vh;
        overflow: hidden;
        overflow-y: scroll;
        position: fixed;
        border-radius: 16px;
        width: calc(100% - 48px);
        left: 24px;
        min-width: auto;
    }

    .list-search-res .slider-item {
        flex-direction: row;
        padding: 8px 16px;
    }

    .list-search-debounce {
        top: 50px;
        width: 100%;
        padding: 16px;
        height: 50px;
        overflow: hidden;
        z-index: 1001;
        position: absolute;
        background-color: white;
        border-radius: 16px;
    }

    /* list manga by rows or columns */
    .c-blog__head {
        display: flex !important;
        align-items: center;
        flex: 1;
        justify-content: space-between;
    }

    .c-blog__heading.style-2 .c-nav-tabs {
        order: 2;
        width: 100%;
        flex: none;
    }


    .c-blog__heading .released-search form {
        display: none;
    }

    body.page
    .c-page-content
    .c-page
    .c-page__content
    .page-content-listing
    .page-listing-item
    .page-item-detail
    .item-summary
    .list-chapter .chapter-item a {
        color: #666666;
    }

    .chapter-item {
        font-size: 13px;
    }

    .tab-wrap .c-nav-tabs {
        border-bottom: 1px solid gray;
        display: flex;
    }

    .n-breadcrumb {
        display: flex;
        justify-content: center;
        gap: 16px;
        margin-top: 12px;
    }

    #popular-manga {
        display: none;
    }

    .pagination-outline {
        margin-top: 0;
    }

    .pagination li {
        padding: 6px 12px;
    }

    #list-comics-by-rows.page-content-listing .page-listing-item .page-item-detail,
    #list-comics-by-columns.page-content-listing .page-listing-item .page-item-detail
     {
        margin-bottom: 6px;
    }

    #list-comics-by-rows.page-content-listing .page-listing-item .page-item-detail {
        padding: 12px;
    }

    .site-content .site-head {
        padding: 24px;
        display: block;
    }

    .site-genres {
        padding-top: 0;
    }

    .site-genres .title-genres {
        font-size: 38px;
    }

    .site-genres .title-genres-detail {
        font-size: 13px;
    }

    .huge-iconarrowssolidarrow-r-parent {
        display: flex;
        gap: 12px;
        color: #f8bc01;
        font-size: 18px;
        align-items: center;
        position: initial !important;
    }

    .huge-iconarrowssolidarrow-r-parent img {
        width: 24px;
        height: 24px;
    }

    /* comic detail */
    .container.wrap-comic {
        padding: 0 24px;
    }

    .profile-manga.summary-layout-1 .comic-container {
        flex-direction: column;
        align-items: center;
    }

    #init-links {
        display: flex !important;
        justify-content: space-between;
        flex: 1;
        gap: 12px;
    }

    #init-links a {
        display: flex;
        flex: 1;
        justify-content: center;
        margin: 0 !important;
    }

    #init-links a#btn-read-last {
        background-color: #f8bc01;
    }

    .description-summary {
        padding: 0 9px;
    }

    .description-summary p {
        font-size: 14px;
        font-weight: normal;
    }

    .description-summary p span {
        color: #f8bc01;
    }

    .listing-chapters_wrap ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ebebeb;
    }

    .listing-chapters_wrap ul li a {
        padding: 12px !important;
        padding-left: 0 !important;
    }

    .listing-chapters_wrap ul li::after {
        content: none !important;
    }

    .c-page__content .page-content-listing {
        padding: 0 3px;
    }

    .summary__content p span.content-readmore.mobile {
        padding: 0;
        color: #f8bc01;
        font-size: 13px;
        display: inline-block !important;
    }

    .description-summary .c-content-readmore {
        display: none;
    }

    body.manga-page .description-summary {
        margin-bottom: 0;
    }

    .related-manga #list-suggest > div {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow: auto;
    }

    /* img.img-responsive.effect-fade {
        min-width: 140px;
    } */
    .page-item-detail.manga .kind {
        max-height: 75px
    }

    .page-item-detail.manga .kind span {
        line-height: 31px;
    }

    input {
        font-size: 16px !important;
      }

    .back-button {
        display: none;
    }

    .c-breadcrumb-wrapper {
        display: none !important;
    }

    .select-view.select-chapter {
        display: flex !important;
    }

    .entry-header.header .wp-manga-nav:after {
        content: none !important;
    }

    .action-icon-mobile {
        order: 3;
        margin-bottom: 24px;
    }

    .chapter-header_wrap div.huge-iconarrowssolidarrow-r-parent {
        flex-direction: row !important;
    }

    .chapter-header_wrap .site-head {
        padding-left: 9px;
        padding-bottom: 0;
        display: flex !important;
    }

    #chapter-heading {
        margin-top: 0;
    }

    .trending-comic .widget-content .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: 8px;
    }

    .c-blog__heading.style-2 {
        margin-bottom: 24px;
    }

    .c-widget-content.style-1 .widget-heading.font-nav {
        margin-bottom: 17px;
    }

    .trending-comic .item__wrap img {
        min-width: auto;
        height: 127px;
    }

    /* SEARCH ADVANCED */
    .c-search-header__wrapper {
        margin-bottom: 0 !important;
    }

    .search-wrap .c-blog__heading.style-2 i {
        display: none;
    }

    .search-wrap .tab-wrap {
        border-bottom: none !important;
    }

    .search-wrap .result {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .c-page-404 header.entry-header > p {
        padding: 0 32px;
        text-align: center;
    }

    .c-page-404 header.entry-header .error {
        font-weight: 700;
        color: #F8BC01;
    }

    .c-page-404 .entry-footer a.c-btn {
        width: 70%;
        height: 48px;
    }

    .tab-wrap .c-nav-tabs ul.c-tabs-content {
        display: flex;
        flex-wrap: wrap;
    }

    .c-genres-block.archive-page .genres__collapse {
        max-height: 40vh;
        overflow: hidden;
        overflow-y: scroll;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
        border-radius: 6px;
    }

    .background-section1.home {
        height: 130px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 16px 0 !important;
    }

}

.container-title {
    width: 100%;
    max-width: 1445px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1560px) {
    .container-title {
        max-width: 1140px;
    }
}

@media (max-width: 1280px) {
    .container-title {
        max-width: 960px;
    }
}

@media screen and (max-width: 576px) {
    .container-title {
        padding: 0 24px;
    }
}

.h1-index__title {
    all: unset;
    color: black;
    font-size: 24px;
    font-family: Space Grotesk;
    font-weight: 700;
    text-transform: capitalize;
    text-wrap: auto;
}

/* ---- Start Ads Section */
.ads-contain {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2px;
    width: fit-content;
    margin: auto;
    margin-top: 5px;
    position: relative;
}
.ads-contain.list-page,
.ads-contain.info-page {
    width: 100%;
    flex-direction: row;
}
.ads-contain.list-page .banner-owner,
.ads-contain.info-page .banner-owner {
    width: 50%;
    max-width: 50% !important;
    display: block;
}
.ads-contain.list-page .banner-owner img,
.ads-contain.info-page .banner-owner img {
    display: block;
    max-width: 100% !important;
    margin: auto;
}
.ads-contain.info-page {
    width: 1000px;
    margin: auto;
}
.ads-contain.column {
    flex-direction: column;
    align-items: center;
}
.ads-contain.sidebar-fixed {
    position: absolute;
    flex-direction: column;
}
.ads-contain.sidebar-fixed.left {
    top: 0;
    left: 0;
}
.ads-contain.sidebar-fixed.right {
    top: 0;
    right: 0;
}
.ads-contain.sidebar-fixed img {
    max-width: calc(50vw - 500px);
}
.ads-contain .banner-cus {
    width: 300px;
    max-width: 300px;
    max-height: 250px;
    overflow: hidden;
    margin: 0;
}
.ads-contain .banner-cus.column {
    width: 720px;
    height: auto;
    max-width: 720px;
}
.ads-contain .banner-cus.mobile,
.ads-contain .banner-owner.mobile {
    display: none;
}

.show-sps {
    margin-top: 35px;
    position: relative;
}

.fly-ads-chapter-page::after,
.show-sps::after {
    content: var(--ads-text-sps);
    position: absolute;
    top: -30px;
    height: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #373737;
    background-color: #f7f7f7;
}

.fly-ads-chapter-page::after,
.show-sps.chapter::after {
    color: #f5f5f5;
    background-color: #141414;
}

.show-sps.mobile::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .ads-contain {
        flex-direction: column;
        align-items: center;
    }
    .ads-contain.list-page,
    .ads-contain.info-page {
        flex-direction: column;
    }
    .ads-contain.list-page .banner-owner,
    .ads-contain.info-page .banner-owner {
        width: 100%;
        max-width: 100% !important;
    }
    .ads-contain.info-page {
        width: 100%;
    }
    .ads-contain .banner-cus.column {
        width: auto;
        max-width: 100% !important;
    }
    .ads-contain .banner-cus.desktop,
    .ads-contain .banner-owner.desktop {
        display: none;
    }
    .ads-contain .banner-cus.mobile,
    .ads-contain .banner-owner.mobile {
        display: block;
    }
    .ads-contain .banner-cus,
    .ads-contain .banner-owner {
        max-width: 100% !important;
    }
    .ads-contain .banner-cus img,
    .ads-contain .banner-owner img {
        display: block;
        max-width: 100% !important;
    }
    .show-sps.mobile::after {
        display: flex;
    }
}

.ads-contain-v2 {
    max-width: 100%;
    margin: 0 4px 4px 4px;
}
.ads-contain-v2.chapter-layout {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.ads-contain-v2.desktop {
    display: block;
}
.ads-contain-v2.mobile {
    display: none;
}
.ads-contain-v2.show-title-sps {
    margin-top: 35px;
    position: relative;
}
.ads-contain-v2.show-title-sps::after {
    content: var(--ads-text-sps);
    position: absolute;
    top: -30px;
    height: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #373737;
    background-color: #f7f7f7;
}
.ads-contain-v2.show-title-sps.chapter-layout::after {
    color: #f5f5f5;
    background-color: #141414;
}
.ads-contain-v2 .banner-v2 {
    max-width: 100%;
}
.ads-contain-v2 .banner-v2 img {
    display: block;
    max-width: 100% !important;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .ads-contain-v2.mobile {
        display: block;
    }
    .ads-contain-v2.mobile .banner-v2 {
        display: block;
    }
    .ads-contain-v2.desktop {
        display: none;
    }
    .ads-contain-v2.desktop .banner-v2 {
        display: none;
    }
}
/* ---- End Ads Section */

