@keyframes sonar {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes progress-animation {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1060px;
    }
}

html {
    font-size: 20px;
}

body {
    font-family: 'Tahoma', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background-color: #ebebeb;
    line-height: 1.42857143;
    color: #333;
}

.hidden {
    display: none !important;
}

.color-white {
    color: #fff !important;
}

a,
.nav-link {
    color: #000;
    transition: 0.3s;
    text-decoration: none;
}

a:hover,
a:focus,
.nav-link:hover,
.nav-link:focus {
    text-decoration: unset;
    color: #03f;
}

.chapter a:focus,
.chapter a:visited,
a.visited {
    text-decoration: none;
    color: silver;
}

.btn {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
}

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

.hover {
    color: #288ad6;
}

.hover:hover,
.hover:focus {
    color: #ae4ad9;
    text-decoration: underline;
}

.relative {
    position: relative;
}

img {
    max-width: 100%;
}

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

.error {
    color: red;
}

:root {
    --code-color: darkred;
    --code-bg-color: #aaaaaa;
    --code-font-size: 14px;
    --code-line-height: 1.4;
    --scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
}

pre {
    color: var(--code-color);
    font-size: var(--code-font-size);
    line-height: var(--code-line-height);
    background-color: var(--code-bg-color);
}

::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.5);
}

::-webkit-input-placeholder {
    /* Edge */
    color: #555;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555;
}

::placeholder {
    color: #555;
}

.scroll-y {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 1000px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


/* Header */

#header {
    background: url(../images/bg-top.jpg) top center repeat-x;
    width: 100%;
    height: 90px;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.logo {
    padding: 10px 0;
    margin-right: 90px;
}

.form-search {
    position: relative;
    margin-right: 50px;
}

.form-search .form-control {
    border-radius: 0;
    height: 32px;
    border: none;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    padding: 6px 12px;
    width: 400px;
}

.form-control {
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

label {
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 15px;
}

.btn-search {
    color: #333 !important;
    font-size: 16px;
    border-radius: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    border: none;
    background-color: #fff;
    z-index: 2;
}

.toggle-dark {
    color: #ff9601;
    line-height: 1;
    font-size: 20px;
    cursor: pointer;
    margin-right: 15px;
}

.notifications {
    position: relative;
}

.notifications a {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
}

.notification-popup {
    display: none;
    position: absolute;
    width: 350px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-top: 0;
    top: 40px;
    right: 0;
    z-index: 1001;
    color: #000;
}

.top-right-mb {
    gap: 10px;
}

.search-button-icon {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
}

.navbar-toggle {
    background-color: #d0b32e;
    border-radius: 2px;
    font-size: 24px;
    padding: 5px 8px;
    line-height: 1;
    color: #fff;
    border: 0;
    width: 40px;
    text-align: center;
}

.navbar-collapse {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 50px;
    display: none;
    background-color: #141414;
    padding: 10px 15px;
}

.form-search.search-mobile {
    margin: 0;
}

.form-search.search-mobile .form-control {
    width: 100%;
}

.form-search.search-mobile .btn-search {
    position: absolute;
    right: 0;
    top: 0;
}

.navbar-collapse .navbar-nav {
    margin: 10px 0 30px;
}

.navbar-collapse .navbar-nav>li {
    border: 0;
}

.nav-account li {
    display: inline-block;
}

.nav-account>li.login-link:after {
    content: "/";
    color: #fff;
    padding-left: 4px;
}

.nav-account>li>a {
    color: #fff;
}

.nav-account>li>a:hover {
    text-decoration: underline;
}

.nav-account .user-menu {
    color: #fff;
}

.user-menu img {
    height: 20px;
}

.nav-account .dropdown-menu {
    min-width: 150px;
}

.nav-account .dropdown-menu li {
    display: block;
}

.nav-account .dropdown-menu a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
}

.nav-account .dropdown-menu a:hover,
.nav-account .dropdown-menu a:focus {
    color: #ae4ad9;
    background-color: #f5f5f5;
}

.main-header {
    background-color: #e4e4e4;
}

.navbar-nav>li {
    border-right: 1px solid #ddd;
}

.main-menu>li>a {
    color: #333;
    white-space: nowrap;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    width: 300px;
}

.navbar-nav .dropdown-menu:not(.megamenu) {
    padding: 0;
}

.main-menu>li .megamenu {
    width: 600px;
}

.main-menu>li .dropdown-menu {
    border: 1px solid #d9d9d9;
    -moz-box-shadow: 0 3px 8px rgba(3, 3, 3, 0.26);
    -webkit-box-shadow: 0 3px 8px rgba(3, 3, 3, 0.26);
    box-shadow: 0 3px 8px rgba(3, 3, 3, 0.26);
}

.main-menu>li .dropdown-menu a {
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 32px;
    padding: 0 10px;
    display: block;
    white-space: nowrap;
    font-size: 14px;
}

.main-menu>li .dropdown-menu .d-grid {
    grid-template-columns: 1fr 1fr;
}

.main-menu>li .dropdown-menu .d-grid a {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 8px 16px;
    line-height: 1.42857143;
}

.main-menu>li a strong {
    color: #e74c3c;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding: 0 10px;
        line-height: 40px;
    }
}

.main-menu>li:first-child a {
    padding: 0 15px;
}

.main-menu>li.active>a,
.main-menu>li.open>a,
.main-menu>li.dropdown:hover>a,
.main-menu>li .dropdown-menu a:hover,
.main-menu>li>a:hover {
    color: #ae4ad9;
    background-color: #fff;
}


/* Body */

#back-totop {
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    color: #ee2c74;
    border-radius: 3px;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 9999;
}

#main-content {
    padding-top: 2.5rem;
}

#main-content>.container>section,
#main-content>.container>.breadcrumb {
    padding: 15px;
    background-color: #f9f9f9;
}

.slick-track,
.slick-initialized .slick-slide {
    display: flex;
}

.slick-list {
    margin: 0 -7px;
}

.slick-slide {
    padding: 0 7px;
    overflow: hidden;
}

.comment-header .mod,
.member,
.comment-header .anonymous {
    background: #f93;
    padding: 1px 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-left: 5px;
    border-radius: 3px;
    display: inline-block;
}

.member {
    background: none;
    border: 1px solid #209cee;
    color: #209cee;
    position: relative;
}

.member.level-4 {
    border-color: #d8541c;
    color: #d8541c;
}

.member.level-5,
.member.level-6,
.member.level-7,
.member.level-8,
.member.level-9,
.member.level-10 {
    border-color: red;
    color: red;
}

.member .progress-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #d0b32e;
    opacity: .5;
}

.items-slide .item {
    border: 1px solid #f2f2f2;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 220px;
}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

.slide-caption h3 {
    margin: 1px 0;
    font-weight: 400;
    line-height: 25px;
}

.slide-caption a {
    color: #fff;
    font-size: 13px;
}

.slide-caption h3 a {
    height: 23px;
    overflow: hidden;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slide-caption .time {
    font-size: 11px;
    font-style: italic;
    padding-left: 10px;
}

.slick-prev,
.slick-next {
    width: 55px;
    height: 55px;
    text-align: center;
    left: 10px;
    z-index: 2;
    background-color: #f9f9f9;
    opacity: 0.5;
    border-radius: 5px;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 0.7;
    background-color: #f9f9f9;
}

.slick-next {
    left: auto;
    right: 10px;
}

.slick-prev::before,
.slick-next::before {
    font-size: 22px;
    color: #000;
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    opacity: 1;
    font-weight: 900;
}

.slick-prev::before {
    content: '\f104';
}

.page-title {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.42857143;
    margin-bottom: 10px;
    color: #2980b9;
    position: relative;
}

.filter-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #ff9601;
    border-radius: 30px;
    text-align: center;
    color: #ff9601;
}

.list-comics {
    margin: 0 -7px;
}

.list-comics>div {
    padding: 0 7px;
    margin-bottom: 10px;
}

.p-thumb {
    position: relative;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: #000 0 0 0;
    text-align: center;
    overflow: hidden;
}

.icon-hot {
    background: url(../images/icon-hot.gif) no-repeat;
    height: 11px;
    width: 28px;
}

.p-thumb .icon {
    position: absolute;
    top: 5px;
    right: 5px;
}

.p-thumb .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    display: block;
    color: #fff;
    background-color: #000;
    opacity: .65;
    filter: alpha(opacity=50);
}

.p-content {
    padding-top: 5px;
}

.p-content h3 {
    font-size: 16px;
    margin: 0 0 7px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-chaps li {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-chaps a {
    font-size: 13px;
}

.list-chaps .time {
    color: silver;
    font-size: 11px;
    line-height: 20px;
    font-style: italic;
    overflow: hidden;
    white-space: nowrap;
}

.pagination {
    justify-content: center;
    margin: 20px 0;
}

.pagination>li>a {
    margin: 0 1px 1px 0;
    border: 1px solid #ddd;
    color: #999;
    padding: 0 2px;
    font-size: 15px;
    border-radius: 0 !important;
    width: 40px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li.active>a {
    background-color: #00a5f0 !important;
    cursor: pointer !important;
    z-index: 0;
}

.box,
.top-date {
    border: 1px solid #EAEAEA;
    margin-bottom: 15px;
}

.nav-tabs {
    background: #ecf0f1;
}

.nav-tabs li {
    flex: 1;
    position: relative;
}

.nav-tabs .nav-link::before {
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    position: absolute;
    background: #721799;
    transition: .3s;
}

.nav-tabs .nav-link {
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0;
    line-height: 40px;
    transition: .3s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    background-color: #fff;
    color: #000;
}

.nav-tabs .nav-item.show .nav-link::before,
.nav-tabs .nav-link.active::before,
.nav-tabs .nav-link:hover::before {
    width: 100%;
}

.tab-content {
    padding: 10px;
}

.top-date {
    border-top: 0;
}

.top-date .tab-pane ul li {
    padding: 10px 0;
}

.top-date .tab-pane ul li+li {
    border-top: 1px solid #EAEAEA;
}

.rank {
    width: 40px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #3b3b3b;
    font-size: 18px;
    float: left;
}

.rank.stt1 {
    color: #3498db;
    font-size: 20px;
}

.rank.stt2 {
    color: #27ae60;
    font-size: 20px;
}

.rank.stt3 {
    color: #d35400;
    font-size: 20px;
}

.thumb {
    width: 55px;
    height: 45px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
}

.comics-follow .thumb,
.his-comics .thumb {
    width: 70px;
    height: 60px;
}

.t-item h3,
.box h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chapter.top {
    padding-top: 5px;
    margin: 0;
}

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

.chapter .view {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #666;
    float: right;
}

.chapter a:focus,
.chapter a:visited,
a.visited {
    text-decoration: none;
    color: silver;
}

.box {
    padding: 10px;
    color: #333;
}

.box h2 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
    color: #2980b9;
    display: flex;
    justify-content: space-between;
}

.box h2 a {
    font-size: 13px;
    line-height: 22px;
    font-style: italic;
}

.box h2 a:hover {
    text-decoration: underline;
}

.box ul li {
    padding: 10px 0;
    border-top: 1px solid #dedede;
}

.box .member {
    background: #ccc;
}

.box a.cmchapter-link {
    float: right;
    font-weight: 400;
    white-space: nowrap;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    margin-left: 7px;
    color: #4e7af3;
}

.list-comment ul li h3 {
    margin-bottom: 5px;
    font-weight: 400;
}

.list-comment .thumb {
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

.authorname {
    font-weight: 700;
    color: #03f;
    font-size: 13px;
}

.list-comment .time,
.chapter .time {
    color: #999;
    font-style: italic;
    float: right;
    font-size: 11px;
    line-height: 20px;
    white-space: nowrap;
    margin-right: 10px;
    border: none;
}

.chapter .time {
    margin: 0;
}

.list-comment p {
    overflow: hidden;
    margin-top: 3px;
    line-height: 20px;
    font-size: 13px;
}


/* Footer */

#footer {
    color: #aaa;
    background-color: #222;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.menu-footer {
    display: flex;
}

.menu-footer a {
    flex: 1;
    color: #ddd;
}

.menu-footer a:hover {
    color: #fff;
}

.copyright {
    color: #ddd;
    margin: 10px 0 0;
}

.tag-list h4 {
    margin: 5px 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.tag-list li {
    margin-right: 5px;
    line-height: 38px;
    display: inline-block;
}

.tag-list a {
    border: solid 1px #ddd;
    padding: 5px;
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
}

.breadcrumb {
    margin-bottom: 25px;
}

.breadcrumb a {
    color: #288ad6;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    text-decoration: underline;
    color: #ae4ad9;
}

.breadcrumb>li+li:before {
    content: "\00BB";
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}

#comic-detail h1 {
    font-weight: 400;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1.2;
    color: #333;
}

#comic-detail .small {
    font-size: 13px;
    font-style: italic;
    opacity: .7;
    text-align: center;
}

#comic-detail time.small {
    display: block;
    line-height: 1;
    padding: 5px 0 10px;
}

#comic-detail .col-image,
#comic-detail .col-info {
    margin-top: 10px;
}

.list-info li {
    display: flex;
    margin-bottom: 10px;
}

.list-info li .name {
    min-width: 140px;
}

.other-name,
.list-info p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    text-transform: inherit;
    color: #777676;
}

.list-info p i {
    font-size: 14px;
}

.list-info a,
.rating a {
    color: #288ad6;
}

.list-info a:hover,
.rating a:hover,
.list-info a:focus {
    text-decoration: underline;
    color: #ae4ad9;
}

.rate-share {
    margin: 10px 0 15px;
}

.rate-star i {
    font-size: 18px;
    color: #ffac0d;
}

.follow {
    margin-bottom: 12px;
}

a.follow-link {
    color: #fff;
    background-color: #449d44;
    padding: 6px 12px;
}

.read-action a {
    color: #fff !important;
    margin-bottom: 5px;
}

#comic-detail .content {
    padding-bottom: 10px;
}

#comic-detail .content p {
    margin: 0;
}

#comic-detail .content .description {
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    position: relative;
}

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

#comic-detail .title {
    color: #2980b9;
    border-bottom: 2px solid #2980b9;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0;
    padding-bottom: 5px;
}

a.viewmore {
    color: #288ad6;
}

a.viewmore i {
    vertical-align: text-bottom;
}

a.viewmore:hover,
.view-full-chapter:hover {
    color: #ae4ad9;
    text-decoration: underline;
}

#list-chapter {
    position: relative;
}

#list-chapter .small {
    color: #999;
}

#list-chapter table {
    margin: 0 0 40px;
}

#list-chapter table th {
    font-size: 17px;
    padding: 5px 0;
    border: 0;
    font-weight: 400;
}

#list-chapter table tbody {
    border: solid 1px #ddd;
    border-radius: 5px;
}

#list-chapter table tbody td {
    border-style: dashed;
}

.less {
    display: none;
}

.view-full-chapter {
    display: block !important;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 35px;
    position: relative;
    margin-top: -40px;
}

.view-full-chapter::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 35px;
    top: -36px;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    width: 100%;
}

#comment .nav-tabs {
    display: block;
    background-color: transparent;
}

#comment .nav-tabs li {
    display: inline-block;
}

#comment .nav-tabs .nav-link {
    padding: 0 1rem;
    border: 1px solid #ddd;
    border-bottom: 0;
}

#comment .tab-content {
    padding: 10px 0 0;
}

#main-cmt>p {
    color: red;
    font-size: 12px;
    font-style: italic;
}

#comment-area {
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: #999;
    height: 70px;
    padding: 5px 10px;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.comment-info {
    display: flex;
    gap: 5px;
}

.comment-info input {
    margin-top: 5px;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #ccc;
}

.comment-info button {
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    margin-top: 5px;
}

.list-comment .cmt-item:not(.child) {
    padding: 10px 0;
}

.cmt-item .avatar {
    overflow: hidden;
    float: left;
    height: 40px;
    width: 40px;
}

.cmt-item .summary {
    padding-left: 55px;
    position: relative;
}

.cmt-item .cmt-item {
    padding-top: 10px;
}

.cmt-item .summary .info {
    border: 1px solid #d8d8d8;
    padding: 5px 10px;
    background-color: #fffdfd;
}

.comment-header {
    overflow: hidden;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 5px;
}

.comment-header .title {
    font-weight: 700;
    color: #03f;
    font-size: 13px;
}

.comment-header .cmchapter {
    color: #4e7af3;
    font-style: italic;
    font-size: 12px;
    margin-left: 7px;
}

.info .comment-content {
    overflow: hidden;
    display: block;
    padding: 10px 0 5px;
    word-wrap: break-word;
}

.comment-footer {
    margin: 5px 0;
    padding: 0;
    display: flex;
    gap: 10px;
}

.list-comment .comment-footer>li {
    display: inline-block;
    margin-top: 5px;
    color: #3f94d5;
    font-size: 13px;
    border: 0;
    padding: 0;
}

.comment-footer>li>span {
    cursor: pointer;
    text-align: center;
    display: block;
    min-width: 25px;
}

.comment-more-wrap {
    position: relative;
}

.comment-more-wrap .comment-more {
    position: absolute;
    right: 7px;
    top: 20px;
    margin: 0;
    padding: 8px 15px 6px;
    background-color: #fff;
    min-width: 150px;
    z-index: 1;
    border: 1px solid #ebebeb;
}

#comment .list-comment .time {
    float: none;
    margin: 0;
}

.mention-user {
    display: inline-block;
    margin-right: 5px;
    font-style: italic;
    color: #3f94d5;
}

.chapter-detail {
    background-color: #111;
}

.read-comic .row:not(.ads-bottom)>.container>div {
    background-color: #f6f7f8;
    overflow: hidden;
    padding: 10px;
}

.read-comic .top {
    background-color: #fff !important;
}

.read-comic .breadcrumb {
    margin: 0 0 10px;
}

.read-comic #comic-detail h1 {
    font-size: 20px;
    margin: 0 0 10px;
    display: inline-block;
    text-transform: capitalize;
    text-align: left;
}

.read-comic #comic-detail h1 a {
    color: #288ad6;
}

.read-comic #comic-detail h1 a:hover {
    color: #ae4ad9;
    text-decoration: underline;
}

.read-comic #comic-detail time.small {
    display: inline-block;
    padding: 0;
    margin: 0 0 10px 5px;
}

.list-server a {
    margin-bottom: 5px;
}

.alertError {
    margin: 5px 0 10px;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.reading-control .home {
    width: 30px;
    text-align: center;
    color: #d9534f;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 10px;
    position: relative;
}

.changeserver span {
    font-size: 12px;
    position: absolute;
    left: 12px;
    top: 7px;
    font-weight: 700;
}

.reading-control .prev,
.reading-control .next {
    display: inline-block;
    width: 33px;
    background: #d9534f;
    color: #fff;
    text-align: center;
    border-color: #d43f3a;
    height: 34px;
    padding-top: 7px;
    border-radius: 4px 0 0 4px;
}

.reading-control .next {
    border-radius: 0 4px 4px 0;
}

.reading-control .prev.disabled,
.reading-control .next.disabled {
    background-color: #000;
    opacity: .3;
}

.reading-control .select-chapter {
    display: inline-block;
    padding: 0;
    height: 34px;
    border: 1px solid #ccc;
    width: 25%;
    background-color: #fff;
    border-radius: 0;
}

.box-read-chapter {
    overflow: initial;
    padding: 10px 0;
    text-align: justify;
    border-radius: 5px;
}

.box-read-chapter .page-chapter {
    position: relative;
    background: url(../images/loading-small.gif) center center no-repeat;
    text-align: center;
}

.page-chapter img {
    min-height: 35px;
    color: #fff;
    border-color: #000;
    border-image: initial;
    border-style: none;
    border-width: medium;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto;
    z-index: 999;
    position: relative;
}

.ads-chapter a {
    margin-bottom: 10px;
}

.read-comic .top.bottom {
    padding: 10px 10px 5px;
    margin-bottom: 10px;
}

.chapter-nav-bottom {
    margin-bottom: 10px;
}

#comment .nav-tabs.comment-tab {
    margin-top: 20px;
    padding-bottom: 5px;
}

#comment .nav-tabs.comment-tab .nav-link {
    padding: 0 10px;
    line-height: 20px;
    border: 0;
    background-color: transparent;
    font-size: 14px;
    color: #333;
    text-transform: none;
}

.nav-tabs.comment-tab .nav-link::before {
    top: auto;
    bottom: -6px;
}

.nav-tabs.comment-tab .nav-item.show .nav-link,
.nav-tabs.comment-tab .nav-link.active,
.nav-tabs.comment-tab .nav-link:hover,
.nav-tabs.comment-tab .nav-link:focus {
    color: #000;
}

#chapterNav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 3px 0;
}

#chapterNav.sticky {
    background-color: #e4e4e4;
}

.title-detail {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    color: #2980b9;
}

.login {
    color: #0d6efd;
}

.login:hover {
    text-decoration: underline;
}

.history .nav-tabs {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    background-color: transparent !important;
}

.history .nav-tabs li {
    display: inline-block;
    padding: 0 10px;
}

.history .nav-tabs .nav-link {
    background: transparent !important;
    color: #288ad6;
    font-size: 16px;
}

.history .nav-tabs .nav-link::before {
    top: auto;
    bottom: -1px;
}

.history .nav-tabs .nav-link.active,
.history .nav-tabs .nav-link:hover {
    color: #ae4ad9;
}

.follow .tab-content {
    padding: 0;
}

.follow-action {
    margin: 5px 0 7px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.follow-action .mark-as-read {
    color: #23a903;
    text-transform: none;
    white-space: nowrap;
}

.follow-action .follow-comic {
    white-space: nowrap;
    color: #d9534f;
}

.sonar {
    display: inline-block;
    position: relative;
    width: 9px;
    height: 9px;
    background-color: #f33;
    border-radius: 50%;
    animation: sonar 1.5s ease-in-out infinite;
}

.sonar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.4);
    animation: sonar-pulse 1.5s ease-in-out infinite;
}

.p-thumb .view {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    display: block;
    color: #fff;
    background-color: #000;
    opacity: .65;
    filter: alpha(opacity=65);
}

.p-thumb .view a {
    color: #fff;
}

.p-thumb .view a:hover {
    color: #ae4ad9;
}

.p-thumb .view.viewed {
    top: 0;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
}

.search-filter h1 {
    margin: 0;
    font-size: 25px;
    color: #333;
}

.search-filter .description {
    margin-top: 10px;
    margin-bottom: 15px;
}

.search-filter .description .info {
    padding: 10px;
    border: 1px solid #ddd;
}

.nav.comic-status {
    background-color: transparent !important;
    border: 0;
    display: block;
    text-align: center;
}

.nav.comic-status li {
    display: inline-block;
    margin-bottom: 5px;
}

.nav.comic-status li+li {
    margin-left: 5px;
}

.nav.comic-status li a {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 15px;
    color: #555;
    font-weight: 400;
    outline: 0;
    white-space: nowrap;
    display: block;
    line-height: 32px;
}

.nav.comic-status li.active a,
.nav.comic-status li a:hover,
.nav.comic-status li a:focus {
    color: #fff;
    background: #00b9f2;
    border-color: #00b9f2;
}

.sort-comic a {
    border-radius: 5px;
    margin-bottom: 2px;
    min-width: 110px;
    display: inline-block;
    text-align: center;
    background: #f4f4f4;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 4px 10px;
    color: #555;
    font-weight: 400;
    outline: 0;
}

.sort-comic a.active,
.sort-comic a:hover {
    background-color: #f7941d;
    border-color: #f28809;
    color: #fff;
}

.comic-categories {
    border: 1px solid #ddd;
    color: #333;
    padding: 10px;
}

.comic-categories h2 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #2980b9;
}

.comic-categories ul li {
    float: left;
    width: 50%;
    border-top: 1px solid #dedede;
}

.comic-categories ul li:first-child {
    width: 100%;
}

.comic-categories ul li a {
    padding: 10px 5px;
    display: block;
}

.comic-categories ul li.active a,
.comic-categories ul li a:hover {
    color: #ae4ad9;
}

.icon-input {
    display: inline-block;
    background: url(../images/icon-input.png) no-repeat #fff;
    background-position: 0 -18px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
}

.icon-input.cross {
    background-position: 0 0;
}

.icon-input.check {
    background-position: 0 -36px;
}

.instruction .icon-input {
    pointer-events: none;
}

.top-tip {
    border-radius: 3px;
    background-color: transparent;
    border: solid 1px #4080ff;
    color: #333;
    margin-bottom: 15px;
    font-size: 13px;
    position: relative;
    padding: 7px 0;
    padding-left: 45px;
}

.top-tip .icon-input {
    margin-left: 10px;
    vertical-align: middle;
}

.top-tip i {
    text-align: center;
    font-size: 15px;
    width: 35px;
    height: 100%;
    background-color: #4080ff;
    padding: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.search-adv-form .fil {
    display: flex;
    margin-bottom: 15px;
}

.search-filter-adv .btn-collapse {
    min-width: 175px;
}

.fil .label {
    min-width: 150px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 15px;
}

.fil>div,
.fil>select {
    flex: 1;
}

.list-cat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.genre-item {
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fil .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-filter {
    margin-left: 150px;
}


/* My Acoount */

.userinfo {
    position: relative;
    margin-bottom: 20px;
    background-color: #222;
    padding: 10px;
}

.userinfo .user-img {
    display: block;
    width: 80px;
    float: left;
}

.userinfo figcaption {
    display: table-cell;
    padding: 15px 5px 15px 10px;
}

figcaption .title {
    color: #fff;
    opacity: .8;
}

figcaption .user-name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userinfo i {
    position: absolute;
    top: 40%;
    right: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.user-sidelink {
    background: #f2f2f2;
    margin-bottom: 30px;
}

.user-sidelink ul li {
    border-left: 3px solid transparent;
}

.user-sidelink ul li a {
    display: block;
    color: #333;
    padding: 9px 30px;
}

.user-sidelink ul li.active,
.user-sidelink ul li:hover {
    background: #e6e6e6;
    border-color: #ee2c74;
}

.user-page .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.user-page .title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #ee2c74;
    margin-top: 5px;
}

.user-page .account-info {
    position: relative;
    margin-bottom: 30px;
}

.user-page .subtitle {
    font-weight: 500;
    border-left: 3px solid #ee2c74;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px;
    min-height: 27px;
}

.user-page .link {
    font-size: 13px;
    color: #333;
    position: absolute;
    top: 3px;
    right: 0;
}

.user-page .link:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    font-weight: 900;
    font-size: 10px;
}

.info-detail {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 15px 20px;
}

.info-detail .group {
    margin-bottom: 10px;
}

.skillbox .level {
    font-size: 13px;
}

.progress {
    width: 100%;
    height: 15px;
    background: #cccccc;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 3px;
    border: 1px solid #d9d9d9;
}

.progress .progress-bar {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #ffd33d, #ea4aaa 17%, #b34bff 34%, #01feff 51%, #ffd33d 68%, #ea4aaa 85%, #b34bff);
    background-size: 300% 100%;
    -webkit-animation: progress-animation 2s linear infinite;
    animation: progress-animation 2s linear infinite;
    text-align: center;
    line-height: 13px;
    font-size: 12px;
}

.info-detail .group .label {
    float: left;
    width: 100px;
    color: #000;
    font-size: 100%;
    text-align: left;
    font-weight: 400;
}

.info-detail .group .detail {
    display: table-cell;
}

.user-table .table-responsive {
    display: block;
    width: 100%;
    min-height: 0;
    overflow-x: auto
}

.user-table {
    margin-bottom: 10px;
    position: relative
}

.user-table .table-responsive {
    margin-bottom: 20px
}

.user-table .table {
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%
}

.user-table .table th {
    vertical-align: bottom;
    padding: 8px;
    white-space: nowrap;
    border-bottom: 2px solid #eceeef;
    text-transform: uppercase;
    border: none;
    border-top: 2px solid #ee2c74;
    background: #222;
    color: #fff;
    white-space: nowrap;
    text-align: left
}

.user-table .table td {
    padding: 8px;
    vertical-align: top;
    border-bottom: 1px solid #eceeef
}

.user-table .table .follow-action {
    gap: 12px;
    justify-content: unset;
}

.user-table .table a.image {
    display: block;
    width: 50px;
    max-height: 50px;
    overflow: hidden;
    line-height: 50px
}

.user-table .table a:hover,
.user-table .table a:visited,
.user-table .table a:focus {
    text-decoration: none
}

.user-table .table .word-wrap {
    overflow: hidden;
    word-wrap: break-word;
    display: inline-block;
    max-width: 360px
}

.user-table .table .nowrap {
    white-space: nowrap
}

.user-table .table .label {
    font-style: normal
}

.user-table .chapter .time {
    float: none;
}

.user-page .avatar-control .avatar-note {
    font-size: 12px;
    font-style: italic;
}


/* Login page */

.login-action .form-group {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.login-action .login-link {
    display: inline-block;
    font-size: 13px;
}

.login-action input[type="submit"] {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4a4a4a;
    background: #fdd835;
    border-color: #fdd835;
}

.open-login a {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.open-login a.login-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, .2);
}

.open-login a.login-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, .2);
}

.open-login a i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 39px;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .2);
    height: 39px;
    padding-top: 3px;
}


/* Dark mode */

.darkmode {
    background-color: #1a1a1a;
    color: #fff;
}

.darkmode .toggle-dark {
    color: #fff;
}

.darkmode .main-header {
    background-color: #000;
}

.darkmode .main-menu>li>a {
    color: #fff;
}

.darkmode .main-menu>li.active>a,
.darkmode .main-menu>li.open>a,
.darkmode .main-menu>li.dropdown:hover>a,
.darkmode .main-menu>li .dropdown-menu a:hover,
.darkmode .main-menu>li>a:hover {
    color: #ff9601!important;
    background-color: transparent;
}

.darkmode .navbar-nav>li {
    border-color: #3a3a3a;
}

.darkmode #main-content>.container>section,
.darkmode #main-content>.container>.breadcrumb,
.darkmode .read-comic .row>.container>div {
    background-color: #252525;
}

.darkmode .breadcrumb a,
.darkmode .page-title,
.darkmode .breadcrumb a,
.darkmode .user-page .link,
.darkmode .box h2,
.darkmode .title-detail,
.darkmode .read-comic #comic-detail h1 a {
    color: #ff9601;
}

.darkmode .box,
.darkmode .history .nav-tabs .nav-link {
    color: #fff;
}

.darkmode a,
.darkmode .nav-link,
.darkmode .btn,
.darkmode .btn:hover,
.darkmode .account-info .info-detail .group .label,
.darkmode .breadcrumb,
.darkmode .breadcrumb a.active {
    color: #fff;
}

.darkmode a:hover {
    color: #fd0405;
}

.darkmode .nav-tabs {
    background-color: #423e3e;
}

.darkmode .nav-tabs .nav-item.show .nav-link,
.darkmode .nav-tabs .nav-link.active,
.darkmode .nav-tabs .nav-link:hover,
.darkmode .nav-tabs .nav-link:focus {
    border-top-color: #fd0405;
    color: #ff9601;
    background-color: #423e3e;
}

.darkmode .rank {
    color: #a3a3a3;
}

.darkmode .authorname,
.darkmode .comment-header .title {
    color: #d2d23f;
}

.darkmode .pagination>li>a {
    background-color: #3a3a3a!important;
    border-color: #4c4c4c;
    color: #fff;
}

.darkmode .pagination>li.active>a,
.darkmode .pagination>li>a:hover {
    border-color: #ff6901;
    color: #ff9601;
}

.darkmode .cmt-item .summary .info {
    background-color: #423e3e;
}

.darkmode .nav-tabs .nav-link::before {
    background: #d0b32e;
}

.darkmode .read-comic .top {
    background-color: #252525 !important;
}

.darkmode .read-comic #comic-detail h1 span,
.darkmode #comment .nav-tabs.comment-tab .nav-link,
.darkmode #comic-detail h1,
.darkmode .other-name,
.darkmode .list-info p {
    color: #fff;
}

.darkmode .list-info a,
.darkmode .rating a,
.darkmode #comic-detail .title,
.darkmode a.viewmore,
.darkmode .view-full-chapter {
    color: #ff9601;
}

.darkmode table {
    color: #fff;
}

.darkmode .view-full-chapter::before,
.darkmode #comic-detail .content .description::before {
    background: linear-gradient(rgba(255, 255, 255, 0), #484848);
}

.darkmode .sort-comic a {
    color: #555;
}

.darkmode .sort-comic a.active,
.darkmode .sort-comic a:hover {
    color: #fff;
}

.darkmode .top-tip {
    color: #dcdcdc;
    background-color: #423e3e;
    border-color: #ff9601;
}

.darkmode .top-tip i {
    background-color: #000;
}