* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-size: 14px;
    color: #878783;
    background-color: #16151d;
    font-family: Poppins, sans-serif;
}
p {
    line-height: 1.9;
    margin-bottom: 10px;
}
a {
    color: #ddd;
    display: block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
ul {
    list-style: none;
}
li {
    padding: 0;
    margin: 0;
}
.wrapper {
    width: 1450px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.main-container{
    min-height: calc(100vh - 290px);
}
.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hide-one{
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.hide-someone {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.hide-text {
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
#button-scroll i {
    border: 2px solid #7303c0;
    font-size: 26px;
    position: fixed;
    bottom: 62px;
    right: 13px;
    color: #7303c0;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
}

/* Css nav mobi  */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    background: linear-gradient(-45deg, #7303c0, #03001e) !important;
}
.sidebar a {
    padding: 10px;
    text-decoration: none;
    text-align: start;
    font-size: 14px;
    color: #ddd;
    display: block;
    transition: 0.3s;
}
.sidebar a:hover {
    background-color: #0e3258;
}
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    padding-top: 5px;
}
.openbtn {
    display: none;
    font-size: 26px;
    cursor: pointer;
    background: none;
    color: white;
    padding: 5px 10px;
    border: none;
    outline: none !important;
}
.item-nav-mb:hover .list-mobile {
    display: block;
}

/* Css-pagination */

.pagination {
    margin: 30px 0;
}
#pagination{
    width: 100%;
    float: left;
    margin-top: 50px;
}
#pagination ul {
    text-align: center;
}
#pagination ul li{
    display: inline-block;
}

#pagination .active a {
    background: #182335;
}

#pagination a,
#pagination span {
    font-size: 17px;
    display: inline-block;
    padding: 6px 15px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    border-radius: 15px;
    background: #222;
}

#pagination a:hover,
#pagination span:hover {
    color: #fff;
    background-color: #00264d;
}

/* Css Header*/
.open-btn,
.sidepanel{
    display: none;
}

#header {
    background: linear-gradient(-45deg, #7303c0, #03001e) !important;
}

#header .container {
    justify-content: space-between;
    position: relative;
}

.img-logo {
    height: 40px;
    width: auto;
    margin-right: 25px;
    float: left;
}

.pc-menu a {
    margin: 20px 15px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
}

.search {
    display: none;
    margin: 38px auto;
    width: 780px;
    max-width: 95%;
    position: relative;
}

.search form {
    position: relative;
    margin-right: 4px;
    flex: 1;
}

.search input {
    width: 100%;
    max-width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #222;
    padding-left: 10px;
    padding-right: 50px;
    color: #fff;
    font-size: 16px;
    border: none;
}

.search input:focus-visible {
    outline: none;
}

.search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 22px;
    font-weight: bold;
    padding: 0 15px;
    border: none;
    color: #ddd;
    background: transparent;
    cursor: pointer;
}

.search-btn-close {
    cursor: pointer;
    display: none;
}

.search-btn-close i {
    font-size: 30px;
    color: white;
}

.search-btn {
    color: white;
    font-size: 22px;
    cursor: pointer;
}

.login {
    justify-content: center;
}

.login a {
    padding: 5px 10px;
    margin: 5px;
    border: 2px solid #222;
    border-radius: 15px;
    background: #222;
    font-weight: 500;
    text-transform: uppercase;
}
.login a:hover {
    background-color: #182335;
}

/* CSS body*/
/* Css Top Hot*/
#body {
    margin: 40px 0;
}

.title-big {
    color: white;
    margin: 15px 0;
}
.title-big h1{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.title-big h2{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.title-big h3{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-container .title-big {
    justify-content: space-between;
}

.main-container .title-big a {
    padding: 6px 8px;
    background-color: #00264d;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.main-container .title-big a:hover {
    background-color: #af4b4b;
}

.hot-list {}

.hot-item {
    border-radius: 5px;
    overflow: hidden;
    background-color: #222;
    display: table;
    width: 100%;
}

.hot-item:hover .hot-item-entry h4 a {
    color: #7303c0;
}

.hot-item-entry {
    width: 70%;
    padding: 10px;
    border-left: 5px solid #7303c0;
    display: table-cell;
    vertical-align: middle;
}
.hot-item-img{
    display: table-cell;
}
.hot-item-img img{
    height: 275px;
    object-fit: cover;
}

.hot-item-entry a {
    text-align: start;
}

.hot-item-entry h4 {
    margin: 10px 0 20px 0;
}

.hot-item-entry h4 a {
    font-size: 16px;
    font-weight: 500;
}

.hot-item-latest-chapter {
    text-transform: capitalize;
    margin: 10px 0 0 0;
}

/* Css Move  */
.item-move {
    background: #222;
    padding-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.item-move:hover {
    background: linear-gradient(-45deg, #7303c0, #03001e) !important;
}
.item-move:hover a{
    color: #ddd !important;
}

.img-move {
    width: auto;
    height: 260px;
    object-fit: cover;
}

.title-smaller {
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0;
    padding: 0 5px;
    -webkit-line-clamp: 1;
}

.list {
    margin: -8px;
}

.list-item {
    width: calc(33.333% - 16px);
    margin: 8px;
    align-items: start;
    background-color: #222;
    border-radius: 5px;
    line-height: 1.6;
    display: table;
}
.list-item .item-img{
    display: table-cell;
    vertical-align: top;
}
.list-item .item-img img{
    float: left;
}

.list-item:hover .item-right h4 a {
    color: #7303c0;
}

.img-thumbnail {
    width: 140px;
    height: 190px;
    vertical-align: middle;
    object-fit: cover;
    border-radius: 5px;
    padding: 0;
    background-color: unset;
    border: none;
}

.item-right {
    margin-left: 10px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.item-title {
    overflow: hidden;
    margin: 15px 0;
}

.item-right .type {}

.item-right h4 a {
    font-size: 15px;
    font-weight: 500;
    color: #ddd;
    text-align: start;
}

.chapter-entry a {
    text-align: start;
    color: #878783;
    text-transform: capitalize;
    font-size: 13px;
    padding: 2px 5px;
    margin: 8px 0;
    background-color: #333;
    border-radius: 5px;

}
.chapter-entry a:hover {
    color: #ddd;
}
.chapter-entry span {
    float: right
}
.chapter-entry span img{
    float: left;
    margin-top: 2.5px;
    border-radius: 5px;
}


/* Css footer  */
#footer .wrapper {
    justify-content: space-between;
}
.site-notice{
    max-width: 1024px;
    margin: auto;
    width: 100%;
    text-align: center;
}
.img-logo-bottom {
    width: auto;
    height: 40px;
}
.bottom-right{
    justify-content: center;
    width: 100%;
}
.bottom-right a {
    text-transform: capitalize;
    padding: 15px 10px;
    margin: 10px 0;
}
.bottom-right a:hover{
    color: #7303c0;
}
/* Css footer  */

.manga-detail{
    width: 100%;
    float: left;
    display: table;
}
.manga-detail .poster{
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    width: 250px;
}
.manga-detail .poster img{
    width: 100%;
    float: left;
    border-radius: 5px;
}

.manga-detail .info{
    display: table-cell;
    vertical-align: middle;
}
.manga-detail .info p.type{
    margin-bottom: 0;
    text-transform: uppercase;
    color: #7303c0;
    letter-spacing: .5rem;
    line-height: 1;
}
.manga-detail .info h1{
    font-size: 22px;
    margin: 5px 0 10px 0;
    line-height: 1.3;
    color: white;
    font-weight: 500;
}
.manga-detail .info h6{
    font-size: 15px;
    font-weight: 400;
    color: #ddd;
    line-height: 1.5;
}
.manga-detail .actions{
    display: flex;
    margin: 15px 0;
}
.manga-detail .actions a{
    padding: 6px 12px;
    border-radius: 5px;
}
.manga-detail .actions a.readnow{
    margin-right: 30px;
    background: #7303c0;
}
.manga-detail .actions a.bookmark{
    background: #222;
    display: none;
}
.manga-detail .info-item{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.manga-detail .info-item a{
    display: inline-block;
    font-size: 15px;
    color: #ddd;
    line-height: 1;
}
.manga-detail .info-item a:hover{
    color: #7303c0;
}
.manga-detail .info-item span{
    color: #ddd;
}
.manga-detail .info-item span.sh{
    font-size: 15px;
    font-weight: 500;
    color: #878783;
}

.left-content{
    width: calc(100% - 320px);
    float: left;
    padding-right: 15px;
}
.manga-block{
    width: 100%;
    float: left;
    background: #222;
    border-radius: 5px;
}
.manga-summary{
    margin-bottom: 50px;
    margin-top: 50px;
}
.title-heading{
    width: 100%;
    float: left;
    background: linear-gradient(-45deg, #7303c0, #03001e) !important;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.title-heading h1{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}
.title-heading h3{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}
.title-heading h4{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
}
.manga-summary .description-summary{
    width: 100%;
    float: left;
    padding: 10px 10px 0 10px;
    color: #ddd;
}
.manga-summary .description-summary h2{
    font-size: 17px;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
}
.manga-summary .description-summary b{
    font-weight: 500;
    color: white;
}
.manga-chapters{
    width: 100%;
    float: left;
    background: #222;
    border-radius: 5px;
    margin-bottom: 50px;
}
.manga-chapters .list-items{
    width: 100%;
    float: left;
    padding: 10px 10px 0 10px;
    max-height: 500px;
    overflow: auto;
}
.manga-chapters .list-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #222;
    background-color: #222;
}

.manga-chapters .list-items::-webkit-scrollbar {
    width: 4px;
    background-color: #222;
}

.manga-chapters .list-items::-webkit-scrollbar-thumb {
    background-color: #182335;
}
.manga-chapters .list-items li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #333;
    padding: 10px 0;
}
.manga-chapters .list-items li:first-child{
    padding-top: 0;
}
.manga-chapters .list-items li:last-child{
    border-bottom: none;
}
.manga-chapters .list-items li span:first-child{
    float: left;
}
.manga-chapters .list-items li span:last-child{
    float: right;
}
.manga-chapters .list-items li span:last-child img{
    float: left;
    margin-top: 2px;
    border-radius: 5px;
}
.manga-chapters .list-items li:hover a{
    color: white;
}

.right-content{
    width: 320px;
    float: left;
}
.right-block{
    width: 100%;
    float: left;
    background: #222;
    border-radius: 5px;
    margin-top: 50px;
}
.single-block{
    margin-top: 0;
}
.right-block .right-items{
    width: 100%;
    float: left;
    padding: 0 10px;
}
.right-block .right-items a{
    width: 100%;
    float: left;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    display: table;
}
.right-block .right-items a:last-child{
    border-bottom: none;
}
.right-block .right-items .poster{
    display: table-cell;
    width: 70px;
    vertical-align: top;
}
.right-block .right-items .poster img{
    width: 100%;
    border-radius: 5px;
    float: left;
}
.right-block .right-items .info{
    display: table-cell;
    vertical-align: middle;
    text-align: start;
    padding-left: 10px;
}
.right-block .right-items .info h5{
    font-size: 14px;
    font-weight: 500;
    color: #ddd;
}
.right-block .right-items .info span{
    color: #878783;
    font-size: 13px;
    font-weight: 500;
}
.right-block .right-items a:hover h5{
    color: #7303c0;
}

/*Comment*/
.manga-disqus{
    width: 100%;
    float: left;
    background: #222;
    border-radius: 5px;
    margin-bottom: 50px;
}
.comment-block{
    padding: 10px 10px 0 10px;
    width: 100%;
    float: left;
}
.commentForm{
    width: 100%;
    float: left;
}
.commentForm p{
    line-height: 1;
}
.comment-notes{
    color: #ddd;
}
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;
    border-radius: 5px;
    color: white;
}
.form-submit input{
    background: #7303c0;
    border: none;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 5px;
}
.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;
}
.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*/

/*Reading Chapter*/
.headpost-chapter{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.headpost-chapter h1{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: white;
}
.breadcrumb-wrapper{
    width: 100%;
    float: left;
    margin: 15px 0;
}
.breadcrumb-wrapper li{
    display: inline-block;
}
.breadcrumb-wrapper li a{
    display: unset;
    font-size: 13px;
}
.breadcrumb-wrapper li + li:before {
    content: "/";
    padding: 0 2px;
}
.breadcrumb-wrapper li.active a{
    color: #7303c0;
}
.choose-chapter {
    width: 100%;
    float: left;
    justify-content: space-between;
    align-items: center;
}
.choose-top{
    margin: 20px 0 50px 0;
}
.choose-bottom{
    margin: 50px 0;
}
.choose-chapter .change-chapter{
    float: left;
    width: 150px;
    line-height: 34px;
    border-radius: 5px;
    background: #222;
    color: #f5f5f5;
    position: relative;
}
.choose-chapter .change-page{
    text-align: center;
}
.choose-chapter .change-page:hover{
    cursor: pointer;
}
.choose-chapter .change-chapter ul{
    max-height: 200px;
    position: absolute;
    z-index: 999;
    width: 100%;
    background: #222;
    border-radius: 5px;
    overflow-y: scroll;
    display: none;
}
.choose-chapter .change-chapter ul li a{
    color: #f5f5f5;
}
.choose-chapter .change-chapter ul li a:hover{
    color: #7303c0;
}
.choose-chapter .change-chapter ul.top{
    margin-top: 5px;
}
.choose-chapter .change-chapter ul.bottom{
    bottom: 43px;
}
.choose-chapter .change-chapter ul::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*background-color: #F5F5F5;*/
    display: none;
}
.choose-chapter .change-chapter ul::-webkit-scrollbar {
    /*width: 10px;*/
    /*background-color: #F5F5F5;*/
    display: none;
}
.choose-chapter .change-chapter ul::-webkit-scrollbar-thumb {
    /*background-color: #000000;*/
    /*border: 2px solid #555555;*/
    display: none;
}
.intro-chapter{
    width: 100%;
    float: left;
    color: #ddd;
}
.next-pre a {
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    padding: 0px 15px;
    margin: 0px 5px;
    background-color: #7303c0;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
}
.socialts{
    width: 100%;
    float: left;
    margin-bottom: 50px;
    text-align: center;
}
.socialts a {
    display: inline-block;
    background: #222;
    color: #FFF !important;
    padding: 0 10px;
    line-height: 25px;
    font-size: 13px;
    border-radius: 5px;
    margin: 5px;
}
.socialts a.fb {
    background: #1877f2;
}
.socialts a.fb:hover {
    background: #2f477b;
}
.socialts a.twt {
    background: #1DA1F2;
}
.socialts a.twt:hover {
    background: #1781c3;
}
.socialts a.wa {
    background: #01ba6d;
}
.socialts a.wa:hover {
    background: #008f54;
}
.socialts a.pntrs {
    background: #e81737;
}
.socialts a.pntrs:hover {
    background: #b2132c;
}
.socialts a.tlg {
    background: #27a5e5;
}
.socialts a.tlg:hover {
    background: #1e7eaf;
}
.reading-content {
    margin: 30px 0;
}
.reading-content p {
    text-align: center;
    margin-bottom: 0;
    line-height: 0;
}
.reading-content p img {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.nomargin-top{
    margin-top: 0;
}

/*Single Page*/
.single-page p{
    color: #ddd;
}
.single-page strong{
    font-size: 15px;
    font-weight: 500;
}
.single-page b{
    font-size: 15px;
    font-weight: 500;
}
.single-page-content{
    width: 100%;
    float: left;
    padding: 10px 10px 0px 10px;
    min-height: 696px;
}

/*Star Rating Svg*/
.post-rating{
    margin: 10px 0;
}
.post-rating .rate-action{
    display: inline-block;
}
.post-rating .rate-action .avgrate{
    font-size: 19px;
    color: white;
    font-weight: 500;
}
.post-rating .summary-content{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
}
.jq-stars {
    float: left;
    padding-right: 5px;
}
.jq-star {
    display: inline-block;
    cursor: pointer;
}
.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100% ;
}
.jq-star:hover .fs-star-svg path {
}
.jq-star-svg path {
    stroke-linejoin: round;
}
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}
.rate-title {
    display: none;
}
.is_rate{
    font-style: italic;
}
/*Star Rating Svg*/

/*Error Page*/
.error-404{
    margin: 0 auto;
    text-align: center;
    min-height: calc(100vh);
    display: table;
}
.error-404_content{
    display: table-cell;
    vertical-align: middle;
}
.error-404 img{
    max-width: calc(100% - 40px);
}
.error-404 h3{
    color: #ddd;
    font-weight: 500;
    font-size: 25px;
}
.error-404 a{
    display: inline-block;
    margin-top: 50px;
    background: #7303c0;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
/*Error Page*/

/*Blog*/
.blog-item{
    width: 100%;
    float: left;
    background: #222;
    border-radius: 5px;
    display: table;
    margin-bottom: 15px;
    padding: 10px;
}
.blog-item .blog-thumb{
    display: table-cell;
    vertical-align: top;
}
.blog-item .blog-thumb img{
    width: 350px;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
}
.blog-item .blog-meta{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.blog-item .blog-meta h2{
    font-size: 18px;
    font-weight: 500;
    color: #ddd;
    margin-bottom: 10px;
}
.blog-item .blog-meta span{
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.blog-content{
    color: #ddd;
    margin-bottom: 50px;
}
.blog-content h1{
    font-size: 22px;
    margin: 5px 0 10px 0;
    line-height: 1.3;
    color: white;
    font-weight: 500;
}
.blog-content h2{
    font-size: 18px;
    font-weight: 500;
    color: #ddd;
    margin-bottom: 10px;
}
.blog-content h3{
    font-size: 15px;
    font-weight: 500;
    color: #ddd;
    margin-bottom: 10px;
}
.blog-content .bg-image{
    text-align: center;
}
.blog-content .bg-image img{
    max-width: 500px !important;
    height: auto !important;
    width: 100%;
}
.blog-content .bg-image span{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #878783;
    font-weight: 500;
    display: block;
}
/*End Blog*/