.balance-container {
    display: flex;
    position: relative;
    background: #404041;
    height: 51px;
    padding-left: 5px;
    padding-right: 5px;
}

.user-container {
    margin-top: 10px;
}

.balance-title {
    text-align: center;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 18px;
}

.balance-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47px;
    padding-left: 5px;
    padding-right: 5px;
}

.coin-balance {
    display: flex;
    padding: 3px 5px;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    width: 50px;
    font-size: 2vw;
}

    .coin-balance img {
        width: 29px;
    }

.gift-box {
    text-align: center;
    width: 20%;
    height: 47px;
    padding-left: 5px;
    padding-right: 5px;
}

    .gift-box img {
        width: 50px;
    }

.balance-text {
    color: #0b3858;
    text-align: center;
    width: 100%;
    font-weight: 600;
    line-height: 21px;
    font-size: 20px;
}

.balance-box img {
    height: 30px;
}

.mmb-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

.balance-box2 {
    display: flex;
    align-items: center;
}

    .balance-box2 img {
        height: 20px;
        width: auto;
        margin: 0px;
    }

.btn-balance {
    padding: 0px;
    font-size: 14px;
    line-height: 0px;
}

    .btn-balance:focus {
        box-shadow: none;
    }

.dropdown-menu {
    min-width: 260px;
    background: #000000e6;
    color: #ffffff;
    margin: 0px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #18723c;
    margin-top: 1px;
}

    .dropdown-menu ul li:first-child {
        margin-top: 10px;
    }

    .dropdown-menu ul li {
        display: flex;
        list-style: none;
        width: 100%;
        padding: 0px 10px;
        cursor: pointer;
        justify-content: space-between;
    }

.prov-name {
    margin-left: 0px;
    font-size: 13px;
    float: left;
    padding-top: 3px;
}

.am-prov {
    text-align: right;
    float: right;
    display: flex;
    position: relative;
    /* top: -2px; */
    gap: 10px;
}

.prov-am {
    padding-top: 14px;
    font-size: 13px;
    line-height: 0px;
}

.am-prov .prov-in {
    width: auto;
}

.btn-in {
    padding: 3px 6px;
    font-size: 12px;
    background: #7ab529;
    margin-left: 8px;
    color: #fff;
}

.prov-out {
    margin-left: 8px;
}

.btn-out {
    padding: 3px 5px;
    font-size: 12px;
    background: #b5171d;
    color: #fff;
}

.drop-in ul {
    padding: 0px;
    margin: 0px;
}

.dropdown-menu ul li:hover {
    background: #2d2d2d;
}

.token-wrap img {
    height: 20px;
    margin: 0px 3px;
}

.token-wrap {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

    .token-wrap p {
        margin: 0px;
    }


@media only screen and (max-width: 768px) {
    .dropdown.dropdown-balance button {
       border:none;
    }

    .dropdown-menu li {
        text-align: center;
        display: table;
        width: 100%;
        padding: 5px 0px;
    }
}


.wallet-board {
    position: relative;
    /* background: #000000; */
    /* border: 2px solid #f2e364; */
    border-radius: 10px;
    width: auto;
    min-height: 543px;
    background-size: 100% 100%;
    /* margin-left: -9px; */
    padding: 0px;
}

.user-account {
    text-align: center;
    font-size: 16px;
    margin: 15px -8px 0 -8px;
    height: 61px;
    padding: 4px;
    border-bottom: 2px solid #c600ff;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}

.lvl-vip {
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.75);
}

.menu-account {
    margin: 20px -8px 0 -8px;
}

    .menu-account a {
        display: block;
        border-bottom: 1px solid #c600ff;
        color: #bfbfbf;
        padding: 3px 15px 1px;
        font-size: 14px;
        font-weight: 600;
    }

        .menu-account a:hover, .menu-account a.active {
            background: #5b018a;
            color: #fff;
        }

        .menu-account a.btitle {
            color: #fff;
            font-size: 20px;
            text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
            padding: 0px 15px 0;
            margin-top: 12px;
        }

.nhv {
    pointer-events: none;
}

.menu-account a:last-child {
    border-bottom: none;
}

.main-wallet-wrapper {
    display: grid;
    grid-template-columns: auto 110px 110px;
    padding: 15px 0;
}

.mw-box {
    font-size: 16px;
    text-align: right;
    color: #fff;
    padding: 0 15px;
    align-self: center;
    font-weight: 600;
}

    .mw-box span {
        box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.57);
        background: #585858;
        text-shadow: none;
        text-transform: uppercase;
        padding: 5px 20px;
        border-radius: 9px;
        color: #fff;
    }

.all-out-btn {
    background: #000;
    width: 100px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    border: 2px solid #c600ff;
    border-radius: 10px;
}

.deposit-btn {
    background: linear-gradient(to bottom, #c28d00 0%, #fff000 100%);
    width: 103px;
    height: 35px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    border: 2px solid #c600ff;
    border-radius: 10px;
}

    .all-out-btn:hover, .deposit-btn:hover {
        filter: drop-shadow(0 0 1px rgb(255,255,255,0.9)) brightness(1.05);
        transform: scale(0.98);
    }

    .all-out-btn:focus, .deposit-btn:focus {
        outline: none;
    }

.wallet-provider-wrapper {
    background: #5b018a;
    color: #fff;
    box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.7);
    display: grid;
    grid-template-columns: repeat(6,1fr);
    border-radius: 10px;
    padding: 25px 10px;
    grid-gap: 27px 0;
}

.wp-box {
    cursor: pointer;
}

    .wp-box:hover {
        filter: brightness(1.1);
    }

.wp-logo {
    background: rgb(44 44 44);
    border-radius: 10px;
    /* width: 125px; */
    height: 62px;
    margin: auto;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #18723c;
}

.wp-amount {
    background: #13582e;
    color: #fff;
    border: 1px solid #13582e;
    text-align: center;
    font-size: 13px;
    border-radius: 15px;
    padding: 1px;
    font-weight: 600;
    /* width: 120px; */
    margin: auto;
    margin-top: 4px;
}

.nav-tabs.wallet .nav-link {
    background: #464646;
    width: 100px;
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 14px 10px;
    border: none;
    margin-right: 12px;
    border-radius: 10px;
}

.nav-tabs.wallet {
    border-bottom: none;
    margin-bottom: 15px;
}

    .nav-tabs.wallet .nav-item.show .nav-link, .nav-tabs.wallet .nav-link.active {
        color: #000000;
        background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    }

/* HIDE RADIO */
.bank-input-wrap label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
    /* IMAGE STYLES */
    .bank-input-wrap label [type=radio] + .bank-type {
        cursor: pointer;
    }

        .bank-input-wrap label [type=radio] + .bank-type img {
            cursor: pointer;
            /* filter:grayscale(0.8); */
            width: 69px;
        }
    /* CHECKED STYLES */
    .bank-input-wrap label [type=radio]:checked + .bank-type {
        border: 1px solid #f5d95d;
        background: #18723c;
        background-position: right bottom;
        transition: none;
    }

        .bank-input-wrap label [type=radio]:checked + .bank-type img {
            filter: grayscale(0);
        }

.bank-input-wrap label .bank-type {
    border: 1px solid #13582e;
    border-radius: 6px;
    color: #fff;
}

.bank-input-wrap label {
    /* margin: 0 5px; */
    margin-bottom: 0;
    background: rgb(44 44 44);
    border-radius: 10px;
}

.bank-input-wrap {
    background: #09411f;
    padding: 9px 9px;
    border-radius: 8px;
    box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.62);
    /* width: 470px; */
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
}

    .bank-input-wrap.method {
        background: #09411f;
        padding: 9px 9px;
        border-radius: 8px;
        box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.62);
        width: auto;
        display: grid;
        flex-wrap: wrap;
        gap: 5px;
        grid-template-columns: repeat(3,1fr);
    }
.bank-type {
    display: flex;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    color: #484848;
    font-weight: 600;
    /*width: 135px;*/
    height: 40px;
    align-items: center;
    justify-content: center;
}

.banking-wrapper {
    padding: 10px 0;
}

    .banking-wrapper h5, .dp-field h5 {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

.bank-select-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    max-width: 650px;
}

.bank-btn {
    background: none;
    border: none;
    padding: 0;
    border-radius: 6px;
    border: 1px solid transparent;
    width: 153px;
    height: 60px;
}

    .bank-btn:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid #f2e565;
    }

.dropdown-menu.bank {
    background: url("../images/bank-info-board.png")no-repeat top center;
    width: 393px;
    height: 244px;
    border: none;
}

.dp-bank-detail {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 22px 35px;
    background-color: #000;
    border: 1px solid #f1e667;
    border-radius: 10px;
}

.acc-name {
    background: #000000;
    border: 1px solid #f1e465;
    border-radius: 30px;
    padding: 2px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 10px;
}

.depminmax {
    line-height: 1.7;
}

.dp-field {
    margin-bottom: 20px;
    position: relative;
}


input.dp-input {
    height: 35px;
    border-radius: 25px;
    padding: 0px 10px;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color:black;
}

input.date-input {
    height: 35px;
    border-radius: 25px;
    padding: 0px 10px;
}

select.dp-input {
    height: 35px;
    border-radius: 25px;
    padding: 0px 10px;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #000;
}

.time-input {
    width: 14%;
    height: 35px;
    border-radius: 25px;
    padding: 0px 10px;
}

button.upload-button {
    background: #18723c;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 0px 10px;
    border-radius: 5px;
    height: 30px;
    text-transform: uppercase;
    margin-left: 5px;
    position: absolute;
    bottom: 2px;
    right: 8px;
}

.upload-btn {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
}

.agree-field {
    color: #fff;
    font-size: 16px;
}

    .agree-field input {
        vertical-align: middle;
    }

button.submit-btn {
    background: #18723c;
    color: #fff;
    /* border: 1px solid #c600ff; */
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 24px;
    border-radius: 5px;
    border: none;
}

    button.submit-btn:focus {
        box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.65);
        outline: none;
    }

    button.submit-btn:hover {
        box-shadow: none;
        background: #05461f;
    }

.remark {
    font-size: 12px;
    padding-left: 10px;
}

.transfer-total-wrapper {
    /* padding: 15px 0; */
    padding-bottom: 10px;
}

    .transfer-total-wrapper .mw-box {
        text-align: left;
    }

.trans-wallet-wrapper {
    background: #18723c;
    color: #fff;
    box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.7);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-radius: 10px;
    padding: 25px 10px;
    grid-gap: 27px 0;
    gap: 10px;
}

.trans-title {
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 4px 0 5px;
    font-weight: 600;
}

.trans-wallet-wrapper label .wp-box img {
    /* filter: grayscale(1); */
    max-width: 100%;
}

.trans-wallet-wrapper label:hover .wp-box img {
    filter: grayscale(0);
    max-width: 100%;
}

.bank-btn img {
    height: 50px;
}

.trans-wallet-wrapper label [type=radio]:checked + .wp-box .wp-logo {
    box-shadow: 0 0 5px 1px rgba(255,255,255,0.9);
}

.trans-wallet-wrapper label [type=radio]:checked + .wp-box img {
    filter: grayscale(0) brightness(1.1);
}

button.max-button {
    background: #18723c;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 0px 15px;
    width: auto;
    border-radius: 35px;
    height: 30px;
    text-transform: uppercase;
    margin-left: 5px;
    border: none;
    position: absolute;
    right: 5px;
    bottom: 2px;
}

    button.max-button:hover {
        background: #f4da5e;
        box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.65);
        color: #000;
    }

    button.max-button:focus {
        outline: none;
    }

.trans-wallet-wrapper label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-group input, .radio-group .content {
    display: none;
    background: #09411f;
    line-height: 25px;
    padding: 5px 10px;
    color: #fff;
    font: normal 1em/150% Sans-Serif;
    min-width: 200px;
    max-width: 600px;
    border-radius: 5px;
}

#one:checked ~ .one, #two:checked ~ .two, #three:checked ~ .three {
    display: block;
}

.radio-group label {
    cursor: pointer;
    background: #09411f; /* height:71px; */
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    color: #000;
    font: normal 1em/150% Sans-Serif;
    margin-right: 2px;
    transition: background .25s linear;
    border-radius: 5px;
    width: auto;
    border: 1px solid #18723c;
}

    .radio-group label:hover, .radio-group input:checked + label {
        background: #13582e;
        color: #fff;
        border: 1px solid #f5d95d;
    }

    .radio-group label img {
        height: 34px;
    }

table.bnk-table {
    width: 100%;
}

    table.bnk-table tr td {
        padding: 4px;
        font-size: 12px;
    }

    table.bnk-table img {
        width: 100px;
    }

.btn-cpy {
    background: #ffae12;
    border: none;
    border-radius: 5px;
    font-size: 8px;
    /* margin-left: 10px; */
}

button.btn-res {
    background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
    border-radius: 10px;
    padding: 4px 10px;
    margin-right: 10px;
    color: #000;
    min-width: 120px;
    font-weight: bold;
}

.box-amount3 ul {
    align-items: center;
    align-content: stretch;
    padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
}

    .box-amount3 ul li:nth-child(4n+1) {
        margin-left: 0px;
    }

    .box-amount3 ul li:first-child {
        margin-left: 0px;
    }

    .box-amount3 ul li {
        margin-top: 0px;
        width: 100%;
        list-style: none;
    }

.btn-amt {
    padding: 9px 0px;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    background: #05461f;
    width: 100%;
    border: none;
    border-bottom: 2px solid transparent;
}



.balance .dropdown-menu {
    width: 245px !important;
    min-width: 245px !important;
    background: #e1e1e1;
    left: initial !important;
    right: 0px;
    margin: 0px auto;
    transform: translate3d(-10px, 17px, 0px) !important;
}

.drop-in ul li {
    display: flex;
    justify-content: space-between;
    align-items: center; /* margin-bottom:5px; */
    border-bottom: 1px solid #c1c1c1;
    padding: 5px 7px !important;
}

.am-prov {
    display: flex;
    align-items: center;
    gap: 5px;
}

.drop-in ul {
    font-size: 12px;
    background: #fff;
    padding: 0px !important;
    border: 1px solid #18723c;
    border-radius: 7px;
}

.prov-in button {
    background: #128807;
    border: none;
    color: #fff;
}

.prov-out button {
    background: #bc2025;
    border: none;
    color: #fff;
    padding: 2px 5px;
    margin: 0px !important;
    border-radius: 0px;
}

    .prov-out button .btn-out {
        margin: 0px !important;
    }

.drop-in ul li:first-child {
    background: #18723c;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}

.btn-bal:hover, .btn-bal:focus {
    color: rgb(188 32 37);
}

.modal-download .close-modal {
    position: absolute;
    right: -34px;
    z-index: 10;
    border-radius: 50%;
    color: #18723c;
    font-size: 25px;
    width: 30px;
    height: 30px;
    border: none;
}

.modal-content.modal-download {
    border-radius: 10px;
    border: none !important;
    background: #fff;
}

.drop-in ul li:last-child {
    border: none;
}

.drop-in {
    /* border: 1px solid #18723c; */
    border-radius: 8px;
    margin-bottom: 10px;
}

.card-header-tnc img {
    height: 20px;
    margin-right: 10px;
}

a.btn-afbtn2 {
    cursor: pointer;
}

.bck-ppl-info {
    background: #09411f;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btm-restore {
    background: #ffae12;
    border: none;
    padding: 4px 10px;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}

.token-all img {
    height: 20px;
}

.mobile-balance2 {
    display: inline-block;
    margin: 0px auto;
    width: 100%;
    color: #fff;
    background: #13582e;
    font-weight: bold;
}

.dropdown-menu-balance table th {
    background: #09411f;
    border: none;
    text-align: center;
    padding: 5px;
}

.dropdown-menu-balance .table-responsive {
    border: none;
}


.dropdown-menu-balance table tr td {
    border: 1px solid #09411f;
    font-size: 9px;
    line-height: 10px;
    padding: 10px;
}

.dl-dialog .panel.panel-default {
    background: none;
    margin: 0px;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #fff !important;
}

.dl-dialog .collapse.in {
    background: #fff;
    border: none !important;
}

.modal-dialog.dl-dialog .panel-default > .panel-heading {
    background: #18723c;
    color: #fff !important;
    border-radius: 0px !important;
}

.modal-dialog.dl-dialog .panel-title > a {
    color: #fff !important;
    width: 100%;
    display: block;
    position: relative;
}

div#accordion2 {
    border: 1px solid #fff;
}

.dl-dialog .panel.panel-default:last-child {
    border: none !important;
}

.dl-dialog .close {
    font-size: 35px;
    top: 0%;
    opacity: 1;
    color: #fff;
}

.table-primary {
    border-collapse: collapse;
    border: 1px solid #05461f;
    background: rgba(0,0,0,0.1);
}

    .table-primary > tbody > tr > td {
        border: 1px solid #05461f;
        padding: 5px;
    }

    .table-primary > tbody > tr > th {
        border: 1px solid #05461f;
        background: #05461f;
        padding: 5px;
        text-align: center;
        color: #fff;
    }

.dl-dialog .table-responsive {
    margin: 10px 0px;
}

.dl-dialog img {
    height: 26px;
}

.laggue:hover, .laggue:focus {
    color: #fff;
}

.modal-dialog.dl-dialog .panel-title > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 5px;
    font-size: 22px;
    bottom: -2px;
}

.close-top {
    top: -27px !important;
    position: absolute;
}


