/*--------------- CSS chung------------------ */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    background-color: #16151d;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased!important;
    transition: background-color 0.3s, color 0.3s;
    color: #ababaa;
}

p {
    line-height: 1.9;
    margin-bottom: 10px;
}

a {
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
}

ul {
    list-style: none;
    margin: 0px;
}

li {
    padding: 0;
    margin: 0;
}

.wrapper {
    width: 1100px;
    max-width: 100%;
    padding: 0px;
    margin: 0px auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.title-bigger {
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    font-weight: 500;
}
.nav-pc-list ul li:first-child a{
    padding-left: 0px;
}

/* CSS bread-crumb */

.bread-crumb {
    text-transform: capitalize;
    margin: 0px 0px 30px 0px !important;
    font-size: 11px;
    color: white;
    padding-top: 30px;
}
.bread-crumb ol{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.bread-crumb ol li{
    display: inline-block;
    padding-bottom: 5px;
}
.bread-crumb a{
    color: white;
    display: inline-block;
}
.bread-crumb a:hover{
    color: #eb3349;
}

.bread-crumb .wrapper::-webkit-scrollbar {
    display: none;
}
.bread-crumb li+li:before {
    content: "/";
    padding: 0 2px;
}


/* Css-pagination */
.blog-pager{
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.pagination {
    margin: 20px 0px 20px 0px;
    display: inline-block;
    justify-content: center;
}
.pagination li{
    display: inline-block;
}

#pagination .active a {
    color: #fff;
    background: #eb3349;
}

#pagination a,
#pagination span {
    font-size: 14px;
    display: inline-block;
    padding: 5px 12px;
    margin: 0px 2px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    color: #666;
    background-color: #ebebeb;
    font-weight: 500;
}

#pagination a:hover,
#pagination span:hover {
    color: #fff;
    background: #eb3349;
}

/* Css switch  */

.checkbox {
    opacity: 0;
    position: absolute;
}

.label {
    width: 33px;
    height: 17px;
    background-color: #14425d;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
    position: relative;
    transform: scale(1.5);
    cursor: pointer;
}

.ball {
    width: 16px;
    height: 17px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.icofont-moon {
    color: pink;
}

.icofont-sun {
    color: yellow;
}

/*  target the elemenent after the label*/
.checkbox:checked+.label .ball {
    transform: translateX(19px);
}

/* ----------------------End CSS chung----------------- */


/*------------------ CSS header + search ---------------- */


/* Css-search */
.icon-mb {
    display: inline-block;
    text-align: right;
    flex: 1;
}

.search {
    display: none;
    margin: 38px auto;
    width: 780px;
    max-width: 95%;
}

.search-btn-mb {
    display: inline-block;
    font-size: 27px;
    font-weight: 900;
    color: #fff;
    padding: 5px;
    margin-right: 0px;
    cursor: pointer;
}

.search-btn-close {
    display: none;
}

.open-btn {
    display: none;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
}

form {
    position: relative;
}

.search form {
    width: 100%;
}

form button[class=submit-s] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 15px;
    font-weight: 600;
    border: none;
    color: #fff;
    background: #eb3349;
    cursor: pointer;
    outline: none !important;
    width: 120px;
    border-radius: 0 10px 10px 0;
}

form input[class=main-s] {
    width: calc(100% - 120px);
    max-width: 100%;
    height: 45px;
    font-size: 18px;
    padding: 10px;
    background-color: #ebebeb;
    border: 1px solid #d7d7d7;
    border-radius: 10px 0 0 10px;
    border-right: none;
}

form input:focus-visible {
    outline: none;
    background-color: #d7d7d7;
}


/* End css Search  */


/* Css header top  */
.header-top {
    background: #0f2133;
    padding: 10px;
}

.header-top .wrapper {
    justify-content: center;
}

/* css header bot pc  */
.header-bot{
    background-color: #eb3349;
    height: 60px;
    padding: 0px 10px
}
.header-bot a{
    color: white;
    line-height: 60px;
    font-size: 14px;
}
.header-bot .wrapper {
    position: relative;
}
.header-bot .nav-pc-list{
    width: calc(100% - 300px);
    float: left;
}
.header-bot .nav-pc-list ul{
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.header-bot .nav-pc-list ul li{
    display: inline-block;
    margin-right: 20px;
}
.header-bot .nav-pc-list ul li:last-child{
    margin-right: 0px;
}
.nav-pc-list li:hover>.hide-list{
    display: block;
}

.header-bot .authblock{
    width: 300px;
    float: left;
    text-align: right;
}
.header-bot .authblock .user-options{
    display: inline-block;
    line-height: 60px;
}
.header-bot .authblock .user-options a{
    display: inline-block;
    padding: 8px 15px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    border: 2px solid white;
}
.header-bot .authblock .user-options a:first-child{
    margin-right: 15px;
}
.authblock .c-user_item{
    width: 100%;
    float: left;
}
.authblock .c-user_item .displayname{
    width: calc(100% - 50px);
    float: left;
}
.authblock .c-user_item span.name{
    color: white;
    line-height: 60px;
    padding-right: 15px;
    width: calc(100% - 50px);
    float: left;
    font-weight: 500;
}
.authblock .c-user_item span.notification{
    color: white;
    line-height: 60px;
    font-weight: 500;
    background: #eb3349;
    padding: 5px 5px;
    border-radius: 10px;
    display: none;
}
.authblock .c-user_avatar{
    width: 50px;
    float: right;
    position: relative;
}
.authblock .c-user_avatar img{
    width: 40px;
    height: 40px;
    margin-top: 10px;
    border-radius: 50%;
}
.authblock .c-user_avatar img:hover{
    cursor: pointer;
}
.c-user_menu{
    display: none;
    position: absolute;
    width: 190px;
    right: 0;
    background: #0f2133;
    border-bottom: 2px solid #eb3349;
    top: 60px;
    padding: 14px 10px;
}
.c-user_menu a{
    line-height: 1;
    font-weight: 500;
    padding: 7px 0px;
    text-align: left;
    text-transform: uppercase;
}
.c-user_menu li:first-child a{
    padding-top: 0px;
}
.c-user_menu li:last-child a{
    padding-bottom: 0px;
}
.c-user_menu a:hover{
    color: #eb3349;
}

/* logo  */

.logo {
    display: inline-block;
}

.img-logo {
    width: auto;
    height: 25px;
    vertical-align: middle;
}


/* main nav  */

.nav-pc-main {
    display: inline-block;
    margin-left: 30px;
}

.nav-pc-main .item-nav {
    text-transform: uppercase;
    color: #f5f5f5;
}
.nav-pc-main .item-nav:hover{
    color: #eb3349;
}


/* css nav pc  */

.nav-pc li {
    margin: 0 5px;
}

.item-nav {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 2.5;
}

.nav-pc li:nth-child(1) {
    margin-left: 0;
}

.more-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 3;
    line-height: 1;
    padding: 10px 0px;
    background: #041629;
    border-top: 2px solid rgba(255,255,255,.1);
    border-bottom: 2px solid #eb3349;
}

.more-list a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    padding: 10px 10px;
    line-height: 1;
}

.more-list a:hover {
    color: #eb3349;
}

.header-bot .wrapper {
    justify-content: space-between;
}


/* Css nav mobile */

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 3;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #0f2133;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    font-weight: 400;
    font-size: 14px;
    color: white;
    display: block;
    padding: 10px 15px;
    text-align: start;
    border-bottom: 1px solid #312f40;
    text-transform: uppercase;
    line-height: 1;
}

.item-nav-mb {
    padding: 8px;
    margin: 5px 0;
    color: #ccc;
}

.sidepanel a:hover {
    color: #f1f1f1;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    font-size: 35px;
    border-bottom: none;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px;
}
.sidepanel .user-block{
    padding: 0px 15px;
    margin: 0px 0px 20px 0px;
    text-align: center;
}
.sidepanel .user-block a{
    color: white;
    border: 2px solid white;
    display: inline-block;
    border-radius: 10px;
    padding: 7px 15px;
}
.sidepanel .user-block a:first-child{
    margin-right: 10px;
}
.sidepanel .user-block a:last-child{
    margin-left: 10px;
}
.sidepanel .user-block span{
    color: white;
    font-weight: 500;
}

.genre-list-mb {
    display: none;
}


/* End Css header bot  */


/* --------------------End CSS header + Search--------------------  */


/* ---------------------------CSS body ---------------------------*/


/* Css chung body */

.title-big {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 2px solid #333;
    color: white;
}
.non-border{
    border-bottom: none;
}
.title-big h1 {
    font-size: 17px;
    font-weight: 500;
}
.title-big h2 {
    font-size: 17px;
    font-weight: 500;
}
.title-big h3 {
    font-size: 17px;
    font-weight: 500;
}
.title-big i{
    font-size: 17px;
    width: 30px;
    height: 30px;
    background: #eb3349;
    background: -webkit-linear-gradient(left, #eb3349 40%, #eb3349);
    background: -o-linear-gradient(right, #eb3349 40%, #eb3349);
    background: -moz-linear-gradient(right, #eb3349 40%, #eb3349);
    background: linear-gradient(to right, #eb3349 40%, #eb3349);
    color: #fff;
    position: relative;
    margin-right: 16px;
    margin-bottom: -2px;
    vertical-align: middle;
    display: inline-block;
}
.title-big i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.title-big i:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #eb3349;
    border-right-color: #eb3349 !important;
    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%);
}

.box {
    width: 100%;
    margin: 50px 0;
}
.main-col{
    width: calc(100% - 320px);
    float: left;
}

/* Sidebar */
.sidebar-col{
    width: 300px;
    float: left;
    margin-left: 20px;
}
.sidebar-title{
    float: left;
    margin-bottom: 20px;
    position: relative;
    background: #eb3349;
    padding: 5px 10px;
}
.sidebar-title h2{
    font-size: 15px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.sidebar-title::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eb3349;
    position: absolute;
    top: 100%;
    left: 15px;
    border-top-color: #eb3349;
}
.popular-block{
    width: 100%;
    float: left;
}
.popular-block .sitem{
    width: 100%;
    display: table;
    margin-bottom: 15px;
}
.popular-block .sthumbnail{
    display: table-cell;
    vertical-align: top;
}
.popular-block .sthumbnail a{
    display: flex;
}
.popular-block .sthumbnail img{
    width: 90px;
}
.popular-block .smeta{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.popular-block .smeta h4{
    -webkit-line-clamp: 2;
}
.popular-block .smeta h4 a{
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}
.popular-block .list-chapter ul li{
    width: 100%;
    float: left;
    margin: 5px 0;
    line-height: 1;
}
.popular-block .list-chapter ul li:last-child{
    margin-bottom: 0;
}
.popular-block .list-chapter ul li span{
    text-align: left;
    background: #ebebeb;
    float: left;
    text-transform: capitalize;
    color: #666;
    font-weight: 500;
    background: #ebebeb;
    padding: 4px 7px;
    font-size: 11px;
    -webkit-line-clamp: 1;
    border-radius: 3px;
    margin-right: 10px;
}
.popular-block .list-chapter ul li span:hover{
    background: #eb3349;
}
.popular-block .list-chapter ul li a{
    color: #666;
}
.popular-block .list-chapter ul li a:hover{
    color: white;
}
/* End Sidebar */





.welcome-block{
    margin-bottom: 0;
    color: white;
    text-align: center;
}
.welcome-block h1{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.welcome-block strong{
    font-weight: 500;
}

.hide-text {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.entry {
    padding: 10px 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-align: start;
}
.entry a{
    color: white;
    text-decoration: none;
}
.item-move:hover a{
    color: #eb3349 !important;
}

.title-smaller {
    -webkit-line-clamp: 2;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: white;
    text-align: left;
}

.title-smaller:hover {
    color: #eb3349;
}

.newest-chapter {
    margin-top: 4px;
    color: #999
}

#button-scroll i {
    border: 3px solid #eb3349;
    font-size: 26px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #eb3349;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}


/* End Css chung body  */


/* Css body-Hot */

.item-move:hover .title-smaller {
    color: #eb3349;
}

.img-move {
    height: 260px;
}

.move .entry {
    height: 45px;
}


/* End CSS body-Hot */


/* Css body container  */

.icontainer {
    align-items: start;
}

/* Css body popular  */
.popular-list {
    margin: 0 -7px;
}

.popular-item {
    width: calc(20% - 20px);
    margin: 0 10px;
}

.popular-item:hover .title-smaller {
    color: #eb3349;
}

.img-popular {
    width: 100%;
    height: 219px;
    object-fit: cover;
}


/* Css body latest  */

.latest-list {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.latest-item {
    width: 25%;
    padding: 10px;
    float: left;
}
.latest-item .latest-left{
    width: 100%;
    float: left;
}
.img-latest {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.latest-right {
    width: 100%;
    float: left;
    height: 170px;
}
.latest-right .mm-name{
    width: 100%;
    float: left;
}
.latest-right .mm-name h4{
    margin-bottom: 5px;
}

.latest-right h4 {
    text-align: start;
    font-size: 15px;
}

.latest-right ul {
    width: 100%;
    float: left;
    margin-top: 5px;
    list-style: none;
}

.latest-right li {
    width: 100%;
    float: left;
    line-height: 1;
}
.latest-right li span.cpname{
    text-transform: capitalize;
    float: left;
    text-align: start;
    font-weight: 500;
    background: #ebebeb;
    padding: 4px 7px;
    font-size: 11px;
    -webkit-line-clamp: 1;
    border-radius: 3px;
    margin-right: 10px;
}
.latest-right li span.cpname a{
    color: #666;
}
.latest-right li span.cpname:hover{
    background: #eb3349;
}
.latest-right li span.cpname:hover a{
    color: white;
}

.latest-right li a {
    text-align: start;
}

.latest-right li span {
    color: #ababaa;
    font-size: 11px;
    display: inline-block;
}
.latest-right li span img{
    border-radius: 5px;
    margin-top: 2px;
}
.latest-right li:first-child{
    margin-top: 0px;
    margin-bottom: 10px;
}
.latest-right li:last-child{
    margin-bottom: 0px;
}

/* Css side-bar  */

/* Css rank  */

.tab-buttons {
    justify-content: space-between;
    background-color: #f1f1f1;
    margin-bottom: 15px;
}

.tab-button {
    width: 33.33333333%;
    padding: 7px 8px;
    border: none;
    background: none;
    text-transform: capitalize;
    cursor: pointer;
    outline: none !important;
}

.tab-button:hover {
    background-color: #ccc;
}

.tab-button.active {
    color: #fff;
    background: linear-gradient(89.42deg, #750046 0%, #D0007D 98.29%);
}

.tab-content.active {
    display: block;
}

.tab-content li {
    padding: 10px 0;
    border-bottom: 1px solid #312f40;
    line-height: 1.5;
}
.tab-content li:last-child{
    border-bottom: none;
}

.num {
    color: #eb3349;
    font-size: 13px;
    font-weight: 400;
    margin-right: 11px;
    border: 1px solid #eb3349;
    padding: 1px 7px;
}

.img-rank {
    width: 58px;
    height: 84px;
    object-fit: cover;
}

.side-entry {
    flex: 1;
    padding-left: 10px;
}

.side-entry a {
    text-align: start;
    text-transform: capitalize;
}
.side-entry .tdchapter{
    width: 100%;
    float: left;
}
.side-entry .tdchapter a{
    color: #999;
    font-weight: 500;
}
.side-entry .tdchapter a:hover{
    color: #eb3349;
}
.side-genres {
    text-transform: capitalize;
}

.side-genres span {
    font-weight: 500;
    color: #999;
}

.side-genres a {
    margin: 2px 0 2px 5px;
}

.side-genres a:hover {
    color: #eb3349;
}

.new-series-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.5;
}

.release {
    color: orange;
}

/* End Css Side bar  */
/* ------------------Css footer ------------- */
#footer {
    width: 100%;
    float: left;
    background-color: #06121e;
    padding: 20px 0px;
}

#footer .wrapper {
    justify-content: space-between;
}

.img-logo-bottom {
    width: auto;
    max-width: 240px;
    height: 30px;
}

.bottom-right a {
    color: #919191;
    padding: 4px;
    margin: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.bottom-right a:last-child{
    padding-right: 0px;
    margin-right: 0px;
}

.bottom-right a:hover {
    color: #eb3349;
}

.footer-note {
    margin: 15px auto;
}

.footer-note p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.footer-note b{
    color: #eb3349;
    display: inline-block;
    font-weight: 500;
}

/*----------------- Css page Detail ------------------ */
/* Css main info  */
.main-info {
    display: block;
    align-items: start;
    margin-top: 0px !important;
    padding-bottom: 50px;
}
.info-container{
    display: table;
    width: 100%;
    overflow: hidden;
    background-image: url(https://myreadingcomic.com/images/background.jpg);
}

.main-info-left {
    width: 225px;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.img-cover {
    max-width: 100%;
}

.main-info-bookmark {
    text-transform: capitalize;
    text-align: center;
    margin: 10px 0;
    line-height: 1.5;
    color: #b8b8b8;
}
.main-info-bookmark button {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: #eb3349;
    border: 1px solid #eb3349;
    cursor: pointer;
    border-radius: 5px;
}

.main-info-right {
    flex: 1;
    text-transform: capitalize;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.main-info-right .innbox{
    padding: 20px 30px 30px;
    font-size: 0;
    width: 100%;
    float: left;
}
.title-rate{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.main-info-right .star-rate{
    display: inline-block;
}
.main-info-list{
    width: 100%;
    display: inline-block;
}

.main-info-title {
    color: #eb3349;
    font-size: 20px;
    font-weight: 500;
}
.main-info-list li {
    width: 100%;
    float: left;
    padding: 5px 0;
    line-height: 1.5;
    color: white;
    font-size: 14px;
}
.main-info-list li p{
    line-height: 1.5;
    margin-bottom: 0px;
}

.main-info-list li h5 {
    margin-right: 10px;
    float: left;
    width: 90px;
    font-weight: 500;
    font-size: 14px;
    color: #888;
}

.main-info-list li a {
    display: inline-block;
    color: white;
    font-size: 15px;
}

.main-info-list li a:hover {
    color: #eb3349;
}

.main-info-list li span {
    display: inline-block;
    color: white;
    font-size: 14px;
}

.read-btn a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #eb3349;
    border-radius: 5px;
}

.read-btn a:hover {
    color: #222;
    background-color: #ccc;
}

.main-info-right .post-content{
    width: 70%;
    display: table-cell;
    padding-right: 20px;
    float: left;
}
.main-info-right .post-status{
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    float: left;
}
.manga-action{
    margin: 0 -15px;
    padding-top: 16px;
    color: #ababaa;
    text-align: center;
}
.manga-action .count-comment{
    width: 40%;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #e1e1e1;
}
.manga-action .add-bookmark{
    width: 60%;
    float: left;
    padding: 0 15px;
}
.manga-action i{
    color: #eb3349;
    font-size: 36px;
}
.manga-action i:hover{
    cursor: pointer;
}
.bookmark-notice{
    color: #eb3349;
    font-style: italic;
    font-size: 13px;
}

/* End Css main-info  */
/* Css short desc  */
.detail-meta{
    color: white;
    font-size: 15px;
    font-weight: 500;
}
.short-desc-content h2{
    font-size: 17px;
    font-weight: 500;
    color: white;
}
.short-desc-content p {
    margin-top: 10px;
}
.short-desc-content strong{
    font-weight: 500;
    color: white;
}

#more {
    display: none;
}

#moreBtn {
    margin-top: 10px;
    padding: 4px 5px;
    border: none;
    background-color: #ccc;
    cursor: pointer;
}

#moreBtn:hover {
    background-color: #666666;
}

/* Css chapter list  */
.chapter-list {
    margin-top: 10px;
}

.chapter-list li {
    border-bottom: 1px solid #333;
}

.chapter-list li:hover span {
    color: #eb3349;
}

.chapter-list li a {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
    padding: 10px 0px;
    color: #888;
}
.chapter-list li span.ct-update{
    font-size: 13px;
}

.chapter-name {
    font-weight: 500;
    color: white;
}

.chapter-update {
    font-size: 11px;

}

/*--------------- End Css page info ---------------- */
/* -------------- Css page chapter ----------------- */
.reading-chapter{
    width: 100%;
    display: inline-block;
}

.reading-chapter-top {
    
}

.intro-chapter {
    text-align: center;
    color: #999;
    margin-bottom: 25px;
    padding: 0px 10px;
}

.intro-chapter p {
    font-size: 14px;
}

.intro-chapter b {
    color: #eb3349;
    display: inline-block;
    font-weight: 500;
}

.choose-chapter {
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.choose-chapter select {
    background: #333;
    border: 1px solid #333;
    font-family: inherit;
    display: block;
    color: #9b9b9b;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    outline: none !important;
}

.next-pre-btn {
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    padding: 0px 15px;
    margin: 0px 5px;
    background-color: #eb3349;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
}
.next-pre-btn:last-child{
    margin-right: 0px;
}
.reading-content{
    margin: 30px 0px;
}

.reading-content p {
    text-align: center;
    margin-bottom: 0;
    line-height: 0;
}

.reading-content img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.tag strong {
    text-transform: capitalize;
}

/* -------------End css page chapter -------------- */
/* -----------------Css page info--------------- */
.info-page {
    margin: 50px 0;
}

.info-page-content {
    padding: 0 30px;
}

.info-page-content a {
    display: inline-block;
    color: #0c70de;
    font-weight: 500;
}

.img-error {
    margin: 30px 0;
    text-align: center;
}

.img-error img {
    width: 100%;
    max-width: 720px;
    height: auto;
}

.back-home {
    text-align: center;
}

.back-home a {
    text-transform: capitalize;
    font-size: 17px;
    color: #fff;
    padding: 8px 20px;
    background-color: #0c70de;
    border-radius: 10px;
}

.back-home a:hover {
    background-color: #222;
}

.mrg li {
    margin-bottom: 10px;
}

.mrg li strong {
    display: block;
    margin: 15px;
}

/*Rating*/
.rating-icon {
    display: inline-block;
    line-height: 1;
    float: left;
    padding-bottom: 5px;
}
.rating-index{
    padding-top: 5px;
}
.rating-content{
    float: left;
    color: #999;
    font-weight: 500;
    font-size: 14px;
}
.rate-title{
    display: none !important;
}
.jq-stars {
    display: inline-block;
    float: left;
    padding-right: 5px;
}
.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}
.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}
.rating-icon .avgrate {
    font-size: 14px;
    color: white;
    font-weight: 500;
    float: left;
    margin-top: 4px;
    margin-left: 5px;
}
.rating-icon .avgrate-detail{
    font-size: 20px;
}
/*End Rating*/

/*Relation Block*/
.related-block{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.related-list{
    width: calc(100% + 10px);
    float: left;
    margin-left: -5px;
}
.related-it{
    width: 25%;
    float: left;
    padding: 5px
}
.related-list .related-it img {
    width: 70px;
    height: 100px;
    object-fit: cover;
}
.related-list .related-it .entry{
    flex: 1;
    margin-left: 10px;
    text-transform: capitalize;
    padding: 0px;
    margin-bottom: 0px;
}
.related-list .related-it .entry h4{
    text-align: left;
}
.related-list .related-it .entry .newest-chapter{
    font-size: 13px;
}
/*End Relation Block*/

.single-page{
    min-height: calc(100vh - 360px);
}
.manga-wrapper{
    min-height: calc(100vh - 260px);
}
.single-page h1{
    font-size: 20px;
    color: white;
    border-bottom: 2px solid #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: 500;
}
.single-page h3{
    font-size: 15px;
    font-weight: 500;
}
.single-page .single-content{
    color: white;
    font-size: 14px;
    line-height: 1.5;
}

/*Error Page*/
.error-404 {
    text-align: center;
    height: 100vh;
    position: relative;
}
.error-404 img{
    max-width: 100%;
    height: auto;
}
.error-404 h3{
    font-size: 22px;
    margin-bottom: 0px;
    color: #eb3349;
    font-weight: 500;
    text-transform: uppercase;
}
.error-404 a{
    border: 2px solid #fff;
    width: 110px;
    margin: auto;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.error-404 a:hover{
    color: #eb3349;
    border: 2px solid #eb3349;
    text-decoration: none;
}
.error-404_content {
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.error-404_content .entry-header {
    margin-bottom: 36px;
}
.error-404_content .entry-featured-image {
    margin-bottom: 25px;
}
/*Error Page*/

/*User Content*/
.user-content{
    min-height: calc(80vh - 30px);
    display: table;
    text-align: center;
    width: 100%;
}
.user-box{
    text-align: left;
}
.signup-form{
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}
.signup-form h1{
    font-size: 25px;
    font-weight: 500;
    color: white;
    margin-bottom: 20px;
}
.signup-form form{
    width: 400px;
    margin: auto;
}
.signup-form .field-panel{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.signup-form .field-panel i{
    width: 50px;
    height: 50px;
    background: #dddee0;
    padding: 10px;
    float: left;
    line-height: 31px;
}
.field-panel input[type=text], .field-panel input[type=password], .field-panel input[type=email] {
    width: calc(100% - 50px);
    float: left;
    height: 50px;
    border: 1px solid #dddee0;
    padding: 0 10px;
}
.signup-form form input[type=submit] {
    width: 400px;
    background: #eb3349;
    color: #fff;
    border: none;
    padding: 12px;
    font-weight: 700;
}
.signup-form form input[type=submit]:hover{
    cursor: pointer;
}
.login-bl{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.login-bl a{
    display: inline-block;
    color: #eb3349;
    padding-left: 10px;
    font-weight: 500;
}

.user-setting{
    width: 100%;
    float: left;
}
.user-setting .left{
    width: 200px;
    float: left;
    margin-right: 20px;
}
.user-setting .right{
    width: calc(100% - 220px);
    float: left;
}
.user-setting .left li {
    width: 100%;
    position: relative;
}
.user-setting .left li a{
    display: block;
    line-height: 1.42857143;
    background-color: #333;
    color: #ddd;
    font-weight: 500;
    padding: 10px 15px 8px;
    border: none;
    border-radius: 0;
    margin-right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: left;
}
.user-setting .left li.active a{
    background: -webkit-linear-gradient(left, #eb3349 40%, #eb3349);
    background: -o-linear-gradient(right, #eb3349 40%, #eb3349);
    background: -moz-linear-gradient(right, #eb3349 40%, #eb3349);
    background: linear-gradient(to right, #eb3349 40%, #eb3349);
}
.user-setting .left li:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #eb3349;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.user-setting .left li.active:after {
    opacity: 1;
    visibility: visible;
    border-left-color: #eb3349;
}
table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 0!important;
    color: #212529;
    border-collapse: collapse;
}
table tr{
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-top: 1px solid rgba(255,255,255,.1);
}
table tr:first-child{
    border-top: none;
}
table tr td{
    vertical-align: top;
    line-height: 1.42857143;
}
.bookmark-items a{
    color: white;
}
.bookmark-items .manga-name .item-thumb {
    width: 110px;
    float: left;
    margin: 10px;
}
.bookmark-items .manga-name .item-thumb img{
    max-width: 100%;
    height: auto;
}
.bookmark-items .manga-name .item-infor {
    overflow: hidden;
    margin: 10px;
    width: calc(100% - 150px);
    float: left;
}
.bookmark-items .manga-name .item-infor a{
    text-align: left;
}
.bookmark-items .manga-name .item-infor .post-title h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}
.bookmark-items .list-chapter {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bookmark-items .list-chapter .chapter-item {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.bookmark-items .list-chapter .chapter-item p{
    display: inline-block;
    color: white;
    font-weight: 500;
}
.bookmark-items .list-chapter .chapter-item span {
    display: inline-block;
    margin-right: 26px;
    font-size: 12px;
    float: left;
}
.bookmark-items .list-chapter .chapter-item p span{
    margin-left: 15px;
    display: inline-block;
    float: unset;
}
.bookmark-items .list-chapter .chapter-item .chapter {
    background-color: rgba(255,255,255,.1);
    padding: 4px 10px;
    border-radius: 10px;
    font-weight: 500;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}
.bookmark-items .list-chapter .chapter-item .chapter:hover{
    background: #eb3349;
    color: white;
}
.bookmark-items .post-on {
    color: #888;
    margin-top: 5px;
}
.bookmark_remove{
    text-align: right;
    margin: 10px;
}
.bookmark_remove:hover{
    cursor: pointer;
    color: #eb3349;
}

.tab-item {
    width: 100%;
    float: left;
    border-bottom: 2px solid rgba(255,255,255,.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.tab-item:last-child{
    border-bottom: none;
}
.tab-item h3 {
    font-size: 15px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}
.form-items {
    width: 100%;
    float: left;
    margin: 10px 0px;
    color: white;
}
.form-items .form-label {
    width: 175px;
    float: left;
    height: 40px;
    line-height: 40px;
}
.form-items .form-input {
    width: calc(100% - 175px);
    float: left;
    line-height: 40px;
}
.form-items .form-input input {
    width: 250px;
    float: left;
    height: 40px;
    padding: 0 10px;
    outline: none !important;
}
.form-items .form-input .message {
    width: 100%;
    float: left;
    line-height: 1;
    padding-top: 5px;
}
.form-items .form-input .message p{
    font-size: 12px;
    color: #da3145;
    margin-bottom: 0px;
}
.form-items .form-input input[type=submit] {
    background: #eb3349;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}

.notice{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.notice p{
    font-size: 14px;
    color: #eb3349;
    margin-bottom: 0px;
}
.notice a{
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline;
    color: #eb3349;
}


.font-heading{
    font-size: 14px;
    margin-bottom: 15px;
    border-bottom: 2px solid #333;
    color: white;
}
.font-heading h4{
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
}
.font-heading i{
    font-size: 18px;
    width: 30px;
    height: 30px;
    background: #eb3349;
    background: -webkit-linear-gradient(left, #eb3349 40%, #eb3349);
    background: -o-linear-gradient(right, #eb3349 40%, #eb3349);
    background: -moz-linear-gradient(right, #eb3349 40%, #eb3349);
    background: linear-gradient(to right, #eb3349 40%, #eb3349);
    color: #fff;
    position: relative;
    margin-right: 16px;
    margin-bottom: -1px;
    vertical-align: middle;
    display: inline-block;
}
.font-heading i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.font-heading i:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #eb3349;
    border-right-color: #eb3349 !important;
    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%);
}

.font-heading .nav-tabs{
    float: right;
    margin-top: 3px;
}
.font-heading .nav-tabs span{
    display: inline-block;
    margin-right: 10px;
}
.font-heading .nav-tabs ul{
    display: inline-block;
}
.font-heading .nav-tabs ul li{
    display: inline-block;
    padding: 0px 5px;
}
.font-heading .nav-tabs ul li:last-child{
    padding-right: 0px;
}
.font-heading .nav-tabs ul li a{
    color: #888;
}
.font-heading .nav-tabs ul li a:hover{
    color: #eb3349;
}
.font-heading .nav-tabs ul li a.active{
    color: #eb3349;
}
.tags a{
    display: inline-block;
    background: rgba(255,255,255,.1);
    color: #eee;
    padding: 2px 7px;
    margin: 5px 5px 5px 0px;
}
.tags a:hover{
    background: #00cdac;
}

/*Comment*/
.manga-disqus{
    width: 100%;
    float: left;
    background: #222;
    border-radius: 5px;
    margin-bottom: 50px;
}
.comment-left{
    width: 70px;
    float: left;
}
.comment-left img{
    border-radius: 50%;
}
.comment-block{
    padding: 10px 10px 0 10px;
    width: 100%;
    float: left;
}
.commentForm{
    width: calc(100% - 70px);
    float: left;
}
.commentForm p{
    line-height: 1;
}
.comment-notes{
    color: #ddd;
}
.comment-notes a{
    display: inline-block;
    color: #eb3349;
    font-weight: 500;
}
.comment-notes a:hover{
    text-decoration: underline;
}
textarea#content{
    width: 100%;
    padding: 10px;
    outline: none;
    background: #333;
    border: none;
    border-radius: 5px;
    color: white;
}
.comment-form-author{
    float: left;
    width: calc(50% - 10px);
}
.comment-form-email{
    float: left;
    width: calc(50% - 10px);
    margin-left: 20px;
}
.comment-form-input label{
    display: block;
    color: #888;
}
.comment-form-input input{
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    background: #333 !important;
    border-radius: 5px;
    color: white;
}
.form-submit input{
    background: #eb3349;
    border: none;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
}
.form-submit input:hover{
    cursor: pointer;
}
.comment-result{
    display: inline-block;
}
.comment-result p{
    color: #eb3349;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1;
    font-size: 13px;
}
.list-comments{
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}
.list-comments h4{
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.list-comments h5{
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
}
.list-comments article{
    margin-bottom: 20px;
    width: 100%;
    float: left;
    color: white;
}
.list-comments article .block-left{
    width: 60px;
    float: left;
}
.list-comments article .block-left img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
}
.list-comments article .block-right{
    width: calc(100% - 60px);
    float: left;
    padding-left: 20px;
}
.list-comments article .block-right h6{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}
.list-comments article .block-right .reply{
    display: inline-block;
}
.list-comments article .block-right .reply a{
    margin-left: 20px;
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
}
.list-comments article .block-right .comment-metadata{
    font-size: 12px;
    color: #888;
}
.cancel-reply{
    color: #888;
    font-size: 13px;
    margin-left: 50px;
}
.cancel-reply:hover{
    cursor: pointer;
}
/*End Comment*/