.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;
}

.main-menu .menu-item-has-children:hover .sub-menu{
    display: block;
}
.main-menu .menu-item-has-children .sub-menu {
    width: 600px;
}
.main-menu .menu-item-has-children .sub-menu {
    border: 1px solid #d9d9d9;
    -moz-box-shadow: 0 3px 8px rgba(3,3,3,0.26);
    -webkit-box-shadow: 0 3px 8px rgba(3, 3, 3, 0.26);
    box-shadow: 0 3px 8px rgba(3, 3, 3, 0.26);
}
.main-menu .menu-item-has-children .sub-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.sub-menu li{
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.sub-menu li a{
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 32px;
    padding: 0 10px;
    display: block;
    white-space: nowrap;
    background-color: transparent;
}
.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    list-style: none;
}
.comment-form-comment #comment{
    overflow: hidden;
    font-size: 14px;
    color: rgb(153, 153, 153);
    height: 72px;
    padding: 5px 10px;
    background-color: rgb(255, 255, 255);
    cursor: text;
    border: 1px solid rgb(187, 187, 187);
    border-radius: 3px;
    box-shadow: rgb(255, 255, 255) 0px 1px 1px;
    width: 100%;
}
.comment-form-comment label{
    display: none;
}
.comment-respond .comment-reply-title, .comment-form .logged-in-as, comments-title,.comment-author .says,.comments-area .comments-title{
    display: none;
}
.comment-list li {
    list-style: none;
}
.comment-list {
    padding: 0;
}
.comment-meta {
    display: flex;
    flex-direction: row;
    position: relative;
}
.comment-author.vcard{
    height: auto;
    position: relative;
    width: 135px;
    display: flex
}
.comment-author.vcard img{
    width: 40px;
    height: auto;
}
.comment-author .fn{
    margin-left: 15px;
}
.comment-body{
    position: relative;
    margin-top: 7px;
}
.comment-body .reply{
    margin-left: 55px;
}
.comment-body .comment-content{
    margin-left: 55px;
    margin-top: -20px;
}
.reading .comment{
    padding: 0;
}

.form-submit #submit{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
}



.catfish-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}.banner-catfish-popup {
    display: inline-flex;
    max-width: 100%;
    margin: auto;
    box-shadow: 0 0 5px #fff;
}.catfish-popup-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0 !important;
    padding: 0 10px;
    font-size: 16px;
    color: #dadada;
    background-color: #2b2b2b;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px #fff;
    opacity: .8;
    cursor: pointer;
}

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


