.depo-tabs {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.depo-tabs li a.active {
    background: #eee;
    color: #333 !important;
}

.depo-tabs li a {
    color: #fff !important;
    font-size: 13px;
    display: inline-block;
    padding: 10px;
}

.content-tabs {}

.content-tabs .depo-form-tabs {
    display: none;
}

.content-tabs div.active {
    display: block;
}

.bank_type .de-bank img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px solid #00ffcc
}

.bank_type .de-bank.active-im img {
    border: 1px solid #00ffcc;
    box-shadow: 0 0 5px #00ffcc, 0 0 15px #00ffcc;
    transform: scale(1.1);
    filter: brightness(1.2) contrast(1.1);
}

/* .bank_type .de-bank.active-im::after {
    content: '✔';
    position: absolute;
    top: .06rem;
    right: .16rem;
    background-color: var(--color);
    color: white;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 50%;
    font-weight: bold;
} */

.bank_type {
    display: inline-block;
    width: 100%;
}

.bank_type .de-bank {
    display: block;
    float: left;
    padding-right: .5rem;
    cursor: pointer;
    position: relative;
    margin: .5rem 0;
}

.listdepo,
.listwithdraw {
    margin: .5rem 0;
}

.main-withdraw .title h3,
.bank_type h3 {
    color: #f90;
    font-size: .8rem;
    text-underline-offset: 8px;
    text-decoration: underline;
    font-weight: bolder;
    margin: .8rem 0;
}

.bank_type h3 {
    text-align: start;
}

.depo-form-input.animate {
    animation: fadeInColorShift 0.6s ease-out both;
}

.depo-form-input {
    border-radius: 10px;
    overflow: hidden;
    color: #000;
    line-height: 50px;
    height: 0;
    transform: scaleY(0);
}

.depo-form-input.active {
    transform: scaleY(1);
    height: auto;
}

.depo-form .pass-input {
    width: 450px;
    margin: 10px 0;
}

.depo-form .pass-input input {
    width: 350px !important;
    height: 45px;
    border: 1px solid #ccc;
    background: none;
    text-indent: 10px;
}

.depo-form .pass-input select {
    width: 425px !important;
    height: 40px;
    border: 1px solid #ccc;
    background: none;
    color: #666;
    text-indent: 10px;
    -webkit-appearance: menulist !important;
}

.btn-copy {
    position: absolute;
    top: 3px;
    left: 315px;
    background: none;


}

.upload_img {
    color: var(--border);
}

.upload_img span {
    padding: .1rem 0;
    display: block;
}

.btn_submit {
    display: block;
    background: #cc9f43;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #b5882d;
    border-radius: 30px;
}

.imgInput {
    position: absolute;
    width: 350px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px #ccc solid;
}

.file-input-wrapper>input[type="file"] {
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.ui-dialog-buttonset button:first-child {
    background: #0274c5 !important;
    background-image: linear-gradient(180deg, #92bf3f, #709923);
}

.ui-dialog .ui-dialog-content {
    zoom: 0 !important;
}

.ui-widget.ui-dialog {
    z-index: 9999 !important;
    border: none;
    top: 78px !important;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden !important;
    padding: 0 !important;
}

.ui-dialog .ui-dialog-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 15px;
}

.ui-widget-content::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.ui-widget-content::-webkit-scrollbar-thumb {
    background: #e8e8e8;
}

.ui-widget-content::-webkit-scrollbar-track {
    background: #ffffff;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-dialog {
    padding: 0;
}

.ui-dialog-buttonset button,
button:focus {
    border: none !important;
    outline: none !important;
}

.ui-dialog-buttonset button:nth-child(2) {
    background-color: #8f8f8f !important;
    background-image: linear-gradient(180deg, #afafaf, #646464) !important;
}

.select_disable {
    border: 1px solid #ccc;
    pointer-events: none;
    background: none;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    font-weight: 500;
}

.select_disable .center-form label input,
.select_disable .center-form-select,
.select_disable .center-form label select {
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

.ui-button .ui-button-text {
    color: #fff;
}

.arcticmodal-overlay_info_depo {
    background: rgba(0, 0, 0, .3);
    z-index: 9;
    display: block;
    width: 0;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: width 0.3s ease, opacity 0.4s ease;
    transition: width 0.3s ease, opacity 0.4s ease;
    z-index: 25;
}

.arcticmodal-overlay_info_depo.active {
    opacity: 1;
    width: 100%;
}

.field_information {
    border-top: 1px solid #305b82;
}

.card.border-left-info {
    text-align: left;
    border-left: .35rem solid #36b9cc !important;
}

.card.border-left-info p,
.card.border-left-info a {
    color: #0c2e4b;
}

.card.border-left-info a {
    text-decoration: underline;
}

.info-circle-title {
    font-weight: bold;
}

.fa-info-circle {
    color: #36b9cc;
    font-size: 38px;
}

.usdtDisplay {
    display: inline-block;
    width: 150px;
}

.usdtAmtDisplay {
    color: #1a5684;
    width: 100px;
    text-align: left;
    display: inline-block;
    padding-left: 10px;
}

.payment_modal {
    position: absolute;
    margin-top: 0;
    width: 500px;
    margin-left: -225px !important
}

.payment_modal_header {
    height: 60px;
    color: #1d3a59;
}

.payment_modal_header h3 {
    font-size: 18px;
}

.sweet-alert {
    margin-left: -130px !important;
    margin-top: -210px !important;
}

.spinner {
    margin-left: -50px;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.arcticmodal-overlay_info_depo {
    z-index: 9999;
    ;
}

.text_blink a {
    color: #555 !important;
    animation-name: angry-animation;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes angry-animation {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/*crypto payment*/
.center-payment-method-wrapper {
    display: inline-block;
    margin-top: 15px;
}

.payment-title {
    width: 170px;
    background: #f9d94e;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: .2rem;
    word-wrap: break-word;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}

.payment-item-wrapper-tempo {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.payment-modal {
    width: 500px;
    margin: 0 auto;
    margin-top: 33px;
    background: transparent;
}

.payment-modal-form {
    padding: 15px;
}

.payment-modal-form .modal-amount {
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    color: #000;
    border: 1px solid #ccc;
}

.payment-modal-form p,
.payment-modal-form span {
    color: #000;
}

.modal-body .payment-modal-btn-confirm {
    position: relative;
    width: 100%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    background-color: #f9d94e;
}

.modal-content .modal-header .modal-img-wrapper h5 {
    color: #fff;
    text-align: center;
}

.payment-modal-form-info,
.withdraw-modal-info {
    padding: 11px;
    color: white;
    background-color: rgba(255, 255, 255, .1);
    width: 100%;
    display: inline-block;
}

.payment-modal-input-wrapper {
    padding: 0;
}

.payment-modal-input-wrapper .modal-body {
    width: 100%;
    background-color: #fff;
    overflow-y: scroll;
    max-height: 425px;
}

.payment-modal .modal-img-wrapper {
    width: 100%;
}

.group-btn-confirm {
    width: 50%;
    float: left;
}

.payment-modal .modal-header {
    padding: 15px !important;
    background: #0837ab;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.payment-modal .modal-header h5 {
    text-align: center;
    color: #fff;
    margin: 0;
}

.payment-modal .modal-header .usdt-close {
    margin-top: -22px;
}

.payment-modal .modal-header .usdt-close {
    background: url(https://s3-ap-northeast-1.amazonaws.com/hcgames/content/images/close.png) no-repeat !important;
    width: 43px;
    height: 37px;
    opacity: 1;
    padding: 0;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
    line-height: 1;
    background: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 0px;
    outline: 0;
}

.payment-modal .modal-body .payment-modal-btn-confirm {
    position: relative;
    width: 100%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    background-color: #0837ab;
}

.center-contant .form-control,
.center-contant .form-control:focus {
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.lb-msg {
    color: red;
}


.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.payment-modal-first-step label {
    color: #000;
}

.payment-modal .close {
    top: 8px;
    opacity: 1;
}

.payment-modal .close span {
    font-size: 25px;
    color: #333;
}

.p-0 {
    padding: 0;
}

.payment-modal-second-step .amount-label {
    color: #fff !important;
}

.modal-backdrop.in {
    z-index: 1;
}

/*end crypto*/
.depo_type {
    line-height: 50px;
}

.depo_type a {
    color: #666;
    border-radius: 5px;
    padding: 0px 0px;
    position: relative;
    border: 1px solid #666;
    background: #fff;
    font-weight: normal;
    display: inline-block;
    width: 150px;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.depo_type a.active:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 26px solid #00aeef;
    border-left: 26px solid transparent;
}

.depo_type a.active:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 9px;
    top: 25px;
    right: 7px;
    transform: rotate(40deg) translate(-50%, -50%);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

#imgTemp {
    text-indent: 125px;
    text-align: left;
    color:#000;
    width: 100%;
}

.imgInput {
    position: absolute;
    width: 350px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px #ccc solid;
}

.file-input-wrapper {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.file-input-wrapper>.btn-file-input {
    border-radius: 4px;
    color: #000;
    display: inline-block;
    cursor: pointer;
    border: 1px #ccc solid;
    position: absolute;
    margin-left: 2px;
    padding: 0 7px;
    min-width: 100px;
    max-width: 250px;
    line-height: 38px;
    width: 125px;
    height: 40px;
    top: 7px;
    background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    left: 2px;
}

.file-input-wrapper>input[type="file"] {
    font-size: 40px;
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 9999;
    left: 0;
}

.file-input-wrapper button,
.file-input-wrapper input {
    transition: none;
}

.radio-tiles-items,
.main-withdraw .btn-depo-amt-wrapper,
.main-withdraw .pay .pay-cont {
    display: flex !important;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 10px;
    max-width: 100%;
}

.radio-tiles-items .radio-tile4,
.main-withdraw .btn-depo-amt-wrapper .radio-tile4,
.main-withdraw .pay .pay-cont li {
    flex: 0 0 calc(20% - 8px);
    box-sizing: border-box;
}

.radio-tiles-items .icon-container,
.main-withdraw .btn-depo-amt-wrapper .radio-tile4 .icon-container,
.main-withdraw .pay .pay-cont a {
    background-image: url('../../images/theme19/modal/banks/btn-deposit.png');
    background-size: 100% 100%;
    width: 100%;
    height: 2.25rem;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.radio-tiles-items .icon-container:hover,
.radio-tiles-items .icon-container:focus,
.main-withdraw .btn-depo-amt-wrapper .icon-container:focus,
.main-withdraw .btn-depo-amt-wrapper .icon-container:hover,
.main-withdraw .pay .pay-cont a:focus,
.main-withdraw .pay .pay-cont a:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    outline: none;
}

@media screen and (max-width: 640px) {
    .radio-tiles-items .radio-tile4,
    .main-withdraw .btn-depo-amt-wrapper .radio-tile4,
    .main-withdraw .pay .pay-cont li {
        flex: 0 0 calc(33.333% - 7px);
    }

    .radio-tiles-items .icon-container,
    .main-withdraw .btn-depo-amt-wrapper .radio-tile4 .icon-container,
    .main-withdraw .pay .pay-cont a {
        font-size: 14px;
    }
}

.box_copy input::-moz-selection {
    color: white;
    background: var(--color);
    width: 100%;
    padding: 0 10px;
}

.box_copy input::selection {
    color: white;
    background: var(--color);
    width: 100%;
    padding: 0 10px;

}

/* .copy_btn {
    margin-top: 10px;
    position: absolute;
    margin-left: 5px;
    padding: 5px 10px;
    cursor: pointer;
    background-image: url(../images/copy_btn.png);
    width: 30px;
    height: 30px;
    color: transparent;

} */

.ui-dialog-buttonset button:first-child {
    background: var(--color) !important;
    padding: 5px;
    color: #fff;
    height: 40px;
    line-height: 35px !important;
    min-width: 150px;
}

.ui-dialog .ui-dialog-content {
    zoom: 0 !important;
}

.ui-dialog-buttonpane {
    float: right;
}

.ui-dialog .ui-widget-header {
    background: var(--color) !important;
    width: 100%;
    margin: 0;
    height: 40px;
    border: none !important;
    border-radius: 0;
    text-align: left;
    line-height: 40px;
    padding-left: 20px;
}

.ui-widget.ui-dialog {
    z-index: 9999 !important;
    border: none;
    top: 50px !important;
    margin-top: 50px;
    background-color: #fff;
    position: fixed;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.5);
}

.ui-dialog .ui-dialog-content {
    overflow: hidden !important;
    padding: 0 !important;
}

.ui-dialog .ui-dialog-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 15px;
    padding-right: 10px;
}

.ui-widget-content::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.ui-widget-content::-webkit-scrollbar-thumb {
    background: #e8e8e8;
}

.ui-widget-content::-webkit-scrollbar-track {
    background: #ffffff;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-dialog {
    padding: 0;
}



.ui-dialog-buttonset button:nth-child(2) {
    background-color: #8f8f8f !important;
    background-image: linear-gradient(180deg, #afafaf, #646464) !important;
    padding: 5px;
    color: #fff;
    min-width: 150px;
    height: 40px;
    line-height: 35px !important;
}

.select_disable {
    border: 1px solid #ccc;
    pointer-events: none;
    background: none;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    font-weight: 500;
}

.select_disable .center-form label input,
.select_disable .center-form-select,
.select_disable .center-form label select {
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

.ui-button .ui-button-text {
    color: #fff;
}

.arcticmodal-overlay_info_depo {
    background: rgba(0, 0, 0, .3);
    z-index: 9;
    display: block;
    width: 0;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: width 0.2s ease, opacity 0.3s ease;
    transition: width 0.2s ease, opacity 0.3s ease;
    z-index: 25;
}

.arcticmodal-overlay_info_depo.active {
    opacity: 1;
    width: 100%;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.arcticmodal-overlay_info_depo {
    z-index: 9999;
    ;
}

.tip-deposit {
    width: 150px;
    height: 141px;
    background-color: #e1e1e1;
    border-radius: 10px;
    padding: 20px;
    color: white;
    position: absolute;
    right: 58px;
    top: 178px;
    flex-direction: column;
    overflow-wrap: anywhere;

}

#promotion {
    width: 350px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-image: url(https://cdn.jsdelivr.net/npm/uigg/ico/svg/arrow/alone-bottom.svg);
    background-size: 24px;
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    color: #ccc;
}

.center-contant input,
.center-contant select {
    height: 32px;
    /* line-height: 48px; */
    box-sizing: border-box;
    border-radius: 5px;
}


.depo-form-input h3 {
    color: var(--txt);
    font-size: 12px;
    padding: 0;
}

.center-contant input {
    color: #fff;
    margin: 5px 0;
    padding: 0 10px;
}

.center-contant select {
    background: var(--block);
    border-radius: 10px;
    -webkit-appearance: auto;
    color: #fff;
}

.payment-form-crypto h2 {
    font-size: 20px;
    color: #7f83cb;
}

.payment-msg-success {}

.payment-msg-success .alert-danger {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.payment-msg-success .alert-success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.payment-modal-form-info p span,
.payment-modal-second-step p span {
    color: #666;
}

.modal-crypto {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(0, 0, 0, 0.5);
}

.promo-select {
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 8px;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #fff;
    margin: .1rem 0;
}

.center-form label .promo-select input.check_promo {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.promo-select .promo_title {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.promo-select .arrow_right {
    color: #fff;
    font-size: 20px;
}

.promo-select .promo-contain {
    display: flex;
    align-items: center;
}

.depo-promo-pop .promo_wrap {
    text-align: center;
    /* padding: 10px; */
    z-index: 10;
    position: relative;
}

.depo-promo-pop .promotion-container {
    height: 360px;
    overflow: auto;
}

.depo-promo-pop .promo_list {
    display: flex;
    justify-content: space-between;
    background: #e7e9f2;
    width: 500px;
    height: 60px;
    border: 1px solid #ced2e3;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    margin: 7px auto;
    cursor: pointer;
}

.depo-promo-pop .btn-depo-promo {
    background: var(--color);
    padding: 10px 10px;
    width: 300px;
    display: inline-block;
    border-radius: 20px;
    margin: 10px 0;
    color: #fff;
}

.depo-promo-pop .promo_list .promo-checked {
    width: 20px;
    height: 20px;
    border: 2px solid #858585;
    border-radius: 50px;
}

.promo-checked {
    position: relative;
    left: -10px;
}

.promo-checked label {
    background-color: #e7e9f2;
    border: 2px solid #a5a5a5;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    left: -3px;
    position: absolute;
    top: -5px;
    width: 24px;
}

.promo-checked label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 10px;
}

.promo-checked input[type="checkbox"] {
    visibility: hidden;
}

.promo-checked input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #fff;
}

.promo-checked input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.depo-promo-pop .promo_list.active {
    border-color: #d9a254;
}

.depo-promo-pop .promo-pop-title {
    text-align: left;
    width: 100%;
}

.depo-promo-pop .promo-pop-title a {
    display: inline-block;
    font-size: 14px;
    color: blue;
    text-decoration: underline;
}

.depo-promo-pop .promo-pop-title span {
    width: 100%;
    display: block;
    color: #414141 !important;
    font-size: 16px;
}


.center-form form {
    /* width: 550px; */
    text-align: left;
}

.copy:hover {
    color: var(--color);
}

.bank_type .de-bank img {
    width: 4rem;
    height: 4rem;
}

@media(max-width: 640px) {

    .center-form form {
        width: 100%;
    }

    .depo-tabs {
        margin: 0 .1rem;
    }

    .copy {
        position: relative;
        /* left: -.7rem; */
        /* top: .06rem */
    }

    .depo-promo-pop pop-main {
        margin: 2rem;
    }

    .depo-promo-pop .promo_list {
        width: 100%;
        height: fit-content;
    }

    .bank_type .de-bank img {
        width: 3.5rem;
        height: 3.5rem;
    }

    .bank_type .de-bank.active-im::after {
        top: .09rem;
        right: .19rem;
    }
}


/* pop */
pop,
pop>x {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

pop [center],
pop .center {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 100% !important;
}

pop {
    position: fixed;
    background-color: var(--000-8);
    z-index: 9999;
    display: none;
}

pop>x {
    position: absolute;
}

pop-main {
    width: 100%;
    max-width: 640px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 10px;
}

pop-main pop-cont {
    max-height: 70vh;
}

u {
    flex: 1;
}

pop-title {
    background-color: #fff;
    border-bottom-color: var(--color);
    border-bottom-width: 1px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

pop-title h3 {
    line-height: 50px;
    padding: 0 20px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

pop-title .ico {
    line-height: 50px;
    width: 50px;
    height: 50px;
}

pop-title .close:after {
    content: '\e826';
}

pop-cont {
    background-color: white;
    display: block;
    overflow: auto;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

/* deposit */
#depo_manual .box_account{
    display: flex !important;
    align-items: center;
    border:1px solid white;
    border-radius: 10px;
    margin-bottom: 8px;
}
#depo_manual .box_account input{
    flex-grow: 1;
    background: transparent;
    border: none;
}
#depo_manual .box_account button{
    width: 12%;
    height: 2rem;
    margin: 0 6px;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#depo_manual .box_amount,
#depo_auto .box_amount{
    width: 100%;
    background: transparent;
    border: 1px solid white;
    border-radius: 8px;
    margin-bottom: 8px;
    display: flex !important;
    padding: 4px 0;
}
#depo_manual .box_amount input,
#depo_auto .box_amount input{
    flex-grow: 1;
    background: transparent;
    border: none;
    margin: 0px;
}
#depo_manual .box_promo,
#depo_auto .box_promo,
#depo_manual .box_submit,
#depo_auto .box_submit{
    width: 100%;
}
#depo_manual .box_submit button,
#depo_auto .box_submit button,
#withdralModal .box_submit button{
    width: 100%;
    height: 2.5rem;
    color: white;
    margin: 0 !important;
}
.center-form .content-tabs .tip p{
    color: #fff;
    margin-top: 10px;
}
.main-withdraw .title h3{
    text-align: start;
}
.main-withdraw .form li,
.main-withdraw section .pay input{
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #fff;
}
.main-withdraw .form li input,
.main-withdraw .form li select,
.main-withdraw section .pay input{
    background: transparent;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}
.main-withdraw .form li span{
    color: #fff;
}
.main-withdraw .form li select option{
    color: #666;
}
[data-sheet-popup="promo"]{
    border: 1px solid #fff;
    padding-top: .6rem;
    padding-bottom: .6rem;
}
[data-sheet-popup="promo"] .promo-checkbox,[data-sheet-popup="promo"] .ico-alone-right{
    color:#fff;
}
[data-sheet-popup="promo"] .ico-alone-right{
    position: absolute;
    right: .5rem;
}
#btnPromoConfirm{
    background: #0d6efd;
    color: #fff;
}
.form-label{
    color:#eee;
}
.depo-form-input {
    line-height: 1.5;
}
.main-withdraw .btn-depo-amt-wrapper,
.radio-tiles-items {
    gap: 0 !important;
    /* margin-left: -5px;
    margin-right: -5px; */
}
.main-withdraw .btn-depo-amt-wrapper .radio-tile4,
.radio-tiles-items .radio-tile4 {
    flex: 0 0 calc(100% / 4);
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.depo_img_text{
    color:#eee;
}
.fixBank-form{
    text-align: left;
}
.fixBank-form .form-control {
    background-color: transparent;
}
.fixBank-form .form-control option{
    background-color: rgba(13, 110, 253, .5);
}
.center-contant .form-control::placeholder{
    color: #aaa;
}