.card-withdraw-balance {
    background-color: #E0F4FF;
}

.card-withdraw-balance:hover {
    cursor: pointer;
    background-color: var(--primary);
}

.card-withdraw-balance:hover h4, .card-withdraw-balance:hover i {
    color: #ffffff !important;
}

.card-withdraw-balance.active {
    cursor: pointer;
    background-color: var(--primary);
}

.card-withdraw-balance.active h4, .card-withdraw-balance.active i {
    color: #ffffff !important;
}

#request_withdraw {
    color: #ffffff !important;
    background-color: #0080c8 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 3px !important;
}

#withdraw-value select, #withdraw-value input {
    border-radius: 3px !important;
}

.instruct-withdraw {
    margin-bottom: 6px !important;
    line-height: 1.5 !important;
}

.table-custom thead th {
    color: #2C2C2C !important;
    font-weight: 700 !important;
}

.table-custom thead tr th,
.table-custom tbody tr td {
    font-size: 1rem !important;
}