/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jul 26, 2024, 10:52:16 PM
    Author     : ASUS
*/
.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.rounded-md{
    margin: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

[class*="col-"] {
    padding: 15px;
    box-sizing: border-box;
}

/* ระบบ 12 คอลัมน์ */
.col-1  {
    width: 8.33%;
}
.col-2  {
    width: 16.66%;
}
.col-3  {
    width: 25%;
}
.col-4  {
    width: 33.33%;
}
.col-5  {
    width: 41.66%;
}
.col-6  {
    width: 50%;
}
.col-7  {
    width: 58.33%;
}
.col-8  {
    width: 66.66%;
}
.col-9  {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.66%;
}
.col-12 {
    width: 100%;
}

.justify-content-center{
    justify-content: center;
}
.gap-10px{
    gap: 10px;
}
.w-35{
    width: 35%;
}
[class*="col-"] {
    /*    background-color: #e9ecef;
        border: 1px solid #ced4da;*/
    /*    text-align: center;
        padding: 20px;
        font-weight: bold;*/
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-default {
    background: var(--main-theme-color) !important;
    background: linear-gradient(165.34deg, rgb(0, 255, 255) -17.16%, rgb(1, 110, 195) 91.36%) !important;
    border: 1px solid rgb(20, 44, 92);
    border-radius: 0.375rem;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    opacity: 1;
    transition-duration: 300ms;
    line-height: 2rem;
}
.f-12px{
    font-size: 12px;
}
.content-authen .login input, .contentmodal .login select {
    background-color: rgb(8, 15, 28);
    border-color: rgb(117, 117, 117);
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 5px 5px;
    outline: none;
    color: var(--font-theme-color);
    box-shadow: 0 0 1px #747678, 0 2px 4px #29292991;
    margin-bottom: 8px;
    /* border-style: solid; */
    height: 56px;
    line-height: 2.5;
    border: solid 0.05px #838383;
}
.content-authen select {
    background-color: rgb(8, 15, 28);
    border-color: rgb(117, 117, 117);
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 5px 5px;
    outline: none;
    color: var(--font-theme-color);
    box-shadow: 0 0 1px #747678, 0 2px 4px #29292991;
    margin-bottom: 8px;
    /* border-style: solid; */
    height: 56px;
    border: solid 0.05px #838383;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {

    background: black;
}
select.bank-select option {
    background-color: #000000;
    color: #ffffff;
}

select.bank-select option:hover {
    background-color: #cce7ff;
    color: #000000;
}
.modal-backdrop {
    z-index: -1040;
}
.z-index-2{
    z-index: 2;
}
@media only screen and (min-width: 431px) {
    .swiper-container-2 {

        height: 200px;

    }

}
.d-none{
    display: none
}
.w-35{
    width: 35%;
}
.w-7{
    width: 7%;
}
.ma-icon{
    width: 100%;
    position: absolute;
    top: 33%;
    left: 0;
    z-index: 2;
    margin: auto;
    filter: none !important;
    content:" ";
}
.disablegame{
    filter: grayscale(100%);
}
.profile-container {
    position: relative;
    display: inline-block;
}



.profile-picture {
    border-radius: 50%;
    width: 40px;
    /* Adjust as needed */
    height: 40px;
    /* Adjust as needed */
}

.profile-name {
    font-size: 1rem;
}

.profile-dropdown {
    display: none;
    position: absolute;
    right: 0;
    background-color: #898989;
    border-radius: 10px;
    border: 1px solid #fbfbfb;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.profile-container:hover .profile-dropdown {
    display: block;
    /* Show dropdown on hover */
}

.dropdown-item {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    text-decoration: none;
    text-decoration-line: none;
    border-radius: 8px;
    align-items: center;
    align-content: center;
}

.dropdown-item:hover {
    background-color: #555;
    color: white;
    /* Hover color */
}

.table-gold {
    border-color: #FFBD00!important;
    border-radius: 10px 10px 10px 10px!important;
    box-shadow: -1px 0px 3px 1px var(--theme-color) !important;
    width: 100%;
}
.table-gold .table{
    color: var(--font-theme-color);
}
table.table-gold thead {
    /*background-color: #7EA8F8;*/
    /*padding:0.2rem !important;*/
}
table.table-gold th {
    padding:0.4rem !important;
    color: var(--theme-font-color);
}
table.table-gold td{
    color: var(--theme-font-color);
    border-bottom: 1px solid #ffffff52;
}
.table-gold:thead{
    padding: 0.5rem !important;
}
.text-dark{
    color: #343a40 !important;
}
.text-success{
    color: #198754 !important;
}
.text-danger {
    color: #dc3545 !important;
}
.mt-2{
    margin-top: 2px;
}
header , .x-logged , .-balance-container ,.-user-balance ,.-inner-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 0;
    min-width: 90px;
    /*padding: .4rem 1rem;*/
    font-size: .9rem;
    font-weight: 400;
    color: #fcfcfc;
    /*    background: #272727;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
    border: none;
    border-radius: 20px;
}

/*.x-header ,.x-logged, .-balance-container ,.-user-balance, .-btn-balance , .-in-box {
    margin-left: 5px;
}

.x-header, .x-logged ,.-balance-container, .-user-balance, .-btn-balance {
    display: flex;
    padding: 0;
    color: var(--bg-gold);
    background: transparent;
    border: none;
}*/
@keyframes spinloading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.text-gold-1{
    color:#FCF7C1;
}
.padding-2{
    padding: 2px;
}
.text-vertically-center{
    height: auto;
    line-height: 50px;
    /* text-align: center; */
}
.height-4rem{
    height: 4rem;
}
.titleHist {
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.card-his-wd [class*="col-"] {
    padding: 0px;
}
.card-his-wd [class*="col-"] {
    padding: 0px;
}

.card-his-dp{
    background: linear-gradient(#335f06, #335f06) padding-box, linear-gradient(45deg, black, #00116b) border-box;
    border: 2px solid transparent !important;
    border-radius: 11px;
    color: white;
    position: relative;
    width: 100%;
    font-weight: bolder;
}
.card-his-wd{
    background: linear-gradient(#490415, #1c050b) padding-box, linear-gradient(45deg, transparent, #1c1c1c) border-box;
    border: 2px solid transparent !important;
    border-radius: 11px;
    color: white;
    position: relative;
    width: 100%;
    font-weight: bolder;
}
.card-his-dp col-4{
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
.card-his-dp .pd-r-7{
    padding-right: 11% !important;
}
.card-his-wd .pd-r-7{
    padding-right: 11% !important;
}
.card-his-dp h3{
    font-size: 0.8rem;
    line-height: normal;
}
.card-his-wd h3{
    font-size: 0.8rem;
    line-height: normal;
}
.card-his-dp p{
    font-size: .7rem;
    font-weight: 300;
    color: #fff;
}
.card-his-dp .dp-info{
    padding: 1px;
}
.card-his-wd .dp-info{
    padding: 1px;
}
.card-his-wd p{
    font-size: .7rem;
    font-weight: 300;
    color: #fff;
}
.success-boder{
    border: 0px solid;
    background: #009345;
    text-align: center;
    border-radius: 18px;
    line-height: 1.1rem;
    width: 4rem;
    display: inline-block;
    color: white;
    font-weight: 600;
}
.info-boder{
    background: #494c4a;
    text-align: center;
    border-radius: 18px;
    line-height: 1.1rem;
    width: 7rem;
    display: inline-block;
    color: white;
    font-weight: 600;
}
.danger-boder{
    border: 0px solid;
    background: #930000;
    text-align: center;
    border-radius: 18px;
    line-height: 1.1rem;
    width: 4rem;
    display: inline-block;
    color: white;
    font-weight: 600;
}
.warning-boder{
    border: 0px solid;
    color: black;
    background: #e7e33d;
    text-align: center;
    border-radius: 18px;
    line-height: 1.1rem;
    width: 4rem;
    display: inline-block;
    color: white;
    font-weight: 600;
}
.rotate-image-loading {
    animation: spinloading 2s linear infinite;
}
.card-bank-deposit {
    /*background: -webkit-linear-gradient(to right, #4a4949 0%,#1a1a1a 50%,#171717 100%);*/
    background: #000000ab;
    padding: -1px;
    border-radius: 10px;
    border-color: red 3px;
    /*border: 1px solid #FFFF;*/
    color: white;
    position: relative;
    /* width: 100%; */
    /* text-align: right; */
    padding: 2%;
}
.card-bank-deposit .info{
    padding-left: 10px;
}
.card-bank-deposit .font-size-08{
    font-size: 0.8rem !important;
}
.card-bank-deposit .img-bank{
    width: 80px;
    height: auto;
    border: 2px solid var(--theme-color);
    border-radius: 10px;
}
.card-bank-deposit p{
    /*line-height: 0.7em;*/
}
.btn-gold-2{
    background:var(--btn-theme-color) !important;
    color:var(--font-theme-color);
    border-radius: 10px !important;
    display: inline-flex !important;
    border: 0px solid #ced4da;
    text-align: center;
    padding-right: 12px;
    padding-left: 12px;
    justify-content: center;
    flex-direction: initial !important;
    line-height: 32px;
}
.btn-gold-2 i{
    line-height: 2;
    padding-right: 5px;
}
.btn-tranparent {
    background: transparent;
    border: 1px solid transparent;
}
.sq-gold-blue {
    background: #555555;
    color: #efcf76;
    padding: 5px 10px;
    border: 2px solid transparent;
    border-radius: 11px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
}
.sq-gold-blue input{
    background: none !important;
    width: auto !important;
    border-radius: 10px;
    border: none;
    padding: 0px 15px !important;
    outline: none;
    color: none;
    box-shadow: none !important;
    margin-bottom: 0px !important;
}
.input#fileslip {
    display: none;
}
.btn-icon span{
    line-height: 2;
    padding-left: 2px;
    padding-right: 5px;
}
.btn-tranparent {
    background: transparent;
    border: 1px solid transparent;
}
.upload-container {
    display: flex;
    align-items: center;
}

.upload-container i {
    margin-right: 10px;
}

.upload-container input[type="button"] {
    margin-left: 10px;
}

/*.contentmodal, .contentmodal select {
   background: transparent;
   width: auto;
   border-radius: 10px;
   border: none;
   padding: 0;
   outline: none;
   color: #f5dbae;
   box-shadow: none;
   margin-bottom: 8px;
}*/
.x-header ,.x-logged ,.-balance-container, .-user-balance ,.-btn-balance ,.fas {
    margin: auto 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.fa-sync-alt:before {
    content: "\f2f1";
}
.bank-deposit-text{
    font-size: 0.7rem;
    margin-bottom: 0px;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.mr-auto{
    margin: auto;
}
.navbar{
    padding:0;
}
.x-header {
    background: var(--nav-bar-color);
}
.x-header .-user-balance{
    background:var(--nav-bar-balance-bg);
}
.w-50px{
    width: 50px !important;
}
.w-110px{
    width: 110px !important;
}
.bg-transparent {
    background-color: transparent !important;
    border:0px;
    box-shadow:0px;
}
.w-100{
    width: 100%;
}

#banks > option {
    background-color:#191818 !important;
}

.btn-lg {
    font-size:1rem !important;
}
.text-ready-payment{
    font-weight: bold;
    color: rgb(6, 150, 215);
    line-height: 0.7em;
    margin-bottom: 0rem;
}

.step {

    padding: 10px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    background-color: cream;
}

.v-stepper {
    position: relative;
    /*   visibility: visible; */
}


/* regular step */
.step .circle {
    background-color: white;
    border: 3px solid gray;
    border-radius: 100%;
    width: 20px;    /* +6 for border */
    height: 20px;
    display: inline-block;
}

.step .line-progress {
    top: 20px;
    left: 9px;
    height: 100%;
    position: absolute;
    border-left: 3px solid gray;
}

.step.completed .circle {
    visibility: visible;
    background-color: rgb(6,150,215);
    border-color: rgb(6,150,215);
}

.step.completed .line-progress {
    border-left: 3px solid rgb(6,150,215);
}

.step.active .circle {
    visibility: visible;
    border-color: rgb(6,150,215);
}

.step.empty .circle {
    visibility: hidden;
}

.step.empty .line-progress {
    top: 0;
    height: 150%;
}


.step:last-child .line-progress {
    border-left: 3px solid white;
    z-index: -1;
    display: none;
}

.content {
    margin-left: 20px;
    display: inline-block;
}


.pin-container {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pin-inputs {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.pin-input {
    width: 50px !important;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.2s ease;
}
#form-action-changePassword-desktop .pin-input{
    width: 35px !important;
    height: 35px;
}

.pin-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

#submit-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#submit-btn:hover {
    background-color: #0056b3;
}

#result {
    margin-top: 10px;
    font-size: 16px;
    color: green;
}


/*sum css*/




.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;*/
}
.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;
}


.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;
}


margin-auto{
    margin: auto;
}


@media only screen and  (min-width: 992px) {
    .bottombar-mobile {
        display:none!important;
    }
}
.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;
}

.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;
}




.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: 99999999;
    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;
}


.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: 0;
    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;
}

.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;
}


.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%);
}


.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: 3.3vh;
    top: 20px;
}
.btn-dp-method{
    width: 33%;
    padding:0;
}
.input-bg-gray{
    background-color: #2f2f2f !important;
}


.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%);
    }
}








.home .main-container , .-x-slot-providers-logo-component , .-providers-logo-inner[data-v-b9af0bb0] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: .5rem;
    padding-bottom: .5rem;
}


.home .container[data-v-b9af0bb0] {
    width: 100%;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
-bank-detail{
    display: grid;
}
.btn-method-credit{
    width: 65px;
}
.contentmodal{
    background: var(--modal-bg-color);
}
.-category-brand{
    background:#393231;
}
.container-footer .-btn-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}
.container-footer .-btn-container .-left{
    background: linear-gradient(180deg, #93d9e8, #bdecf8);
    border-top-left-radius: 40px !important;
    height: 72px;
}
.container-footer .-btn-container .-right{
    background: linear-gradient(180deg, #ff89f1, #ffafeb);
    border-top-right-radius: 40px !important;
    height: 72px;
}
.container-footer .-btn-container .-home{
    background: radial-gradient(100% 100% at 50.02% 0, #ff9e9c 0, #feb9b9 100%);
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px !important;
    padding: 0;
    height: 80px;
}
.container-footer .-btn-container .-left,.-right .-text-color{
    color:black;

}
.input-theme {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 10px;
    font-weight: 100;
    color: var(--theme-font-color);
    padding: 10px;
    padding-left: 35px;
    width: 100%;
    border: 1px solid var(--theme-color);
    box-shadow: 3px 3px 5px var(--theme-color);
}
.container-footer-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    z-index: 1000;
}
.btn-transfer{
    color:var(--btn-theme-text);
    align-items: center;
    width: 210px;
    padding: .75rem;
    background: var(--btn-theme-bg);
    border: none;
    border-radius: 10px;
    transition: background .2s;
    justify-content: center;
}

.footer-fix .d-flex .-btn-container .btn[data-v-05b85422] {
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.x-menu-collapse-container.-v2.-category-brand .-child-collapse.active {
    background: #c3c3c37d;
}
/* crypto Deposit */
.crypto-container {
    /*background: white;*/
    padding: 10px;
    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: 50%;
    max-width: 200px;
}
.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: var(--btn-theme-bg);
    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;
}
.w-60{
    width:60%;
}
.payment-header{
    background: #0E3D67;
    border-radius: 10px 10px 0px 0px;
}
.payment-body{
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}
.payment-img{
    width: 80%;
    max-width: 200px;
    height: auto;
}
.remark-container p{
    margin-bottom: 0;
}
.btn-copy-address{
    background: transparent;
    color: white;
    margin-top: -8px;
    border: 0;
}
.btn-copy-address span{
    line-height: 2;
    padding-left: 2px;
    padding-right: 5px;
}
.-icon.img-fluid{
    width: 80%;

}
.btn-login {
    background: var(--main-theme-color) !important;
    border: 1px solid rgb(20, 44, 92);
    border-radius: 0.375rem;
    width: 100%;
    height: 48px;
    font-weight: bold;
    font-size: 0.875rem;
    color: white;
    opacity: 1;
    transition-duration: 300ms;
}

/* responsive ขยาย font เป็น md:text-lg */
@media (min-width: 768px) {
    .btn-login {
        font-size: 1.125rem; /* text-lg */
    }
}
.z-201 {
    z-index: 201;
}
.tab-authen-m{
    background-color: rgb(8, 15, 28);
    --tw-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: 0px -1px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 0.5rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 48px;
    display: flex;
}
.tab-authen-m.active{
    background-color: rgb(37, 56, 87);
}

.content-authen-m {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem; /* 6 = 1.5rem */
    padding-top: 1rem;  /* pt-4 = 1rem */
    padding-left: 1.5rem; /* px-6 = 1.5rem */
    padding-right: 1.5rem;
    padding-bottom: 1rem; /* pb-4 = 1rem */
    box-shadow: 0px 1px 24px 4px rgba(90, 90, 90, 0.2);
    border: 1px solid #d1d5db; /* ถ้าเทียบกับ tailwind ปกติ border-gray-300 */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.w-320px {
    width: 320px;
}
.w-33{
    width: 33.33%;
}
.d-flex{
    display: flex;
}
.menu-active{
    background-color: rgb(255, 255, 255);
}

.menu-active .text-menu-mobile{
    color: transparent;
    background: linear-gradient(rgb(21, 72, 147) 0%, rgb(14, 52, 107) 100%) text;
}
.css-1fmvhmq{

    scrollbar-width: none;
    zoom: 0.876168;
    width: 100%;
/*    min-height: 200dvh;
    max-height: 330dvh;*/
    margin: auto;
    display: flex;
    flex-direction: column;
    /*overflow: hidden auto;*/

}

.dropdown-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    font-family: sans-serif;
}

.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0c1224;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
}

.dropdown-toggle img {
    width: 20px;
    margin-right: 10px;
}
.d-block{
    display: block;
}
.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #0c1224;
    border-radius: 8px;
    margin-top: 4px;
    z-index: 10;
    display: none;
}
.dropdown-menu-dp.show {
    display: block;
}
.dropdown-menu-dp {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.dropdown-toggle-select-wd{
    display: initial;

}

.dropdown-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    cursor: pointer;
}

.dropdown-option:hover {
    background-color: #1a223a;
}

.dropdown-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-left img {
    width: 20px;
}
#payment-qrcode-bitpayz img{
    margin: auto;
}

.game-search-inner {
    width: 50%;
    max-width: 380px;
    margin: auto;
}
.game-search-inner input{
    width: 65%;
    max-width: 380px;
    color: black;
    width: 65%;
    max-width: 380px;
    color: black;
    padding: 3px;
    border-radius: 5px;
}

.search-wrapper {
    display: flex;
    align-items: center;
    background-color: #0c1224;
    border: 1px solid #3d4a68;
    border-radius: 8px;
    padding: 8px 12px;
    transition: border 0.3s;
}

.search-wrapper:hover {
    border-color: #1e90ff;
}

.search-icon {
    color: #aaa;
    margin-right: 10px;
    font-size: 16px;
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    color: white;
    font-size: 16px;
    outline: none;
}
.form-cpassword input{
    background: #000000bf;
    width: 100%;
    border-radius: 10px;
    border: none;
    padding: 10px 15px;
    outline: none;
    color: var(--font-theme-color);
    box-shadow: 0 0 1px #747678, 0 2px 4px #29292991;
    margin-bottom: 8px;
}

.check-in-modal{
    padding: .8rem 0.4rem;
}

.check-in-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
    padding: 0px;
    justify-content: center;
}


.check-in-day {
    width: 58px;
    height: 77px;
    background: white;
    border: 2px solid #FFD700;
    color: black;
    font-size: 10px;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 3px;
}
.check-in-day img{
    width: 60%;
    margin:auto;
}
.check-in-day.checked {
    background: green;
    color: white;
}

.check-in-day.missed {
    background: red;
    color: white;
}
.check-in-day-checked{
    position: absolute;
    width: 58px;
    height: 77px;
    margin-top: 18px;
    background: #04030300;
    border: none;
    color: #31ff00;
    font-size: 30px;
    font-weight: bold;
    justify-content: center;
    text-align: center;
}
.check-in-day-missed{
    position: absolute;
    width: 58px;
    height: 77px;
    margin-top: 18px;
    background: #04030300;
    border: none;
    color: #ff0000;
    font-size: 30px;
    font-weight: bold;
    justify-content: center;
    text-align: center;
}

.check-in-day.gift {
    background: gold;
    color: black;
    font-weight: bold;
}


.check-in-btn {
    background: #FFD700;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}
.btn-checkin.active{
    color: #fff;
    background-color: #e2af2d;
    border-color: #ff1010;
    box-shadow: 0 0 5px 5px #ffc107;
}
.btn-checkin{
    color: #fff;
    background-color: #4d4b47;
    border-color: #918d8d;
    box-shadow: 0 0 5px 5px #6b685f;
}

.check-in-btn {
    background: #FFD700;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}


.check-in-btn:hover {
    background: darkgoldenrod;
}

.modal-content-checkin{
    border: 1.1rem dotted #dfdfdf !important;
    box-shadow: 0 0 5px 2px #4a61c3;
    border-radius: 11px;
    background-color: #00000091;
}

@media only screen and (max-width: 430px) {
    .check-in-day {
        width: 35px;
        height: 57px;
        font-size: 10px;
    }
    .check-in-day-missed {
        width: 32px;
        height: 57px;
    }
    .check-in-day-checked{
        width: 32px;
        height: 57px;
    }
}

.fs-40{
    font-size: 40px;

}

.readerborad-rank-1{
    background-image: url('../images/LeaderBoard/rank1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
}
.readerborad-rank-2{
    background-image: url('../images/LeaderBoard/rank2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
}
.readerborad-rank-3{
    background-image: url('../images/LeaderBoard/rank3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
}
.theme-bg{
    background: var(--main-theme-color);
}
#btn-history{
    text-align: right;
}
#btn-history img{
    width: 28px !important;
    height: auto;
}
.border-common{
    border: solid #4c4646 1px;
    border-radius: 10px;
    background: #313030;
}
.border-common img{
    margin:auto;
}
.border-common .btn-theme-{
    background:var(--btn-theme-color);
    color:var(--font-theme-color);
    width: 70%;
    border-radius: 10px;
    font-weight: bolder;
}
.border-common .col-12{
    padding: 8px;
}

.leader-header{
    color:var(--text-color-btn);
    /*background:var(--bg-collapse);*/
    background:var(--bg-highlight);
}
.leader-body{
    /*background:var(--header-wallet-color);*/
    background:var(--bg-board-color);
}

.bg-l-menu.tagactive{
    background: var(--main-theme-color) !important;

}
.bg-l-menu.tagactive .text-w{
    color:var(--text-dif-theme) !important;
}
.rounded-full{
    background:var(--text-dif-theme) !important;
}