<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; output {
    display: list-item;
    list-style: none;
}

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

.c-breadcrumb-wrapper,
.profile-manga {
    background-image: url("/image/background_comic.webp");
    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;
}

.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;
}

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

.search__area {
    display: flex;
    align-items: center;
    max-width: 328px;
}

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

.search__area .search_input {
    height: 45px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: white;
    border-radius: 16px;
    border: 1px black solid;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.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: 'Pridi', serif;
    font-weight: 700;
    word-wrap: break-word;
}

.sign-up {
    color: white;
    font-size: 14px;
    font-family: 'Pridi', serif;
    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;
}

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

.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-section1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-menu__mobile {
    display: none;
}

.footer-copyright {
    width: 100%;
    height: 100%;
    background: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.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: white;
    font-size: 36px;
    font-family: 'Pridi', serif;
    font-weight: 700;
    text-transform: capitalize;
    word-wrap: break-word;
}

.footer-section-1 span:nth-child(2) {
    width: 100%;
    text-align: center;
    color: white;
    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/footer-background-image.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.webp');
    height: 320px;
    flex-shrink: 0;
}

.site-genres {
    padding-top: 80px;
}

.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 */
}

.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: 'Pridi', serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    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: #ED1C25 !important;
}

.tab-wrap .c-nav-tabs ul.c-tabs-content li.active a {
    color: #ED1C25 !important;
    border-bottom: 2px solid #ED1C25 !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;
}

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

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

.genres-detail {
    background-image: url('../../image/background_category.webp');
    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: 16px;
    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, #ED1C25);
    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;
}

.chapter-detail {
    margin-top: 20px;
}

span.post-on.font-meta {
    color: #666666;
    text-align: right;
    font-family: 'Pridi', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    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 {
    width: 140px;
}

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

.genres_wrap .font-heading {
    background: var(--color-primary, #ED1C25);
    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: 'Pridi', serif;
    font-weight: 500;
    text-transform: capitalize;
    text-wrap: nowrap;
    line-height: 37.2px;
}

.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: #ED1C25;
    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: 'Pridi', serif;
    font-size: 13px! important;
    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;
}

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

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

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

.top-day-container-comics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
}

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

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

.top-day-content {
    max-width: calc(100% - 30px - 103px);
    width: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.container-comics-all {
    display: flex;
}

.btn-link {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
}

.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;
}

.top-day-heading {
    color: black;
    font-size: 24px;
    font-family: 'Pridi', serif;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    line-height: 36px;

}

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

.load-more-container {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: black;
    width: 114px;
    height: 44px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 11px;
    opacity: 0px;
}

.load-more-container .load-more {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.42px;
}

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

.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 {
    font-size: 16px;
    text-align: left;
}

.title__comic:hover {
    color: #ED1C25;
}

.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: #ED1C25 !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 &gt; ul {
    margin-top: 0;
}

/* Ãp dá»¥ng cho cÃ¡c pháº§n tá»­ cháºµn */
.badge-pos-1:nth-child(even) {
    padding-left: 5px;
    padding-right: 10px;
}

/* Ãp dá»¥ng cho cÃ¡c pháº§n tá»­ láº» */
.badge-pos-1:nth-child(odd) {
    padding-right: 5px;
    padding-left: 10px;
}

.c-blog__heading h5 {
    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: 42px;
    font-family: 'Pridi', serif;
    font-weight: 700;
    word-wrap: break-word;
}

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

.widget-heading h5 {
    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: black;
    font-size: 15px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 24px;
    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;
}

.related-manga img {
    width: 194px;
    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;
}

/* Chapter area  */

.chapter-container {
    background-image: url("../../image/background_comic.webp");
    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: 'Pridi', serif;
    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: #ED1C25;
}

.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 h4 {
    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 &gt; *,
body.reading-manga .c-select-bottom .select-view &gt; * {
    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; /* Chá»‰nh chiá»u cao phÃ¹ há»£p */
    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 :hover {
    background: var(--color-primary, #ED1C25);
    color: var(--color-neutral-1000, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.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: 'Pridi', serif;
    font-weight: 700;
    word-wrap: break-word;
}

.back-button__text {
    text-align: center;
    color: #ED1C25;
    font-size: 18px;
    font-family: 'Pridi', serif;
    font-weight: 700;
    word-wrap: break-word;
}

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

.breadcrumb__title {
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-family: 'Pridi', serif;
    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 &gt; 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(16.66% - 10px);
    margin: 5px;
}
.owl-carousel .slider-item {
    text-align: center;
    padding: 10px;
}

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

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

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

    .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(50% - 10px);
        margin: 5px;
    }
    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;
    }
    .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;
    }
    .site-genres {
        height: 350px;
    }
}

.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;
}
.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 50px;
    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: #ED1C25;
}

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

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

.advanced {
    color: #fff;
}

.active-advanced {
    background-color: #ED1C25;
    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; /* Canh giá»¯a pagination */
    margin: 20px 0;
}

.pagination {
    list-style: none; /* Bá» dáº¥u bullet cá»§a li */
    padding: 0;
    display: inline-block; /* GiÃºp cÃ¡c pháº§n tá»­ bÃªn trong hiá»ƒn thá»‹ inline */
    margin: 0;
}

.pagination li {
    display: inline-block; /* Äáº·t má»—i li náº±m ngang */
    margin-right: 5px; /* Khoáº£ng cÃ¡ch giá»¯a cÃ¡c trang */
    padding: 8px 12px;
    border-radius: 4px;
}

.pagination li.active {
    background-color: #ED1C25;
    color: white; /* MÃ&nbsp;u chá»¯ khi trang hiá»‡n táº¡i */
}

.pagination li.active span.active {
    background-color: #ED1C25;
    color: white; /* MÃ&nbsp;u chá»¯ khi trang hiá»‡n táº¡i */
}

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

.pagination li.disabled a,
.pagination li.active span {
    background-color: #f1f1f1;
    border-color: #dee2e6;
    color: #6c757d; /* MÃ&nbsp;u xÃ¡m cho trang hiá»‡n táº¡i hoáº·c trang khÃ´ng thá»ƒ báº¥m */
}
</pre></body></html>