.header-manga{
    padding-top: 80px;
    margin-bottom: 10px;
    width: calc(100% - 230px);
}
.text-add-to-list {
    text-transform: capitalize;
}
.header-manga h1{
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}
.header-manga .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-select {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: -15px -15px 0 -15px;

    overflow-x: auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.section-select a {
    color: var(--meta-color);
    font-weight: 500;
    padding: 8px 2px;
    min-width: 110px;

    text-align: center;
    text-decoration: none;
}
.section-select a:hover,
.section-select a.active {
    color: var(--text-color);
    background-color: #dadada;
}
.second-information .poster{
    position: relative;

    width: 100%;
    max-height: 290px;
    margin-bottom: 13px;
    border-radius: 3px;
    overflow: hidden;
}
.second-information .poster img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-information .price-block{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-bottom: 15px;
}
.second-information .price-block .price{
    font-size: 30px;
    color: #fff;
}
.second-information .price-block .discount{
    margin-left: 10px;
}
.second-information {
    transform: translateY(-50px);
}
.second-information .btn {
    margin-bottom: 13px;
}
.translators {
    display: flex;
}
.translators h2 {
    margin-right: 11px;
}
.translator {
    display: inline-flex;
    align-items: center;

    border: 1px solid #dfd5d5;
    border-radius: 3px;
    padding-right: 5px;
    margin: 0 3px 2px 0;

    color: var(--text-color);
    text-decoration: none;

    
    overflow: hidden;
}
.translator .image {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-right: 5px;
}


.chapters {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.chapters-reverse {
    flex-direction: column-reverse;
}
.chapter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 7px;
    border-radius: 3px;

    text-decoration: none;
    border-bottom: 1px solid #c2c2c2;
}
.chapter:first-child {
    border-top: 1px solid #c2c2c2;
}
.chapter.bookmark {
    border-left: 7px solid #c50000;
}
.chapter .title {
    color: var(--color-site);

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.chapter span {
    color: var(--meta-color);
}
.chapter span svg {
    width: 13px;
}
.chapter span svg * {
    fill: var(--meta-color) !important;
}
.chapter-info {
    font-size: 14px;
    flex-shrink: 0;
}
.chapter-info .author {
    margin-right: 10px;
}
.chapter-info .cost {
    margin-right: 10px;
}
.chapter:hover {
    background-color: #e2e2e2;
}
.mini-info{
    padding: 5px;
}
.mini-info .item{
    display: block;
    color: var(--text-color);
    text-decoration: none;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 3px;
}
.mini-info .item:hover{
    background-color: rgb(37 37 37 / 7%);
}
.mini-info .sub-header{
    color: var(--meta-color);
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 7px;
}
.mini-info .info{
    margin-left: 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
}
.mini-info .info a{
    display: block;
    color: var(--text-color);
    text-decoration: none;
    margin-bottom: 5px;
}
.mini-info .info-no-list{
    color: #b4b4b4;
}
.mini-info .info.info-no-list .l{
    display: inline-block;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
}
.mini-info .info a:hover{
    color: var(--link-color-hover);
}
.mini-block-links a{
    display: block;
    color: var(--text-color);
    padding: 2px 4px;
    border-radius: 2px;
    border: 1px solid #979797;
    margin-bottom: 4px;
    font-size: 14px;
    text-decoration: none;
}
.mini-block-links a:hover{
    color: #fff !important;
    background-color: var(--link-color-hover);
}

.btn-add-to-list {
    display: flex;
    justify-content: space-between;
    align-items: normal;
}
.btn-add-to-list .btn-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    background: #ffefef47;
    margin: -10px -15px;
}
.add-to-list__content {
    width: 210px;
}
.main-section > .control-btns {
    margin-bottom: 15px;
}
.main-section .control-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#select-pagination-chapter {
    min-width: 100px;
}
#chapters #chapter-sort-btn {
    flex-shrink: 0;
    margin-right: 10px;
}
#chapters hr {
    margin-bottom: 10px;
}
.appreciate {
    position: relative;
    text-align: center;
    font-size: 20px;
    user-select: none;
    cursor: pointer;
}
.appreciate span {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
}
.appreciate .your {
    font-size: 13px;
}
.appreciate__content {
    text-align: center;
}
.date-period {
    display: flex;
    margin-bottom: 5px;
}
.date-period .btn {
    margin-right: 5px;
}
.admin-stats .info-table {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}
.admin-stats .info-table__small {
    grid-template-columns: repeat(4, 1fr);
}

.admin-stats .info-stat {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    background: var(--btn-invincible-color);
}
.admin-stats .info-table__small .info-stat {
    padding: 10px;
}
.admin-stats .info-stat .num {
    font-weight: 600;
    font-size: 28px;
}
.admin-stats .info-table__small .num {
    font-size: 24px;
}
.admin-stats .info-table__small .name {
    font-size: 13px;
}
#price-chart {
    margin-bottom: 20px;
}
.mynovels_message {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}
.mynovels_message .wrapper {
    color: #fff;
    padding: 15px;
    background: #000000b8;
}
.mynovels_message .description {
    margin-bottom: 10px;
}
.mynovels_message .click-text {
    color: #c7c7c7;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .page {
        padding-top: 92px;
    }
    .second-information {
        transform: none;
    }
    .header-manga {
        padding-top: 0;
        width: 100%;
    }
    .header-manga .container {
        flex-direction: column;
    }
    .manga-list-item {
        grid-template-columns: 64px 1fr;
    }
    .manga-list-item .image {
        height: 95px;
    }
    .add-to-list__content {
        width: 100%;
    }
    .second-information .poster {
        width: 210px;
        margin: 0 auto;
        margin-bottom: 13px;
    }
}
@media only screen and (max-width: 520px) {
    .chapter {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 420px) {
    .translators {
        flex-direction: column;
    }
}
@media only screen and (max-width: 355px) {
    .translators {
        flex-direction: column;
    }
    #chapter-sort-btn {
        margin-bottom: 10px;
    }
    #chapter-search {
        width: 100%;
    }
    .main-section .control-btns {
        flex-direction: column;
        align-items: flex-start;
    }
}