﻿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: -85px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8%;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8%;
}

label.error {
    color: red;
}

.checkbox-round:checked {
    background-color: #289f5a
}

.vip-pri-title {
    text-transform: uppercase;
}

.email-icon {
    max-width: 33px;
    left: 7px;
    top: 6px;
}

.verify-icon {
    width: 100px;
}

.fp-sms-btn {
    top: 2px;
}

.top-short-wrap {
    margin-bottom: 100px;
}

.white-box-wrap.pt-3 {
    margin-bottom: 100px;
}

.bet-table .table thead th {
    color: white;
    background: #289f5a !important;
}

#tblHistory_length {
    margin: 10px !important;
}

.dataTables_length label {
    display: flex;
}

#product_balance_list {
    height: 150px;
    overflow-y: auto;
}

.max-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background: url(../images/wallet/deposit/online/btn-upload.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 15px;
    font-size: 12px;
    border: none;
    color: #fff;
}

    .max-btn:focus {
        color: #ffe418;
    }

#form_history .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    text-align: left !important;
}

#form_history .dataTables_length label {
    display: inline-flex;
}

.dep-bank-tab .nav-pills .nav-link.active, .dep-bank-tab .nav-pills .show > .nav-link {
    background: url(../images/wallet/deposit/Bank\ Button_Active.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 10px;
    margin: 0px 8px;
}

.dep-bank-tab img {
    max-width: 60px;
}