.pay-select-table tr td,
.pay-select-table tr th {
    background: none;
    font-family: 'Alibaba';
    vertical-align: middle;
}
.pay-select-table tr th {
    color: white;
    font-weight: normal;
    text-align: left;
}
.chat .pay-select-table tr th {
    font-size: 16px;
    text-align: left;
}
.pay-select-table tr td {
    padding: 0;
}
.ptype-col {
    width: 17%;
}
.ptype-cur {
    width: 15%;
    text-align: center;
}
.ptype-rate {
    width: 18%;
    text-align: center;
}
.ptype-method {
    text-align: center;
    width: 20%;
}
.pay-select-table tbody {
    border-radius: 10px;
}
.ptype-amount {
    text-align: right;
}
.pay-switch {
    color: #9E71FF;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.pay-switch:after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 0;
    background: #6900EA;
    border-radius: 3px;
    left: 0;
    transition: width 0.3s ease;
}
.pay-switch.active {
    color: white;
    font-weight: bold;

}
.pay-switch.active:after,
.pay-switch:hover:after {
    content: "";
    position: absolute;
    bottom: -11px;
    height: 3px;
    width: 100%;
    background: #6900EA;
    border-radius: 3px;
    left: 0;
}
.pay-select-table .padded-left {
    padding-left: 17px;
}
.pay-select-table .padded-right {
    padding-right: 17px;
}
.pay-type-row {
    border-image: linear-gradient(to right, #06F7FF 0%, #DC00A5 137.06%) 1;
    border-radius: 5px;
    border-width: 0;
    border-bottom-width: 2px;
    border-style: solid;
    padding-bottom: 8px;
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 1.2vw;
    position: relative;
}
.currency-type {
    padding-left: 15px;
    color: white;
    font-family: 'Alibaba';
    font-size: 18px;
}
.currency-type.kzt {
    /*background: url("../img/pay/kzt.svg") no-repeat;*/
    background-size: auto 14px;
    background-position: left center;
}
.currency-type.rub {
    /*background: url("../img/rub.svg") no-repeat;*/
    background-size: auto 15px;
    background-position: 0 57%;
}
.currency-type.uah {
    /*background: url("../img/pay/uah.svg") no-repeat;*/
    background-size: auto 14px;
    background-position: left center;
}
.currency-type.uzs {
    /*background: url("../img/pay/uzs.svg") no-repeat;*/
    background-size: auto 14px;
    background-position: left center;
}
.currency-type.btc {
    /*background: url("../img/pay/btc.svg") no-repeat;*/
    background-size: auto 14px;
    background-position: left center;
}
.currency-type.eth {
    /*background: url("../img/pay/eth.svg") no-repeat;*/
    background-size: auto 14px;
    background-position: left center;
}

.currency-type.usdt {
    /*background: url("../img/pay/usdt.svg") no-repeat;*/
    background-size: auto 14px;
    background-position: left center;
}
.currency-discount {
    margin-left: 9px;
    font-size: 14px;
    text-align: center;
    padding: 0 25px;
    font-weight: bold;
    font-family: 'Alibaba';
    color: white;
    border-radius: 2px;
}
.currency-discount.zero {
    background: #0088FF;
}
.currency-discount.gift {
    background: #37B437 no-repeat top right;
    /*padding-right: 18px;*/
    background-position: right center;
    background-size: auto 50%;
    background-position: 90%;
}
.cur-ul {
    width: 145px;
    min-width: 142px;
    transition: none !important;
    left: 8% !important;
}
.cur-ul.withdraw {
    width: 169px;
    min-width: 169px;
}
.cur-ul li {
    padding: 10px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.cur-ul li .currency-discount {
    line-height: 25px;
    width: 50%;
    text-align: center;
    padding: 0;
}
.currency-dropdown, .payment-dropdown {
    cursor: pointer;
}
.currency-rate {
    border-radius: 5px;
    line-height: 25px;
    color: white;
    font-size: 1vw;
    padding: 10px 10px;
    text-align: left;
}
.payment-type {
    padding-left: 40px;
    color: white;
    font-family: 'Alibaba';
    font-size: 14px;
}
.payment-type.visa {
    background: url(../img/pay/visa.svg) no-repeat;
    background-size: auto 24px;
    background-position: left center;
}
.payment-type.trc {
    background: url(../img/pay/trc.png?v=4) no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.eth {
    background: url(../img/pay/ethlogo.png?v=2) no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.any {
    background: url("../img/pay/any.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.bitcoin {
    background: url(../img/pay/bitcoin.svg) no-repeat;
    background-size: auto 24px;
    background-position: left center;
}
.payment-type.paypal {
    background: url(../img/pay/paypal.svg) no-repeat;
    background-size: auto 24px;
    background-position: left center;
}

.payment-type.centr {
    background: url("../img/pay/centr.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.payeer {
    background: url("../img/pay/payeer.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.freedom {
    background: url("../img/pay/freedom.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.youmoney {
    background: url("../img/pay/youmoney.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.eurasia {
    background: url("../img/pay/eurasia.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.astana {
    background: url("../img/pay/astana.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.alfa {
    background: url("../img/pay/alfa.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.phone {
    background: url("../img/pay/phone.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.kaspii {
    background: url("../img/pay/kaspii.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.jusan {
    background: url("../img/pay/jusan.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.sber {
    background: url("../img/pay/sber.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.mastercard {
    background: url("../img/pay/mastercard.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.card2card {
    background: url("../img/pay/card2card.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
    text-transform: uppercase;
}
.payment-type.bereke {
    background: url("../img/pay/bereke.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.qiwi {
    background: url("../img/pay/qiwi.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.forte {
    background: url("../img/pay/forte.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.acash {
    background: url("../img/pay/acash.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.halyk {
    background: url("../img/pay/halyk.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.paysend {
    background: url("../img/pay/paysend.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}

.payment-type.uzcard {
    background: url("../img/pay/uzcard.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.ipak {
    background: url("../img/pay/ipak.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.humo {
    background: url("../img/pay/humo.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.kapital {
    background: url("../img/pay/kapital.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.konkord {
    background: url("../img/pay/konkord.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.revolut {
    background: url("../img/pay/revolut.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.pumb {
    background: url("../img/pay/pumb.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.oshad {
    background: url("../img/pay/oshad.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.mono {
    background: url("../img/pay/mono.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.privat {
    background: url("../img/pay/privat.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.izi {
    background: url("../img/pay/izi.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.sport {
    background: url("../img/pay/sport.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}
.payment-type.otp {
    background: url("../img/pay/otp.png") no-repeat;
    background-size: auto 21px;
    background-position: left center;
}

.pay-ul {
    width: 235px;
    min-width: 235px;
    max-height: 300px;
    overflow-y: scroll;
    transition: none !important;
}
.pay-ul li {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.pay-ul::-webkit-scrollbar {
    width: 4px;
}

.pay-ul::-webkit-scrollbar-track {
    width: 6px;
    background-color: #06F7FF;
}

.pay-ul::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #6900EA;
}

.payment-sum-container {
    background: #210147;
    border-radius: 8px;
    padding: 20px 15px;
}
.chat .payment-sum-container {
    padding: 10px 10px;
}
.topup-limit {
    position: absolute;
    bottom: -26px;
    color: white;
    font-size: 12px;
    text-align: left;
}
.topup-limit.wide {
    bottom: -52px;
}
@media (max-width: 1499px) {
    @media only screen and (-moz-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
        .topup-limit {
            bottom: -42px !important;
            font-size: 12px !important;
        }
        .topup-limit.wide {
            bottom: -42px !important;
            font-size: 12px !important;
        }
        .lang_KZ .topup-limit {
            font-size: 12px !important;
        }
        .lang_KZ .topup-limit.wide {
            font-size: 12px !important;
        }
        .lang_RU .topup-limit {
            font-size: 12px !important;
        }
        .lang_RU .topup-limit.wide {
            font-size: 12px !important;
        }

        .lang_KZ .wth .topup-limit {
            font-size: 12px !important;
        }
        .lang_KZ .wth .topup-limit.wide {
            font-size: 12px !important;
        }
        .lang_RU .wth .topup-limit {
            font-size: 12px !important;
        }
        .lang_RU .wth .topup-limit.wide {
            font-size: 12px !important;
        }
    }
}
@media (max-width: 1499px) {
    .chat .topup-limit.wide {
        bottom: -45px;
    }
    @media only screen and (-moz-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
        .chat .topup-limit.wide {
            /*font-size: 1vw;*/
            bottom: -42px;
        }
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    @media only screen and (-moz-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25) {
        .chat .topup-limit.wide {
            bottom: -52px;
        }
        .chat .payment-sum-container .btn-login {
            font-size: 9px !important;
            padding-left: 1px !important;
            padding-right: 1px !important;
        }
    }
}

.amount-row {
    position: relative;
}
#paysum {
    background: none;
    outline: none;
    box-shadow: none;
    color: white;
    font-family: 'Alibaba';
    font-size: 16px;
    border: 0;
    padding-left: 0;
    padding-right:5px;
}
#paysum::placeholder {
    color: #63339a;
    font-size: 13px;
}
.lang_KZ #paysum::placeholder {
    font-size: 13px;
}
.chat #paysum::placeholder {
    color: #63339a;
    font-size: 14px;
}
.lang_KZ #paysum::placeholder {
    color: #63339a;
    font-size: 12px;
}
.pay-choose-col {
    margin-bottom: 20px;
}
@media (orientation: landscape) {
    .pay-choose-col {
        margin-bottom: 40px;
    }
}

.topup-bonus {
    background: #773C19 url("../img/pay/v2/bronzepc.png") no-repeat right;
    background-size: auto 100%;
    border-radius: 15px;
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.47));
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    aspect-ratio: 387/163;
}
.topup-bonus.a {
    border-color: #D2A326;
    border-width: 2px;
    border-style: solid;
}
.topup-bonus .topup-priv-title {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 90%;
    width: 65%;
    display: inline-block;
    line-height: 3.5vw;
    margin-left: 10px;
    text-align: left;
    font-family: 'Alibaba';
    font-weight: 200;
    font-size: 1vw;
    color: #FF9A59;
}

.topup-bonus.silver {
    background: #073294 url("../img/pay/v2/silverpc.png") no-repeat right;
    background-size: auto 100%;
}
.topup-bonus.gold {
    background: #A65E07 url("../img/pay/v2/goldpc.png") no-repeat right;
    background-size: auto 100%;
}
.topup-bonus.palladium {
    background: #530C76 url("../img/pay/v2/palladiumpc.png") no-repeat right;
    background-size: auto 100%;
}
.topup-bonus.silver .topup-priv-title {
    color: #88DFFF;
}
.topup-bonus.gold .topup-priv-title {
    color:#FABB2B;
}
.topup-bonus.palladium .topup-priv-title {
    color:#C5B9E3;
}
.topup-priv-amount {
    line-height: 1vw;
    padding-right: 20px;
    font-family: 'Alibaba';
    font-weight: bold;
    color: white;
    margin-left: 10px;
    font-size: 1.4vw;
}

.pay-header {
    margin-bottom: 20px;
}
.buy-priv {
    margin-bottom: 5px;
}
#paysum::-webkit-outer-spin-button,
#paysum::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.payment-sum-container.a {
    background: #4D2280;
}

.bnumber {
    color: white;
    font-size: 16px;
    /*background: url("../img/copy_icon.svg") no-repeat right center;*/
    /*background-size: auto 100%;*/
    cursor: pointer;
}
.bnumber a {
    color: white;
}
.priv-ok {
    position: absolute;
    top: -9px;
    right: -7px;
    background: url("../img/pay/v2/ok.png") no-repeat top center;
    background-size: 100% auto;
    aspect-ratio: 1/1;
    width: 27px;
    display: none;
}
.plink {
    color: #C1A4FF; font-size: 18px; font-weight: bold;
}
.plink.cancel {
    font-weight: normal;
    color: #FF6E6E;
    padding-right: 5px;
}
@media (max-width: 540px) {
    .plink.cancel {
        font-size: 0;
        width: 16px;
        height: 16px;
        display: inline-block;
        position: absolute;
        float: right;
        right: 5px;
        top: 10px;
        background: url("../img/pay/v2/cancel.png?v=2") no-repeat top center;
        background-size: 100% auto;
    }
    .phstatus {
        padding-right: 30px !important;
        position: relative;
    }
}
#paycreds {
    width: 80%;
    background: #210147;
    border: 0;
    outline: none;
    box-shadow: none;
    color: white;
}
#paycreds::placeholder {
    color: #63339a;
}
.withdraw-creds {
    background:#4D2280;
    padding: 15px;
    margin-top: 10px;
    border-radius: 10px;
}
.withdraw-row {
    display: none;
}
.commission-comment {
    color: white;
    font-size: 12px;
    text-align: left;
    line-height: 12px;
    padding-top:10px;
}
@media (min-width: 1200px) {
    /*.lang_KZ .commission-comment {*/
    /*    font-size: 0.65vw;*/
    /*}*/

    /*.lang_RU .commission-comment {*/
    /*    font-size: 0.65vw;*/
    /*}*/
}
.pstatus2 {
    color: #6CFF7D !important;
}
.pstatus3 {
    color: #FF6E6E !important;
}

@media (max-width: 540px) {
    .payment-history-container .bh-date-type, .payment-history-container .bh-date-bet {
        display: table-cell !important;
    }
    .payment-history-container td {
        font-size: 12px;
    }
    .plink {
        font-size: 12px;
    }
    .bonus, .payment-history-container .bh-date-bet.bonus,
    .payment-history-container .bh-date-type.bonus {
        display: none !important;
    }

}
.pay-select-table.mobile {
    display: none;
}
@media (min-width: 991px) {
    .main-pay-span {
        width: 5vw;
        padding-right: 0.5vw;
    }
}
@media (max-width: 990px) {
    .pay-select-table {
        display: none;
    }
    .pay-select-table.mobile {
        display: table;
    }
    .pay-switch {
        font-size: 16px;
    }
    .pay-select-table .padded-left {
        padding-left:5px;
    }
    .pad-row td {
        padding: 10px !important;
    }
    .currency-rate {
        font-size: 16px;
    }
    .pay-type-row {
        border-bottom: 3px solid #490699;
    }
    .topup-limit {
        /*font-size: 11px;*/
    }
    .topup-limit.wide {
        bottom: -35px;
    }
    .commission-comment {
        font-size: 12px;
    }
}
@media (max-width: 540px) {
    .currency-rate {
        font-size: 12px;
    }
    .payment-history-container td {
        font-size: 10px;
    }
    .topup-limit {
        position: absolute;
        bottom: -32px;
    }
    .topup-limit.wide {
        position: absolute;
        bottom: -47px;
    }
}
@media (max-width: 767px) {
    .pay-choose-col {
        margin-bottom: 50px;
    }
    .pay-choose-col.wth {
        margin-bottom: 0px;
    }
}
.paytype-drop {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(1px);
}
.main-pay-span {
    padding-right: 1vw;
}
.paytype-drop li {
    border-bottom: none;
}
.paytype-drop .currency-type {
    padding-left: 0px;
    color: white;
    font-family: 'Alibaba';
    font-size: 15px;
}
th.ptype-amount {
    width: 35%;
}
th.ptype-cur {
    padding-left: 15px;
}
@media (max-width: 767px) {
    .paytype-drop {
        left: -10px !important;
        right: auto;
    }
    .withdraw-creds {
        /*background: none;*/
        /*padding: 0;*/
    }
    #paycreds {
        background: #210147;
    }
    .topup-bonus {
        aspect-ratio: 154/145;
        background-size: 100% auto;
        background-position: top center;
        position: relative;
    }
    .topup-bonus.bronze {
        background-image: url("../img/pay/v2/bronzemob.png?v=2");
        background-size: 100% auto;
        background-position: top center;
    }
    .topup-bonus.silver {
        background-image: url("../img/pay/v2/silvermob.png?v=3");
        background-size: 100% auto;
        background-position: top center;
    }
    .topup-bonus.gold {
        background-image: url("../img/pay/v2/goldmob.png?v=2");
        background-size: 100% auto;
        background-position: top center;
    }
    .topup-bonus.palladium {
        background-image: url("../img/pay/v2/palladiummob.png?v=2");
        background-size: 100% auto;
        background-position: top center;
    }
    .buy-priv {
        padding: 0 6vw;
    }
    .topup-bonus .topup-priv-title {
        position: absolute;
        bottom: 0;
        font-size: 3vw;
    }
    .topup-priv-amount {
        font-size: 3.4vw;
        position: absolute;
        bottom: 3vw;
        right: 0;
    }
    #paycreds input {
        width: 100%;
    }
    .currency-dropdown .dropdown-toggle .currency-discount {
        padding: 0;
        min-width: 30%;
        width: 50%;
        text-align: center;
    }
    #paycreds {
        width: 100%;
    }
}
@media (max-width: 540px) {
    .topup-priv-amount {
        bottom: 17px;
        text-align: right;
        padding: 0;
        padding-right: 10px;
        font-size: 19px;
    }
    .topup-bonus .topup-priv-title {
        font-size: 3.5vw;
        line-height: 33px;
    }
    .topup-bonus {
        margin-bottom: 8px;
    }
    .pad-row td {
        padding: 10px 5px !important;
    }
    th[data-i18n-key="Pay.Currency"] {
        width: 50%;
    }
    #paycreds {
        width: 100%;
        margin-top: 20px;
    }
    .main-pay-span {
        padding-left: 0px;
        width:45px;
    }
    .payment-type {
        margin-left:2px;
    }
    .pay-header.pht {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .main-pay-span {
        /*width: 5vw;*/
        padding-right: 0.5vw;
    }
    .currency-dropdown .dropdown-toggle .currency-discount {
        width: 8vw;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .currency-dropdown .dropdown-toggle .currency-discount {
        width: 6vw;
    }
    th.ptype-amount {
        padding-left: 15px;
    }
}
.payment-history-container {
    transition: opacity 0.2s linear;
    opacity: 1;
}
.payment-history-container.loader {
    opacity: 0.5;
}