﻿body {
}

.loading-panel {
    background-color: black;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: fixed;
    z-index: 999991;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35%;
    height: 20%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8%;
}

@media (max-width: 999px) {
    .loading-logo {
        top: -25%;
        width: 75%;
        height: 15%;
    }

    .loading-gif {
        top: 5%;
        width: 25%;
    }
}

label.error {
    /*color: red !important;*/
}

.v-code-position {
    height: 100%;
    position: absolute;
    right: 0;
}

.verification-code-img {
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    width: 74px;
    border-radius: 0 10px 10px 0;
}

.validation-message-field {
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px;
}

    .validation-message-field i {
        color: #37a6a9;
    }

.validation-message.valid {
    color: #72ff41;
}

.validation-message.invalid {
    color: white;
}

.prod-page-title, .label-1, .label-2, .btnall {
    text-transform: uppercase;
}

.searchinput::placeholder {
    color: white !important;
}

.promo-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 520px;
}

.promo_box_wrap_a a {
    width: 100px;
    text-align: center;
}

.read_more_btn:hover {
    cursor: pointer;
}

.promo-text a {
    color: #196d73;
}

.btn_resend {
    width: 50%;
    height: 10%;
    margin: 5px 10px;
    font-size: 12px;
}

.downloadboxContent .tab-content table tr td input {
    color: black;
}

.downloadboxContent .tab-content table tr td span {
    color: white;
}

.downloadboxContent .tab-content table tr td:has(.btn-wal) {
    padding: 8px 135px !important;
}

.reg-container .validation-message-field {
    width: 55%;
}

.form-control:disabled, .form-control[readonly] {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #37a6a9;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #37a6a9;
}

@media (max-width: 999px) {
    .reg-container .validation-message-field {
        width: auto;
    }
}

.reg-container .validation-message {
    display: flex;
}

    .reg-container .validation-message i {
        margin: unset;
        font-size: 22px;
    }

.cap-rotate:hover, .fa-trash-alt:hover {
    cursor: pointer;
}

.unread {
    color: white;
}

.chatMsg.inboxChat {
    padding: unset;
    margin-bottom: unset;
}

.inbox-reply-textarea {
    color: black !important;
    resize: none !important;
}

.btn-reply {
    border: none;
    background: #37a6a9;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    margin-bottom: 15px;
    width: 25%;
}

#form_transfer .submit_btn_wrap, #form_withdrawal .submit_btn_wrap {
    width: 50%;
    margin: 50px 170px;
    grid-template-columns: unset;
}

.dataTables_length label {
    max-width: 100%;
}

#tblHistory_length {
    color: #ecf1ff80 !important;
}

    #tblHistory_length select {
        color: #fff !important;
    }

.history_table tr.odd {
    background: #196d73 !important;
}

.even {
    background-color: #004648 !important;
}

.history_table tr th:last-child, .history_table tr td:last-child {
    text-align: center;
}

.vip_table {
    background-color: #196d73;
}

.txt_yellow {
    color: #f4ba00;
}

#contact_input {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.promotion-container {
    min-width: 100%;
}

body.ref-detail-bg {
    padding-top: 0;
}

.amt-box ul {
    flex-wrap: wrap;
}

.bnk-table tr td {
    font-size: 18px;
}

@media (max-width: 550px) {
    .page-breadcrumb {
        padding-top: 0 !important;
        padding: 0;
    }

    .prod-page-title {
        padding-bottom: 0px;
    }

    .bnk-table tr td {
        font-size: 15px !important;
    }

    .btn-file {
        padding: 5px !important;
        font-size: 11px;
    }

    .dataTables_scrollHead,
    .dataTables_scrollBody,
    .dataTables_scrollFoot {
        overflow: visible !important;
    }
}

.register-toggle-pw {
    position: absolute;
    right: 10px;
}

.password-input-field {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.game-preview__btn-name {
    word-wrap: break-word;
    hyphens: auto;
}

.slot-tab-title span {
    font-size: 14px;
}

.tab_wrapper_inn {
    font-size: 24px;
    font-weight: bold;
}