.menu-top.change {
    position: fixed;
    top: 0
}

.home-title {
    font-size: 21px;
    padding-top: 7px;
    color: #2980b9
}

.ui-dark .home-title {
    color: #ffc107
}

.icon {
    font-size: 15px;
    width: 30px;
    height: 30px;
    background: #006cc2;
    background: -webkit-linear-gradient(left, #006cc2 40%, #2196f3);
    background: -o-linear-gradient(right, #006cc2 40%, #2196f3);
    background: -moz-linear-gradient(right, #006cc2 40%, #2196f3);
    background: linear-gradient(to right, #006cc2 40%, #2196f3);
    color: #fff;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
}

.icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #2196f3;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#rank-order {
    display: flex;
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #dedede
}

.ui-dark #rank-order {
    border-top: 1px solid #9a9a9a
}

.rank-order {
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    width: 40px;
    height: 45px
}

.detail-rank {
    margin-right: 10px
}

.detail-order {
    width: 100%
}

.detail-charts {
    margin-top: 30px
}

.img-rank-order {
    width: 100%
}

.title-rank {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    overflow: hidden
}

.chap-latest {
    padding-top: 2px
}

.total-view {
    font-size: 12px;
    color: #666666;
    float: right;
    font-style: italic;
    padding-top: 1px
}

.ui-dark .total-view {
    color: #ababab;
}

a.chapter-rank {
    text-decoration: none;
    font-size: 13px
}

#rank-manga {
    /*border: 1px solid transparent;*/
    padding: 10px;
    /*background: #26292c;*/
    border-radius: 4px;
    border: 1px solid #ddd;
}

.ui-dark #rank-manga {
    border: 1px solid #26292c;
    background: #26292c;
}

.manga-18 {
    position: absolute;
    z-index: 10;
    top: 2px;
    left: 2px;
    height: 23px;
    width: 24px !important
}

a.chapter-rank {
    font-size: 13px;
    color: #000;
    float: left
}

.ui-dark a.chapter-rank {
    color: #f7f7f7;
}

.title-rank a {
    text-decoration: none;
    color: #000;
    margin: 0 0 5px 0
}

.ui-dark .title-rank a {
    color: #1bc7d0;
}

.title-rank a:hover {
    color: #ef3506;
    transition: .4s
}

span.rank-order {
    color: #000
}

.ui-dark span.rank-order {
    color: #fff
}

.top-month li:first-child span.rank-order {
    color: #ef3506
}

.top-month li:nth-child(2) span.rank-order {
    color: #1c9d17
}

.ui-dark .top-month li:nth-child(2) span.rank-order {
    color: #fa8302
}

.top-month li:nth-child(3) span.rank-order {
    color: #066da2
}

.ui-dark .top-month li:nth-child(3) span.rank-order {
    color: #fcdb06
}

.top-week li:first-child span.rank-order {
    color: #fd3d2b
}

.top-week li:nth-child(2) span.rank-order {
    color: #fa8302
}

.top-week li:nth-child(3) span.rank-order {
    color: #fcdb06
}

.top-day li:first-child span.rank-order {
    color: #fd3d2b
}

.top-day li:nth-child(2) span.rank-order {
    color: #fa8302
}

.top-day li:nth-child(3) span.rank-order {
    color: #fcdb06
}

.item-manga {
    width: 25%;
    padding: 0 7px
}

.item {
    margin-bottom: 10px;
    border-radius: 4px 4px 0 0
}

.ui-dark .item {
    background: #3d4044;
}

.image-item {
    height: 228px;
    position: relative;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.image-item a img {
    display: inline;
    width: 100%;
    border-radius: 4px;
    transition: transform .5s;
}

.image-item a img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: brightness(80%);
}

.caption {
    padding: 0 3px
}

.caption h3 {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 5px;
    max-height: 79px
}

.caption h3 .title-manga {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: averta_Bold, sans-serif
}

.ui-dark .caption h3 .title-manga {
    color: #1bc7d0;
}

.caption h3 .title-manga:hover {
    color: #ef3506
}

.caption > h3, a.title-manga {
    text-transform: capitalize
}

.caption ul {
    list-style: none
}

.caption ul li a {
    text-decoration: none;
    color: #000;
    font-size: 13px
}

.ui-dark .caption ul li a {
    color: #f6f2f2;
}

.caption ul li a:hover {
    color: #ef3506
}

.caption ul li i.time {
    padding-top: 3px;
    font-size: 11px;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
    color: #c0c0c0;
    padding-right: 2px
}


.st-span {
    padding-right: 3px;
    padding-left: 2px
}

.space-info {
    padding-left: 4px
}

.info-manga {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: .65;
    height: 22px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    padding-top: 2px;
    text-align: center
}

.manga-hot {
    position: absolute;
    z-index: 10;
    top: 5px;
    right: 5px;
    height: 11px;
    width: 28px
}

#back-to-top {
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    color: #cc2e2e;
    border-radius: 4px;
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 900;
    padding-top: 2px
}

#back-to-top.show {
    display: inline-block
}

#back-to-top i {
    font-size: 32px;
    font-weight: 400
}

#back-to-top:hover {
    color: #cc2e2e;
    background: 0 0;
    border: 1px solid #cc2e2e;
    transition: .5s
}

div.pop-up {
    display: none;
    position: absolute;
    z-index: 900;
    width: 325px;
    padding: 5px;
    background: #ececec;
    color: #1f1e1e;
    border: 1px solid #a5a4a4;
    border-radius: 4px;
    overflow: hidden;
    font-size: 90%;
    max-height: 500px
}

.manga-information .synopsis label {
    background: #2c3031;
    padding: 2px 4px;
    border-radius: 4px
}

.manga-information .title > i {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px
}

.manga-information .title > span {
    font-size: 16px;
    font-weight: 600;
    color: #f3641d;
    margin-bottom: 5px;
    text-transform: capitalize
}

.manga-information .image-mini {
    float: left;
    width: 115px;
    padding-right: 5px
}

.manga-information .image-mini img {
    width: 100%
}

.manga-information .synopsis p {
    font-weight: 400;
    float: right;
    width: 192px;
    font-size: 13px;
    color: #0a0a0a;
    margin-bottom: 2px;
    overflow: hidden;
    line-height: 20px
}

.manga-information .synopsis p label {
    color: #eab907;
    float: left;
    font-weight: 600;
    margin-right: 5px;
    margin-bottom: 5px
}

.manga-information .content-manga {
    max-height: 156px;
    display: flow-root;
    overflow: hidden
}

.main > .container {
    background: #f9f9f9;
}

.ui-dark .main > .container {
    background: #3d4044;
}

.main-left .row {
    margin-right: -8px;
    margin-left: -8px
}

.paginate {
    display: flex;
    justify-content: center;
    margin-top: 25px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00a5f0;
    border-color: #337ab7
}

.ui-dark .page-item.active .page-link {
    color: #1d1c1c;
    background-color: #fbe337;
    border-color: #fbe337
}

.page-link {
    color: #999;
    background-color: #eee;
    border: 1px solid #ddd
}

.ui-dark .page-link {
    color: #fdfdfd;
    background-color: #343a40;
    border: 1px solid #343a40
}

.page-link:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.ui-dark .page-link:hover {
    color: #1d1c1c;
    background-color: #fbe337;
    border-color: #fbe337
}

.page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
    color: #999;
    background-color: #eee;
    border-color: #ddd
}

.ui-dark .page-item.disabled .page-link {
    color: #fdfdfd;
    background-color: #343a40;
    border-color: #343a40
}

.chapter-fl {
    min-height: 17px
}

.content-fanpage {
    background: #343a40;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px
}

#popup-comic {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 325px;
    border: 1px solid #333;
    opacity: 1;
    padding: 5px;
    text-align: left;
    top: 0;
    z-index: 9999 !important
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .item-manga {
        width: 25%
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .item-manga {
        width: 25%
    }

    .caption ul li i {
        font-size: 10px
    }
}

@media (min-width: 768px) and (max-width: 991.5px) {
    .item-manga {
        width: 25%
    }

    .main-left {
        width: 100%
    }

    .charts span::after {
        top: 20px
    }

    .caption ul li i {
        font-size: 10px
    }

    .main-left .row {
        margin-right: -9px;
        margin-left: -8px
    }
}

@media (min-width: 351px) and (max-width: 480px) {
    .item-manga {
        width: 50%;
        padding-right: 5px
    }

    .charts span:first-child {
        margin-left: 0
    }

    .view-all {
        font-size: 12px
    }
}

@media (max-width: 319px) {
    .charts span::after {
        top: 19px
    }
}

@media (max-width: 350px) {
    .item {
        height: 140px;
        transition: all 3s ease-out
    }

    .item-manga {
        width: 100%;
        height: 148px;
        margin-bottom: 5px
    }

    .caption h3 {
        padding-top: 5px
    }

    .item-manga {
        padding-right: 8px
    }

    .image-item {
        width: 44%;
        float: left;
        height: 140px
    }

    .caption {
        width: 56%;
        float: right
    }

    a.chapter-rank {
        margin-right: 5px
    }

    .rank-order {
        padding-top: 9px;
        padding-left: 5px;
        font-size: 20px;
        width: 13%
    }

    .detail-rank a {
        width: 55px;
        height: 45px
    }

    .detail-order {
        padding-left: 10px
    }
}

@media (max-width: 480px) {
    .head-followed h3 a.view-all {
        font-size: 12px
    }

    .head-visited h3 a.view-all {
        font-size: 12px
    }
}

@media (min-width: 481px) and (max-width: 767.9px) {
    .item-manga {
        width: 33.33%
    }

    .caption {
        padding: 0 1px
    }

    .user-header .container {
        max-width: 1000px
    }

    .main .container {
        padding-top: 15px;
        padding-bottom: 15px;
        max-width: 1000px
    }

    .main-left .row {
        margin-right: -6px;
        margin-left: -6px
    }
}

@media (min-width: 992px) {
    .main-left {
        padding-right: 0
    }
}

.followed-comics {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.ui-dark .followed-comics {
    background: #26292c;
    border: 1px solid #26292c;
}

.head-followed {
    border-bottom: 1px solid #ddd
}

.head-followed h3 {
    font-size: 18px;
    color: #2980b9
}

.ui-dark .head-followed h3 {
    color: #ffc107;
}

.head-followed h3 a {
    /*text-decoration: none;*/
    float: right;
    line-height: 22px;
    color: #000;
    font-size: 14px;
    font-style: italic
}

.ui-dark .head-followed h3 a {
    color: #eae8e3;
}

.ui-dark .head-followed h3 a:hover {
    color: #3edfff
}

.head-followed h3 a i {
    font-size: 8px
}

.content-followed .detail-follow .thumb {
    overflow: hidden;
    width: 70px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border-radius: 4px
}

.content-followed .detail-follow .thumb img {
    width: 100%;
    left: 0
}

.list-followed .clear-fix {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #dedede
}

.ui-dark .list-followed .clear-fix {
    border-top: 1px solid #9a9a9a
}

.title-fl {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s
}

.title-fl > a {
    text-decoration: none;
    color: #000
}

.ui-dark .title-fl > a {
    color: #1bc7d0
}

.title-fl > a:hover {
    color: #ef3506
}

.list-followed {
    margin: 0
}

.list-followed .clear-fix p {
    margin: 0
}

.chapter-fl {
    font-size: 12px;
    color: #666
}

.chapter-fl a {
    text-decoration: none;
    color: #c0c0c0;
    font-style: italic
}

.chapter-fl a:hover {
    color: #ef3506
}

.chapter-newest {
    margin-bottom: 4px !important
}

.chapter-newest a {
    text-decoration: none;
    color: #000
}

.ui-dark .chapter-newest a {
    color: #f6f2f2
}

.chapter-newest a:hover {
    color: #ef3506
}

.chapter-newest i {
    float: right;
    color: silver;
    font-size: 11px;
    font-style: italic
}

.ui-dark .chapter-newest i {
    color: silver;
}

.small-down {
    font-size: 14px;
}

.notify_web {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #1b1c1d;
    color: red;
    padding: 10px;
    font-size: 13px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    margin-top: 5px
}

.notify_web .info {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    width: 35px;
    background-color: #000000d8;
    padding-top: 10px;
    color: #fff;
    border-radius: 2px;
    border: solid 1px #1b1c1d
}

#latest_comment {
    border: 1px solid #ddd;
    margin-top: 10px;
    /*background: #26292c;*/
    padding: 10px;
    border-radius: 4px
}

.ui-dark #latest_comment {
    background: #26292c;
    border: 1px solid #26292c;
}

.content-comment h2 {
    border-bottom: 1px solid #dedede;
    font-size: 16px;
    color: #2980b9;
    padding-bottom: 10px
}

.ui-dark .content-comment h2 {
    border-bottom: 1px solid #9a9a9a;
    color: #ff0;
}

.detail-comment {
    max-height: 946px;
    overflow-y: auto
}

.detail-comment ul li {
    list-style: none;
    border-bottom: 1px solid #9a9a9a;
    overflow: hidden;
    padding: 10px 0
}

.detail-comment ul li h3 {
    margin-bottom: 5px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize
}

.detail-comment ul li h3, .detail-comment ul li h3 .title-manga-comment {
    text-decoration: none;
    color: #000
}

.ui-dark .detail-comment ul li h3, .ui-dark .detail-comment ul li h3 .title-manga-comment {
    color: #4eceff
}

.detail-comment ul li h3 .title-manga-comment:hover {
    color: #ef3506
}

.detail-comment ul li h3 a.title-manga-comment:first-line, .detail-comment ul li h3:first-line {
    text-transform: capitalize
}

.detail-comment ul li h3 .chapter-comment {
    float: right;
    padding-right: 10px;
    text-decoration: none;
    color: #4e7af3
}

.ui-dark .detail-comment ul li h3 .chapter-comment {
    color: #3dc1de
}

.detail-comment ul li h3 .chapter-comment:hover {
    color: #ef3506
}

.detail-comment ul li .img-user img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 50%
}

.name-user {
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    color: #03f
}

.ui-dark .name-user {
    color: #d2d23f;
}

.detail-comment ul li abbr {
    color: #999999;
    float: right;
    font-size: 11px;
    line-height: 20px;
    white-space: nowrap;
    margin-right: 10px;
    border: none;
    font-style: italic;
}

.ui-dark .detail-comment ul li abbr {
    color: #bdbcbc;
}

.detail-comment ul li abbr[title] {
    text-decoration: none;
    cursor: default
}

.detail-comment ul li p {
    overflow: hidden;
    line-height: 20px;
    font-size: 13px;
    margin: 0;
    color: #333333;
    max-height: 279px
}

.ui-dark .detail-comment ul li p {
    color: #def8ff;
}

a.img-user {
    overflow: hidden;
    float: left
}
#content_select_order {
    display: none
}

.content-top {
    margin-bottom: 20px
}

.filter-comic h1 {
    text-align: center;
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    color: #000
}

.ui-dark .filter-comic h1 {
    color: #fff
}

.filter-comic h1 > strong {
    color: #e52d27
}

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

.description-category .detail-des {
    padding: 10px;
    border: 1px solid #ddd;
    color: #000;
    /*background: #26292c;*/
    border-radius: 4px
}

.ui-dark .description-category .detail-des {
    border: 1px solid gray;
    color: #f3eded;
    background: #26292c;
}

.filter-comic .nav-tabs {
    margin-top: 0;
    border-bottom: none;
    justify-content: center
}

.filter-comic .nav-tabs li {
    list-style: none;
    min-width: 90px;
    padding-right: 8px;
    padding-top: 5px
}

.filter-comic .nav-tabs li a {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 6px;
    color: #0a0a0a;
    font-weight: 400;
    outline: 0;
    white-space: nowrap;
    display: block;
    line-height: 32px;
    text-align: center;
    text-decoration: none
}

.filter-comic .nav-tabs li.active a {
    background: #1e90ff;
    border: 1px solid #1e90ff;
    color: #fff
}

.filter-comic .list-sort-comic {
    margin: 15px -15px;
    color: #fff
}

.mrt5 {
    margin-top: 5px
}

.mrb5 {
    margin-bottom: 5px
}

.mrt10 {
    margin-top: 10px
}

.mrb10 {
    margin-bottom: 10px
}

.list-select a.link-order {
    border-radius: 5px;
    width: 112px;
    margin-bottom: 2px;
    display: inline-block;
    text-align: center;
    background: #f4f4f4;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 4px 2px;
    color: #0a0a0a;
    font-weight: 400;
    outline: 0
}

.list-select a.link-order:hover {
    text-decoration: none
}

.list-select a.active {
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

.list-category-right {
    border: 1px solid #ddd;
    color: #333;
    padding: 10px;
    clear: right;
    margin-bottom: 15px;
    /*background: #26292c;*/
    box-shadow: 0 .5rem 1rem rgb(196 194 194 / 15%);
    border-radius: 4px
}

.ui-dark .list-category-right {
    border: 1px solid gray;
    color: #ddd;
    background: #26292c;
    /*box-shadow: 0 .5rem 1rem rgb(196 194 194 / 15%);*/
}

h2.category-title {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 400;
    color: #e52d27
}

.categories-detail ul li {
    float: left;
    width: 50%;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ddd
}

.ui-dark .categories-detail ul li {
    border-top: 1px solid #dedede69
}

.categories-detail ul > li > a {
    display: block;
    text-decoration: none;
    color: #333
}

.ui-dark .categories-detail ul > li > a {
    color: #e0dddd
}

.categories-detail ul > li > a:hover {
    color: #e52d27
}

.categories-detail ul > li.active > a {
    color: #e52d27
}

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

.filter-comic .category-mobile {
    display: none
}

.content-search-left .content-top h1 {
    color: #000000;
    font-size: 25px;
    font-weight: 400;
}

.ui-dark .content-search-left .content-top h1 {
    color: white;
}


@media (max-width: 350px) {
    #content_select_order {
        display: block
    }

    .list-sort-comic .list-select {
        display: none
    }

    .filter-comic .category-mobile {
        display: block
    }

    .content-search-right {
        display: none
    }
}

@media (min-width: 351px) and (max-width: 480px) {
    #content_select_order {
        display: block
    }

    .list-sort-comic .list-select {
        display: none
    }

    .filter-comic .category-mobile {
        display: block
    }

    .content-search-right {
        display: none
    }
}

@media (min-width: 481px) and (max-width: 767.9px) {
    #content_select_order {
        display: block
    }

    .list-sort-comic .list-select {
        display: none
    }

    .filter-comic .category-mobile {
        display: block
    }

    .content-search-right {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.5px) {
    .content-search-right {
        display: none
    }

    .filter-comic .category-mobile {
        display: block
    }
}
i.fa-spinner{
    display: none;
}
.notifications{
    display: none;
}

