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

.card-bank-full{
    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;
    }
    .-inner-wrapper .name-lotto span{
        font-size: 14px !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;
}

/*@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;
    }
    #main__content{
        padding-bottom: 2rem;
    }
    .-ic{
        width: 20px;
        /*height: 20px;*/
    }
    .-ic-rank{
        width: 25px;
        height: 25px;
    }
}

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

.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%
    }
    .x-cover-template-full .bg-fix-prm-text{
        background: #00000069;
        border-radius: 15px;
        padding: 10px;
    }
}

@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;
}
.gap-30px{
    gap:30px;
}
.tournament{
    width: 100%;
    max-height:850px;
    margin: auto;
}
.tournament .container-lg{
    padding: 1rem;
    background: #051936;
}
.tournament .tournament-head {
    background: #0e2a48;
    border: 1px solid #0c223b;
    border-radius: 16px;
    overflow: hidden;
}
.tournament .tournament-head-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    background: #0f2d50;
    padding: 1.2rem 0;
}

.tournament .tournament-tabs {
    display: flex;
    gap: 24px;
    align-items: center;
}
.tournament .tournament-tab {
    position: relative;
    font-weight: 700;
    color: #b7d4fa;
    cursor: pointer;
    user-select: none;
}
.tournament .tournament-tab.active {
    color: #ffffff;
}

.tournament .tournament-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 3px;
    background: #4fb8ff;
    border-radius: 2px;
}

.tournament .tournament-dates {
    display: flex;
    gap: 28px;
    color: #8fb0d9;
    font-weight: 600;
}
.tournament .tournament-dates .is-active {
    color: #ffffff;
}

/* พื้นที่เนื้อหา tab */
.tournament .tournament-body {
    padding: 0;
    background: linear-gradient(180deg, #102945 0%, #0f2640 100%);
}
.tournament .tournament-pane {
    display: none;
}
.tournament .tournament-pane.show {
    display: block;
}

/* ตัวอย่างหัวตาราง */
.tournament .table-dark {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.03);
    color: #cfe6ff;
}
.tournament table thead th {
    color: #a9c4e6;
    font-weight: 700;
    border-bottom: 1px solid #163a60;
}
.tournament tbody tr {
    background: #0e253f;
    border-color: #14385e;
}
.tournament tbody tr:hover {
    background: #163457;
}
.tournament .coin {
    background: #ffd66b;
    color: #4f3800;
    font-weight: 800;
    padding: 0.1rem 0.5rem;
    border-radius: 8px;
    min-width: 3.2rem;
    display: inline-block;
    text-align: center;
}

.text-dark-grey{
    color: #c4c4c4;
}
.tournament .header-list{
    /*    margin-left: 0;
        margin-right: 0;*/
}
.tournament .tournament-header{
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    background: -webkit-linear-gradient(#78c5fc, #78c5fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tournament-container{
    padding:2rem;
}
.tournament .list{
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    background: hsla(0, 0%, 100%, .05);
    border: 2px solid transparent;
    padding: 8px 10px;
}
.pwd-unfix{
    border-bottom: solid 0.5px !important;
    border-radius: 0 !important;
}
.check-in-container{
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-bottom: 100px;
}
.check-in-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    padding: 0px;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    margin: auto;
}
.check-in-grid a{
    padding: 2px;
}
.check-in-day {
    width: 60px;
    height: 60px;
    font-size: 16px;
    background: white;
    border: 2px solid #cdc9c9;
    color: black;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}
.check-in-day img{
    height: 35px;
    width: auto;
    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: 60px;
    height: 60px;
    font-size: 45px;
    margin-top: 4px;
    background: #04030300;
    border: none;
    color: #31ff00;
    font-weight: bold;
    justify-content: center;
    text-align: center;
}
.check-in-day-missed{
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 45px;
    margin-top: 4px;
    background: #04030300;
    border: none;
    color: #ff0000;
    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: #c9c6bf !important;
    border-color: #6f5151;
    box-shadow: 0 0 5px 5px #cdccca;
}
.btn-checkin{
    color: #fff;
    background-color: #4d4b47;
    border-color: #918d8d;
    /*box-shadow: 0 0 5px 5px #6b685f;*/
}
.btn-checkin:focus, .btn-checkin:hover {
    background-color: #c9c6bf !important;
}

.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;
}
.-btn-checkin{
    background: linear-gradient(180deg, #17d969, #079844);
    border-radius: .5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 1px 2px hsla(0, 7.3%, 92%, .24);
}
.-btn-checkin.active{
    background: linear-gradient(180deg, #777978, #7d7d7d);
}
@media only screen and (max-width: 430px) {
    /*    .check-in-day {
            width: 35px;
            height: 35px;
            font-size: 10px;
        }
        .check-in-day-missed {
            width: 32px;
            height: 57px;
        }
        .check-in-day-checked{
            width: 32px;
            height: 57px;
        }*/
}
.list-pathnership{
    display: initial;
}
.img-pathnership {
    height: 2rem;
    width: auto;
    padding: 5px;
}


.lang-container {
    position: relative;
}

.lang-btn-authen{
    display: flex;
    align-items: center;
    gap: .5rem;
    background: transparent;
    color: #fff;
    border: 1px solid transparent;
    padding: 5px 11px;
    border-radius: 10px;
    cursor: pointer;
    transition: background .2s, transform .1s;
}
.lang-btn {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: transparent;
    color: #fff;
    border: 1px solid transparent;
    padding: 2px 9px;
    border-radius: 10px;
    cursor: pointer;
    transition: background .2s, transform .1s;
}

.lang-btn:hover {
    background: #1f2937;
}
.lang-btn:active {
    transform: translateY(1px);
}

.lang-icon {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    /*background: linear-gradient(135deg, #60a5fa, #22d3ee);*/
    color: #000;
    font-weight: bold;
    font-size: 0.8rem;
}

.lang-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #9ca3af;
    border-bottom: 2px solid #9ca3af;
    transform: rotate(45deg);
    transition: transform .15s;
}

.lang-container[aria-expanded="true"] .lang-arrow {
    transform: rotate(225deg);
}


.lang-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 155px;
    background: #0b1220;
    border: 1px solid #1f2937;
    border-radius: 10px;
    padding: .4rem;
    box-shadow: 0 8px 25px rgba(0,0,0,.3);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .2s, transform .2s;
}

.lang-container[aria-expanded="true"] .lang-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


.lang-item {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #e5e7eb;
    text-decoration: none;
    padding: .6rem .7rem;
    border-radius: 8px;
    transition: background .2s;
}

.lang-item:hover {
    background: #111827;
}

.lang-flag {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
}

.lang-sub {
    margin-left: auto;
    color: #9ca3af;
    font-size: .8rem;
}

.lang-divider {
    height: 1px;
    margin: .3rem .2rem;
    background: linear-gradient(90deg, transparent, #253046, transparent);
}
.-inner-wrapper .name-lotto{
    position: absolute;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9) 85%);
    text-align: center;
    width: 100%;
    bottom: 0px;

}
.-inner-wrapper .name-lotto span{
    font-size: 12px;
}
.bank-txt{
    text-align: left !important;
    line-height: 1;
    font-size: 14px;
}
.dropdown {
    position: relative;
    /*display: inline-block;*/
}

.dropdown-button {
    padding: 0px 2px;
    cursor: pointer;
    /*        width: 320px;*/
    /* border: 1px solid #ccc;
    border-radius: 4px; */
}

.dropdown-list {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px 0;
    z-index: 1;
    transform-origin: top center;
    transform: scale(1)!important;
    opacity: 1;
    transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, opacity 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    color: #fff;
}

.dropdown-list li {
    padding: 8px 12px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    /*margin-top: 2px;*/
}

.dropdown-list li:hover {
    background-color: #ddd;
}

.dropdown-list img {
    margin-right: 10px;
    width: 30px;
}

#selectedOption {
    margin-top: 7px;
    margin-left: 7px;
}

#selectedImage {
    width: 32px;
    margin-top: 2px;
    margin-right: 6px;
}
.dropdown-list.hide {
    transform: translate(14px, -9px) scale(0.75)!important;
    opacity: 0;
}

.card-bank {
    /*display: inline-flex;*/
}
.MuiBox-root {
    display: flex;
    align-items: center;
}

.scroll-bank {
    position: absolute;
    overflow: hidden auto;
    /*        min-width: 16px;*/
    min-height: 16px;
    max-width: calc(100% + 90px);
    max-height: 190px;
    outline: 0px;
    width: 100%;
}

/* ความกว้าง scrollbar */
.scroll-bank::-webkit-scrollbar {
    width: 3px;
}

.scroll-bank::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
}

.scroll-bank::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 10px;
}

.scroll-bank::-webkit-scrollbar-thumb:hover {
    background: #ffaa00;
}

.slip-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 10px;
}

.slip-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.slip-track {
    display: flex;
    transition: transform 0.6s ease;
}

.slip-card {
    min-width: 280px;
    max-width: 280px;
    flex-shrink: 0;
    margin-right: 16px;
    padding: 12px;
    border-radius: 14px;
    background: var(--card-slip);
    color: var(--text-slip);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.slip-phone {
    font-weight: bold;
}
.slip-amount {
    font-weight: bold;
}
.slip-game, .slip-time {
    font-size: 12px;
    opacity: 0.85;
    margin-top: 2px;
}

.ranking-card{
    width:99%;
    margin:0 auto;
    background:var(--card-rank);
    border-radius:18px;
    padding:16px 20px;
    box-shadow:0 10px 30px rgba(0,0,0,.5);
}

.ranking-grid{
    display:grid;
    gap:12px;
}
@media (min-width:768px){
    .ranking-grid{
        grid-template-columns:340px 1fr;
    }
}

.rank-card{
    padding:4px 0;
}
.rank-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 14px;
    margin-bottom:8px;
    border-radius:999px;
    background:var(--list-rank);
}
.rank-item:last-child{
    margin-bottom:0
}

.rank-left{
    display:flex;
    align-items:center;
    gap:8px
}
.crown{
    font-size:22px
}
.label-today{
    font-size:11px;
    opacity:.8
}
.amount-big{
    color:#19ff7a;
    font-size:16px;
    font-weight:600
}
.badge-game{
    padding:4px 14px;
    border-radius:999px;
    background:#ffffff;
    color:#061a5b;
    font-size:12px;
    font-weight:600;
}

.rank-list{
    display:flex;
    flex-direction:column;
    gap:6px;
}
.rank-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:8px 16px;
    border-radius:999px;
    background:var(--list-rank);
}

.rank-row-left{
    display:flex;
    align-items:center;
    gap:10px;
}
.rank-circle{
    width:26px;
    height:26px;
    border-radius:999px;
    background:#ffffff22;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}
.rank-user{
    font-weight:500;
}

.rank-row-mid{
    display:flex;
    align-items:center;
    gap:6px;
}
.icon-lotto{
    width:26px;
    height:26px;
    border-radius:999px;
    border:2px solid #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
}

.rank-row-amount{
    color:#19ff7a;
    font-weight:600;
}

@media (min-width:768px){
    .rank-row.is-top3{
        display:none;
    }
}

@media (max-width:767px){
    .ranking-card{
        padding:12px 10px;
    }
    .ranking-grid{
        grid-template-columns:1fr;
    }
    .rank-card{
        display:none;
    }
    .rank-row{
        padding:8px 12px;
    }
}

.rtp-percen{

    width: 100%;
    height: 10%;
    background: #ffa96b;
    position: absolute;
    z-index: 999999;
    bottom: 0;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
}


.rtp-percen .rtp-fill{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width: calc(var(--val) * 1%);
    background:linear-gradient(40deg, rgb(29 204 45) 30%, #fffb31);
    border-radius: 5px;
}

.rtp-percen .rtp-label{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.75rem;
    color: #111;
    pointer-events: none;
}
.line-icon-float{
    display: block;
    width: 4rem;
}

.line-float-wrap{
    position: fixed;
    bottom: 205px;
    right: 5%;
    z-index: 999999;
}

.line-close-btn{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--btn-gold);
    color: #fff;
    font-size: 18px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    line-height: 1;
}

.line-open-btn{
    position: fixed;
    bottom: 205px;
    right: 3%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #06c755;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999999;
    font-size: 20px;
}

#toggle-line:checked ~ .line-float-wrap{
    display: none;
}

#toggle-line:checked ~ .line-open-btn{
    display: flex;
}


.img-guide-tx{
    height: 50%;
    max-height: 300px;
    width: auto;
    margin-top: 3vh;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    background: transparent;
    border: none;
    padding: 10px 0
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    font-size: 17px;
    color: #FFF;
}

@keyframes marquee {
    0% {
        transform: translate(100vw)
    }

    to {
        transform: translate(-100vw)
    }
}
.text-recommended-play{
    top: -13px;
}

.fs-12px{
    font-size: 12px;
}
.line-h-2-2{
    line-height: 2.2;
}
.card-remark-cb-content{
    border: solid 1px #30303a;
    background: #30303a;
    padding: 10px;
    border-radius: 8px;
    padding: 15px;
    max-width: 680px;
    margin: auto;
}

.affilaite-income-content{
    max-width: 680px;
    margin: auto;
}
.card-remark-cb{
    border: solid 1px #30303a;
    border-radius: 8px;
    background: #191919;
    padding: 15px;
}
.card-remark-cb p{
    margin-bottom:0;
}

.pd-r-10{
    padding-right: 18px
}
.pd-l-10{
    padding-left: 18px
}

.text-label-gold{
    color:#D5B36B;
}
.card-remark-cb i{
    line-height: 1.5;
    color: #D4AF37;
    font-size: 24px;
    text-shadow: 0 0 2px rgba(212, 175, 55, 0.55);
}

.card-remark-cb i.fa-info-circle{
    line-height: 1.5;
    color: var(--invitation-overview-list-item-value-color);
    font-size: 18px;
    text-shadow: 0 0 2px rgba(212, 175, 55, 0.55);
}
.jackpot-box {
    position: relative;
    width: 430px;
    height: 135px;
    background: linear-gradient(180deg, #111 0%, #050505 100%);
    border: 2px solid var(--bg-gold);
    border-radius: 12px;
    box-shadow:
        0 0 12px rgba(125, 123, 123, 0.9),
        inset 0 0 18px rgba(125, 123, 117, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
    margin: 25px auto 25px auto;
}

.jackpot-box::before,
.jackpot-box::after {
    content: "";
    position: absolute;
    top: 38px;
    width: 28px;
    height: 58px;
    background: var(--card-slip);
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(125 123 117 / 0.9);
}

.jackpot-box::before {
    left: -16px;
}

.jackpot-box::after {
    right: -16px;
}

.jackpot-title {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: var(--card-slip);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    border-radius: 8px;
    text-shadow: 0 1px 2px #000;
    box-shadow: 0 0 10px rgb(125 123 117 / 0.9);
    z-index: 3;
}

.jackpot-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    height: 62px;
    margin-top: 8px;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 1px;
    text-shadow:
        0 0 8px rgba(255, 255, 255, 1),
        0 0 18px rgba(255, 255, 255, 0.75),
        0 0 26px rgba(157, 116, 26, 0.85);
    overflow: hidden;
}

.jackpot-digit-wrap {
    position: relative;
    width: 31px;
    height: 58px;
    overflow: hidden;
    display: inline-block;
}

.jackpot-digit-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    will-change: transform;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.jackpot-digit {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
}

.jackpot-comma {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    padding: 0 4px;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    transform: translateY(-2px);
}

.jackpot-dots {
    position: absolute;
    bottom: 16px;
    display: flex;
    gap: 9px;
}

.jackpot-dots span {
    width: 6px;
    height: 6px;
    background: var(--btn-gold-hover);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(125 123 117 / 0.9);
    opacity: 0.95;
}

@media (max-width: 520px) {
    .jackpot-box {
        width: 330px;
        height: 115px;
    }

    .jackpot-box::before,
    .jackpot-box::after {
        top: 34px;
        width: 22px;
        height: 48px;
    }

    .jackpot-box::before {
        left: -12px;
    }

    .jackpot-box::after {
        right: -12px;
    }

    .jackpot-title {
        width: 220px;
        height: 28px;
        line-height: 28px;
        font-size: 11px;
    }

    .jackpot-number {
        height: 48px;
        font-size: 32px;
        gap: 1px;
        margin-top: 6px;
    }

    .jackpot-digit-wrap {
        width: 24px;
        height: 44px;
    }

    .jackpot-digit {
        height: 44px;
        line-height: 44px;
        font-size: 32px;
    }

    .jackpot-comma {
        height: 44px;
        line-height: 44px;
        font-size: 32px;
        padding: 0 2px;
    }

    .jackpot-dots {
        bottom: 12px;
        gap: 7px;
    }

    .jackpot-dots span {
        width: 5px;
        height: 5px;
    }
}
.card.fifa-card-countdown{
    background: var(--btn-gold);
    padding: 1px;
    width: 90%;
    max-width: 460px;
    margin: auto;
    border-radius: 15px;
    justify-content: center;
}

.card.fifa-card-countdown img{
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    width: 100%;
    max-width: 450px;
    display: block;
    height: auto;
}

.card.fifa-card-countdown .sector-countdown{
    position: absolute;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    inset: 0;
}

.fifa-countdown-box {
    width: 100%;
    padding-left: 95px;
    padding-right: 8px;
    text-align: center;
    transform: translateY(-1px);
}

.fifa-title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.fifa-title span,
.fifa-title b {
    color: #f6c75f;
}

.fifa-time {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
}

.fifa-time-item {
    min-width: 45px;
    text-align: center;
}

.fifa-number {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--text-gold);
    text-shadow:0 1px 0 #ffffff, 0 3px 6px rgba(0, 0, 0, 0.8), 0 0 12px rgb(142 139 133 / 35%);
}

.fifa-label {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 500;
    color: #d9d9d9;
    line-height: 1;
    text-shadow: 0 1px 0 #ffffff, 0 3px 6px rgba(0, 0, 0, 0.8), 0 0 12px rgb(142 139 133 / 35%);
}

.fifa-colon {
    color: var(--text-gold);
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}

@media (max-width: 390px) {
    .fifa-countdown-box {
        padding-left: 82px;
        padding-right: 4px;
    }

    .fifa-title {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .fifa-time {
        gap: 3px;
    }

    .fifa-time-item {
        min-width: 38px;
    }

    .fifa-number {
        font-size: 25px;
    }

    .fifa-colon {
        font-size: 20px;
        line-height: 24px;
    }

    .fifa-label {
        font-size: 9px;
    }
}

.img-news{
    width: 100%;
    height: auto;
    max-width: 560px;
}
.x-modal.modal-news .-modal-body{
    padding:0;
}
.npop-news-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.npop-news-slider input {
    display: none;
}

.npop-news-slider-track {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.npop-news-slider-item {
    min-width: 100%;
    text-align: center;
}

.npop-news-slider-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.npop-news-slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    z-index: 2;
}

.npop-news-slider-dots label {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.npop-news-slider-dots label:hover {
    background: #fff;
}

#npop_news_slider_0:checked ~ .npop-news-slider-track {
    transform: translateX(0%);
}

#npop_news_slider_1:checked ~ .npop-news-slider-track {
    transform: translateX(-100%);
}

#npop_news_slider_2:checked ~ .npop-news-slider-track {
    transform: translateX(-200%);
}

#npop_news_slider_3:checked ~ .npop-news-slider-track {
    transform: translateX(-300%);
}

#npop_news_slider_4:checked ~ .npop-news-slider-track {
    transform: translateX(-400%);
}

#npop_news_slider_0:checked ~ .npop-news-slider-dots label:nth-child(1),
#npop_news_slider_1:checked ~ .npop-news-slider-dots label:nth-child(2),
#npop_news_slider_2:checked ~ .npop-news-slider-dots label:nth-child(3),
#npop_news_slider_3:checked ~ .npop-news-slider-dots label:nth-child(4),
#npop_news_slider_4:checked ~ .npop-news-slider-dots label:nth-child(5) {
    background: #fff;
}

.npop-news-slider-count-2 .npop-news-slider-track {
    animation: npopNewsSlide2 8s infinite;
}

@keyframes npopNewsSlide2 {
    0%, 45% {
        transform: translateX(0%);
    }
    50%, 95% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.npop-news-slider-count-3 .npop-news-slider-track {
    animation: npopNewsSlide3 12s infinite;
}

@keyframes npopNewsSlide3 {
    0%, 30% {
        transform: translateX(0%);
    }
    35%, 65% {
        transform: translateX(-100%);
    }
    70%, 95% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0%);
    }
}

.npop-news-slider-count-4 .npop-news-slider-track {
    animation: npopNewsSlide4 16s infinite;
}

@keyframes npopNewsSlide4 {
    0%, 22% {
        transform: translateX(0%);
    }
    27%, 47% {
        transform: translateX(-100%);
    }
    52%, 72% {
        transform: translateX(-200%);
    }
    77%, 95% {
        transform: translateX(-300%);
    }
    100% {
        transform: translateX(0%);
    }
}

.npop-news-slider-count-5 .npop-news-slider-track {
    animation: npopNewsSlide5 20s infinite;
}

@keyframes npopNewsSlide5 {
    0%, 17% {
        transform: translateX(0%);
    }
    22%, 37% {
        transform: translateX(-100%);
    }
    42%, 57% {
        transform: translateX(-200%);
    }
    62%, 77% {
        transform: translateX(-300%);
    }
    82%, 95% {
        transform: translateX(-400%);
    }
    100% {
        transform: translateX(0%);
    }
}

.npop-news-slider:hover .npop-news-slider-track {
    animation-play-state: paused;
}