                                    .marginfas {
                                        margin-right: 5px;
                                    }
                                    
                                    .chapter {
                                        font-size: 13px;
                                        display: block;
                                        margin-bottom: 5px;
                                    }
                                    
                                    .margin_comic {
                                        margin-bottom: 10px;
                                    }
                                    
                                    .backgroud_light {
                                        background-color: #e2e4e8;
                                    }
                                    
                                    .timeupago {
                                        color: gray;
                                        font-style: italic;
                                    }
                                    
                                    a {
                                        color: #9370D8;
                                    }
                                    
                                    a:hover {
                                        color: orange;
                                    }
                                    
                                    small {
                                        color: gray;
                                    }
                                    
                                    .img_detail {
                                        max-height: 280px;
                                        overflow: hidden;
                                        margin: 0 auto;
                                        margin-bottom: 10px;
                                    }
                                    
                                    #myBtn {
                                        display: none;
                                        position: fixed;
                                        bottom: 60px;
                                        right: 15px;
                                        z-index: 99;
                                        font-size: 18px;
                                        border: none;
                                        outline: none;
                                        background-color: rgba(0, 0, 0, 0.2);
                                        color: white;
                                        cursor: pointer;
                                        padding: 15px;
                                        border-radius: 50%;
                                    }
                                    
                                    #myBtn:hover {
                                        background-color: grey;
                                    }
                                    
                                    .background_light {
                                        width: 100%;
                                        height: 100%;
                                        position: absolute;
                                        background: url("https://manhwatop.net/image/background-light.png");
                                        background-size: cover;
                                        background-attachment: fixed;
                                    }
                                    
                                    .background_dark {
                                        width: 100%;
                                        height: 100%;
                                        position: absolute;
                                        background: url("https://manhwatop.net/image/background-dark.jpg");
                                        background-size: cover;
                                        background-attachment: fixed;
                                    }
                                    
                                    .image_page_load {
                                        width: 100%;
                                        height: auto;
                                    }
                                    
                                    .tag {
                                        padding-top: 5px;
                                        padding-bottom: 5px;
                                        padding-left: 10px;
                                        padding-right: 10px;
                                        background-color: #EEEEEE;
                                        border-radius: 20px;
                                    }
                                    
                                    .image {
                                        width: auto;
                                        height: auto;
                                        position: relative;
                                        max-height: 230px;
                                        overflow: hidden;
                                    }
                                    
                                    .card-img-top {
                                        border-radius: 3px;
                                    }
                                    
                                    .comic-title {
                                        overflow: hidden;
                                        color: white;
                                        padding-left: 2px;
                                        padding-right: 2px;
                                        width: 100%;
                                        height: 24px;
                                        background: rgba(0, 0, 0, 0.4);
                                        position: absolute;
                                        bottom: 0px;
                                        border-bottom-left-radius: 4px;
                                        border-bottom-right-radius: 4px;
                                    }
                                    
                                    .delete_history:hover {
                                        color: red;
                                    }
                                    
                                    select {
                                        color: white;
                                    }
                                    
                                    .style_name_top {
                                        overflow: hidden;
                                        width: 100%;
                                        height: 42px;
                                    }
                                    
                                    .new_chapter_view {
                                        color: white;
                                        font-size: medium;
                                    }
                                    
                                    .margin_tag {
                                        margin-bottom: 10px;
                                        margin-right: 5px;
                                    }
                                    
                                    .footer_style {
                                        padding: 10px;
                                        margin-bottom: 35px;
                                    }
                                    
                                    .slick-arrow {
                                        width: 30px;
                                        height: 50px;
                                        /* background-color: rgba(0, 0, 0, 0.3); */
                                        padding-top: 3px;
                                        border-radius: 5px;
                                    }
                                    
                                    .arrow-light {
                                        background-color: white;
                                    }
                                    
                                    .arrow-dark {
                                        background-color: grey;
                                    }
                                    
                                    .slick-arrow:hover {
                                        background-color: white;
                                    }
                                    
                                    .headroom {
                                        position: fixed;
                                        z-index: 9998;
                                        top: 0;
                                        left: 0;
                                        right: 0;
                                        -webkit-animation-duration: 1s;
                                        animation-duration: 1s;
                                        -webkit-animation-timing-function: ease-in-out;
                                        animation-timing-function: ease-in-out;
                                        -webkit-animation-fill-mode: both;
                                        animation-fill-mode: both;
                                    }
                                    
                                    .headroom--unpinned {
                                        top: -80px;
                                        -webkit-transition: .25s;
                                        -o-transition: .25s;
                                        -moz-transition: .25s;
                                        -ms-transition: .25s;
                                        transition: .25s;
                                        -webkit-transform: translateY(-80px);
                                        -o-transform: translateY(-80px);
                                        -moz-transform: translateY(-80px);
                                        -ms-transform: translateY(-80px);
                                        transform: translateY(-80px);
                                    }
                                    
                                    .headroom--pinned {
                                        top: 0;
                                        transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
                                        -webkit-transition: .5s;
                                        -o-transition: .5s;
                                        -moz-transition: .5s;
                                        -ms-transition: .5s;
                                        transition: .5s;
                                    }
                                    
                                    img {
                                        align-self: flex-start;
                                    }
                                    /* =============================== */
                                    
                                    @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
                                    /* html {
    height: 100%;
    width: 100%;
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

body {
    background: linear-gradient(to bottom, #f9fbf7, #C9D8FF);
    height: 100%;
    display: table;
    width: 100%;
    text-align: center;
} */
                                    
                                    .table_center {
                                        display: table-cell;
                                        vertical-align: middle;
                                    }
                                    
                                    .drop-down {
                                        display: inline-block;
                                        position: relative;
                                    }
                                    
                                    .drop-down__button {
                                        background: linear-gradient(to right, #3d6def, #8FADFE);
                                        display: inline-block;
                                        line-height: 40px;
                                        padding: 3px 6px;
                                        text-align: left;
                                        border-radius: 4px;
                                        box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
                                        cursor: pointer;
                                    }
                                    
                                    .drop-down__name {
                                        font-size: 9px;
                                        text-transform: uppercase;
                                        color: #fff;
                                        font-weight: 800;
                                        letter-spacing: 2px;
                                    }
                                    
                                    .drop-down__icon {
                                        width: 18px;
                                        vertical-align: middle;
                                        margin-left: 14px;
                                        height: 18px;
                                        border-radius: 50%;
                                        transition: all 0.4s;
                                        -webkit-transition: all 0.4s;
                                        -moz-transition: all 0.4s;
                                        -ms-transition: all 0.4s;
                                        -o-transition: all 0.4s;
                                    }
                                    
                                    .drop-down__menu-box {
                                        position: absolute;
                                        width: 100%;
                                        left: 0;
                                        background-color: #fff;
                                        border-radius: 4px;
                                        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
                                        transition: all 0.3s;
                                        -webkit-transition: all 0.3s;
                                        -moz-transition: all 0.3s;
                                        -ms-transition: all 0.3s;
                                        -o-transition: all 0.3s;
                                        visibility: hidden;
                                        opacity: 0;
                                        margin-top: 5px;
                                    }
                                    
                                    .drop-down__menu {
                                        margin: 0;
                                        padding: 0 13px;
                                        list-style: none;
                                    }
                                    
                                    .drop-down__menu-box:before {
                                        content: '';
                                        background-color: transparent;
                                        border-right: 8px solid transparent;
                                        position: absolute;
                                        border-left: 8px solid transparent;
                                        border-bottom: 8px solid #fff;
                                        border-top: 8px solid transparent;
                                        top: -15px;
                                        right: 90px;
                                    }
                                    
                                    .drop-down__menu-box:after {
                                        content: '';
                                        background-color: transparent;
                                    }
                                    
                                    .drop-down__item {
                                        font-size: 13px;
                                        padding: 13px 0;
                                        text-align: left;
                                        font-weight: 500;
                                        color: #909dc2;
                                        cursor: pointer;
                                        position: relative;
                                        border-bottom: 1px solid #e0e2e9;
                                    }
                                    
                                    .drop-down__item-icon {
                                        width: 15px;
                                        height: 15px;
                                        position: absolute;
                                        right: 0px;
                                        fill: #8995b6;
                                    }
                                    
                                    .drop-down__item:hover .drop-down__item-icon {
                                        fill: #3d6def;
                                    }
                                    
                                    .drop-down__item:hover {
                                        color: #3d6def;
                                    }
                                    
                                    .drop-down__item:last-of-type {
                                        border-bottom: 0;
                                    }
                                    
                                    .drop-down--active .drop-down__menu-box {
                                        visibility: visible;
                                        opacity: 1;
                                        margin-top: 15px;
                                        width: 120px;
                                    }
                                    
                                    .drop-down__item:before {
                                        content: '';
                                        position: absolute;
                                        width: 3px;
                                        height: 28px;
                                        background-color: #3d6def;
                                        left: -13px;
                                        top: 50%;
                                        transform: translateY(-50%);
                                        display: none;
                                    }
                                    
                                    .drop-down__item:hover:before {
                                        display: block;
                                    }
                                    
                                    .bt_mobile {
                                        border-radius: 30px;
                                        padding: 5px 15px;
                                    }
                                    
                                    .image_bookmark {
                                        width: 30px;
                                        margin-left: 43px;
                                    }
                                    
                                    .stars {
                                        background: url(https://static.apkpure.com/www/static/imgs/stars_fill.svg) repeat-x;
                                        height: 15px;
                                        width: 75px;
                                        clear: both;
                                        direction: ltr;
                                        position: relative;
                                    }
                                    
                                    .stars span.score {
                                        display: block;
                                        background: url(https://static.apkpure.com/www/static/imgs/stars.svg) repeat-x;
                                        height: 15px;
                                        width: 75px;
                                    }
                                    
                                    .stars span.star {
                                        position: absolute;
                                        left: 78px;
                                        line-height: 15px;
                                        top: 1px;
                                        color: #fa8b16;
                                        font-size: 13px;
                                    }
                                    
                                    .image_adult {
                                        overflow: hidden;
                                        color: white;
                                        padding-left: 2px;
                                        padding-right: 2px;
                                        /* margin-left: 5px; */
                                        margin: 7px;
                                        width: 20%;
                                        /* height: 24px; */
                                        /* background: rgba(0, 0, 0, 0.4); */
                                        position: absolute;
                                        /* bottom: 0px; */
                                        border-bottom-left-radius: 4px;
                                        border-bottom-right-radius: 4px;
                                    }
                                    
                                    .c-breadcrumb-wrapper {
                                        padding-top: 16px;
                                    }
                                    
                                    .c-breadcrumb {
                                        margin: 0 -15px;
                                    }
                                    
                                    .c-breadcrumb .breadcrumb {
                                        margin-bottom: 0;
                                        background-color: transparent;
                                        display: inline-block;
                                        margin-left: 18px;
                                    }
                                    
                                    .c-breadcrumb .breadcrumb li+li:before {
                                        content: "/";
                                        padding: 0 2px;
                                    }
                                    
                                    .c-breadcrumb .breadcrumb li {
                                        display: inline-block;
                                    }
                                    
                                    .c-breadcrumb .breadcrumb li a {
                                        color: #d5dbff;
                                    }
                                    
                                    .breadcrumb a i {
                                        margin-right: 5px;
                                        color: #ff4646;
                                    }
                                    
                                    .c-breadcrumb .breadcrumb li {
                                        font-size: 16px;
                                    }
                                    
                                    .c-blog__heading.style-2 {
                                        border-bottom: 2px solid #ebebeb;
                                        margin-bottom: 35px;
                                    }
                                    
                                    .c-blog__heading {
                                        width: 100%;
                                    }
                                    
                                    .font-heading {
                                        text-transform: uppercase;
                                    }
                                    
                                    .c-blog__heading.style-2>* {
                                        display: inline-block;
                                        vertical-align: middle;
                                    }
                                    
                                    .c-blog__heading.style-2>*:not(i):not(h2) {
                                        margin: 0;
                                    }
                                    
                                    .c-blog__heading.style-2 i {
                                        font-size: 18px;
                                        width: 30px;
                                        height: 30px;
                                        background: #eb3349;
                                        background: -webkit-linear-gradient(left, #eb3349 40%, #f45c43);
                                        background: -o-linear-gradient(right, #eb3349 40%, #f45c43);
                                        background: -moz-linear-gradient(right, #eb3349 40%, #f45c43);
                                        background: linear-gradient(to right, #eb3349 40%, #f45c43);
                                        color: #fff;
                                        position: relative;
                                        margin-right: 16px;
                                        margin-bottom: -2px;
                                        vertical-align: middle;
                                        display: inline-block;
                                    }
                                    
                                    .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: -webkit-linear-gradient(left, #000fba 40%, #000fba);
                                        background: -o-linear-gradient(right, #000fba 40%, #000fba);
                                        background: -moz-linear-gradient(right, #000fba 40%, #000fba);
                                        background: linear-gradient(to right, #000fba 40%, #000fba);
                                    }
                                    
                                    .fa,
                                    .far,
                                    .fas {
                                        font-family: "font awesome 5 free";
                                    }
                                    
                                    .fa-star:before {
                                        content: "\f005";
                                    }
                                    
                                    .c-blog__heading.style-2 i:after {
                                        content: "";
                                        width: 0;
                                        height: 0;
                                        border-top: 5px solid transparent;
                                        border-bottom: 5px solid transparent;
                                        border-left: 5px solid #f45c43;
                                        position: absolute;
                                        left: 100%;
                                        top: 50%;
                                        -webkit-transform: translateY(-50%);
                                        -moz-transform: translateY(-50%);
                                        -ms-transform: translateY(-50%);
                                        -o-transform: translateY(-50%);
                                        transform: translateY(-50%);
                                    }
                                    
                                    .c-blog__heading.style-2 i:before {
                                        position: absolute;
                                        top: 50%;
                                        left: 50%;
                                        -ms-transform: translate(-50%, -50%);
                                        -webkit-transform: translate(-50%, -50%);
                                        transform: translate(-50%, -50%);
                                    }
                                    
                                    h4,
                                    .h4 {
                                        font-size: 18px;
                                    }
                                    
                                    .related-reading-wrap {
                                        margin-bottom: 20px;
                                    }
                                    
                                    .c-blog__heading.style-2 i:after {
                                        border-right-color: #000fba !important;
                                    }
                                    
                                    .c-blog__heading.style-2 i:after,
                                    .settings-page .nav-tabs-wrap ul.nav-tabs li.active:after {
                                        border-left-color: #000fba;
                                    }
                                    
                                    .related-reading-wrap .related-reading-img {
                                        width: 70px;
                                        overflow: hidden;
                                        float: left;
                                        margin-right: 10px;
                                    }
                                    
                                    img.lazyloaded {
                                        padding-top: 0!important;
                                        background-color: #f5f5f5;
                                    }
                                    
                                    .c-image-hover img {
                                        -webkit-transition: transform .5s, filter .5s;
                                        -moz-transition: transform .5s, filter .5s;
                                        -o-transition: transform .5s, filter .5s;
                                        transition: transform .5s, filter .5s;
                                    }
                                    
                                    .related-reading-wrap .related-reading-img img {
                                        width: 100%;
                                    }
                                    
                                    .related-reading-wrap .related-reading-img img {
                                        width: 100%;
                                    }
                                    
                                    .effect-fade.lazyloaded {
                                        animation: fadeForLazyload .5s linear;
                                        -webkit-animation: fadeForLazyload .5s linear;
                                    }
                                    
                                    .related-reading-wrap .related-reading-content {
                                        overflow: hidden;
                                    }
                                    
                                    .related-reading-wrap .related-reading-content h5 {
                                        font-weight: 600;
                                        margin-top: 0;
                                        font-size: 12px;
                                        line-height: 1.9em;
                                        text-overflow: ellipsis;
                                        display: -webkit-box;
                                        -webkit-line-clamp: 3;
                                        -webkit-box-orient: vertical;
                                        overflow: hidden;
                                        max-height: calc(5.7em);
                                    }
                                    
                                    .font-meta {
                                        font-size: 11px;
                                        line-height: 1.5;
                                    }
                                    
                                    @media (max-width: 600px) {
                                        .bt_mobile {
                                            border-radius: 30px;
                                            /* padding: 3px 7px; */
                                            font-size: 12px;
                                            padding: 0px;
                                            padding-right: 6px;
                                            padding-left: 6px;
                                        }
                                        .name_user {
                                            display: none;
                                        }
                                        .settings-page table.list-bookmark>thead {
                                            display: none;
                                        }
                                        .settings-page table.list-bookmark>tbody tr td>div.mange-name:before {
                                            content: "Name manga : ";
                                        }
                                        .settings-page table.list-bookmark>tbody tr td>div:before {
                                            content: "";
                                            font-weight: 700!important;
                                            display: inline-block;
                                            width: 150px;
                                            padding: 15px;
                                            float: none;
                                            vertical-align: middle;
                                            color: rgb(255, 255, 255);
                                        }
                                        .settings-page table.list-bookmark>tbody tr td>div.mange-name .item-thumb,
                                        .settings-page table.list-bookmark>tbody tr td>div.mange-name .item-infor {
                                            display: inline-block;
                                            float: none;
                                            vertical-align: middle;
                                            width: calc(100% - 126px);
                                            float: right;
                                        }
                                        .settings-page table.list-bookmark>tbody tr td>div.mange-name .item-infor {
                                            width: calc(100% - 115px);
                                        }
                                        .settings-page table.list-bookmark>tbody tr td {
                                            display: block;
                                        }
                                        .settings-page table.list-bookmark>tbody tr td>div.post-on:before {
                                            width: 110px;
                                            content: "Post on : ";
                                        }
                                        .settings-page table.list-bookmark>tbody tr td>div.action {
                                            margin: 10px 0 0;
                                        }
                                        .settings-page table.list-bookmark>tbody tr td>div.action:before {
                                            content: "Action : ";
                                        }
                                        .settings-page table.list-bookmark>tbody tr {
                                            display: block;
                                            border: 1px solid #ddd;
                                            margin-bottom: 30px;
                                        }
                                        .image_bookmark {
                                            width: 30px;
                                            margin-left: 37px;
                                        }
                                    }
                                    
                                    @media (max-width: 380px) {
                                        .bt_mobile {
                                            border-radius: 8px;
                                            /* padding: 3px 7px; */
                                            font-size: 10px;
                                            padding: 0px;
                                            padding-right: 2px;
                                            padding-left: 2px;
                                        }
                                        .settings-page table.list-bookmark>tbody tr td>div:before {
                                            content: "";
                                            font-weight: 700!important;
                                            display: inline-block;
                                            width: 100px;
                                            padding: 15px;
                                            float: none;
                                            vertical-align: middle;
                                            color: rgb(255, 255, 255);
                                        }
                                    }
                                    
                                    @media (max-width: 420px) {
                                        .image_bookmark {
                                            width: 30px;
                                            margin-left: 27px;
                                        }
                                    }