.reading .reading-control .chapter-nav.scroll-to-fixed-fixed.scroll-up {
    visibility: visible !important;
    top: unset !important;
    bottom: 0px !important;
}

reading .reading-control .chapter-nav.scroll-to-fixed-fixed {
    background-color: rgba(255, 255, 255, 0.8);
}

.text-danger {
    color: red !important;
}

.text-success {
    color: #23a903 !important;
}

#comment_email,
.sort-comments {
    display: none;
}

/* Modal Content/Box */
.modal .modal-content {
    background-color: #fefefe;
    margin: 12% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.dark .chapter a {
    color: #fff;
}

.dark .modal-content {
    background-color: #423e3e;
}

.h-auto,
.h-auto * {
    height: auto;
}

.h-auto {
    text-align: center;
}

.my-banner {
    text-align: center;
}

.my-banner * {
    max-width: 100%;
}

video {
    max-width: 100%;
}

.banner-ads {
    display: flex;
    flex-direction: column;
}

.banner-desktop.container img,
.banner-desktop-go88.container img,
.banner-desktop-yo88.container img,
.banner-desktop-gem.container img,
.banner-desktop-789.container img {
    width: 100%;
    aspect-ratio: 728 / 90;
}

.banner-desktop.container,
.banner-desktop-go88.container,
.banner-desktop-yo88.container,
.banner-desktop-gem.container,
.banner-desktop-789.container {
    max-width: 1030px
}

.textlink_home ul li a {
    border: solid 1px #ddd;
    padding: 5px;
    white-space: nowrap;
    border-radius: 4px;
    color: rgb(120, 120, 120);
}

.textlink_home ul li {
    margin: 0;
    margin-right: 5px;
    line-height: 38px;
    list-style: none;
    display: inline-block;
}

.textlink_home ul {
    margin: 0;
    padding: 0;
}

#divcaptcha {
    width: 35%;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid gainsboro;
    float: left;
    line-height: 30px;
    text-align: center;
    font-family: arial;
    color: #5fa6de;
    ;
    font-weight: bold;
}

.comment-info .regenerateCaptchaBtn {
    float: left;
    width: 32px;
    line-height: 30px;
    margin-top: 5px;
    border-radius: unset;
    background-color: #337ab7;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    line-height: 32px;
    height: 32px;
}

#cpatchaTextBox {
    width: 35%;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 16px;
    margin-left: 5px;
    line-height: 29px;
    border-radius: 5px;
    border: 1px solid gainsboro;
}

.comment-wrapper .comment-info button {
    border-radius: 5px;
    line-height: 18px;
}

.cpatcha-warning {
    border-color: red !important;
}

.join-comment {
    border-top: 2px solid #721799 !important;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    margin-right: 2px;
    line-height: 1.42857143;
    padding: 10px 15px;
    display: block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none !important;
}

.follow-link_a {
    white-space: nowrap;
    color: #d9534f;
    float: right;
}

.follow-url[style*="pointer-events: none"] {
    opacity: 0.5;
    cursor: not-allowed;
}

.darkBox ul li .point-total {
    font-size: 11px;
    border: 1px solid red;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    border-radius: 3px;
    padding: 1px 4px;
}

.avatar-wrap {
    height: auto !important;
    position: relative;
}

.avatar-wrap .point-total {
    display: block;
    white-space: nowrap;
    font-size: 10px;
    /* font-weight: 700; */
    text-align: center;
    border: 1px solid red;
}

.account-info .info-detail .forminput .avatar {
    width: 80px;
}

.text_link_iwin_club a{
    color: black;
}

.text_link_iwin_club a:hover {
    text-decoration: none;
}

.popup_report {
    display: none;
    position: absolute;
    top: -103px;
    right: 0;
    z-index: 1000;
}

.popup_report #popup_content:after {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .5;
}

.popup_report .popup_center_important {
    left: 50% !important;
    top: 50% !important;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
}

.popup_report .popup_content {
    width: 430px;
    padding: 15px 20px;
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding-bottom: 25px;
}

.popup_report .popup_content h2 {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.popup_report ul {
    list-style: outside none none;
    padding: 0;
}

.popup_report .popup_content ul li {
    margin-bottom: 15px;
    position: relative;
}

.popup_report .popup_content ul li p {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.popup_report .popup_content ul li select {
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    height: 49px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 15px;
    color: #354052;
    cursor: pointer;
}

.popup_report .popup_content ul li select:focus-visible {
    outline: none;
}

.popup_report .popup_content ul li p span.note {
    color: red;
}

.popup_report .popup_content ul li p span.empty_error {
    color: red;
    display: none;
}

.popup_report .popup_content ul li textarea {
    margin: 0;
    border: 1px solid #ccc;
    width: 100% !important;
    height: 49px;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 15px;
    color: #354052;
}
.popup_report .yes_no .no {
    background-color: #3f94d5;
}

.popup_report .yes_no button {
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    min-width: 50px;
    cursor: pointer;
    margin-left: 5px;
    background-color: #f18121;
    font-weight: 600;
}

.popup_report .yes_no {
    float: right;
}

.popup_report textarea:focus, button:focus {
    outline: none;
}

.report_success, .report_fail {
    text-align: center;
    display: none;
}



.container_btn_ok {
    display: flex;
    justify-content: center;
    display: none;
}

.btn_ok {
    width: 100%;
    color: white;
    background: #5cb85c;
    outline: none;
    border: 0;
}

@media (max-width: 575px) {
    .popup_report .popup_content {
        width: 280px;
    }
}
