﻿.freezescreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border: none;
    z-index: 9999;
}

.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;
}

.main_wrapper {
    padding-top: 55px;
}

.money_color {
    color: white !important;
}

.mix {
    display: none;
}

.pmbox.active {
    background-color: #335187;
}

table.dataTable tbody tr {
     background-color: unset !important; 
}

.btn-reply {
    border: none;
    background: #f3ca6e;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px;
    margin-bottom: 15px;
    width: 25%;
}

.inbox-reply-textarea {
    color: black !important;
    resize: none !important;
    width: 96%;
}

.chgpwdbtn {
    background-color: #f3ca6e;
    color: #fff;
    padding: 7px;
    width: 50%;
    border-radius: 10px;
    border: none;
    margin: 20px 0;
}

#modal-4d-payout .modal-header {
    background: #e3d08c;
    border: none;
}

#modal-4d-payout .modal-title {
    color: #000;
}

#modal-4d-payout .close {
    color: #000;
}

#modal-4d-payout .modal-body {
    background: #131313;
}

#modal-4d-payout .modal-footer {
    background: #131313;
}

.payoutTable {
    border-collapse: collapse;
    border: 1px solid #e3d08c;
}

    .payoutTable > tbody > tr > th {
        border: 1px solid #e3d08c;
        padding: 5px 5px;
        background: #e3d08c;
        font-weight: bold;
        text-align: center;
        color: #000000;
    }

    .payoutTable > tbody > tr > td {
        border: 1px solid #e3d08c;
        padding: 3px 5px;
        text-align: center;
    }

.txt-bonus {
    position: relative;
    top: -1px;
}

.txt-bonus-desp {
    color: #e3d08c;
    font-weight: bold;
}

.payout_btn {
    margin: 10px 0;
}

.gif-img {
    cursor: pointer;
}

/*quick transfer css*/
/* Modal Header */
.quick-transfer-header {
    background-color: #337ab7;
    color: white;
    justify-content: center;
}

/* Title */
.quick-transfer-title {
    margin: 0 auto;
    text-align: center;
}

/* Wallet Section */
.quick-wallet-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.quick-wallet-box {
    flex: 1;
}

.quick-wallet-label {
    color: black;
    font-weight: bold;
}

.quick-wallet-input {
    text-align: center;
    font-weight: bold;
    color: #ff7b00;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Transfer Amount */
.transfer-section {
    margin-bottom: 20px;
}

.transfer-input {
    text-align: center;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Buttons */
.transfer-button {
    padding: 8px 16px;
    background-color: #337ab7;
    border: none;
    color: white;
    border-radius: 4px;
    margin-right: 10px;
}

.launch-button {
    padding: 8px 16px;
    background-color: #337ab7;
    border: none;
    color: white;
    border-radius: 4px;
}

.contact_wrapper_inn {
    position: relative;
    margin-top: 0;
}

.contact_wrapper {
    flex-direction: column;
    gap: 10px;
}

.info-wrap p {
     margin-bottom: 0; 
}

.chat_btn {
    position: relative;
}

.notification_badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** Updated 30/4/2025 **/
input.download-control {
    font-size: 12px;
    border: 1px solid #ffffff80;
    min-height: 35px;
    color: #fff;
    padding: 5px;
    background: rgba(0, 0, 0, .8);
}

button.dlcopy-btn {
    border: none;
    background: linear-gradient(90deg, rgba(245, 212, 137, 1) 0%, rgba(241, 198, 99, 1) 100%);
    color: #211528;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
}

    button.dlcopy-btn:hover {
        background: #59709b;
        color: #fff;
    }

.pw-condition {
    color: red !important;
    width: 100%;
    font-size: small !important;
    text-align: start !important;
    margin-bottom: 0;
    font-style: italic;
}

.special_label {
    width: 136.2px !important;
}

#start_pw_error {
    justify-content: start;
}

#float-icon {
    right: 3% !important;
}