.dot {
    width: .48rem;
    height: .48rem;
    background: var(--primary-gradient-bg);
    border-radius: 50%;
}

.depositBankContainer.min-list.vc-v2-method.show-more-container {
    overflow-x: scroll;
    width: 100%;
    margin-top: 1rem;
}

ul#depositBank {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    width: 100%;
}

li.deposit-bank.change-item-animate {
    border-radius: 6px;
    border: 1px solid #e4e4e4 !important;
    overflow: hidden;
    padding: 0; 
    position: relative;
    background: #fff; 
    aspect-ratio: 1 / 1; 
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.deposit-bank:before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1.3rem;
    background: url(recommand.png);
    background-size: 100% 100%;
    left: 0;
    top: 0;
}
.bankSelected {
    height: 2.5rem;
    background: #222;
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-inline: 1rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.bankshowcopy {
    background: #fff;
    border-radius: 15px;
}

.deposit_body_wrapper {
    position: relative;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 3rem !important;
}

.vc-tips {
    color: #ec2529;
}
.wysiwyg {
    font-size: 1.05rem;
    padding: .85rem 0;
}

.vc-v2-space-content {
    background: #f2f2f2;
    height: .45rem;
    position: relative;
    width: calc(100% + .4rem);
    left: -.2rem;
    bottom: 0;
}

.vc-v2-input {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: .5rem;
}

.vc-v2-input .inputCon {
    height: 3rem;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 400;
    border: 1px solid #84848454 !important;
    border-radius: .4rem;
    padding-top: 0;
    padding-bottom: 0;
}
.upload__btn {
    display: flex;
    padding-left: 3rem!important;
    width: 100%;
    border: 1px solid #000000 !important;
    box-shadow: none !important;
    outline-width: 0 !important;
    border-radius: 4px;
    font-size: 1.3rem;
}
.vc-v2-input.account-num-input .inputCon {
    padding-left: .85rem;
}

.inputCon {
    width: 100%;
    height: 1.08rem;
    line-height: 1.08rem;
    font-size: .32rem;
    padding: 1px 0;
    color: #1c1c1c;
    position: relative;
}

.vc-v2-input input {
    position: absolute;
    width: calc(100% - 3.5rem);
    height: auto;
    line-height: 1.5;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .4rem !important;
}
.inputBase {
    background: #efefef;
    color: #747474;
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: .15rem;
}
.vc-v2-input .inputCon input {
    color: #333;
    background: none;
}
.vc-v2-input input {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}
.vc-v2-input input:focus,
.vc-v2-input input:focus-visible,
.vc-v2-input input:-webkit-focus-ring-color {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

li.deposit-bank.change-item-animate.active-border {
    border: 1px solid red !important;
}
.deposit-list-ck {
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
    bottom: 0;
    color: #ec2529;
}

section#deposit[data-user-authorized="noauth"], 
section#withdraw[data-user-authorized="noauth"], 
section#member[data-user-authorized="noauth"], 
#depoExit[data-user-authorized="noauth"], 
section#share[data-user-authorized="noauth"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.app_body.section_body.body_deposit, .final_deposit {
    overflow-x: hidden !important;
}

.copy-btn_wrap {
    padding: .5rem 1.25rem;
    color: var(--primary-btn-bg);
    border: 1px solid var(--primary-btn-bg);
    border-radius: 100px;
}
.selectedBankNum {
    font-weight: 600;
}
.deposit-btn>img, .withdraw-btn>img{
    width: 1.25rem;
    height: 1.25rem;
}

.icon_balance  {
    width: 1rem;
    height: 1rem;
}

.balance_show {
    display: flex;
    gap: .25rem;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-end;
    text-align: end;
}
.deposit-btn, .withdraw-btn {
    min-width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    border-radius: .2rem;
    justify-content: center;
    display: flex;
}
.norecord_warp>span {
    padding-top: 1rem;
    opacity: 1 !important;
    color: gainsboro;
    font-size: 1rem;
}
.norecord_warp {
    display: flex;
    flex-flow: column;
    font-size: 1.5rem;
    font-weight: 500;
}

.empty_record {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
img.emptydata {
    object-fit: contain;
    aspect-ratio: 1 / 1;
    filter: grayscale(1);
    opacity: .8;
}
.withdraw-btn {
    background: var(--secondary-gradient-bg);
    border: 1px solid var(--secondary-border);
}

.deposit-btn {
    background: var(--primary-gradient-bg);
    border: 1px solid var(--primary-border);
}
.section_custom_bg_V1 {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100dvh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 450px;
    margin: 0 auto;
    
}
.exact_amt {
    color: #714949;
}

.form-group {
    padding: 1rem;
    display: flex;
    flex-flow: column;
    align-items: self-start;
    text-align: start;
    justify-content: flex-start;
    gap: .5rem;
    background: #fff;
    border-radius: 15px;
}

.section_custom_bg {
    position: fixed;
    background-color: #f3f3f1;
    width: 100%;
    height: 100dvh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 450px;
    margin: 0 auto;
}

section#deposit, section#withdraw {
    position: absolute;
    width: 100%;
    max-width: 450px;
    height: 100dvh;
    z-index: 99;
    display: flex;
    flex-flow: column;
}
.next__step_deposit {
    background: #aaaaaa !important;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
}

.tab.withdraw.hidden,
.tab.deposit.hidden {
    display: none !important;
}

.disabled {
    opacity: .5!important;
}
button.w-full.h-full.next__step_deposit.disabled.relative.bottom-0.bg-\[\#1e1e1e\] {
    opacity: 1 !important;
}
.section_footer.footer_withdraw, .section_footer.footer_deposit {
    flex: 0 0 9%;
    box-shadow: none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4rem;
    z-index: 9;
    max-width: 450px;
    margin: 0 auto;
}
i.las.la-angle-left {
    font-size: 1.52rem;
    text-shadow: 0 1px #fff;
}
i.las.la-angle-right {
    font-size: 1.52rem;
    text-shadow: 0 1px #fff;
}


.available_next {
    background: #ec2529!important;
}

.icon_uploadSlip {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 38px;
    margin-top: 12px;
    opacity: .5;
}

span.alertDepo__text {
    font-size: 1.1rem;
    color: #714949;
}

button#confirmDeposit {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
}
label.label_type.flex.text-\[1rem\].w-full.text-start {
    font-size: 1.25rem!important;
    color: red!important;
}
span.support_bank {
    text-align: start;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    color: #0053ab;
    margin-bottom: 1rem;
}
span.countdown-text {
    background: var(--primary-gradient-bg);
    color: white;
    min-width: 7rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 2.5rem;
    border-radius: 100px;
    font-size: 1.3rem;
    font-weight: 600;
}

#confirmDeposit {
    background: var(--primary-gradient-bg);
}

.copiedBank {
    background: var(--primary-gradient-bg);
    color: #fff!important;
    padding: .5rem 1.25rem;
    border: 1px solid var(--primary-btn-bg);
    border-radius: 100px;
    font-weight: 600;
}

.final_deposit {
    height: auto;
    display: flex;
    flex-flow: column;
    height: 100%;
}

span.title.emptyBank_title {
    font-size: 1.05rem;
    text-align: start;
    display: flex;
}
.no_bank_title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.addwithdrawBank {
    min-height: 220px;
    width: 100%;
    background: url(emptyBank.png);
    background-size: 120% 110%;
    background-position: top center;
    margin-top: 2rem;
    background-repeat: no-repeat;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    text-align: center;
    align-items: center;
}

.withdrawMoney {
    width: 100%;
    background: url(wallet_bg2.png);
    background-size: cover;
    border-radius: 10px;
    min-height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
}
.icon.card_icon {
    width: 1.85rem;
    height: 1.85rem;
}
.withdraw_body {
    border-bottom: 1px solid #dedede;
    line-height: 0;
    font-size: 0;
    position: relative;
    width: 100%;
}
span.bank_type {
    text-transform: uppercase;
    margin-left: 0.5rem;
    font-size: 1.65rem;
    font-weight: 600;
}
span.accNum.bank_num {
    font-size: 1.5rem;
    font-weight: 600;
}

.date_added {
    font-size: 1.1rem;
}

.btn_addBank {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    bottom: 22px;
}

.bg_large_red {
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 50%;
    color: white;
}

.wallet_check_icon {
    width: 1.25rem;
    height: 1.25rem;
}
.wallet_add_icon {
    width: 2.5rem;
    height: 2.5rem;
}
.wallet_check_reload {
    padding: .5rem;
    background: #3b79f3;
    border-radius: 100%;
}

.wallet_check_bg {
    color: #3b79f3;
    background-color: #d7e7fe;
    padding: .5rem 1rem;
    gap: .5rem;
    font-size: 1rem;
    border-radius: 50px;
    margin-top: .5rem;
}

.wallet_add_bg {
    color: #f33b3b;
    background-color: #fed7dc;
    padding: .5rem 1rem;
    gap: .5rem;
    font-size: 1.1rem;
    border-radius: 50px;
    margin-top: .5rem;
}

.app_header.section_header.section_title>.grid.addBank {
    grid-template-columns: 10% 80% 10%;
}


.input_icon {
    width: 2rem;
    height: 2rem;
}

.withdraw__btn:disabled {
    background-image: -webkit-linear-gradient(-90deg, #ff3a3e, #ff1e30) !important;
    box-shadow: 0 .1rem .2rem 0 rgba(255, 0, 16, .4) !important;
    color: #000 !important;
    padding-top: .25rem !important;
    padding-bottom: .5rem !important;
    font-size: 1.75rem !important;
    filter: grayscale(1)!important;
    opacity: .5!important;
}

.submitAble {
    background-image: -webkit-linear-gradient(-90deg, #ff3a3e, #ff1e30) !important;
    box-shadow: 0 .1rem .2rem 0 rgba(255, 0, 16, .4) !important;
    color: #fff !important;
    padding-top: .25rem !important;
    padding-bottom: .5rem !important;
    font-size: 1.75rem !important;
    filter: none!important;
    opacity: 1!important;
}

ul#banks>li>span {
    color: #333;
    font-size: 1.25rem;
}

ul#banks>li>img {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 8px;
}

ul#banks {
    max-height: 300px;
    overflow-y: auto;
}

.alert_title>span.title {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--bonus-active-border);
}
ul.alert_list>li {
    display: list-item;
    line-height: 2;
    color: #333;
}
.list_logs {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
}

.withdraw_log_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    padding: 1rem;
}

span.titleBankName {
    color: #000;
}

.list_logs {
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    color: #000;
}

.logs_wrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
}

.dateAction {
    font-size: 1rem;
}

.section_custom_bg.logs {
    background: #fff;
}

.card.logs {
    padding: 1rem;
    background: #f7f7f7;
    border-radius: 12px;
    font-size: 1rem;
}
.submitAmount {
    color: #ff5757;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: .95;
} 

.processed_amount {
    color: #1ea97c;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: .95;
} 
.status_rejected, .amount {
    color: #ff2a2a;
    /*background: #ffe7e6b3;*/
    font-size: 1.1rem;
    text-transform: capitalize;
    padding: .31rem .15rem;
    border-radius: .5rem;
}
.title_error {
    font-size: 1.25rem;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    color: #565659;
    text-align: start;
    align-items: center;
    justify-content: flex-start;
}
.status_approved {
    color: #1ea97c;
    /*background: rgba(228, 248, 240, 0.7);*/
    text-transform: capitalize;
    font-size: 1.1rem;
    padding: .31rem .15rem;
    border-radius: .5rem;
}

.copyright {
    position: fixed;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    bottom: 0;
}

.list_logs {
    width: 100%;
    height: auto;
    font-size: 1.1rem;
    color: #000;
    border-bottom: 2px solid rgba(128, 128, 128, 0.301);
    margin-bottom: 2rem;
}

.ewallet_remain {
    margin-top: 2rem;
}

span.refID {
    font-size: 1rem;
    display: flex;
    flex-wrap: nowrap;
}

.datamain {
    color: #ee2a59;
    font-weight: 600;
}

.flex.items-center.text-center.bonus_error {
    border-right: 1px solid #ddd;
}
.bonus_error_header {
    border-bottom: 0!important;
}
.bonus_error_body {
    border-top: 0!important;
}
.bonus_error_bdoy >.bonus_error {
    color: #ee2a59;
}
.user-balance .user-wrap .user-icon {
    width: .8rem;
    height: .8rem;
}
.user-balance .balance_show span.balance {
    font-size: .8rem;
}
.user-info .user-balance {
        gap: 0.25rem;
}



button.w-full.p-2.rounded-md.removeBonus {
    background-image: -webkit-linear-gradient(-90deg, #ff3a3e, #ff1e30) !important;
    box-shadow: 0 .1rem .2rem 0 rgba(255, 0, 16, .4) !important;
    color: #fff !important;
}
span.amount {
    color: #ff1e30;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: .95;
    background: none;
}
.inputBase::placeholder,.inputBase {
    font-size: 1rem;
}