.bg-test{
    /*background: red;*/
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-bank{
    border-radius: 10px;
    padding: 5px;
}

.cicle-bank{
    background-color: #fff;
    border-radius: 100%;
    padding: 2px;
}

.link-aff-content{
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.link-aff-content input{
    height: 44px !important;
    /*font-size: 1.1rem;*/
}
.border-input-gold .link-shared .link-shared-input {
    width: 100%;
    background: black;
    color:white;
    max-width: 380px;
    border-radius: 5px;
    padding: 0 10px;
    height: 20px;
    border:0px;
}
.amt-bonus{
    font-size: 1.4rem;
}
.border-input-gold .link-shared .link-shared-input:focus {
    outline: 0;
}
.border-input-gold .link-shared .link-shared-btn-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}
.tx-success{
    color: #00C136;
}
.tx-pendding{
    color: #818683;
}
.tx-danger{
    color: #F64E60;
}
.tx-active{
    color: #3699FF;
}
input#bankAccountWD{
    width: 100%;
    background-color: transparent;
    border: none;
    color: white;
}
.-icon-coupon-desktop{
    top:22px !important;
}
.icon-coupon-mobile{
    left: 50px !important;
    top: 18px !important;
}
.container-coupon-box{
    background: var(--high-color) !important;
}
.container-coupon{
    background-color: var(--btn-soft-gold-hover) !important;
}
.border-input-gold .link-shared .link-shared-btn-group .border-input-gold.border-btn {
    border-radius: 5px;
}
.border-input-gold .link-shared .link-shared-btn-group .border-input-gold.border-btn .btn-copy-link {
    width: 100%;
    background-color: #000;
    border: 0;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 28px;
    font-size: 14px;
}
.bar-favorite{
    dding-right: 1.5px;
    position: relative;
    margin-bottom: -20%;
    background: transparent;
    width: 100%;
    text-align: right;
    z-index: 9999;
}
.favorite-icon{
    width: 20%;
}

.border-input-gold .link-shared .link-shared-btn-group .btn-share-link {
    width: 100%;
    background: linear-gradient(180deg, #ffc757 0%, #a76f00 100%);
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 28px;
    font-size: 14px;
}

.btn-tranparent{
    background: transparent;
    color: white;
    border: 0;
}

.modal-logout{
    border: 1px solid #3b3b3c
}
.group-btn-logout{
    display: flex;
    justify-content: center;
    gap:20px;
}
.btn-h40{
    height: 40px;
}
.bottombar-mobile {


    max-width: inherit;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;

    list-style: none;
    width: 100%;
    /*    background: -webkit-linear-gradient(to bottom, #2c181b 0%,#2c181b 50%,#2c181b 100%);
        background: linear-gradient(to bottom, #2c181b 0%,#2c181b 50%,#2c181b 100%);*/
    background: #000000;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab53fe', endColorstr='#532084',GradientType=0 );

    position: fixed;
    bottom: 0;
    z-index: 1000;
    display: block;
    /*display: none*/
    box-shadow: 0px -5px 8px #ffe000;

}
.card-reward{
    border: 1px solid #3b3b3c;
    padding: 10px;
    border-radius: 15px;
    background: #00000042;
}
.btn-reward{
    width: 80%;
    margin-bottom: 1rem;
    padding: 0.25rem;
    font-size: 1rem;
    font-weight: 300;
    color: #fff !important;
    background: var(--btn-gold);
    border-radius: 30px;
}
.btn-load-more{
    border: 2px solid #3b3b3c;
    border-radius: 30px;
}
#main__content{
    padding-bottom: 4rem;
}
.margin-auto{
    margin: auto;
}

@media only screen and  (min-width: 992px) {
    .bottombar-mobile {
        display:none!important;
    }
    #main__content{
        padding-bottom: 2;
    }
}
.bottombar-mobile .nav-menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    max-width: 992px;
    margin: 0 auto;
}

.bottombar-mobile .nav-menu .nav-item {
    flex: 1 1;
    list-style-type: none;
    text-align: center
}

.bottombar-mobile .nav-menu .nav-item.middle-item span {
    font-size: .75rem;
    margin-top: 3px;
    color: hsla(0,0%,100%,.75);
    display: block
}

.bottombar-mobile .nav-menu .nav-item.middle-item .nav-link {
    opacity: 1;
    border-radius: 50%;
    position: relative;
    color: #e4e5ea;
    width: 60px;
    height: 60px;
    margin: -1rem auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .15s ease-out;
    /*animation: pulse 2s infinite;*/
    padding: 0;
    /*background-image: linear-gradient(225deg,#ff00db,#8726ff)*/
}

.bottombar-mobile .nav-menu .nav-item.middle-item .nav-link i {
    position: relative;
    line-height: 1;
    font-size: 28px;
    color: #fff;
    display: flex;
    align-content: center
}

.bottombar-mobile .nav-menu .nav-item .nav-link {
    text-decoration: none;
    padding: .25rem 0;
    /*opacity: .75;*/
    color: #fff;
    display: block
}

.bottombar-mobile .nav-menu .nav-item .nav-link.active {
    opacity: 1
}

.bottombar-mobile .nav-menu .nav-item .nav-link i {
    display: block;
    line-height: 1.4;
    color: #f8fbc0
}

.bottombar-mobile .nav-menu .nav-item .nav-link img {
    height: 27px;
    width: auto;
    display: block;
    margin: 0 auto 5px auto;
}

.bottombar-mobile .nav-menu .nav-item .nav-link span {
    font-size: .75rem;
    /*line-height: 1.25;*/
    display: block;
    font-weight: bolder;
}

/*@media only screen and (min-width:991px) {
    .bottombar-mobile {
        display:none;
    }

}*/


/*style step shortcut modal */




.carousel-img {
    max-width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: 40%;
    border-radius: 25px;
    background: #000000;
}

.arrow-icon {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 70%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.mg-top {
    margin-top: 12px;
}

.logo-bl2 {
    position: absolute;
    width: 32px;
    top: 55%;
    left: 18%;
    /*transform: translateY(-50%);*/
    z-index: 99999;
}

.logo-bl3 {
    position: absolute;
    z-index: 99999;
    width: 32px;
    margin: auto;
    top: 29%;
    left: 19%;
}

.logo-bl4 {
    position: absolute;
    z-index: 99999;
    width: 33px;
    margin: auto;
    top: 32%;
    left: 18%
}

.logo-bl5 {
    position: absolute;
    z-index: 99999;
    width: 30px;
    margin: auto;
    top: 58%;
    left: 22%;
}

@media only screen and (max-width:415px) {
    .logo-bl5 {
        top: 58% !important;
        left: 21.5%;
    }
    .title-bl5 {
        left: 18%!important;
        top: 64%!important;
    }

}

@media only screen and (max-width:390px) {
    .logo-bl5 {
        top: 57% !important;
        left: 21.5%;
    }
    .title-bl5 {
        left: 18%!important;
        top: 64%!important;
    }

}


@media only screen and (max-width:375px) {
    .logo-bl5 {
        top: 56% !important;
        left: 21.5%;
    }
    .title-bl5 {
        left: 18%!important;
        top: 63%!important;
    }

}

.title-bl2 {
    position: absolute;
    left: 32%;
    top: 56%;
    font-size: 12px;
}


.title-bl3 {
    position: absolute;
    left: 32%;
    top: 27.5%;
    font-size: 12px;
}

.title-bl4 {
    position: absolute;
    left: 32%;
    top: 32%;
    font-size: 12px;
}

.title-bl5 {
    position: absolute;
    left: 18%;
    top: 64%;
    font-size: 12px;
    color: black;
}

.carousel-inner {
    margin-top: -40%
}
.btn-sc-left {
    margin-left: -35px;
}


.color-btn {
    height: 40px;
    background: linear-gradient(#000, #000) padding-box,
        linear-gradient(to right, rgba(176, 117, 21, 1) 0%,
        rgba(245, 215, 127, 1) 46%, rgba(176, 117, 21, 1) 100%) border-box;
    color: #efcf76;

    border: 3px solid transparent !important;
    border-radius: 100px;
    display: inline-block!important;
    font-size: 18px;
    font-weight: 600!important;
    min-width: 90px;
    text-align: center!important;
}

.fs0_9 {
    font-size: 0.9rem;

}
.fs0_7 {
    font-size: 0.7rem;
    margin-bottom: 1px;

}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important;
}



/* buttom bar mobile */




.fix_footer2.show_m {
    display: none;
}


@media screen and (max-width: 800px) {
    .fix_footer2.show_m, .login_head_m {
        display: block;
    }
}

.fix_footer2 {
    position: fixed;
    display: block;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    height: 62px;
    text-align: center;
    background-image: var(--background-footer);
    background-repeat: no-repeat;
    background-position: center center;
}

.fix_footer2 a {
    float: left;
    width: 20%;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: thaisanslite_r1;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    padding: 7px 0px 0px 0px;
}

.fix_footer2 a span {
    display: inline-block;
    background-color: #0f0506;
    border: 2px solid var(--border-icon-footer);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}



.link_ico {
    display: inline-block;
    height: 28px;
    margin-right: 0px;
    width: 28px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.link_ico2 {
    display: inline-block;
    height: 22px;
    margin-right: -3px;
    width: 22px;
    overflow: hidden;
    background-repeat: no-repeat;
}


.fix_footer2 strong {
    float: left;
    width: 100%;
    display: inline-block;
    color: var(--text-icon-footer);
    margin-top: -5px;
    position: relative;
    text-align: center;
    text-shadow: var(--text-shadow);
    /*font-weight: bold;*/
    font-size: 15px;
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.link_ico , .ico_2 i {
    font-size: 14px;
    line-height: 14px;
}
.btn-copy-link-aff{
    background:#676264;
    border-radius: 0 5px 5px 0;
}
.-btn-play i.fa-play{
    padding-right: 5px;
}
.pipe-credit{
    color:var(--bg-gold);
    font-weight: bold;
}
@media (max-width: 500px) {
    .link-aff-content input{
        height: 44px !important;
        font-size: 3.5vw;
    }
}
@media screen and (max-width: 620px) {
    .link_ico i {
        margin-top: 7px;
        display: inline-block;
    }
}

.fix_footer2 a.fix_c span {
    width: 68px;
    height: 68px;
    border: 0;
    top: -25px;
    position: relative;
    font-size: 28px;
    line-height: 0px;
    background-color: #000;
    color: #fff;
    border: 2px solid var(--border-icon-footer);
    box-shadow: 0px 1px 24px 0px #3b0f0f;
}

.fix_footer2 a.fix_c span.link_ico.ico_3 img {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
}



.fix_footer2 a:last-child {
    border-right: 0;
}

body > nav > div > div:nth-child(1) > button > span {
    background-color: var(--bg-gold);
}

.btn-backstep {
    color:black !important;
    background: white !important;
    display: block;
    width: 100%;
    border-radius: 6px;
    font-size: 1.125rem;
    height: 50px;
}

.input-step , #step-1 > div.col > div > span {
    transform: translateY(-20px);
}

#s_phone{
    font-size: 1.3rem;
}

#step-3 > div.text-center > button {
    margin-top: 74px;
}

.btn-next-mobile{
    background: var(--btn-gold) !important;
    /*    text-shadow: none;
        border-radius: 6px;*/
    color: white !important;

}

@media (max-width: 991.98px) {
    .btn-next-mobile {
        width: 100%;
        display: block;
        position: fixed;
        left: 0;
        height: 56px;
        text-shadow: none;
        border-radius: 6px;
        font-size: 1.125rem;
        margin-top: -5px;
    }
    .scroll-bank {
        bottom: 100%
    }
}

@media (max-width: 435px) {
    .fixed-icon {
        top: 125px !important;
        left: 350px !important;
    }
    .mar-top2 {
        margin-top: 80px !important;
    }
}


@media (max-width: 376px) {
    .fixed-icon {
        top: 125px !important;
        left: 290px !important;
    }
}



.bg-black {
    background-color: #0c0c0c;
}

#selectedImage {
    display: none;
}


.fixed-icon {
    position: fixed;
    top: 125px;
    left: 290px;
    z-index: 999;
}


.btn-return {
    background: none;
    color: var(--text-gold);
    border: none;
    outline: none;
}
.text-cen {
    text-align: center;
}
.mar-top {
    margin-top: 80px;
}
.mar-top2 {
    margin-top: 20px;
}
/* color BG bank */

.color-bank1 {
    background: linear-gradient(90deg, rgb(78, 46, 127) 0%, rgb(17, 17, 17) 100%);

}
.color-bank2 {
    background: linear-gradient(90deg, rgb(19, 143, 45) 0%, rgb(17, 17, 17) 100%);
}
.color-bank3 {
    background: linear-gradient(90deg, rgb(27, 165, 225) 0%, rgb(17, 17, 17) 100%);
}
.color-bank4 {
    background: linear-gradient(90deg, rgb(30, 69, 152) 0%, rgb(17, 17, 17) 100%);
}
.color-bank5 {
    background: linear-gradient(90deg, rgb(254, 196, 59) 0%, rgb(17, 17, 17) 100%);
}
.color-bank6 {
    background: linear-gradient(90deg, rgb(18, 121, 190) 0%, rgb(17, 17, 17) 100%);
}
.color-bank7 {
    background: linear-gradient(90deg, rgb(245, 125, 35) 0%, rgb(17, 17, 17) 100%);
}
.color-bank8 {
    background: linear-gradient(90deg, rgb(235, 25, 141) 0%, rgb(17, 17, 17) 100%);
}
.color-bank10 {
    background: linear-gradient(90deg, rgb(11, 57, 121) 0%, rgb(17, 17, 17) 100%);
}
.color-bank11 {
    background: linear-gradient(90deg, rgb(25, 156, 197) 0%, rgb(17, 17, 17) 100%);
}
.color-bank12 {
    background: linear-gradient(90deg, rgb(109, 110, 113) 0%, rgb(17, 17, 17) 100%);
}
.color-bank13 {
    background: linear-gradient(90deg, rgb(75, 155, 29) 0%, rgb(17, 17, 17) 100%);
}
.color-bank14 {
    background: linear-gradient(90deg, rgb(18, 84, 159) 0%, rgb(17, 17, 17) 100%);
}
.color-bank15 {
    background: linear-gradient(90deg, rgb(253, 13, 27) 0%, rgb(17, 17, 17) 100%);
}
.color-bank16 {
    background: linear-gradient(90deg, rgb(245, 125, 35) 0%, rgb(17, 17, 17) 100%);
}
.color-bank17 {
    background: linear-gradient(90deg, rgb(126, 47, 54) 0%, rgb(17, 17, 17) 100%);
}
.color-bank18 {
    background: linear-gradient(90deg, rgb(75, 155, 29) 0%, rgb(17, 17, 17) 100%);
}
.color-bank19 {
    background: linear-gradient(90deg, rgb(197, 15, 28) 0%, rgb(17, 17, 17) 100%);
}
.reg-form-input::placeholder {
    font-size: 1.5rem !important;
    font: 1.25rem/3 sans-serif !important;
}
.-form-control .reg-form-input{
    font-size: 1.5rem !important;
}
.select-bank {
    width: 100%;
    background-color: transparent;
    border: none;
    color: white;
}
.btn-select-method-dp{
    filter: grayscale(100%);
}
.group-dp-method{
    -webkit-column-gap: .5rem;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px !important;
}
.btn-select-method-dp.active{
    background: #454343;
    border-radius: 35px;
    filter: grayscale(0%);
    animation: drawCircle 0.5s ease-in-out forwards;
}
@keyframes drawCircle {
    0% {
        border-radius: 50%;
        transform: scale(0);
        background: #575555;
    }
    50% {
        transform: scale(1.2);
        background: #399139;
    }
    100% {
        border-radius: 35px;
        transform: scale(1);
        background: #333232;
    }
}
.img-component-main{
    width: 20%;
    position: absolute;
    left: 6.6%;
    top: 20px;
    height: 63%;
    text-align: center;
    display: block;
}
.img-component-main .logo-web{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}
.btn-dp-method{
    width: 33%;
    padding:0;
}
.input-bg-gray{
    background-color: #2f2f2f !important;
}
hr.method {
    border: 1px solid #615f5f;
    margin: 10px 0;
    opacity: 0.8;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;


}
.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;

}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
}

.stepper-item.active {
    font-weight: bold;

}



.stepper-item.completed .step-counter {
    background-color: #4bb543;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}
.step-last{
    animation: blinkCircle 1.0s infinite ease-in-out;
}
.image-ma{
    filter: grayscale(100%);
}

@keyframes blinkCircle {
    0% {
        box-shadow: 0 0 0 0 rgba(69, 67, 67, 0.7)
    }
    50% {
        box-shadow: 0 0 10px 10px rgb(255 255 255 / 37%);
    }
    100% {
        box-shadow: 0 0 0 0 rgb(180 171 171 / 68%);
    }
}




.crypto-container {
    /*background: white;*/
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 100%;
}
.crypto-container p{
    margin-bottom: 0rem;
}
.crypto-option img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.crypto-header {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.crypto-box {
    background: #f4f4f4;
    /*padding: 10px;*/
    border-radius: 8px;
    margin-bottom: 10px;
}

.crypto-box .crypto-select{
    color: black !important;
    margin-bottom: 0px !important;
}
.crypto-box .crypto-input{
    padding:0px;
}
.crypto-amt{
    color: black !important;
    margin-bottom: 0px !important;
    border: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
}
.crypto-box.crypto-address-box{
    align-items: center;
    padding:10px;
}
.crypto-address-box .crypto-address-qr{
    width: 40%;
    max-width: 190px;
}
.crypto-address{
    font-size: 9px;
}
.crypto-label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.crypto-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-radius: 5px;
    background: white;
    border: 1px solid #ddd;
    font-size: 16px;
}
.crypto-select {
    border: none;
    background: none;
    font-size: 16px;
}
.crypto-select {
    width: 100%;
    border: none;
    background: none;
    font-size: 16px;
}
.crypto-option img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.crypto-option-select{
    padding: 10px;
}
.crypto-option-select .select2-search__field{
    color:black !important;
    padding: 7px 7px !important;
}
.crypto-option-select .select2-container--default .select2-selection--single{
    background-color: transparent;
    border: 1px solid transparent;
}
.crypto-option-select .select2-search--dropdown .select2-search__field{
    background: #fffafa24;
}
.crypto-option-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -2px;
}
.crypto-option-select .select2-results{
    color: #675e5e;
}
.select2-container--default .select2-results__option {
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
}
.crypto-option-address-select{
    height: 85px;
    padding: 2px;
}
.crypto-option-address-select span{
    font-size: 0.75rem !important;
}
.crypto-option-address-select .select2-container .select2-selection--single{
    height: 85px;
}
.crypto-option-address-select .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 77px!important;
}

.crypto-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.crypto-address-img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.border-below{
    border-bottom: 1px solid #8f8f8fdd !important;
}

.crypto-qrcode {
    display: flex;
    align-items: center;
    gap: 10px;
}
.crypto-qr {
    width: 50px;
    height: 50px;
    background: #ddd;
}
.crypto-btn {
    background: red;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}

.pending-crypto {
    background: var(--primary-color);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.pending-crypto .row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid var(--border-color);
}

.pending-crypto .row:last-child {
    border-bottom: none;
}

.pending-crypto .label {
    color: var(--text-muted);
    font-size: 14px;
}

.pending-crypto .value {
    font-size: 14px;
    font-weight: bold;
}

.pending-crypto .value.green {
    color: var(--accent-color);
}

.padding-top-10px{
    padding-top: 10px;
}
.payment-container{
    width: 100%;
    max-width: 350px;
    margin: auto;
}
.custom-toast{
    z-index: 9999999999 !important;
}
.modal-deposit-method{
    z-index: 9999;
}
.btn-copy-address{
    background: transparent;
    color: white;
    border: 0px;
    line-height: 0;
}
.gap-50px{
    gap:50px;
}