/* AFTERLOGIN */
.header-r-af {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-bln {
    background: #ff7400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-radius: 32px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8vw;
    border: none;
}

span.ico-dwn {
    color: var(--text-color);
}

.bln-top {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.blc-all {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    margin-top: 5px;
}

span.bln-ico {
    color: #ffb800;
    font-size: 20px;
    display: flex;
}

.bln-ttl {
    color: #924708;
    font-size: 12px;
}

span.ico-dwn {
    color: var(--text-color);
}

.txt-wh {
    color: #fff;
}

.bln-top::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #924708;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.btn-bln::after {
    display: none;
}

.top-down .dropdown-menu {
    background: none;
    min-width: 310px;
    border-radius: 20px;
    padding: 0px;
    margin: 0px;
    border: none;
}

.dropbl {
    /* background: #121e36; */
    border-radius: 10px;
    /* padding: 15px; */
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding-bottom: 10px;
    padding: 4px 10px;
    background: #24314a;
    padding-right: 0;
    border-radius: 10px;
    font-size: 14px;
    /* margin-bottom: 15px; */
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
}

button.btnall {
    padding: 5px 10px;
    border-radius: 10px;
    background: #ff7400;
    color: #fff;
    border: none;
}

button.btnall:hover {
    background: #075a46;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    width: 100% !important;
}

.bln-in {
    color: #5e697b;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.bln-all ul li {
    width: 100%;
    margin: 3px 0px;
    border: 1px solid #ffffff00;
    border-radius: 7px;
    padding: 4px 10px;
    cursor: pointer;
    list-style: none;
    background: #24314a;
}

.bln-all {
    margin-top: 2px;
}

.bln-all ul li:hover {
    border: 1px solid #006c5c;
}

button.btn-wal {
    background: linear-gradient(to right, rgba(49, 205, 176, 1) 0%, rgba(53, 81, 164, 1) 100%);
    height: 39px;
    font-size: 16px;
    border-radius: 40px;
    padding: 0px 24px;
    color: #fff;
    display: flex;
    align-items: center;
    border: none;
}

button.btn-wal i {
    margin-right: 10px;
}

.dropdown-af {
    display: inline-block;
}

.drop-box {
    padding: 20px 10px;
    background: #121e36;
    margin-top: 12px;
}

.dropdown-af:hover .dropdown-content {
    display: block;
    position: absolute;
    right: 20px;
    animation-duration: 0.5s;
}

.dropdown-content {
    display: none;
    min-width: 298px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.use-img img {
    border-radius: 50px;
    width: 35px;
}

.user-img img {
    height: 40px;
    border-radius: 50px;
}

.progress2 {
    padding: 9px 6px;
    border-radius: 30px;
    user-select: none;
    position: relative;
    border-radius: 1vw;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    background: #24314a;
}

.progress-bar1,
.progress-bar2,
.progress-bar3,
.progress-bar4,
.progress-bar5 {
    height: 10px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;
    transition-property: width, background-color;
}

.progress-moved .progress-bar1 {
    width: 20%;
    background-color: #EF476F;
    animation: progressAnimation 6s;
}

.progress-moved .progress-bar2 {
    width: 40%;
    background-color: #EF476F;
    animation: progressAnimation2 6s;
}

.progress-moved .progress-bar3 {
    width: 60%;
    background-color: #EF476F;
    animation: progressAnimation3 6s;
}

.progress-moved .progress-bar4 {
    width: 80%;
    background-color: #4facfe;
    animation: progressAnimation4 6s;
}

.progress-moved .progress-bar5 {
    width: 100%;
    background-color: #EF476F;
    animation: progressAnimation5 6s;
}

.vip-top {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    margin-top: 14px;
}

.nxt-lvl {
    display: flex;
    gap: 10px;
}

span.nxt-xp {
    color: var(--text-color);
}

.lvl-bar {
    user-select: none;
    background-color: #949393;
    position: relative;
    border-radius: 1vw;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.dropbtn {
    background: none;
    border: none;
}

.drop-btn {
    background: #24314a;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    border: none;
}

.drop-btn ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    width: 100% !important;
}

.drop-btn ul li a {
    font-size: 12px;
    color: #5e697b;
    padding: 6px 10px;
}

.user-dtl {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.iv-icon {
    margin-right: 10px;
}

button.btn-out {
    /* display: flex; */
    /* margin: 10px 20px; */
    /* background: none; */
    /* border: none; */
    /* color: #5e697b; */
    /* align-items: center; */
    /* font-size: 12px; */
}

button.btn-out i {
    margin-right: 10px;
    font-size: 14px;
}

.lvl-in img {
    max-width: 45px;
}

.btn-msg {
    background: none;
    border: none;
    color: #55555a;
    font-size: 25px;
}

.af-top-wrap {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
}

.af-header {
    justify-content: end;
}

.modal-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #006c5c;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
}

.user_box {
    /* background: #e9e9e9; */
    /* padding: 60px 0; */
    color: #fff;
    position: relative;
    /* padding-top: 15px; */
}

.af-tab {
    margin: 15px 0;
    padding: 0 15px;
    /* position: absolute; */
    width: 100%;
    /* bottom: -48px; */
}

.af-tab ul {
    display: grid;
    justify-content: space-between;
    border: none;
    border-radius: 0;
    /* background: #0c1a29; */
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0px;
    grid-gap: 10px;
}

.af-tab ul li a.active {
    background: #006c5c!important;
    border-radius: 10px;
    color: #fff !important;
}

.af-tab ul li a {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px!important;
    padding: 10px 4px;
    display: block;
    text-align: center;
    border: none !important;
    color: #fff;
    border-radius: 10px;
    background: #000;
}

.af-tab ul li a p {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.deposit-wrap {
    /* background: #121e36; */
}

.af-form {
    padding: 15px;
}

.af-content-wrap .mdl-form-box {
    border-radius: 10px;
    margin-bottom: 15px;
    background: #000000;
}

.mdl-form-box {
    top: 35%;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}
.mdl-form-box h4{
    color: #fff;
}
.bank-select {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: none;
    margin-bottom: 10px;
    grid-gap: 15px;
}

.bank-select .nav-link {
    height: 82px;
    font-size: 12px;
    padding: 15px 5px;
    border-radius: 10px;
    text-align: center;
    display: block;
    background: #031a16;
    border: 1px solid transparent;
}

.bank-select .nav-link:focus,
.bank-select .nav-link:hover {
    border: 1px solid transparent;
}

.bank-select .nav-item.show .nav-link,
.bank-select .nav-link.active {
    background-color: #006c5c;
    border: 1px solid transparent;
    color: #000;
}

.bank-img {
    height: 40px;
}

.bank img {
    /* filter: invert(1); */
}

.bank-detail {
    background: #031a16;
    border-radius: 10px;
    padding: 5px 15px;
    color: var(--text-color);
    margin-bottom: 15px;
}

.bnk-table {
    width: 100%;
}

.bnk-table tr td {
    font-size: 12px;
    padding: 0px 10px;
}

.mdl-form-box label {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.mdl-form-box .form-control {
    color: #ffffff;
    background: #02362e;
    border-radius: 5px;
    border: none;
    min-height: 35px;
}
.mdl-form-box select.form-control option{
    background: #02362e;
}

.mdl-form-box .form-control::placeholder{
    color: #fff;
}

.btn-group-dep {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.upload-file {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
}

.btn-file {
    padding: 8px 20px;
    height: 37px;
    top: 0px;
    position: relative;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    width: 100%;
    color: #fff;
    border: none;
    background: #d4af37;
    margin: 0;
}

.custom-file-input {
    position: absolute;
    z-index: 2;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 12px;
}

.blnc {
    width: 70%;
}

.mdl-form-box h4 {
    color: #006c5c;
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.blnc .panel-default>.panel-heading a {
    display: block;
    padding: 14px;
    font-size: 14px;
    background: #0c1a29;
    border-radius: 10px;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.important-notice {
    background: #0c1a29;
    border-radius: 20px;
    padding: 15px;
    margin-top: 15px;
}

.important-notice h5 {
    font-size: 14px;
    color: #ffcc68;
    margin-bottom: 10px;
}

.important-notice h5 i {
    color: #ec1d31;
    margin-right: 10px;
}

.important-notice .fa-angle-up {
    color: #ffcc68;
}

.important-notice ul {
    padding-left: 10px;
    font-size: 12px;
    padding-left: 21px;
}

.af-modal .modal-content {
    background: #000;
}

.af-modal .modal-body {
    padding: 0;
    background: #031a16;
}

.msg_icon {
    color: #fff;
}

.aff-ico img {
    filter: invert(1);
}

button.close {
    color: #fff;
    opacity: 1;
}
.amt-box input{
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border: none!important;
}
.amt-box span{
    width: 15%;
    background: #006c5c;
    min-height: 38px;
    padding: .375rem .75rem;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: -webkit-center;
}
.amt-box ul {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2,1fr);
    margin-top: 10px;
    width: 100%;
    list-style: none;
}

.amt-box ul li button:hover,
.amt-box ul li button.active {
    background: #006c5c;
    color: #fff;
}

.amt-box ul li button {
    background: #272727;
    border: none;
    padding: 15px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    width: 100%;
    font-weight: 800;
    position: relative;
}
.amt-box ul li button .text{
    z-index: 9!important;
    position: relative;
    background: none;
}
.btn-smt {
    background: #006c5c;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    width: 100%;
    height: 37px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}

.amt-box {
    position: relative;
    display: flex;
    align-items: center;
}

.btn-dt {
    background: none;
    color: #fff;
    position: absolute;
    bottom: 2px;
    right: 0px;
    padding: 1px 14px;
    font-size: 21px;
    border: none;
}

.history-nav {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px
}

.history-nav li a {
    background: #272727;
    border-radius: 5px;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}

.history-nav li a:hover,
.history-nav li a.active {
    background: #006c5c !important;
    color: #000 !important;
}

.tranc-table tr td {
    color: #757575;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.tranc-table tr th {
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #006c5c;
    width: 100%;
}

.tranc-table tr {
    display: flex;
    justify-content: space-between;
}

.tranc-table tr:nth-child(even) {/* background: none; */}

.af-modal {
    padding: 0px;
    /* width: 100%; */
}

.af-modal .modal-body {
    padding: 0px;
    position: relative;
}

.modal-dialog.af-modal {
    max-width: 524px;
    border-radius: 20px;
}

.af-modal .modal-content {
    background: none;
    border: none;
    border-radius: 20px;
}

.af-fm-ttl-us {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative;
}

.af-modal .close {
    position: absolute;
    right: 18px;
    font-size: 20px;
    z-index: 1;
    color: #fff;
    top: 13px;
    text-shadow: none;
}

.item-box.user-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text-color);
    margin-bottom: 15px;
    margin-top: 20px;
}

.item-box.uer-bln {
    /* background: #292929; */
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
    min-height: 350px;
}

.top-bx-l {
    display: flex;
    font-size: 12px;
}

.top-box {
    margin-top: 15px;
}

.top-box ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
}

.top-box ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.amt-ttl {
    color: #fff;
}

.top-bx-l {
    display: flex;
    font-size: 12px;
}

.top-box-fav {
    margin-top: 15px;
}

.top-box-fav ul {
    display: flex;
    list-style: none;
    flex-direction: column;
}

.img-ttl {
    width: 25%;
}

.fav-gm {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    width: 100%;
}

.fav-l {
    font-size: 12px;
    color: #5e697b;
}

.fav-l h4 {
    font-size: 14px;
    color: var(--text-color);
}

.fav-r {
    font-size: 12px;
    text-align: right;
}

.tp-t {
    color: #fff;
}

.msg-wrap {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}

.msg-l {
    border: 1px solid #006c5c;
    width: 30%;
}

.msg-r {
    padding: 15px;
    border: 1px solid #006c5c;
    width: 70%;
}

.msg-l .nav-tabs {
    border: none;
}

.msg-l ul {
    border-radius: 0px;
}

.msg-l ul li {
    border-radius: 0px;
    padding: 0 !important;
    width: 100%;
}

.msg-l ul li a.active,
.msg-l ul li a:hover {
    background: #006c5c !important;
    color: #000 !important;
    border: 1px solid #fff0 !important;
}

.msg-l a {
    padding: 10px;
    border-radius: 0px !important;
    line-height: 13px;
    display: block;
    font-weight: 700;
}

.bnk-table .btn-outline-secondary {
    border: none;
}

.lvl-in-top img {
    max-width: 40px;
    margin-right: 10px;
}

.af-modal .tab-content {
    display: block;
}
.light_img{
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 0;
}
.user_demo_price{
    background: none;
    bottom: -1px;
    color: #ffe029;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    left: 0;
    line-height: 1.3;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.amt-box ul li button:hover .rotate_active img , .amt-box ul li button.active .rotate_active img {
    -webkit-animation: roli_rotate5s linear infinite;
    animation: roli_rotate 5s linear infinite;
}
.deposit-bonus-wrap{
    color: #fff;
    display: grid;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    grid-template-columns: 1fr 20% 30%;
    margin: 0 auto;
    min-height: 40px;
    padding: 10px 16px;
    width: 100%;
    background: #272727;
    text-transform: uppercase;
    border-radius: 6px;
}
.price_mid {
    text-align: center;
}
.price_right{
    text-align: right;
}
@keyframes roli_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
.payment-gateway{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}
.payment-gateway a{
    background: #272727;
    display: block;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
}
.payment-gateway a img{
    
/* max-width: 35px; */
    
text-align: center;
    
margin: auto;
}
#usdt_tab .payment-gateway a img{
    max-width: 35px;
}
#usdt_tab .payment-gateway a span{
    font-size: 12px;
}
#usdt_tab .payment-gateway a{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.payment-gateway a:hover{
    background: #006c5c;
}
.balance-withdrawal{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.balance-text{
    color: #006c5c;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.button-refresh{
    border-radius: 7px;
    padding: 10px 30px;
    background: #006c5c;
    color: #000;
    font-weight: 700;
    border: none;
}
.amt-box input::placeholder{
    color: #006c5c;
}
.fee-input{
    color: #fff;
    background: none;
    border: none;
    text-align: end;
}
.fee-input:focus{
    outline: none;
}
.fee-input::placeholder{
    color: #006c5c;
}
.withdawal-input{
    display: flex;
    position: relative;
}
.withdawal-input input{
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.withdawal-input button{
    /* border-radius: 0px 7px 7px 0px; */
    /* padding: 0 10px; */
    /* width: 40%; */
    background: #006c5c;
    /* border: none; */
    /* line-height: 1; */
    /* font-size: 15px; */
}
.ant-checkbox-wrapper{
    display: flex;
    grid-gap: 10px;
}
.transfer-max{
    border-radius: 0px 7px 7px 0px;
    padding: 0 10px;
    width: 40%;
    background: #006c5c;
    border: none;
    line-height: 1;
    font-size: 15px;
}
.af-mobile{
    display: flex;
    grid-gap: 10px;
}

.rd-color {
    font-size: 25px;
    background: none;
    border: none;
    color: #006c5c;
}
.header_btn_dep .rd-color {
    font-size: 13px;
}
.ann-wrap {
    display: flex;
    background: #171f2b;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
    align-items: center;
}

.blc-amt {
    display: flex;
    gap: 20px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #48dd30;
    color: #fff;
    min-width: 45px;
}

.btn-out:hover {
    background: #40c62b;
}

.btn-in {
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    color: #fff;
    min-width: 45px;
    padding: 5px;
}

.balance-modal .modal-body {
    padding: 0px;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: #006c5c;
    border-radius: 10px 10px 0px 0px;
    font-weight: 600;
}

.btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
}

button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    background: #ed1d49;
    color: #fff;
    border: none;
}

button.btnall:hover {
    background: #b20e30;
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 466px;
}

.bln-in {
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bln-all ul li {
    margin: 3px 0px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    list-style: none;
    background: #02362e;
    border: 1px solid #007bff00;
}

.bln-all {
    padding: 10px;
}

.bln-all ul li:hover {
    border: 1px solid #006c5c;
    background: #02362e;
}

.balance-modal .modal-content {
    background: #031a16;
    border-radius: 10px 10px 0px 0px;
}

.balance-modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #007bff;
    opacity: 1;
    top: -33px;
    position: absolute;
    right: 5px;
}

span.rd-box {
    background: #ed1d49;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stage {
}

.box {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background-color: #F44336;
    height: 20px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bounce-6 {
    animation-name: bounce-6;
    animation-timing-function: ease;
}

@keyframes bounce-6 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    10% {
        transform: scale(1.1,.9) translateY(0);
    }

    30% {
        transform: scale(.9,1.1) translateY(-10px);
    }

    50% {
        transform: scale(1.05,.95) translateY(0);
    }

    57% {
        transform: scale(1,1) translateY(-2px);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}

.my-inbox {
    position: absolute;
    right: 0px;
    top: 0px;
}

.amt-box {
    position: relative;
}

button.btn-cpy {
    position: absolute;
    right: 0;
    top: 0px;
    border: none;
    padding: 0px;
    color: #000000;
    background: #006c5c;
    height: 100%;
    width: 30px;
    border-radius: 5px;
}

button.btn-cpy:hover {
    color: #314575;
}
.btn-tk {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.btn-tk h5 {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
    padding: 15px;
    background: #006c5c;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}
.btn-token {
    background: #006c5c;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    display: flex;
    gap: 14px;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    font-size: 17px;
}
.m-show {
    display: none;
}
.tab-pay ul {
    display: grid;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 15px;
    flex-wrap: wrap;
    grid-template-columns: repeat(3,1fr);
}
.tab-pay ul li a {
    background: #2f3236;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
}
.tab-pay ul li a.active, .tab-pay ul li a:hover {
    background: #006c5c;
    color: #fff;
}
.payment_tab_main .tabcontent {
  display: none;
}
.label_wrap {
    display: flex;
    justify-content: space-between;
}
.form_label_notis {
    font-size: 12px;
}
#modal-wallet-deposit .modal-dialog{
    overflow-y: initial !important;
}
#modal-wallet-deposit .modal-body{
    max-height: 650px;
    overflow-y: auto;
}
#modal-wallet-withdrawal .modal-dialog {
    overflow-y: initial !important;
}

#modal-wallet-withdrawal .modal-body {
    max-height: 650px;
    overflow-y: auto;
}
.reg_form .form_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    justify-content: center;
}
.amt-qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
}

.qr-img img {
    height: 130px;
}

.qr-area {
    border: 1px solid #5f5f5f;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.qr-nm {
    color: #2283f6;
    font-size: 12px;
}

.qr-info {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.qr-img {
    margin: 10px 0px;
}

.atten {
    border: 1px solid #5f5f5f;
    border-radius: 5px;
    padding: 10px;
}

.atten img {
    height: 20px;
}

.qr-ttl {
    font-weight: bold;
}

.qr-num {
    background-color: rgb(39 39 39);
    min-height: 52px;
    border: transparent;
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    width: 100%;
}

button.btn-copy {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: #006c5c;
    font-size: 22px;
}

.form-max {
    position: relative;
}

button.btn-max {
    position: absolute;
    bottom: 9px;
    right: 10px;
    color: #fff;
    background: #ed1d49;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

button.btn-max:hover {
    background: #c6193d;
}

.pen-top {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.pen-l {
    border-right: 1px solid #5b5b5b;
    padding: 0px 10px;
}

.re-status {
    text-align: end;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

.pen-r {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.pen-l p {
    font-weight: bold;
    font-size: 12px;
}

.pen-time {
    font-size: 21px;
    font-weight: bold;
}

.pen-r p {
    font-weight: bold;
    font-size: 12px;
}

.pen-time small {
    font-weight: bold;
    font-size: 14px;
}

button.btn-if {
    color: #2283f6;
    padding: 0px;
    background: none;
    border: none;
}

.table-pen {
    border-top: 1px solid #5b5b5b;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table-pen table th {
    background: #505154;
    color: #fff;
    padding: 10px;
}

.table-pen table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.table-pen table tr:nth-child(even) {
    background: #02362e;
}

.table-pen table tr:nth-child(odd) {
    background: #92929266;
}

.table-pen table tr td {
    padding: 10px;
    font-size: 12px;
}

.table-pen table tr td:first-child {
    width: 38%;
    font-weight: bold;
}

.table-pen table tr:last-child {
}

p.txt-sm {
    font-size: 12px;
    font-weight: bold;
    color: #ed1d49;
    margin: 0px;
    margin-top: 12px;
}

.pentop-l {
    display: flex;
    gap: 12px;
}

.btn-cancel {
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
}

.btnmr-if {
    background: #006c5c;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.penttop-r {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.btn-pending {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 10px;
}

.non-ef {
    background: none;
    border: none;
    color: #fff;
}

.af-content {
    margin-bottom: 20px;
    border: double #737373;
    padding: 20px;
    border-radius: 10px;
}

.btn-df {
    border: none;
    background: #ed1d49;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}

.btn-df:hover {
    background: #c5163b;
}

.af-info p {
    margin: 0px;
}

.txt-rd {
    color: #ed1d49;
}

.af-info {
    margin-top: 15px;
}

.btn-tre {
    position: absolute;
    bottom: 8px;
    right: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    gap: 10px;
}

.btn-max-t {
    color: #fff;
    background: #006c5c;
    border: none;
    border-radius: 5px;
    font-size: 12px;
}

.btn-max-t:hover {
    background: #28a745;
}

.pay-status .card {
    background: none;
    margin-bottom: 20px;
    border: double #737373;
    padding: 0px;
    border-radius: 10px;
}

.pay-status .card-body {
    padding-top: 0px;
}


.add_bank_with_wrap {
    color: #2283f6;
    display: flex;
    flex-direction: column;
    height: 112px;
    background-color: #272727;
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.add_bank_with_wrap i {
    font-size: 24px;
    margin-bottom: 10px;
}
.qr-code img {
    display: block;
    margin: 0px auto;
    max-width: 150px;
    margin-top: 20px;
}