<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row {
    max-width: 1200px;
    /* padding: 0 40px; */
    margin: auto;
    height: 100%;
}

.dark {
    background: #111;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #9e9e9e7d;
}

.fixed-white-background {
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 4;
}

.alr {
    text-align: right;
}

.sub-header {
    background: #2694f0;
    z-index: 5;
    position: relative;
    background: linear-gradient(to right, #2196f3, #bb377d);
}

.sub-header ul li {
    float: left;
    border-right: solid 1px #ddd;
}

.sub-header ul li a {
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.sub-header ul li.home-btn a {
    padding: 10px;
    font-size: 20px;
}

.sub-header ul li a:hover {
    background: #eee;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    height: 100%;
    /* background-color: red; */
}

.wrapper.p-chapter.open {
    margin-left: 260px;
}

.p-chapter .search-box {
    background: none;
    float: left;

}

.fixed {
    position: fixed;
}

.header {
    width: 100%;
    height: 56px;
    position: relative;
    z-index: 8;
}

.header&gt;.inner {
    padding: 5px 0;
    width: 100%;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    top: 0;
    /* background: url(../../bg_header_2017.jpg) top center repeat-x; */
    position: relative;
    z-index: 999999;
    background-color: #fff;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
    padding-bottom: 0px;
}

.h-group {
    float: left;
}

.logo {
    float: left;
    margin-right: 40px;
    padding: 5px 0;
    border-radius: 4px;
    margin-top: -7px;
}

.logo img {
    /* border: 1px solid; */
    vertical-align: top;
    height: auto;
    max-width: 123px;
    max-height: 50px;
}

.logo a {
    color: #fff;
}

.nav {
    float: left;
    padding-top: 16px;
}

.nav svg {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    fill: #fff;
    margin-left: 5px;
}

.nav ul li {
    position: relative;
    float: left;
    margin-right: 20px;
    border-right: 1px solid #fff;
}

.nav ul li&gt;a {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}


.nav ul li:last-child {
    margin-right: 0;
    border: none;
}

.nav ul li:first-child {}

.dropdown {
    position: absolute;
    width: 500px;
    display: none;
    left: -20px;
}

.dropdown a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.dropdown .inner {
    background: #fff;
    border-radius: 4px;
    margin-top: 20px;
    box-shadow: 1px 0px 7px #bdbdbd;
}

.nav ul li .dropdown a:hover {
    color: #4696FB;
}

@media only screen and (min-width:1000px) {
    .nav ul li:hover .dropdown {
        display: block;
    }
}

.dropdown a {
    display: block;
    padding: 10px;
}

.search-box {
    position: relative;
    float: left;
    height: 40px;
    width: 220px;
    border-radius: 4px;
    margin: 5px 0 0 20px;
}

.search-wrapper {
    position: relative;
}

.search-box input {
    background: #f6f6f6;
    border: none;
    font-size: 15px;
    vertical-align: middle;
    color: #000;
    height: 40px;
    width: 100%;
    padding: 0 40px 0 20px;
    border-radius: 20px;
}

.search-box button {
    height: 32px;
    top: 0px;
    position: absolute;
    right: 0px;
    width: 40px;
    cursor: pointer;
}

.search-box svg {
    vertical-align: top;
}

.search-results {
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 99999
}

.search-results .inner {
    overflow-y: auto;
    max-height: 600px;
    background: #fff;
    margin-top: 10px;
    border-radius: 4px;
    box-shadow: 1px 0px 7px #bdbdbd;
}

.search-results h3 {
    color: #000;
    font-size: 14px;
}

.search-results ul {
    max-height: 400px;
    overflow: auto;
    float: left;
}

.search-results ul li {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    border-bottom: 1px solid #cecece;
    float: left;
    width: 100%;
}

.search-results ul li:last-child {
    border-bottom: 0;
}

.search-results ul li a {
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
}

.search-results ul li:hover,
.search-results ul li.select {
    background: #cecece;
}

.user {
    background: #fff;
}

.toggle {
    background: #d0b32e;
    display: none;
    padding: 5px;
}

.h-btn-menu {
    cursor: pointer;
    border-radius: 10px;
    float: right;
    position: relative;
    min-width: 28px;
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
    height: 40px;
}

.h-btn-menu svg {
    width: 20px;
    height: 20px;
    vertical-align: top;
    fill: #fff;
}

.h-btn-menu .btn-login i {
    display: none;
}

.home-noti {
    position: relative;
}

.home-noti ul {
    position: absolute;
    width: 300px;
    z-index: 9999;
    box-shadow: 1px 0px 7px #bdbdbd;
    top: 45px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    right: 0;
    display: none;
}

.home-noti ul li {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px #dedede solid;
}

.home-noti ul li:last-child {
    padding: 0;
}

.home-noti ul li a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #4696FB;
    text-decoration: underline;
}

.home-noti ul li a:hover {
    background: #4696FB;
    color: #fff;
}

.home-noti ul li p {
    text-align: start;
    text-decoration: none;
    /* MÃ&nbsp;u vÄƒn báº£n tráº¯ng */
    font-size: 16px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.home-noti ul li p:last-child {
    font-size: 14px;
    font-style: italic;
}

.user ul {
    position: absolute;
    width: 180px;
    z-index: 9999;
    box-shadow: 1px 0px 7px #bdbdbd;
    top: 45px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    right: 0;
    display: none;
}

.user a {
    display: block;
    color: #666
}

.user a:hover {
    color: #ff48a6
}

.user span {
    display: inline-block;
    vertical-align: middle
}

.h-user-profile {
    display: flex;
}

.h-user-profile p {
    color: #3E3E3E;
    margin-left: 5px;
    font-size: 15px;
    margin-top: 10px;
}

.h-user-profile i {
    color: #777E90;
    margin-top: 10px;
    margin-left: 5px;
}

.h-user-profile .user-cash {
    margin-top: 5px;
    color: #3F87E2;
    font-size: 14px;
}

.user img {
    width: 40px;
    vertical-align: middle;
    padding: 6px;
    border-radius: 2px;
    height: 40px;
    border-radius: 9999px;
}

.user-nickname {
    font-weight: 700;
    line-height: 18px
}

.user-level {
    font-size: 12px;
    margin-top: 5px;
    color: red
}

.user-actions {
    font-size: 12px;
    color: #fff;
    bottom: 0;
    left: 70px;
    margin-top: 4px
}

.user-actions a {
    display: inline-block;
    color: #666
}

.user-actions .logout {
    margin-left: 10px
}

.userAction {
    margin: 60px 0
}

.userAction a {
    padding: 4px
}

.userLogged {
    height: 54px;
    margin: 30px 0
}

.home-noti {
    float: right;
    background: #f6f6f6;
    margin-top: 5px;
    margin-left: 10px;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
}

.userLogged .avatar {
    float: left;
    vertical-align: bottom
}

.userLogged .avatar img {
    width: 54px;
    vertical-align: bottom;
    display: inline-block
}

.userLogged .userName {
    padding: 15px 6px
}

.userA {
    padding-top: 16px
}

ul#c-child li,
.user ul li {
    margin: 0;
}

ul#c-child li a,
.user ul li a {
    padding: 10px 20px;
    display: block;
    -webkit-transition: all 2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

ul#c-child li:last-child,
.user ul li:last-child {
    border-bottom: none;
}

ul#c-child li a:hover,
.user ul li a:hover {
    background: #4696FB;
    color: #fff
}

.show-all-chapters {
    margin-top: 20px;

}

.manga-chapters .show-all-chapters a {
    background: #4696FB;
    padding: 10px;
    border-radius: 2px;
    display: block;
    color: #fff;
}

.content {
    height: 100%;
    position: relative;
    z-index: 5;
    padding-top: 0px;
}

.content-inner,
.chapter-wrap-box {
    padding-top: 0px;
    padding-bottom: 20px;
    background: #fff;
    min-height: 500px;
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.chapter-wrap-box {
    margin-top: 20px;
}

.chapter-wrap-box:last-child {
    margin-bottom: 20px;
}

.more-manga {
    text-align: center;
}

.more-manga a {
    display: block;
    padding: 10px;
    background: #4696FB;
    border-radius: 2px;
    color: #fff;
    background-color: #2196f3;
    background: #bb377d;
    background: -webkit-linear-gradient(to right, #fbd3e9, #bb377d);
    background: linear-gradient(to right, #2196f3, #bb377d);
    color: #fff;
}

.more-manga a:hover {
    background: #4696FBb5;
}

.slider {
    height: auto;
    overflow: hidden;
}

.g-item {
    position: relative;
    width: 90%;
    height: 260px;
}

.g-item img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
}

.g-caption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    padding: 5px 5px 15px 5px;
    color: #fff;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.g-caption .g-title {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    color: #fff;
    -webkit-box-orient: vertical;
}

.g-item a {
    color: #fff;
    display: block;
    text-align: center;
}

.g-chapter {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #d1d1d1;
}

.g-chapter a {
    color: #d1d1d1;
}

.g-chapter span {
    margin-left: 5px;
}

.page-h1 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #4696FB;
    text-transform: uppercase;
}

.box-title.h-title a {
    float: right;
    text-transform: none;
}

.box-title.h-title h2 {
    float: left;
}


.box-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #2793ef;
    font-weight: bold;
}

.box-title._border {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.box-title svg {
    width: 18px;
    height: 18px;
    fill: #4696FB;
    margin-right: 10px;
    vertical-align: top;
}

.box-title.v2 {
    color: #4696FB;
    border-bottom: 1px solid #4a7b5a;
}

.box-title.v3 {
    border-bottom: 1px solid #74479b;
}

.m-img {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 2px;
    height: auto;
    margin-bottom: 10px;
    position: relative;
}

.m-item {
    float: left;
    width: 25%;
    height: 330px;
    padding: 0 10px;
}

.m-wrap {
    float: left;
    width: 100%;
}

.m-title {
    line-height: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: 12px;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    width: 100%;
    display: block;
    text-align: center;
}

.m-title a {
    color: #fff;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.m-title a:hover {
    color: #4696FB
}

.manga-list2 .m-item {
    width: 20%;
}

.manga-list2 .m-item:nth-child(5n+1) {
    clear: both
}


.m-img img {
    width: 100%;
    height: 240px;
    overflow-y: hidden;
    display: block;
    border-radius: 10px;
}

.m-chapters ul li a,
.r-chapter a,
.r-title a,
.box-title.h-title a,
.sub-header ul li a {
    -webkit-transition: all 2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 14px;
}

.m-chapters ul li a:hover,
.r-chapter a:hover,
.r-title a:hover,
.box-title.h-title a:hover {
    color: #4696FB
}

.m-chapters {
    margin-top: 10px;
}

.m-chapters ul li.delete-manga a {
    color: red;
}

.m-chapters ul li {
    margin-bottom: 15px;
}

.m-chapters ul li:last-child {
    margin-bottom: 0;
}

.m-chapters ul li a {
    color: #333;
    font-size: 12px;
}


.m-chapters ul li span {
    margin-left: 10px;
    font-size: 12px;
    vertical-align: middle;
    color: #9f9f9f;
    font-style: italic;
}

.col-left {
    width: 70%;
    float: left;
}

.col-right {
    width: 30%;
    float: right;
    padding-left: 15px;
}

.pda {
    margin: 0 -10px;
}

.ranking,
.history {
    margin-bottom: 20px;
    border-radius: 4px;
}

.ranking ul li,
.history ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.history ul li .r-img,
.ranking ul li .r-img {
    overflow: hidden;
}

.ranking ul li:last-child,
.history ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.r-img,
.s-img {
    float: left;
    width: 30%;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    height: 120px;
}

.s-img img {
    width: 100%;
}


.r-img img {
    width: 100%;
    height: 120px;
}

.r-title {
    overflow: hidden;
    ;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

.r-views {
    float: right;
    font-size: 14px;
}

.r-views img {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.r-chapter {
    margin-top: 10px;
    margin-left: 70px;
}

.manga-body {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.manga-img {
    width: 30%;
    float: left;
    margin-right: 20px;
}

.manga-img img {
    width: 100%;
    border-radius: 4px;
    height: auto;
}

.manga-detail {
    float: right;
    width: 65%;
}

.manga-detail .md-content a {
    color: #288ad6;
}



.manga-actions {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.manga-actions ul {
    margin: 0 -2px;
}

.manga-actions ul li {
    width: 33.3333333333%;
    float: left;
    padding: 0 2px;
    text-align: center;
}

.manga-actions ul li a {
    display: block;
    padding: 10px 5px;
    background: #f0ad4e;
    display: block;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.manga-actions ul li a.act {
    background: #4696FB;
    background: #4696fb;
}

.manga-actions #fav {
    background: #5cb85c;
}

.manga-actions select {
    width: 100%;
    margin-top: 20px;
    height: 32px;
    display: none;
}

.filter {
    margin-top: 0;
}

.filter ul li a {
    background: none;
    border: 1px solid #ddd;
    color: #333;
    margin-bottom: 20px;
}

.filter ul li.act a {
    background: #f0ad4e;
    border: none;
    color: #fff;
}

.manga-description {
    line-height: 26px;
    color: #676767;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 1.5;
    max-height: calc(1.5em * 5);
}

.manga-description .inner {
    text-align: left;
}

.manga-description .read-more {
    padding: 0 14px;
    margin-top: 12px;
    display: inline-block;
    border-radius: 40px;
    background: #4696FB;
    color: #fff;
    font-size: 14px;
}

.shortened {
    max-height: 78px;
    overflow: hidden;
    position: relative;
}

.shortened::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    background: linear-gradient(rgba(255, 255, 255, 0.35), #fff);
}

.manga-chapters {
    font-size: 14px;
}

.col-30 {
    width: 33.333333%;
    float: left
}

.col-25 {
    width: 25%;
    float: left
}

.col-60 {
    width: 60%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-50 {
    width: 50%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-20 {
    width: 20%;
    float: left;
}

.col-30 {
    width: 30%;
    float: left;
}

.search-page .filter {
    border: 1px solid #E0E0E0;
    padding: 20px;
    border-radius: 20px;
}

.search-page .filter-title {
    display: flex;
    justify-content: center;
    /* CÄƒn giá»¯a theo chiá»u ngang */
    align-items: center;
    /* CÄƒn giá»¯a theo chiá»u dá»c */
    position: relative;
    /* Äá»ƒ Ä‘á»‹nh vá»‹ icon má»™t cÃ¡ch tuyá»‡t Ä‘á»‘i */
    padding: 10px;
}

.search-page .filter-title h1 {
    flex: 1;
    /* Äá»ƒ h1 chiáº¿m toÃ&nbsp;n bá»™ khÃ´ng gian trá»‘ng */
    text-align: center;
    /* CÄƒn giá»¯a vÄƒn báº£n */
    margin: 0;
    font-size: 25px;
}

.search-page .filter-title .close-icon {
    position: absolute;
    /* Äá»‹nh vá»‹ icon má»™t cÃ¡ch tuyá»‡t Ä‘á»‘i */
    right: 10px;
    /* CÃ¡ch mÃ©p pháº£i 10px */
    top: 50%;
    /* Äáº·t icon á»Ÿ giá»¯a chiá»u cao */
    transform: translateY(-50%);
    /* CÄƒn giá»¯a icon theo chiá»u dá»c */
    cursor: pointer;
    /* Thay Ä‘á»•i con trá» khi di chuá»™t qua icon */
}

.search-page .filter-tags {
    margin-top: 20px;
}

.search-page .tags-title {
    float: left;
    width: 20%;
}

.search-page .tags-checkbox {
    float: left;
    width: 80%;
}

.search-page .tags-checkbox .tags {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}

.search-page .tags-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background-color: #E0E0E0;
}

.search-page .filter-input {
    display: grid;
    margin-top: 20px;
    column-gap: 30px;
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.search-page .filter-input .filter-group {
    flex: 1 1 calc(50% - 20px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.search-page .filter-input .filter-group label {
    flex: 0 0 150px;
    font-weight: 600;
}

.search-page .filter-input .filter-group input {
    flex: 1;
    width: calc(100% - 158px);
    padding: 8px 16px;
    box-sizing: border-box;
    border: 1px solid #C4C4C4;
    border-radius: 9999px;
}

.search-page .filter-input .filter-group .custom-input {
    flex: 1;
    width: calc(100% - 158px);
    position: relative;
}

.search-page .filter-input .filter-group .custom-input input {
    width: 100%;
}

.search-page .filter-input .filter-group .custom-input .search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #A3A3A3;
}

.search-page .filter-input .filter-group .custom-select {
    flex: 1;
    width: calc(100% - 158px);
    margin: 0;
}

.search-page .filter-input .filter-group .custom-select .select-items div,
.search-page .filter-input .filter-group .custom-select .select-selected {
    font-size: 12px;
}

.search-page .filter-input .filter-group .custom-select .select-items {
    max-height: 200px;
}

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

.search-page .filter-action a {
    text-decoration: none;
    display: inline-block;
}

.search-page .filter-action .left-link {
    order: 0;
}

.search-page .filter-action .right-link {
    order: 1;
}

#button_apply_filter {
    color: #4696FB;
    cursor: pointer;
}

#button_reset_filter {
    color: #A3A3A3;
}

.ct {
    text-align: center;
}

.list-chapter {
    padding: 5px 0;
    text-align: center;
    height: 40px;
    float: right;
    min-width: 200px;
}

.list-chapter .h-btn-menu {
    padding: 5px;
    margin: 0;
    float: left;
    display: block;
}

.list-chapter .inner {
    width: 100%;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.list-chapter .right {
    float: right;
}

.list-chapter .inner .right&gt;div {
    display: inline-block;
    vertical-align: middle;
}

.list-chapter .inner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #40273f;
}

.select-chapter select {
    height: 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 150px;
}

.chapter-img {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.manga-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 10px;
    padding: 10px;
    justify-items: center;
}

.manga-item {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.manga-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.manga-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.overlay-list {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    /* Chiáº¿m toÃ&nbsp;n bá»™ khÃ´ng gian cá»§a hÃ¬nh áº£nh */
    background-color: rgba(0, 0, 0, 0.5);
    /* MÃ&nbsp;u Ä‘en trong suá»‘t */
    color: white;
    /* MÃ&nbsp;u vÄƒn báº£n tráº¯ng */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 0 0 10px 10px;
}

.view {
    width: 100%;
}

.manga-info {
    text-align: center;
}


.manga-react {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.manga-react div {
    display: flex;
    align-items: center;
}

.manga-react i {
    margin-right: 5px;
}

.manga-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.manga-chapters ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.manga-title {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.manga-title a {
    text-align: center;
    text-decoration: none;
    color: white;
    /* MÃ&nbsp;u vÄƒn báº£n tráº¯ng */
    font-size: 14px;
    /* KÃ­ch thÆ°á»›c font nhá» láº¡i */
    display: block;
    white-space: nowrap;
    /* KhÃ´ng xuá»‘ng dÃ²ng */
    overflow: hidden;
    /* áº¨n pháº§n dÆ° thá»«a náº¿u cÃ³ */
    text-overflow: ellipsis;
    /* Hiá»ƒn thá»‹ dáº¥u cháº¥m ba náº¿u tiÃªu Ä‘á» quÃ¡ dÃ&nbsp;i */
    width: 100%;
    /* Äáº£m báº£o tiÃªu Ä‘á» khÃ´ng rÆ¡i ra khá»i container */
}

.manga-chapters ul {
    list-style: none;
    /* áº¨n dáº¥u Ä‘áº§u dÃ²ng */
    padding: 0;
    margin-top: 10px;
    /* XÃ³a padding máº·c Ä‘á»‹nh */
}

.manga-chapters li {
    display: flex;
    /* Sá»­ dá»¥ng flex Ä‘á»ƒ cÃ¡c pháº§n tá»­ trong má»—i item náº±m cÃ¹ng hÃ&nbsp;ng */
    justify-content: space-between;
    /* Canh chá»‰nh khoáº£ng cÃ¡ch giá»¯a tháº» a vÃ&nbsp; span */
    align-items: center;
    /* CÄƒn chá»‰nh cÃ¡c pháº§n tá»­ theo chiá»u dá»c */
    margin-bottom: 10px;
    /* Khoáº£ng cÃ¡ch giá»¯a cÃ¡c item */
}

.manga-chapters a {
    text-decoration: none;
    color: black;
    /* MÃ&nbsp;u vÄƒn báº£n cho tháº» a */
}

.manga-chapters span {
    font-style: italic;
    /* In nghiÃªng */
}

.search-manga-content {
    margin-top: 20px;
}

.search-manga-content .manga-list {
    grid-template-columns: repeat(5, 1fr);
}

.list-pagination {
    display: flex;
    justify-content: center;
}

.list-pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.list-pagination a.active {
    background-color: #4696fb;
    color: white;
    border: 1px solid #4696fb;
}

.list-pagination a:hover:not(.active) {
    background-color: #ddd;
}

.manga .manga-chapters ul li {
    padding: 10px;
    float: left;
    position: relative;
    width: 100%;
}

.manga .manga-chapters ul li.less {
    display: none;
}

.manga .manga-chapters ul li.less.active {
    display: block;
}

.manga .manga-chapters ul li:last-child {
    margin-bottom: 0px;
}

.manga .manga-chapters ul li .chapter-name {
    display: flex;
    align-items: center;
    width: 100%;
}

.manga-chapters ul li .chapter-name i {
    color: #4696FB;
    margin-right: 10px;
}

.manga-chapters ul li .chapter-name a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.chapter-img.shine::after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    /* animation: slide 1.5s infinite; */

    /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

.chapter-btn {
    width: 34px;
    height: 30px;
    text-align: center;
    font-weight: bold;
}

.chapter-btn a {
    display: block;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    line-height: 20px;
    background: #5ab438;
}

.chapter-btn a:hover {
    background: #63d03a;
    color: #fff;
}

.chapter-btn a:hover svg {
    fill: #fff;
}

.chapter-btn svg {
    vertical-align: top;
    width: 18px;
    height: 18px;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.nav-chapter {
    float: left;
}

.nav-chapter ul li {
    float: left;
}

.chapter-title {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.chapter-sub-title {
    margin-bottom: 20px;
    text-align: center;
}

.chapters {
    text-align: center;
    margin-top: 20px;
}

.chapters h2 {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.chapters .app-link {
    text-align: center;
    display: inline-block !important;
}

.chapters img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.chapters img:last-child {
    margin-bottom: 0;
}

.ft-chapter {
    width: 100%;
    text-align: center;
}

.ft-chapter .inner {
    margin: 0 -10px;
    width: 400px;
    display: inline-block;
}

.ft-chapter .ft-btn {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 10px;
}

.ft-chapter .ft-btn a {
    display: block;
    background: #d9534f;
    padding: 10px 5px;
    border-radius: 4px;
    color: #fff;
}

.ft-chapter .ft-btn.next {
    float: right;
}

.author-content .manga-actions {
    margin-bottom: 0;
    margin-top: 0;
}

.author-content .manga-actions select {
    margin-top: 0;
    margin-bottom: 20px;
}

.genre-title {
    margin-bottom: 20px;
}

.genre-title h1 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
}

.genres-box {
    margin: -5px;
}

.genres-box ul {
    width: 50%;
    float: left;
}

.genres-box ul li {
    float: left;
    padding: 5px;
    width: 100%;
    line-height: 24px;
}

.genres-box ul li a {
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border: 1px solid #ddd;
}

.genres-box ul li.selected a {
    background: #ddd;
}

.genre-descriton {
    padding: 20px 20px;
    background: #ddd;
    margin-bottom: 20px;
    border-radius: 4px;
}

.mg0 {
    margin-top: 0;
    margin-bottom: 20px;
}

.comment-box {
    margin-top: 20px;
}

.comment-box i {
    color: #4696FB;
}

.close {
    float: left;
    background: #863277;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    z-index: 9999;
    display: none;
}

.avatar {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.avatar img {
    width: 100%;
    border-radius: 4px;
    height: auto;
}

.new-comments .inner {
    max-height: 500px;
    overflow-y: auto;
}

.cmt-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.cmt-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.comment-area textarea {
    background: #fff;
    border: 1px solid #cecece;
}

.cmt-area-button {
    margin-top: 10px;
    text-align: right;
}

.cmt-area-button .cmt-btn {
    background: #4696FB;
    padding: 5px 15px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.cmt-item .comment-area {
    margin-left: 60px;
    margin-top: 10px;
    margin-bottom: 0;
}

.cmt-manga {
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    ;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cmt-manga a {
    color: #000;
}

.cmt-content {
    margin-bottom: 10px;
    font-size: 14px;
}

.cmt-content img {
    max-width: 100px;
    vertical-align: middle;
}

.cmt-time {
    text-align: right;
    font-size: 12px;
    color: #999;
}

.h-deleted {
    color: #ff6363;
    font-size: 16px;
}

.show-all-cmts {
    font-size: 14px;
    margin-left: 60px;
}

.show-all-cmts&gt;a {
    padding: 4px 10px;
    display: inline-block;
    color: #fff;
}

.reply-cmt {
    margin-top: 5px;
    background: #4696FB;
    text-align: center;
    padding: 2px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    display: block;
    cursor: pointer;
}

.c-manga-name {
    margin-bottom: 10px;
    font-size: 14px;
}

.c-manga-name a {
    color: #f471dc;
}

.list-cmt {
    margin-top: 20px;
}

.cmt-chapter {
    font-size: 12px;
    padding: 2px 10px;
    color: #333;
    border-radius: 40px;
    display: inline-block;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.child-box {
    margin-left: 40px;
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    position: relative;
}

.child-box::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #cecece;
    display: block;
    position: absolute;
    left: -25px;
    top: 0px;
}

.child-box .cmt-item {
    position: relative;
}

.child-box .cmt-item::before {
    content: "";
    width: 25px;
    background: #ddd;
    display: block;
    position: absolute;
    height: 1px;
    left: -35px;
    top: 25px;
}

.cmt-user-name {
    margin-bottom: 5px;
}

.cmt-user-name .nickname {
    color: #4696FB;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 24px;
    font-size: 14px;
}

.cmt-block {
    font-size: 14px;
}

.decorating {
    position: relative;
    z-index: 5;
    height: 100px;
    width: 100%;
    background:
        url(/public/icons/pattern.webp) repeat-x,
        url(/public/icons/sailormoon.webp) repeat-x;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: 50% 40%;
    background-color: #6d5384;
}

.footer {
    position: relative;
    z-index: 5;
    padding-top: 50px;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    background: linear-gradient(#71B0FF, #164C90);
}

.footer .row {
    padding: 0;
}

.footer a {
    color: #fff;
}

.footer p {
    margin-bottom: 20px
}

.ft-left p:last-child,
.ft-right p:last-child {
    margin-bottom: 0;
}

.ft-left {
    float: left;
    width: 300px;
}

.ft-right {
    width: calc(100% - 350px);
    float: right;
}

.ft-right a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: 4px;
}

.install-app-footer a {
    padding: 0;
    border: none;
    border-radius: 0;
    display: block;
    margin: 0;
}

.sidebar {
    width: 260px;
    position: fixed;
    top: 0;
    height: 100%;
    background: #141414;
    z-index: 5;
    left: 0;
    padding: 20px;
}

.sidebar .search-box {
    width: 100%;
    position: relative;
}

.sidebar .search-results {
    padding: 0;
    top: 30px;
}

.sidebar .nav ul li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #333;
    padding-right: 0;
}

.sidebar .nav ul li&gt;a {
    color: #fff;
    padding: 10px 0;
    padding-right: 0;
}

.sidebar .nav ul li:last-child {
    border-bottom: 0;
}

.sidebar .logo {
    margin-right: 0;
}

.sidebar .search-box {
    background: none;
    padding: 0;
}

.sidebar .genres svg {
    display: none;
}

.sidebar .nav {
    margin-bottom: 20px;
}

.p-chapter .sidebar .search-box {
    display: block;
}

.report {
    text-align: center;
}

.report a {
    display: inline-block;
    background: #d23535;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
}


.modal {
    width: 500px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 4px;
}

.modal-top {
    padding: 10px;
    color: #000;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}

.modal-top i {
    width: 16px;
    float: right;
    cursor: pointer;
    color: #A3A3A3;
}

.modal-body {
    padding: 10px;
}

.modal-body select {
    width: 100%;
    height: 32px;
    margin-bottom: 20px;
    border: 1px solid #cecece;
}


.modal-body textarea {
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 4px;
    color: #000;
}

.modal-send {
    margin-top: 20px;
    text-align: right;
}

.modal-send a {
    padding: 10px;
    display: inline-block;
    background: #4696FB;
    border-radius: 4px;
    color: #fff;
}

.page-404 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/icons/devilchan_404.webp);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-404 .pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/icons/pattern.png);
}

.splide__slide {
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    flex-shrink: 0;
    width: 210px !important;
}


.page-404 .center-404-text {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -400px;
    font-size: 50px;
    color: #fff;
    background: rgba(36, 36, 36, .59);
    padding: 10px 15px;
}

.history .r-chapter a {
    font-style: italic;
}


.slideshow-container .mySlides img {
    border-radius: 10px;
    width: 100%;
    height: 400px;
}

.slideshow-container .slide-dot {
    text-align: center;
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
}

.gender .dropdown {
    width: 200px;
}

.hide {
    display: none;
}

.h-btn-menu .btn-login p {
    background: #4696FB;
    color: #fff;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    padding: 10px 15px;
}

.ranking .manga-react {
    justify-content: start;
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 200;
    margin-top: 10px;
}

.ranking .manga-chapter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    margin-top: 10px;
}

.ranking .manga-chapter span {
    font-style: italic;
}

.ranking .manga-react div {
    margin-right: 15px;
}

.ranking .r-title a {
    font-weight: 600;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}

.m-title a {
    font-weight: 500;
}

.ranking .r-title .rank-num {
    background: #fff;
    color: #4696fb;
    margin-top: 5px;
    height: 35px;
    font-size: 18px;
    width: 35px;
    text-align: center;
    margin-right: 5px;
    line-height: inherit;
    padding-top: 5px;
    border-radius: 50%;
    border: 1px solid;
}

.ranking .r-title {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}

.home-ads-1 img {
    width: 100%;
}

.home-ads-1 {
    margin-top: 15px;
}

.slideshow-container .banner-detail {
    top: 45%;
    position: absolute;
    left: 50px;
    width: auto;
    background-color: #00000057;
    padding: 20px;
    border-radius: 10px;
}

.slideshow-container .banner-detail a {
    color: #fff;
}

.slideshow-container .banner-detail .banner-manga-title {
    font-size: 35px;
    font-weight: 600;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slideshow-container .banner-detail span {
    border-radius: 15px;
    background: linear-gradient(to right, #4696FB, #326DB8);
    padding: 10px 15px;
    margin-right: 5px;
    font-size: 14px;
}

.slideshow-container .banner-detail .banner-chapter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footer ul {
    width: unsetu;
}

.footer ul li {
    display: flex;
    justify-content: first;
    margin-right: 10px;
    margin-bottom: 15px;
}

.footer ul li i {
    margin-top: 0px;
    font-size: 15px;
}

.footer .install-app-footer {
    display: flex;
    justify-content: first baseline;
}

.footer .install-app-footer .qr img {
    margin-top: 20px;
    width: 130px;
    height: 130px;
}

.footer .install-app-footer .app {
    margin: 0px 20px;
}

.footer .install-app-footer img {
    width: 200px;
    margin-top: 20px;
    /* height: 60px; */
}

.footer .ft-right {
    width: 30%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}


.mt-5 {
    margin-top: 5px;
}

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

.rank-picker ul {
    background: #f6f6f6;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    margin-bottom: 10px;
}

.rank-picker ul li {
    cursor: pointer;
    width: 100%;
    height: 40px;
    display: flex;
    /* Sá»­ dá»¥ng flexbox Ä‘á»ƒ canh giá»¯a */
    justify-content: center;
    align-items: center;
}

.rank-picker ul li.active {
    background: #fff;
    font-weight: 600;
    border: solid 2px #f6f6f6;
}

.manga-rating {
    display: flex;
    justify-content: start;
}

.manga-rating i {
    margin-right: 5px;
    color: #eff149;
    font-size: 20px;
}

.manga-rating p {
    color: #A3A3A3;
}

.manga-detail .manga-react {
    justify-content: start;
    color: #A3A3A3;
    font-size: 12px;
}

.manga-detail .manga-react div:nth-child(2) {
    border: 1px #A3A3A3 solid;
    border-top: none;
    border-bottom: none;
    padding: 0 5px;
}

.manga-detail .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.manga-detail .tags span {
    border: solid 1px #000;
    padding: 5px 11px;
    border-radius: 360px;
}

.manga-detail .manga-desc li {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-bottom: 10px;
}

.manga-detail .manga-desc .md-title {
    font-weight: 600;
}

.manga-detail .manga-desc .manga-description {
    width: 100% !important;
}

.gender hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #E0E0E0;
    padding: 0;
    margin: 0;
}

.button.btn {
    padding: 10px;
    color: #000;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.button.btn-outline {
    padding: 9px 10px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    display: block;
    cursor: pointer;
}

.button.btn.primary {
    background: #4696FB;
    color: #fff;
}

.button.btn-outline.primary {
    border-color: #4696FB;
    color: #4696FB;
}

.button.btn.gray {
    background: #A3A3A3;
}

.button.btn-outline.gray {
    border-color: #A3A3A3;
    color: #A3A3A3;
}

.button.btn.danger {
    background: #F14D36;
    color: #fff;
}

.button.btn-outline.danger {
    border-color: #F14D36;
    color: #F14D36;
}

.button.btn.warning {
    background: #FAD141;
    color: #fff;
}

.button.btn-outline.warning {
    border-color: #FAD141;
    color: #FAD141;
}

.button.btn.success {
    background: #4DBD26;
    color: #fff;
}

.button.btn-outline.success {
    border-color: #4DBD26;
    color: #4DBD26;
}

.button.btn.gray-light {
    background: #E0E0E0;
    color: #828282;
}

.button.btn-outline.gray-light {
    border-color: #E0E0E0;
    color: #828282;
}

.manga-chapters li div {
    color: #676767;
}

.manga-chapters li div a {
    color: #676767;
}

.manga-chapters .thead div {
    font-weight: 600;
}

.bg-gray {
    background: #F6F6F6;
}

.manga .suggestion-view {
    width: 100% !important;
}

.chapter-server {
    text-align: center;
    display: flex;
    justify-content: center;
}

.chapter-server li {
    margin-left: 15px;
}

.chapter-server li:first-child {
    margin-left: 0;
}

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

.text-bold {
    font-weight: 600;
}

.text-color.gray {
    color: #676767;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.dp-flex {
    display: flex;
}

.flex-justify-content-center {
    justify-content: center;
}

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

.flex-justify-content-space-around {
    justify-content: space-around;
}

.flex-wrap.wrap {
    flex-wrap: wrap;
}

.chapter-selection li {
    margin-left: 10px;
}

.chapter-selection li:first-child {
    margin-left: 0;
}

.chapter-selection li {
    /* font-size: 20px; */
}

.chapter-img.shine {
    width: 100%;
}

.chapter-select {
    width: 40%;
    display: block;
}

.chapter-select .select-items {
    left: auto;
    right: auto;
    max-height: 200px;
    width: 100%;
}

.chapter-select.custom-select {
    margin-right: 0;
}


.chapter-select-bottom {
    width: 40%;
    display: block;
}

.chapter-select-bottom .select-items {
    left: auto;
    right: auto;
    max-height: 200px;
    width: 100%;
}

.chapter-select-bottom.custom-select {
    margin-right: 0;
    text-align: start;
}

.chapter-select-scroll .select-items {
    top: -180px;
}

.chapter-select-scroll .select-selected {
    color: #fff;
}

.chapter-select-scroll .select-selected:after {
    border-color: #fff transparent transparent transparent;
}

.chapter-img.shine {
    width: 100%;
}

.user-profile.content-inner {
    background: #F6F6F6;
}

ul.horizontal-list {
    width: 100% !important;
    list-style: none;
    /* Loáº¡i bá» dáº¥u cháº¥m Ä‘áº§u dÃ²ng */
    padding: 0px;
    margin: 0;
    display: grid;
    /* Sá»­ dá»¥ng Flexbox Ä‘á»ƒ hiá»ƒn thá»‹ cÃ¡c pháº§n tá»­ náº±m ngang */
    grid-template-columns: repeat(8, 1fr);
    list-style-type: none;
    gap: 10px;
}

ul.horizontal-list li {
    margin: 0px;
    /* Khoáº£ng cÃ¡ch giá»¯a cÃ¡c pháº§n tá»­ */
    position: relative;
    /* Äá»ƒ Ä‘á»‹nh vá»‹ dáº¥u gáº¡ch dá»c */
    text-align: center;
    margin: auto;
}

ul.horizontal-list li:not(:last-child)::after {
    content: "|";
    /* Dáº¥u gáº¡ch dá»c */
    position: absolute;
    /* Äiá»u chá»‰nh vá»‹ trÃ­ cá»§a dáº¥u gáº¡ch dá»c */
    right: 0;
    display: none;
}

.manga-detail .manga-dt-actions ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.manga-detail .manga-dt-actions ul li {
    margin-right: 10px;
}

.manga-detail .manga-dt-actions ul li a {
    display: block;
}

.manga-detail .manga-dt-actions ul li:last-child {
    margin: 0;
}

.el-visibility {
    visibility: hidden;
}

.splide__sr {
    display: none;
}

.search-box .dropdown {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    min-width: 250px;
}

.search-box .dropdown a {
    display: flex;
    border-bottom: 1px solid #cecece;
    padding: 5px;
}

.search-box .dropdown a:hover {
    background: #4696fb;
}

.search-box .dropdown a .search-img {
    width: 45px;
}

.search-box .dropdown a .search-title {
    width: calc(100% - 45px);
    padding-left: 5px;
}

.search-box .dropdown a img {
    width: 100%;
    height: 60px;
    display: block;
}

.search-box .dropdown a h3 {
    width: 100%;
    color: #676767;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
    font-weight: bold;
}

.search-box .dropdown a h6 {
    font-size: 13px;
    color: #676767;
}

.search-box .dropdown a:hover h3,
.search-box .dropdown a:hover h6 {
    color: #fff;
}

.search-box .dropdown a:last-child {
    border-bottom: none;
}

.scroll-chapter {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.scroll-chapter.show {
    display: block;
}

.scroll-chapter .custom-select {
    margin-right: 0;
}

@media only screen and (max-width:1200px) {
    .h-btn-menu .btn-login {
        padding: 5px;
    }

    .h-btn-menu .btn-login i {
        display: block;
        color: #000;
    }

    .h-btn-menu .btn-login p {
        display: none;
    }

    .footer {
        padding: 10px;
    }

    .footer ul {
        width: 100%;
    }

    .footer .ft-right {
        width: 40%;
    }

    .search-box .dropdown {
        width: 400px;
    }
}

@media only screen and (max-width:1100px) {
    ul.horizontal-list {
        grid-template-columns: repeat(6, 1fr);
    }

    .content {
        padding-top: 0;
    }

    .page-404 .center-404-text {
        top: 40px;
        margin-left: -193.5px;
        margin-top: 0;
        font-size: 30px;
    }

    .wrapper.open {
        /* margin-left: 260px; */
    }

    .p-chapter .search-box {
        display: none;
    }

    .row {
        width: 100%;
        padding: 10px;
        padding-top: 0;
    }

    .col-left,
    .col-right {
        width: 100%;
        padding: 0;
    }

    .manga-list2 .m-item {
        width: 25%;
    }

    .col-left {
        margin-bottom: 20px;
    }

    .header .nav {
        display: none;
    }

    .header .logo {
        margin: 0;
    }

    .modal {
        width: 400px;
    }

    .header .logo img {
        max-height: 40px;
    }

    .header .row {
        padding: 0 10px;
    }

    .search-box {
        width: 40%;
        float: left;
        background: none;
        position: initial;
    }

    .search-results {
        padding: 0 20px;
        top: 45px;
    }

    .h-group {
        position: fixed;
        left: 0;
        top: 0px;
        height: 100%;
        width: 100%;
        background: #2d1a2c;
        width: 260px;
        z-index: -1;
    }

    .wrapper.open .h-group {
        z-index: 1;
    }

    .h-btn-menu {
        float: right;
    }

    .home-noti {
        margin-left: 0;
    }

    .close,
    .toggle {
        display: block;
    }

    .dropdown,
    .genres svg {
        display: none;
    }

    .manga-list2 .m-item:nth-child(5n+1) {
        clear: inherit;
    }

    .manga-list2 .m-item:nth-child(4n+1) {
        clear: both;
    }

    .genre-content .col-right {
        display: none;
    }

    .manga-actions select {
        display: block;
    }

    .slideshow-container .banner-detail .banner-manga-title {
        font-size: 20px;
    }

    .slideshow-container .banner-detail .banner-chapter {
        margin-top: 5px;
    }

    .slideshow-container .banner-detail span {
        font-size: 10px;
        padding: 5px 10px;
        border-radius: 10px;
    }

    .ranking .manga-react {
        justify-content: start;
    }

    .home-ads-1 img {
        width: 80%;
        display: block;
        margin: auto;
    }

    .footer .ft-right {
        width: 50%;
    }

    .s-img {
        width: 20%;
        height: auto;
    }

    .r-img img {
        height: auto;
    }

    .search-manga-content .manga-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .search-page .tags-checkbox .tags {
        grid-template-columns: repeat(4, 1fr);
    }

    /* .search-page .filter {
        max-height: 700px;
        overflow-y: scroll;
    } */
}

@media only screen and (max-width:950px) {
    .search-page .tags-checkbox .tags {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width:800px) {
    ul.horizontal-list {
        grid-template-columns: repeat(2, 1fr);
    }

    ul.horizontal-list li {
        margin-right: 0;
        text-align: left !important;
        margin: 0;
    }

    ul.horizontal-list li:not(:last-child)::after {
        content: "";
    }

    .manga-detail .manga-dt-actions ul li {
        margin-top: 5px !important;
    }
}

@media only screen and (max-width:750px) {
    .row {

        width: 100%;
    }

    .manga-list,
    .search-manga-content .manga-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .manga-list2 .m-item,
    .m-item {
        width: 33.33333%;
    }

    .manga-list2 .m-item:nth-child(4n+1) {
        clear: inherit;
    }

    .manga-list2 .m-item:nth-child(3n+1) {
        clear: both;
    }

    .manga-title {
        font-size: 18px;
        line-height: 24px;
    }

    .ft-left {
        margin-bottom: 20px;
    }

    .ft-left,
    .ft-right {
        width: 100%;
    }

    .sub-header .row {
        padding-left: 10px;
        padding-right: 1px;
    }

    #fanpage_url {
        display: none;
    }

    .search-box {
        width: 50% !important;
        margin: 5px 0 0 0;
    }

    .slideshow-container .banner-detail .banner-manga-title {
        font-size: 16px;
    }

    .slideshow-container .banner-detail span {
        font-size: 10px;
        padding: 5px 10px;
        border-radius: 10px;
    }

    .footer .ft-right {
        width: 100%;
        float: left;
    }

    .manga-detail .manga-desc li {
        display: grid;
        grid-template-columns: 40% 60%;
        margin-bottom: 10px;
    }

    .button.btn {
        padding: 10px;
        color: #000;
        border-radius: 5px;
        display: block;
    }

    .button.btn-outline {
        padding: 10px;
        color: #000;
        border-radius: 5px;
        border: 1px solid #000;
        display: block;
    }

    .splide__slide {
        width: 240px !important;
    }

    .search-page .filter-input {
        grid-template-columns: repeat(1, 1fr);
    }

    .search-page .tags-title {
        width: 100%;
    }

    .search-page .tags-checkbox {
        width: 100%;
        margin-top: 15px;
    }

    .slideshow-container .mySlides img {
        height: 300px;
    }

    .h-user-profile .h-user-info,
    .h-user-profile i {
        display: none;
    }
}

@media only screen and (max-width:650px) {
    .sub-header {
        display: block !important;
    }

    .sub-header ul li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .search-box {
        width: 55% !important;
        margin: 5px 0 0 0;
    }

    .install-app {
        display: none;
    }

    .slideshow-container .banner-detail .banner-manga-title {
        font-size: 16px;
    }

    .slideshow-container .banner-detail span {
        font-size: 10px;
        padding: 5px 10px;
        border-radius: 10px;
        margin-top: 5px;
    }

    .slideshow-container .banner-detail .banner-chapter {
        margin-top: 0;
    }

    .m-img img {
        height: 250px;
    }

    .search-page .filter-action {
        justify-content: center;
    }

    .search-page .left-link,
    .search-page .right-link {
        order: unset;
        flex: 1 0 100%;
        text-align: center;
    }

    .modal {
        width: 350px;
    }
}

@media only screen and (max-width:550px) {

    .manga-list,
    .search-manga-content .manga-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .m-item,
    .manga-list2 .m-item {
        width: 40%;
        overflow-y: hidden;
        height: 350px;
    }

    .manga-list2 .m-item {
        width: 50%;
    }

    .manga-list2 .m-item:nth-child(3n+1) {
        clear: inherit;
    }

    .manga-list2 .m-item:nth-child(2n+1) {
        clear: both;
    }

    .manga-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

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


    .select-chapter select {
        width: 100px;
    }

    .manga-detail {
        width: 100%;
    }

    .manga-title {
        width: 100%;
        text-align: center;
    }

    .row {
        width: 100%;
    }

    .splide__slide {
        width: 200px !important;
    }

    .g-chapter {
        justify-content: start;
    }

    .g-item .g-chapter a {
        margin-left: 5px;
        text-align: start;
    }

    .g-item a {
        font-size: 12px;
        font-weight: 500;
    }

    .slideshow-container .banner-detail {
        top: 40%;
    }

    .slideshow-container .banner-detail .banner-manga-title {
        font-size: 16px;
    }

    .slideshow-container .banner-detail span {
        font-size: 10px;
    }

    .g-item img,
    .g-item {
        height: 250px;
    }

    .m-img img {
        height: 250px;
    }

    .button.hide-text span {
        display: none;
    }

    .slideshow-container .mySlides img {
        height: 250px;
    }

    .slideshow-container .banner-detail {
        width: 70%;
    }

    .search-box .dropdown {
        width: 350px;
    }
}


@media only screen and (max-width:450px) {
    .ft-chapter .inner {
        width: auto;
        display: block;
    }

    .m-item,
    .manga-list2 .m-item {
        width: 45%;
        overflow-y: hidden;
        height: 300px;
    }

    .slider,
    .g-item {
        overflow: hidden;
    }

    .splide__slide {
        width: 200px !important;
    }

    .g-chapter {
        display: block;
    }

    .g-item .g-chapter a {
        margin-left: 5px;
        text-align: start;
    }

    .g-item a {
        font-size: 12px;
        font-weight: 500;
    }

    ol.breadcrumb&gt;li+li::before {
        padding: 0 5px;
        margin: 0;
    }

    ol.breadcrumb li:last-child {
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .manga-detail .manga-desc li {
        display: grid;
        grid-template-columns: 40% 60%;
        margin-bottom: 10px;
    }

    .m-img img {
        height: 220px;
    }

    .home-button,
    .reload-button {
        display: none;
    }

    .modal {
        width: 300px;
    }

    .slideshow-container .mySlides img {
        height: 220px;
    }

    .search-box {
        width: 40%;
    }

    .search-box .dropdown {
        width: 250px;
    }
}

@media only screen and (max-width:380px) {
    .search-box {
        width: 45% !important;
    }

}

@media only screen and (max-width:350px) {

    .manga-list,
    .search-manga-content .manga-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .m-item,
    .manga-list2 .m-item {
        width: 50%;
        overflow-y: hidden;
        height: 300px;
    }

    .m-img img {
        height: 190px;
    }

    .search-box {
        width: 40% !important;
    }

    .slideshow-container .mySlides img {
        height: 200px;
    }

    .manga-item {
        width: 80%;
    }

    .search-box {
        width: 35% !important;
    }

    .search-box .dropdown {
        width: 230px;
    }
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

.splide__container {
    position: relative;
    box-sizing: border-box;
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform;
}

.splide.is-active .splide__list {
    display: flex;
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}

.splide,
.splide__slide {
    position: relative;
    outline: none;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__slider {
    position: relative;
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite;
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.splide--draggable&gt;.splide__track&gt;.splide__list&gt;.splide__slide {
    -webkit-user-select: none;
    user-select: none;
}

.splide--fade&gt;.splide__track&gt;.splide__list {
    display: block;
}

.splide--fade&gt;.splide__track&gt;.splide__list&gt;.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

.splide--fade&gt;.splide__track&gt;.splide__list&gt;.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.splide--rtl {
    direction: rtl;
}

.splide--ttb&gt;.splide__track&gt;.splide__list {
    display: block;
}

.splide--ttb&gt;.splide__pagination {
    width: auto;
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
}

.splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}

.splide__arrow:hover {
    cursor: pointer;
    opacity: 0.9;
}

.splide__arrow:focus {
    outline: none;
}

.splide__arrow--prev {
    left: 0;
}

.splide__arrow--prev svg {
    transform: scaleX(-1);
}

.splide__arrow--next {
    right: 0;
}

.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transform 0.2s linear;
    border: none;
    opacity: 0.7;
}

.splide__pagination__page.is-active {
    transform: scale(1.4);
    background: #fff;
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}

.splide__pagination__page:focus {
    outline: none;
}

.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}

.splide--nav&gt;.splide__track&gt;.splide__list&gt;.splide__slide {
    border: 3px solid transparent;
}

.splide--nav&gt;.splide__track&gt;.splide__list&gt;.splide__slide.is-active {
    border-color: #000;
}

.splide--nav&gt;.splide__track&gt;.splide__list&gt;.splide__slide:focus {
    outline: none;
}

.splide--rtl&gt;.splide__arrows .splide__arrow--prev,
.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}

.splide--rtl&gt;.splide__arrows .splide__arrow--prev svg,
.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev svg {
    transform: scaleX(1);
}

.splide--rtl&gt;.splide__arrows .splide__arrow--next,
.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}

.splide--rtl&gt;.splide__arrows .splide__arrow--next svg,
.splide--rtl&gt;.splide__track&gt;.splide__arrows .splide__arrow--next svg {
    transform: scaleX(-1);
}

.splide--ttb&gt;.splide__arrows .splide__arrow,
.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}

.splide--ttb&gt;.splide__arrows .splide__arrow--prev,
.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev {
    top: 1em;
}

.splide--ttb&gt;.splide__arrows .splide__arrow--prev svg,
.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg);
}

.splide--ttb&gt;.splide__arrows .splide__arrow--next,
.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}

.splide--ttb&gt;.splide__arrows .splide__arrow--next svg,
.splide--ttb&gt;.splide__track&gt;.splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg);
}

.splide--ttb&gt;.splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: 0.5em;
    transform: translateY(50%);
}

.footer img {
    max-width: 200px;
    display: block;
    margin: auto;
}

.m-img .view {
    position: absolute;
    bottom: 0;
    /* height: 25px; */
    line-height: 25px;
    padding-left: 5px;
    font-size: 12px;
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.m-left-15 {
    margin-left: 15px;
}

.m-left-5 {
    margin-left: 5px;
}

.logo-text {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.no-data {
    min-height: 300px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

#goTopAnchor {
    padding: 10px;
    background: #4696fb;
    max-height: unset;
    border-radius: 5px;
    opacity: unset !important;
    width: 50px !important;
}

#goTopAnchor i {
    font-size: 17px;
    width: auto;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
}

.manga-react {
    display: flex;
    justify-content: center;
}

.manga-react div {
    margin-right: 10px;
    font-size: 12px;
}

.install-app {
    float: right;
    margin-top: 5px;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #f6f6f6;
    height: 40px;
}

.list-title {
    background: #f6f6f6;
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px 10px 0 0;
}

.list-title h2 {
    flex: 1;
    text-align: left;
    color: #333;
    font-weight: 700;
    flex-basis: 60%;
}

.list-title a {
    flex: 1;
    text-align: right;
    font-size: 14px;
    color: #4696FB;
    text-decoration: underline;
}


/* .splide__arrows.splide__arrows--ltr {
    visibility: hidden;
} */

.about-us {
    clear: both;
    padding-top: 10px;
}


* {
    box-sizing: border-box
}

body {
    font-family: Inter, sans-serif;
    margin: 0;
    /* background-color: red; */
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}

/* Next &amp; previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background: #fff;
}

/* .active,
.dot:hover {
    background-color: #717171;
} */

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.has-line-top {
    border-top: 1px solid #ffffff66;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.search-wrapper .fa {
    font-size: 20px;
    margin-top: 10px;
}

.install-app .fa {
    font-size: 20px;
    margin-top: 0px;
    position: relative;
    top: 2px;
}

.header .row {
    padding-left: 0px;
    padding-right: 0px;
}

.user-profile-container {
    background: #f6f6f6 !important;
    padding-top: 15px;
}

.login-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
    cursor: unset;
}

.login-modal-content {
    background-color: #fefefe;
    margin: 2% auto;
    padding: 0px;
    border: 1px solid #888;
    max-width: 400px;
}

.login-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    right: 15px;
    position: relative;
    top: 5px;
}

.login-modal-close:hover,
.login-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.login-modal-content p {
    background-color: unset;
}

.login-modal-content form {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.login-modal-content form label {
    margin-top: 10px;
    color: #3E3E3E;
    font-weight: 600;
    padding-bottom: 5px;
}

.login-modal-content form input {
    margin-bottom: 10px;
    padding: 10px 10px;
    border: 1px solid #8282824f;
    border-radius: 4px;
    font-size: 15px;
    background-color: #fff !IMPORTANT;
}

.login-modal-content h2 {
    background-color: #F6F6F6;
    padding: 13px 10px;
    text-align: center;
    color: #3E3E3E;
    font-size: 20px;
    font-weight: 600;
}

.group-button {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-login-form {
    background: #4696fb;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 17px;
    border-radius: 7px;
    cursor: pointer;
}

.btn-login-social {
    background: #fff;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    color: #828282;
    font-size: 17px;
    border-radius: 7px;
    border: 1px solid #8282824f;
    cursor: pointer;
}

.group-button-item {
    margin-top: 15px;
}

.btn-login-social svg {
    width: 25px;
    height: 25px;
    vertical-align: top;
    fill: #fff;
    margin-top: -2px;
}

@media only screen and (max-width:760px) {
    .breadcrumb-wrapper {
        margin-top: 15px;
    }
}

@media only screen and (min-width:800px) {
    .chapter-content {
        padding-top: 20px;
    }
}

.cmt-user-name img {
    max-width: 115px;
}</pre></body></html>