/*Common*/
.input_custom {
    color: black !important;
}

label.error {
    color: black;
    /*position: absolute;
    bottom: -13px;
    left: 38px;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;*/
}

.intro_inner {
    margin-top: 10px;
}

.form-control:disabled, .form-control[readonly] {
    color: black;
}

.form-control input, .form-control textarea, .form-control select {
    color: black !important;
}

/*Index*/
header {
    padding-top: 15px;
}

.header-notification-wrapper {
    display: flex;
    align-items: center;
}

    .header-notification-wrapper img {
        width: 20px;
    }

    .header-notification-wrapper marquee {
        font-size: 12px;
    }

#index_casino_product img {
    height: 224px;
    border-radius: 10px;
}

.intro_promo {
    grid-template-columns: repeat(2, 1fr);
}

/*Register*/
.reg_form .form-control {
    color: black;
}

.reg_form .form_wrap {
    position: relative;
}

    .reg_form .form_wrap label.error {
        display: block !important;
        width: 190px;
        position: absolute;
        right: -200px;
        top: -5px;
    }

/*Product*/
.inn_product_wrap a img {
    height: -webkit-fill-available;
    object-fit: fill;
}

#product_box .prov-tab-div:last-child {
    display: none;
}

.tab_wrapper_inn.slot-wrap {
    display: contents;
}

.tab_wrapper-slots img {
    height: 49px;
}

/*Promotion*/
.filter-list li {
    padding: 6px 15px;
}

.promo {
    align-items: stretch;
}

.promo_box_wrap img {
    height: 209px;
    object-fit: contain;
}

.promo_box_wrap_a a {
    width: max-content;
}

.promo_box_wrap_inn p {
    font-size: 14px;
    line-height: 1.2;
    display: block !important;
    min-height: 84px;
}

.promo-modal-title {
    color: #996600;
}

.intro_inner {
    margin-top: 0;
    z-index: 1;
    max-width: 100%;
    position: absolute;
    top: 20px;
    text-align: center;
}

/*Deposit*/
.form-control {
    color: black !important;
}

/*Inbox*/
#inbox_modal .modal .chatMsg a {
    color: #996600;
    font-weight: bold;
}

#inbox_modal .wrapper {
    width: 100%;
}

/*VIP*/
ul.vip-tnc li {
    list-style-type: disc;
}

@media (max-width: 999px) {
    header {
        height: 115px;
    }

    .t-header {
        margin-bottom: 50px;
    }

    /*Index*/
    #index_casino_product img {
         height: 250px; 
    }

    div#chat-widget-container {
        display: none;
        bottom: 45px !important;
    }

    #product_box .prov-tab-div {
        height: 0px;
    }
}


#ME-tab_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

#ME-tab_modal.active {
    display: flex;
}

    #ME-tab_modal .modal_cont {
        background: #141414;
        position: relative;
        border-radius: 5px;
        border: 1px solid #000;
        padding: 20px;
        max-width: fit-content;
        margin: auto;
        top: 50%;
        transform: translateY(0%);
    }

#ME-tab_modal .close_btn {
    color: #fff;
    position: absolute;
    top: -3px;
    right: 4px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.2s;
}

    #ME-tab_modal .close_btn:hover {
        opacity: 1;
    }

#ME-tab_modal .qr_container {
    display: flex;
    gap: 20px;
}

    #ME-tab_modal .qr_container div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        #ME-tab_modal .qr_container div button {
            width: 160px;
            border-radius: 5px;
            padding: 5px 0;
            border: none;
            background: linear-gradient(180deg, #d5a246, #f6d578);
            font-weight: 700;
            font-size: 16px;
        }

        #ME-tab_modal .qr_container div img {
            width: 240px;
        }

        #ME-tab_modal .qr_container div button img {
            width: 18px;
            margin-right: 5px;
        }

#ME-tab_modal table {
    color: #fff;
    border: 1px solid;
    margin: 20px 0 0;
    width: 100%;
}

    #ME-tab_modal table td {
        font-size: 12px;
        border: 1px solid;
        padding: 3px 6px;
    }

.app-reset-password {
    width: 120px;
    border-radius: 5px;
    padding: 5px 0;
    border: none;
    background: linear-gradient(180deg, #d5a246, #f6d578);
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
}

#ME-tab_modal input {
    color: black;
}