.register-des {
    color: #828282;
    text-align: center;
    margin-top: 15px;
}
.line {
    height: 1px;
    border: 1px solid #9e9e9e36;
    margin-top: 25px;
    margin-bottom: 13px;
    padding-bottom: 0;
}

.register-des span {
    font-size: 15px;
    text-align: center;
}

.btn-register-v2 {
    background: #fff;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    color: #4696fb !important;
    font-size: 17px;
    border-radius: 7px;
    border: 1px solid #4696fb;
    cursor: pointer;
}

.btn-register-v2:hover {
    color: #4696fb !important;
}

.search-wrapper .fa {
    color: #66666696;
}

.profile-menu {
    color: unsetu !importanti;
}
.profile-menu:hover {
    color: #fff !important;
}

.user img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.register-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    right: 15px;
    position: relative;
    top: 5px;
}

.captcha-type img {
    width: unset;
    height: 50px;
}

.chapters img {
    height: auto;
    width: 60%;
    display: block;
    margin: auto;
}
@media only screen and (min-width: 1000px) {
    .chapters img {
        width: 52%;
    }
}


@media only screen and (max-width: 800px) {
    .login-modal-content {
        background-color: #fefefe;
        margin: 0 auto;
        padding: 0px;
        border: 1px solid #888;
        max-width: 90%;
    }
    .btn-login-social, .btn-login-form, .btn-register-v2, .login-modal-content form label {
        font-size: 16px;
    }
    .login-modal-content h2 {
        font-size: 18px;
    }
    .btn-login-social svg {
        width: 20px;
        height: 20px;
        margin-top: 0px;
    }
    .register-des span {
        font-size: 13px;
    }
    .line {
        border: 0.5px solid #9e9e9e47;
    }
    .h-btn-menu {
        margin-top: 5px;
        margin-left: 10px;
        height: 40px;
        margin-right: 10px;
    }
    .header .logo img {
        margin-left: 5px;
    }

    .chapters img {
        height: auto;
        width: 100%;
        display: block;
        margin: auto;
        margin-bottom: 0px;
    }
    .user-form {
        padding-left: 0px !important;
    }
    .user-sidebar {
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 500px) {
    .user-form .user-account .user-avatar {
        width: 150px !important;
        display: block !important;
        margin: auto !important;
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 800px) {
    .user-form .avatar-img {
        width: 100px;
        height: 100px;
        top: unset;
        left: unset;
        transition: unset;
    }
}
@media only screen and (max-width: 800px) {
    .user-form .avatar-img {
        left: 70px !important;
    }
    .header>.inner {
        padding-bottom: 8px;
    }
}
.search-page .filter-input .filter-group .custom-select .select-items div, .search-page .filter-input .filter-group .custom-select .select-selected {
    font-size: 13px;
}

.rank-1 {
    background: #cf4dd0 !important;
    color: #fff !important;
    border: 1px solid #cf4dd0 !important;
}

.rank-2 {
    background: #4CAF50 !important;
    color: #fff !important;
    border: 1px solid #4CAF50 !important;
}

.rank-3 {
    background: #FF5722 !important;
    color: #fff !important;
    border: 1px solid #FF5722 !important;
}
.manga-des {
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: medium;
    max-height: unset;
}

.title-login {
    background-color: #F6F6F6;
    padding: 13px 10px;
    text-align: center;
    color: #3E3E3E;
    font-size: 20px;
    font-weight: 600;
}

.list-title .custom-title {
    flex: 1;
    text-align: left;
    color: #333;
    font-weight: 700;
    flex-basis: 60%;
}
.scroll-chapter .flex-justify-content-center {
    padding-top: 5px;
    padding-bottom: 5px;
}

.chapter-select-scroll .select-items {
    top: -180px;
    overflow-y: scroll;
    height: 230px;
}

.noti-show-menu p {
    display: -webkit-box; /* Sử dụng flexbox layout */
    -webkit-box-orient: vertical; /* Định hướng theo chiều dọc */
    -webkit-line-clamp: 2; /* Giới hạn số dòng */
    overflow: hidden; /* Ẩn phần văn bản vượt quá */
    text-overflow: ellipsis; /* Thêm dấu ... */
    max-height: calc(2 * 1.2em); /* Tính toán chiều cao tối đa cho 2 dòng (1.2em là line-height) */
    line-height: 1.2em; /* Chiều cao của mỗi dòng */
}

@media only screen and (max-width: 780px) {
    .home-noti {
        display: none;
    }
}

.chapter-banner {
    /*max-width: 70%;*/
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}