/* 
 * Custom CSS Overrides
 * 
 * This file has priority over all other CSS files.
 * Add your custom styles here to override existing styles.
 * 
 * This file is imported last in layout.tsx to ensure maximum priority.
 */

/* Add your custom overrides below */


/*

d-grey:#0a0a0a
red:#ff0000
m-grey:#999999;
*/


<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap" rel="stylesheet">

/***********************************************************/
/************COMMOM******************************************/
/***********************************************************/

.lang-zh{
    font-family: "Noto Sans SC", sans-serif!important;
}
.lang-en{
    font-family: "Inter"!important;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .lang-en{
    font-size: 13px;
  }
.lang-zh{
    font-size: 15px;
  }
}




input::placeholder {
    font-size: 1em!important;
    letter-spacing: normal!important;
}

input::-webkit-input-placeholder{
    font-size: 1em!important;
    letter-spacing: normal!important;
}

.lang-zh input::placeholder {
    font-size: 0.9em!important;
}
    @media (min-width: 1200px), (min-width: 992px) {
        .lang-zh input::placeholder {
            font-size: 1em!important;
        }
    }



html.bright, html.bright body{
    background-image: none!important;
    background:#f5f5f5!important;
}

html.bright a{
    font-family: Inter;
    font-size: unset!important;
}

html.bright header + div{
    position: unset!important;
}
html.bright header + div aside:first-child{
    width:330px!important;
}

header + div{
    width: 87%;
    margin: auto;
    max-width: 2632px;
    padding-left:0!important;
    padding-right:0!important;
}
    @media (min-width: 1200px), (min-width: 992px) {
        header + div{
              min-width: 980px;
        }
    }
html.bright header > .container > div{
    height: auto!important;
      padding: 10px 0;
}

html.bright header img[alt="Back"]{
    filter:invert()!important;
    opacity: 1!important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    html.bright header img[alt="Back"]{
        width:30px!important;
        height: auto;
    }
    html.bright header > .container > div{
        padding: 10px 0;
    }
}

html.bright body.user .top-menu, html.bright body.user header{
    background:#f5f5f5!important;
}
/*@media (min-width: 1200px), (min-width: 992px) {NEW ADDED
    html.bright a:hover {
        text-decoration: underline; 
    }
}*/


html.bright a:active{
    opacity: 1;
}

.form-check-label .link {
    font-size: unset !important;
}

/*INPUT*/
.form-component-input-wrapper input{
    font-weight: normal;
    font-family: inter;
    font-weight: 500;
}

.form-component-input-wrapper .icon {
    filter: brightness(0.4);
}

html.bright .form-component-input-wrapper:focus-within{
    border-color: #ff4a05 !important;
    box-shadow: 0 0 0 2px rgba(255, 74, 5, 1) !important;
}

input:-webkit-autofill{
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* SECTION TITLE */
.section-title-gp{
    margin-top:20px;
    margin-bottom: 20px;
}
    html.bright .section-title .title{
/*        color: #151515 !important;
        background: none !important;
        -webkit-text-fill-color: unset !important;
        position: relative;*/
        font-size: 1.3em !important;
        font-weight: 800 !important;
        z-index: 10;
        color: #151515 !important;
        background: none !important;
        -webkit-text-fill-color: unset !important;
        padding-left:0;
    }
        html.bright .section-title:before{
            content:none;
        }
            @media (min-width: 1200px), (min-width: 992px) {
                html.bright .section-title .title{
                    font-size: 1.6em !important;
                    font-weight: 900!important;
                }
            }


/*MORE NAV , NEXT PREV ARROW BTN */
html.bright .more-link{
    padding: 3px 6px!important; 
    width: auto !important;
    height: auto !important;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    box-shadow: none;
    border: 1px solid #f34a9a !important;
}
    html.bright .more-link > span{
        font-family: inter;
        font-weight: 500!important;
        font-size: 1.3em !important;
    }
    html.bright .lang-zh .more-link>span{
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 1.2em !important;
        line-height: 19px;
    }

html.bright .nav-arrow button{
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    box-shadow: none;
    border: 1px solid #f34a9a !important;
}
    html.bright .nav-arrow button img {
        width: 17px !important;
        height: auto !important;
    }

html.bright .more-link img, html.bright .nav-arrow button img, html.bright .slick-arrow img{
    filter:invert()!important;
}



/*BTN*/


html.bright .btn-lg{
    padding: 12px 20px !important;
}
    html.bright .lang-en .ui-btn.btn-lg, html.bright .lang-zh .ui-btn.btn-lg {
        font-size: 1.2em;
        height: auto!important;
        color: #fff !important;
        background: linear-gradient(180deg, #f37777, #f91111) !important;
    }
    html.bright .lang-zh .ui-btn.btn-lg {
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 1.4em !important;
        font-weight: 700;
        padding: 8px 25px !important;
    }
    html.bright .lang-en .ui-btn.btn-lg{
        font-family: inter;
        font-weight: 700;
        letter-spacing: normal;
    }


    html.bright .ui-btn.btn-lg:before{
        content:'';
        transform: translateX(-50%) scaleY(0.5);
        transform-origin: bottom;
        bottom: 0px !important;
        background:none;
        width: 100%;
        height: 10px;
        bottom: -5px !important;
    }
        @media (min-width: 1200px), (min-width: 992px) {
            html.bright .btn-lg {
                padding: 12px 20px !important;
            }
            html.bright .lang-zh .ui-btn.btn-lg{
                font-size: 20px;
            }

            html.bright .lang-en .ui-btn.btn-lg{
                font-size: 15px;
                font-weight: 700;
                letter-spacing: 1px;
            }
        }
    html.bright .top-menu .ui-btn.btn-no-line{
        font-size: 1.2em!important;
        color:#111111!important;
    }

/*THUMB */
.slider-thumb-gp .swiper{
    padding: 10px 0;
}
@media (min-width: 1200px), (min-width: 992px) {
    .slider-thumb-gp .swiper{
        padding: 20px 0;
    }
}
    html.bright .slider-thumb-gp .swiper-slide{
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2), inset 0 -10px 10px #fff !important;
        overflow: hidden;
        height: auto!important;
        filter: drop-shadow(0px -2px 0px #fff);
    }
        html.bright .slider-thumb-gp .thumb-tag-info .thumb{
           border: 1px solid #b7085a; 
        }
            html.bright .slider-thumb-gp .thumb-tag-info .thumb:before{
                width:60px;
                width:60px;
            }

        html.bright .slider-thumb-gp .swiper-slide .itm>.label{
            bottom: 2px;
            z-index: 10;
            font-size: 12px;
            position: relative;
            padding-bottom: 5px;
        }

.slider-thumb-gp .itm .thumb-tag-info, .thumb-slider .itm .thumb-tag-info{
    display: flex;
}

/*TAB*/
.tab.scroll-x .nav-item>.nav-link{
    transition: all .2s;
}
/***********************************/
/************LOGIN******************/
/***********************************/
.login{
    background-image: url(/lighttheme/images_ver_1_1/poker-background-s.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

 @media (min-width: 1200px), (min-width: 992px) {
     .login{
        background-image: url(/lighttheme/images_ver_1_1/poker-background_l.jpg);
        
     }
}


html.bright .login:before{
    background-image: none; 
}

html.bright .login-banner{
   background: none;
   border:0!important;
    backdrop-filter: none;
    -webkit-backdrop-filter:none;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .login-banner{
           background-image: url(/lighttheme/images_ver_1_1/login-side-bg-wit-girl.jpg) !important;
           border:0!important;
           /*background-size: 100% 100% !important;*/ /* commented 25/1/2026*/
           background-size: cover !important;/*<!--Change 25/1/2026-->*/
           background-repeat: no-repeat;
        }
        .login-form-card, html.bright .login-banner{
            height: 680px;
            width:100%;
        }
    }

    @media (max-width: 991px) {
        .login-banner {
          padding: 20px 10px 10px; 
        }
        .login-banner .benefit {
            margin-left: 0!important;
            padding-left: 35px;
        }
    }

.login-banner:before{
    content:none!important;
}
@media (max-width: 991px) {
    .login-banner:before {
            content: "";
    }
}

html.bright .login-banner .banner-img-glow, html.bright .login-form-glow-outside{
    display:none;
}

html.bright .login .container{
    padding-top: 20px!important;
}
    @media (min-width: 1200px), (min-width: 992px) {
         html.bright .login .container{
            max-width: 1400px !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
    }

    html.bright .login-gp {
         padding-top: 0px; 
    }
        @media (min-width: 1200px), (min-width: 992px) {
            html.bright .login-gp {
                 padding-top: 20px; 
                padding-bottom: 20px;
            }
        }

.login-back-btn .text-back {
    letter-spacing: 0;
    color: #ff0000 !important;
}
html.bright .lang-en .login-back-btn .text-back{
    font-family: Inter;
    font-size: 1.2em;
    font-weight: 700;
}
.lang-zh .login-back-btn .text-back{
    font-family: "Noto Sans SC", sans-serif;
    font-weight: 700;
    font-size: 1.3em;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .login-back-btn .text-back {
            font-size: 1.5em;
            letter-spacing: normal;
        }
            html.bright .lang-en .login-back-btn .text-back {
                 font-family: Inter;
            }
    }

html.bright .login-title{
    font-size: 26px; 
    background: linear-gradient(90deg, #ff002c, #f94d0b 70%);
    -webkit-background-clip: text;
}
    html.bright .lang-en .login-title{
        font-weight: 900!important;
        line-height: normal;
    }
  @media (min-width: 1200px), (min-width: 992px) {
    html.bright .login-title{
      font-size: 32px;  
    }
  }


html.bright .login .txt-desc{
    margin-top: 5px;
    font-size: 15px;
    color: #5c5b61;
    font-weight: 600;
}
    html.bright .lang-zh .txt-desc {
        font-family: poppin;
        font-weight: 600;
        font-size: 16px;
    }


html.bright .login-banner .banner-img{
    content: url(/lighttheme/images_ver_1_1/login-img-girl.png);
    filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.5));
    width: 225px;
    left: 50%!important;
    transform: translateX(-50%)!important;
    position: absolute !important;
    bottom: 0 !important;
}
  @media (min-width: 1200px), (min-width: 992px) {
      
    html.bright .login-banner .banner-img {
        display: none;
        width: 570px !important;
        filter: drop-shadow(-10px 10px 30px rgba(0, 0, 0, 0.5));
    }
  }

html.bright .login-banner .banner-img-coin-div{
    
}
  @media (min-width: 1200px), (min-width: 992px) {
      
    html.bright .login-banner .banner-img-coin-div {
        display: none;
    }
  }
    
.login-banner .banner-img-coin {
    bottom: 0px;
    top: unset;
    left: 50%!important;
    transform: translateX(-50%);
    content: url(/lighttheme/images_ver_1_1/login-img-coin.png);
    mask-image: none;
    -webkit-mask-image:none;
}

html.bright .login-form-card{
    background: linear-gradient(#d9d9e1 8.43%, #fff 48.64%, #dcdddd);
    background: linear-gradient(#ffffff 8.43%, #fff 48.64%, #dcdddd);
    border: 3px solid #ffffff; 
    box-shadow: none !important;
}
    @media (min-width: 1200px), (min-width: 992px) {
        .login-form-card{
             padding: 90px 14% 34px;
            filter: drop-shadow(2px 4px 16px rgba(0, 0, 0, 0.5));
        }
    }

    html.bright .login-form-card:after, .login-form-card:before{
        background: none;
    }

html.bright .lang-zh .form-content .form-text{
    font-family: "Noto Sans SC", sans-serif;
    font-weight: 700;
}

html.bright .login-form-card .form-text a.primary {
    color: #ff0000 !important;
   
}
html.bright .lang-en .login-form-card .form-text a.primary {
    font-family: inter;
}
html.bright .lang-zh .login-form-card .form-text a.primary {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 1.03em;
    font-weight: 700;
}
html.bright .login-form-card .form-component-input-wrapper{
    background-color: #dddde5 !important;
    height: auto;
    padding: 8px 15px;
}
html.bright .login-form-card .form-component-input-wrapper input{
   box-shadow: unset !important; 
   color: black !important;
   font-size: 1.1em !important; 
}
@media (min-width: 1200px), (min-width: 992px) {
    html.bright .login-form-card .form-component-input-wrapper input{
       font-size: 1.2em !important; 
    }
}



html.bright .login-form-card .form-component-input-wrapper .suffix-widget .input-icon{
    color: #ff0000 !important;
    font-weight: 600;
}

html.bright .login-form-card .form-check .link{
    color: #ff0000 !important;
    font-size: 1.1em!important;
    font-weight: 700;
}
  @media (min-width: 1200px), (min-width: 992px) {
      html.bright .login-form-card .form-check .link{
          font-size: 1.15em!important;
        font-weight: 700;
    }
}
    html.bright .lang-en .login-form-card .form-check .link{
        font-family: inter;
    }
    html.bright .lang-zh .login-form-card .form-check .link{
        font-family: "Noto Sans SC", sans-serif;
        font-size: 1.1em !important;
        line-height: normal!important;
        font-weight: 800;
    }
    html.bright .lang-zh .login-form-card .form-check .form-check-label .link{
         font-size: 1em !important;
         font-weight: 800;
    }

html.bright .form-content .form-text{
    font-weight: 500;
    color: #0a0a0a !important;
    font-size: 1.2em !important;
    font-family: inter;
}
html.bright .form-content .form-check > .row > div{
    align-items: flex-start;
    align-self: start;
}
html.bright .login-form-card .form-check-input{
   background-color:  #ff0000;
    border:1px solid #ff0000;
}

.lang-en .form-check-label, .lang-zh .form-check-label {
     color: #0a0a0a !important;
    text-align: left;
}
.lang-en .form-check-label{
    font-family: inter;
}
    html.bright .form-check-label{
        font-weight: 500;
        font-size: 1.2em;
    }
        html.bright .lang-zh .form-check-label{
            font-family: "Noto Sans SC", sans-serif;
            font-size: 1.1em!important;
            font-weight: 700!important;
           
        }


html.bright .login-back-btn .icon-back{
    filter: grayscale(100%) brightness(110%);
}

html.bright .login-banner .benefit{
    display: none!important;
}

    
/*LOGIN PC VIEW*/
@media (min-width: 1200px), (min-width: 992px) {
    
    
    html.bright .login{ 
      /*  min-width: 1200px;*/ /* 25/1/20206 : commented to Fixed for ipad pro cannot fit in*/
    }
    
    html.bright .login-banner-wraper{
        overflow: hidden;
        filter: drop-shadow(2px 4px 16px rgba(0, 0, 0, 0.5));
    }
    
    html.bright .login-banner .benefit{
        display: none;
    }

    @media (max-width: 390px){
        html.bright .login-banner .banner-img {
            transform: scale(1.1) !important;
            top: 10px !important;
            position: absolute!important;
            bottom:0!important;
        }
    }
    
    html.bright .login-banner .banner-img-coin {
        bottom:-1px;
    }
}
  


/***********************************/
/**********REGISTER*****************/
/***********************************/

.register-page .login-form-card{
    height: 597px;
}
  @media (min-width: 1200px), (min-width: 992px) {
    .register-page .login-form-card{
        height: 697px;
        width: 100%;
        left:-15px;
        padding: 90px 14% 34px;/*25/1/2026 :  chg the left right padding*/
    }
 }

html.bright .register-page .login-gp {
    padding-top: 20px !important;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .register-page .login-gp {
            padding-bottom: 30px;
        }
    }

html.bright .login-form-wraper{
    padding-bottom: 20px!important;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .login-form-wraper{
            padding-bottom: 0!important;
        }
    }

 .register-page .login-title{
    font-size: 2em !important;
    line-height: normal !important;
  }
        html.bright .lang-zh .login-title{
            font-size: 2.4em !important;
        }
    
    @media (min-width: 1200px), (min-width: 992px) {
        .register-page .login-title{
            font-size: 2.3em !important;
            line-height: 0.8 !important;
        }
        html.bright .lang-zh .login-title{
            font-size: 2.8em !important;
        }
    }

html.bright .lang-en .txt-desc{
    font-family: inter;
    font-size: 1.2em;
    line-height: normal;
    margin-top:0!important;
}
    html.bright .lang-zh .txt-desc{
        font-size: 1.3em;
        margin-top: 8px!important;
    }
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .lang-en.register-page .txt-desc{
            margin-top: 8px!important;
            line-height: normal;
            font-size: 1.5em;
        }
    }

html.bright .register-page .link-register .txt-link{
    font-family: inter!important;
    color: #ff0000 !important;
    font-size: 1.3em;
    line-height: normal!important;
}
    html.bright .register-page.lang-zh .link-register .txt-link{
        font-family: "Noto Sans SC", sans-serif!important;
        font-weight: 700;
        font-size: 1.3em;
    }
       @media (min-width: 1200px), (min-width: 992px) {
           html.bright .register-page .link-register .txt-link{
               font-weight: 700;
            }
            html.bright .register-page .login-form-card .form-check .link{
               font-size: 1em !important; 
                font-weight: 700;
            }
        }

html.bright .register-page .link-register .txt-normal {
     font-family: inter!important;
    font-weight: 500!important;
    color: #0a0a0a !important;
    font-size: 1.2em !important;
    margin-right: 10px;
    line-height: normal!important;
}
    html.bright .register-page.lang-zh .link-register .txt-normal {
        font-family: "Noto Sans SC", sans-serif!important;
        font-weight: 700!important;
        font-size: 1.2em!important;
    }
html.bright .register-page .login-form-card .form-check .link{
    font-size: 1em !important;
}

.register-page .login-banner-wraper {
    padding: 0 !important;
}
html.bright .register-page .login-banner{
    height: 280px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
    @media (min-width: 1200px), (min-width: 992px) {
        .register-page .login-banner-wraper {
                flex: 0 0 50% !important;
                max-width: 50% !important;
                padding: 0 !important;
        }
        html.bright .register-page .login-banner {
            width: 100%;
            height: 697px !important;
            margin-right: 0;
            left:0;
            background-image: url(/lighttheme/images_ver_1_1/register-side-bg-wit-girl.jpg) !important;
            background: url(/lighttheme/images_ver_1_1/register-side-bg-wit-girl.jpg) !important;
            background-size: cover !important;
            background-repeat: no-repeat !important;
        }
    }

html.bright .register-page .login-banner .banner-img{
    content: url(/lighttheme/images_ver_1_1/register-img-girl-s.png);
    width: 250px !important;
    height: auto;
    filter: drop-shadow(-5px 30px 10px rgba(0,0,0,0.5)) !important;
    margin-left: auto;
    margin-right: auto;
    left: 50%!important;
  /*  right: 0;*/
    transform: scale(1.15) translateX(-50%)!important;
    transform-origin: top;
    top:-50px;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .register-page .login-banner .banner-img{
            display:none;
            width: 480px !important; 
            margin-left: unset;
            margin-right: unset;
            left: 0;
            right: 0;
        }
    }

.register-page .login-banner .banner-img-coin{
    top: unset;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
/*    left: 0;
    right: 0;*/
     left: 50% !important;
     transform: translateX(-50%);
}
    @media (min-width: 1200px), (min-width: 992px) {
        .register-page .login-banner .banner-img-coin {
            left: unset;
            right: 0;
            width: 630px;
           
        }
    }
@media (max-width: 390px) {
    .login-banner .banner-img-coin {
        top: unset !important;
       /* left: 0 !important;*/
        bottom: 0px !important;
    }
}


.register-page .login-banner .benefit{
    margin-left:50px;
    display: none;
}


@media (min-width: 1200px), (min-width: 992px) {
    html.bright .register-page.container{
        max-width: 1400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .register-page .login-form-wraper {
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }
}

@media (max-width: 390px) {
    register-page .login-banner .banner-img {
        transform: scale(1.1) !important;
        top: 10px !important;
    }
}



@media (max-width: 991px) {
    .register-page .login-gp {
         min-width: unset; 
    }
}


/*************************************************************/
/*******HOME**************************************************/
/*************************************************************/
html.bright .top-menu, html.bright header{
    background: #f5f5f5 !important; 
}

/*HOME:TOP RIGHT OPTION*/
.top-menu{
    height: auto;
}

@media (min-width: 990px) {
    .top-menu>.container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
@media (min-width: 1200px), (min-width: 992px) {
    html.bright .avatar-gp{
        display: none;
    }
}

html.bright .top-menu .ui-btn:after{
    content:none;
}
.balance-counter{
   background: linear-gradient(#ffffff, #ededed 65%) !important; 
}
.balance-counter:after{
    content:none;
}

.balance-counter .deposit-icon{
    display: none;
}
    .balance-counter .balance-counter-amount{
        
        text-align: left;
        min-width: 90px;
        color: #111111 !important;
        font-family: inter;
        font-size: 1.2em;
        font-weight: 700;
    }
        @media (min-width: 1200px), (min-width: 992px) {
           .balance-counter .balance-counter-amount{
               flex:unset;
                min-width: 130px;
            }
        }
    balance-counter-amount-text{
        z-index: 10;
        position: relative;
        width:100%;
    }

    .balance-counter .deposit-link{
        background: linear-gradient(180deg, #f37777, #f91111);
    }
    html.bright .balance-counter .deposit-link a>span{
        font-family: inter;
        font-size: 1.1em;
    }
    html.bright .lang-zh.balance-counter .deposit-link a>span{
        font-family: "Noto Sans SC", sans-serif;
         font-size: 1.1em;
    }
html.bright .lang-box{
        background: linear-gradient(#ffffff, #ededed 65%) !important;
}
html.bright .lang-box:after{
    content:none;
}
    html.bright .lang-box a span, html.bright .lang-box a:hover span {
        color: #111111 !important;
        font-size: 1.2em;
        font-family: inter;
        font-weight: 700;
    }
    html.bright .lang-zh .lang-box a span, html.bright .lang-box a:hover span, html.bright .cn .lang-box a span, html.bright .lang-box a:hover span{
        font-family: "Noto Sans SC", sans-serif;
        font-size: 1.2em;
        font-weight: 700;
    }
    html.bright .lang-box>a>.icon-arrow-dw-wrapper{
        background: linear-gradient(180deg, #f37777, #f91111); 
    }
        html.bright .lang-box>a>.icon-arrow-dw-wrapper .icon-arrow-dw{
            height: auto;
            filter: invert() brightness(100) !important;
        }

html.bright .top-menu .ui-btn{
    font-size: 1.2em;
    color: #fff !important;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
}

/* Phone */
@media (max-width: 767px) {
 
    html.bright .top-menu .avatar-gp{
        display: none;
    }
}

/*SIDE MENU*/
 .modal-side-menu-desktop{
      margin-top: 10px;  
    }

    html.bright .modal-side-menu .modal-content, html.bright .modal-side-menu-desktop .modal-content{
        padding: 10px 10px !important; 
        background: white !important;
        box-shadow: none !important;
    }
         html.bright .modal-side-menu-desktop .modal-content{
            height: auto;
            padding-top: 30px !important;
        }

    .modal-side-menu .modal-header{
        padding-top:0;
    }
            .modal-side-menu-desktop .modal-header{
                padding-top:20px;
            }
        html.bright .modal-side-menu .modal-header .close {
            color: #000000 !important;
            font-size: 1.5em !important;
            line-height: normal !important;
            font-weight: 900;
            padding: 1px 7px;
            background-color: #e0e0e0;
            border-radius: 100%;
            margin-top: 6px;
            margin-bottom: 10px;
        }
        .modal-header .close{
         
        }
        html.bright .modal-side-menu .modal-header .close>span{
            font-size:unset!important;
        }

    .modal-side-menu .modal-body{
        padding-top:0!important;
    }
        .modal-side-menu-desktop .modal-body{
            overflow-y: visible;
        }
    .modal-side-menu .menu_card{
        padding: 3px;
        background:none;
    }
        .menu_card_avatar{
            width: 60px!important;
            height: 60px !important;
            background: #ededed;
        }
        .modal-side-menu .menu_card .menu_card_avatar{
             background: #ededed;
        }
        .modal-side-menu .menu_card .menu_card_avatar>img:first-child{
            border-radius: 7px;
        }
    .modal-side-menu  .menu_card .menu_card_inner .menu_card_info{
        left:0;
    }
        .modal-side-menu .menu_card .menu_card_inner .menu_card_info .menu_card_user_info .menu_card_username>span.username-text{
            color:#ff0000;
            font-family: inter;
            font-size: 1.6em !important;
            font-weight: 600;
        }
        .modal-side-menu .lang-zh  .menu_card .menu_card_inner .menu_card_info .menu_card_user_info .menu_card_username>span.username-text{
            font-family: "Noto Sans SC", sans-serif;
            font-weight: 700;
        }
    html.bright .vip-level{
        font-family: inter !important;
        font-size: 1.3em !important;
        color: #111 !important;
        line-height: Normal !important;
        margin-top: -5px;
    }

         @media (min-width: 1200px), (min-width: 992px) {
             html.bright .vip-level{
                margin-top: -2px;
             }
        }
        html.bright .lang-zh .vip-level{
            font-family: "Noto Sans SC", sans-serif !important;
            font-size: 1.2em !important;
        }
        html.bright .vip-club-link{
            font-family: Inter, sans-serif;
            line-height: normal;
            font-size: 1.2em !important;
        }
            html.bright .lang-zh .vip-club-link{
                font-family: "Noto Sans SC", sans-serif;
                font-size: 1.1em !important;
             }
        
        @media (min-width: 768px) and (max-width: 1024px) {
            html.bright .vip-club-link{
                font-size: 1.3em !important;
            }
            html.bright .lang-zh .vip-club-link{
                font-size: 1.2em !important;
            }
        }
        
        .modal-side-menu .menu_card .menu_card_inner .menu_card_info .menu_card_user_info .menu_card_vipbadge{
            width: 50px;
            height: auto;
            margin-top: unset;
            margin-left: unset;
            position: absolute;
            right: 0;
            left: unset;
        }
        .modal-side-menu .menu_card .menu_card_inner .menu_card_info .menu_card_user_info .menu_card_vipbadge img {
            filter: unset;
        }
       
    .modal-side-menu .menu_card .menu_card_inner .menu_card_info .menu_card_user_info .menu_card_username{
        gap:2px!;
    }
    .modal-side-menu .username-text{
        font-size: 13px!important;
    }
    
    .menu_card_avatar .avatar_badge{
        display: none;
    }
    .modal-side-menu .menu_card .menu_card_inner .menu_card_info .menu_card_control {
        margin-top: 15px;
    }
    .modal-side-menu .menu_card_control .btn{
        width:100%!important;
        height: auto!important;
        aspect-ratio: unset;
        padding: 5px 8px;
        position: relative;
        z-index: 1;
        cursor: pointer;
        background: linear-gradient(180deg, #f37777, #f91111) !important;
        transition: all .5s;
    }
         @media (min-width: 1200px), (min-width: 992px) {
             .modal-side-menu .menu_card_control .btn:hover{
                 box-shadow: 0 5px 10px var(--color-primary-shadow);
                 
            }
        }
        
        .modal-side-menu .menu_card_control .btn:after{
            position: absolute;
            bottom: -8px;
            left: 50%;
            width: 95%;
            height: 10px;
            transform: translateX(-50%);
            filter: blur(5px);
            z-index: 0;
            background: radial-gradient(#B600FF 0, #ff3ba300 80%);
            pointer-events: none; 
        }
            .modal-side-menu .btn > a {
                color: white !important;  
            }
                .lang-en .menu_card_control .btn a{
                    font-family: inter;
                    font-size: 1.2em!important;;
                    font-weight: 600;
                }
                .lang-zh .menu_card_control .btn a{
                    font-family: "Noto Sans SC", sans-serif!important;
                    font-size: 1.2em;
                    font-weight: 600;
                }
                .modal-side-menu .menu_card_control .btn .btn-glow{
                    display: none;
                }
    
    /*Temp */
    .modal-side-menu .menu_card_control{
        justify-content: center;
        padding-left:0;
    }
    .modal-side-menu .menu_card_inner .menu_card_info .menu_card_control{
        margin-left:-60px;
    }
    
    html.bright .modal-side-menu .btn-footer .icon>img, html.bright .modal-side-menu .modal-menu-ul .simple-link .icon img, html.bright .modal-side-menu .modal-menu-ul-inn .icon>img{
        height: 35px;
    }

    
    .modal-side-menu .modal-menu-ul button.btn-footer{
        font-size: unset;
    }
        html.bright .modal-side-menu .accordion button.btn-footer:after{
            transform: translateY(-40%) scale(.5);
            filter: unset;
            transform-origin: center;
        }

    .modal-side-menu .modal-menu-ul button.btn-footer, .modal-side-menu .modal-menu-ul .simple-link a{
       padding: 3px 10px; 
    }
        html.bright .modal-side-menu .modal-menu-ul button.btn-footer, .modal-side-menu .modal-menu-ul .simple-link a{
            background: #f4f4f5;
            box-shadow: none;
        }

        html.bright .modal-side-menu .modal-menu-ul .simple-link, html.bright .modal-side-menu .modal-menu-ul-inn ul li, html.bright .modal-side-menu .modal-menu-ul .menu_accor {
            position: relative;
        }
        @media (min-width: 1200px), (min-width: 992px) {
            html.bright .modal-side-menu .modal-menu-ul .simple-link a:hover, html.bright .modal-side-menu .modal-menu-ul-inn ul li > a:hover, html.bright .modal-side-menu .modal-menu-ul .button.btn-footer:hover{
               background:linear-gradient(90deg, #FFCBC7 3%, #FFF0F1 100%);
               box-shadow: none!important;
            }
        }
        html.bright .modal-side-menu .modal-menu-ul .simple-link.active a, html.bright .modal-side-menu .modal-menu-ul-inn ul li.active a, html.bright .modal-side-menu .modal-menu-ul .menu_accor.active button.btn-footer{
           background:linear-gradient(90deg, #FFCBC7 3%, #FFF0F1 100%);
           box-shadow: none!important;
        }
        html.bright .modal-side-menu .modal-menu-ul .simple-link.active:after,  html.bright .modal-side-menu .modal-menu-ul-inn ul li.active:after, html.bright .modal-side-menu .modal-menu-ul .menu_accor.active:after{
            content: '';
            position: absolute;
            width: 3px;
            height: 20px;
            background: red;
            z-index: 10;
            transform: translateY(-50%);
            top: 50%;
        }

    .modal-side-menu .modal-menu-ul .icon, .modal-side-menu .modal-menu-ul .simple-link .icon{
        padding:10px;
    }
    html.bright .modal-side-menu .menu_accor .btn-footer .label, html.bright .modal-side-menu .modal-menu-ul .simple-link .label, html.bright .modal-side-menu .modal-menu-ul-inn ul li a .label{
        font-family: inter;
        font-size: 1.3em;
        font-weight: 700 !important;
        letter-spacing: normal;
        text-transform: capitalize;
        color: #292929!important;
    }
        html.bright .modal-side-menu .lang-zh.menu_accor .btn-footer .label, html.bright .modal-side-menu .lang-zh.modal-menu-ul .simple-link .label, html.bright .modal-side-menu .modal-menu-ul-inn ul li a .label{
            font-family: "Noto Sans SC", sans-serif !important;
            font-size: 1.25em!important;
            font-weight: 800 !important;
        }
    
    .modal-side-menu .modal-menu-ul-inn li{
       background: #dbd9da; 
    }
    .modal-side-menu .modal-menu-ul-inn a{
        height: auto;
        padding: 0px 10px;
    }  
@media (min-width: 990px) {
   
}

/*BOTTOM MENU */

html.bright .bottom-nav{
   background: linear-gradient(#fff, #eaeaea);
   box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
   height: auto;
   padding-bottom: 10px !important;
    bottom:-1px;
}


/*HOME : BANNER*/

html.bright .banner-carousel-wrapper .swiper{
    overflow: hidden;
    padding-top:0!important;
}
    html.bright .bottom-nav .itm label{
        font-size: 1.1em;
        color: #033b10 !important;
        top:0;
    }
    html.bright .lang-zh .bottom-nav .itm label{
        font-size: 1em;
        font-weight: 700;
    }

/*HOME:QUICK WALLET*/
.quick-wallet .main-box .card-container{
    background: url(/lighttheme/images_ver_1_1/box-bg-pink.jpg);
    background-position: center;
    background-size: cover;
}
.quick-wallet .main-box .card-container .button-group .quick-wallet-main-button{
    font-size: 1.2em;
    background: linear-gradient(180deg, #f37777, #f91111);
    padding: 8px 5px;
    border-radius: 5px;
}
.balance-pill{
    background: linear-gradient(#ffffff, #ededed 65%);
    border: 1px solid #ee0c77;
}
.quick-wallet-button{
    padding: 7px 10px;
    background: linear-gradient(180deg, #f37777, #f91111);
}


/*HOME:BIG WINNER*/
.recent-big-win-slider .slick-slide, .recent-big-win-slider .swiper-slide{
    aspect-ratio:unset; /*26/1/2025*/
}
html.bright .recent-big-win-slider{
    padding: 40px 10px 10px; 
   /* background: radial-gradient(circle at top, #f5d2d2 0%, #ededed 80%);*/
    background-image: url(/lighttheme/images_ver_1_1/big-win-bg.jpg);
    border: 2px solid white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.2));
}
    @media (min-width: 1200px), (min-width: 992px) {
       html.bright .recent-big-win-slider{
            padding: 60px 25px 15px; 
            margin-top:20px;
            border: 3px solid white;
        }
    }
@media (min-width: 1200px), (min-width: 992px) {
    html.bright .recent-big-win-slider:after{
        transform: scale(1.4);
    }
}

html.bright .recent-big-win-slider .swiper {
    overflow: hidden;
    padding: 0!important;
}

html.bright .recent-big-win-slider .swiper-slide {
    padding-bottom: 15px !important;
    box-shadow: none !important;
    filter: none !important;
}
@media (min-width: 1200px), (min-width: 992px) {
    html.bright .recent-big-win-slider .swiper-slide {
        padding: 5px !important;
        padding-bottom: 15px !important;
    }
} 

html.bright .recent-big-win-slider .section-title-gp{
    margin:0;
}
html.bright .recent-big-win-slider .section-title-gp .icon{
     top:-33px;
}
 @media (min-width: 1200px), (min-width: 992px) {
     html.bright .recent-big-win-slider .section-title-gp .icon{
         top:-50px;
     }
    html.bright .recent-big-win-slider .section-title-gp .icon img{
        width:150px;
    }
}





html.bright .recent-big-win-slider .thumb-tag-info .thumb{
    border:0!important;
    padding: 0px !important;
}

html.bright .recent-big-win-slider .slick-slider .itm{
    border-radius: 10px;
    background: linear-gradient(to bottom, #fff, #f5f5f5);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2), inset 0 -10px 10px #fff !important;
    border: 2px solid #fff;
    padding:3px!important;
    aspect-ra
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .recent-big-win-slider .slick-slider .itm{
            box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2), inset 0 -10px 10px #fff !important;
            padding:5px!important; /*26/1/2025*/
            aspect-ratio: unset !important; /*26/1/2025*/
        }
    }

.recent-big-win-slider .slick-slider .itm>.thumb-glow, .recent-big-win-slider .slick-slider .itm .bottom-info>.thumb-glow{
    display: none;
}
    html.bright .recent-big-win-slider .itm .winner{
        font-size: 0.9em !important;
        text-align: center;
        color: #111111 !important;
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 1px;

    }
        @media (min-width: 1200px), (min-width: 992px) {
            html.bright .recent-big-win-slider .itm .winner{
                font-size: 1.1em !important;
            }
        }


    .recent-big-win-slider .itm .bottom-info{
        width:95%;
        margin-top: 5px;
     }

        html.bright .recent-big-win-slider .itm .amt{
            font-size: 1em!important;
            text-align: center;
            font-weight: 900;
        }
            @media (min-width: 1200px), (min-width: 992px) {
                 html.bright .recent-big-win-slider .itm .amt{
                    font-size: 1.1em;
                    font-weight: 900;
                }
            }

/*HOME : CAT BOX*/

.cat-gp{
    display: none;
}
@media (min-width: 1200px), (min-width: 992px) {
    .cat-gp .itm-sm-gp{
       grid-gap: 8px;
       grid-template-columns: repeat(3, 1fr); 
    }
    html.bright .cat-gp .itm-sm{
        flex-direction: row;
    }
    html.bright .cat-gp .itm-sm img{
        width:200px;
        transform: none;
    }
    html.bright .cat-gp .itm-sm .label{
        font-weight: 800;
        text-transform: uppercase;
        font-size: 20px;
    }
    html.bright .cat-gp .itm-sm:first-child:before {
        content: url(/light/images/cat-casino-pattern.png);
    }
    html.bright .cat-gp .itm-sm:nth-child(2):before {
        content: url(/light/images/cat-sport-pattern.png);
    }
    html.bright .cat-gp .itm-sm:nth-child(3):before {
        content: url(/light/images/cat-slot-pattern.png);
    }
    html.bright .cat-gp .itm-sm:nth-child(4):before {
        content: url(/light/images/cat-esport-pattern.png);
    }
    html.bright .cat-gp .itm-sm:nth-child(5):before {
        content: url(/light/images/cat-fishing-pattern.png);
    }
}


/*HOME: HOT GAME*/

html.bright .live-casino .section-title .title, html.bright .latest-round-race .section-title .title, html.bright .live-sport .section-title .title{
    color: #151515 !important;
    background: none !important;
    -webkit-text-fill-color: unset !important;
    padding-left:0;
}
    html.bright .lang-zh .live-casino .section-title .title, html.bright .latest-round-race .section-title .title, html.bright .live-sport .section-title .title{
        font-family: "Noto Sans SC", sans-serif!important;
        font-size: 1.6em!important;
        font-weight: 800!important;
    }
        @media (min-width: 1200px), (min-width: 992px) {
            html.bright .lang-zh .live-casino .section-title .title, html.bright .latest-round-race .section-title .title, html.bright .live-sport .section-title .title{
                font-size: 1.8em!important;
            }
        }
html.bright .live-casino.thumb-slider.slider-thumb-gp .swiper-slide{
    height: auto!important;
    overflow: hidden;
    background: linear-gradient(to bottom, #fff, #f5f5f5);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2), inset 0 -10px 10px #fff !important;
    filter: drop-shadow(0px -2px 0px #fff);
}
html.bright .live-casino.thumb-slider.slider-thumb-gp .thumb-tag-info .thumb{
    padding: 0px !important;
    background:none!important;
}
    html.bright .live-casino.thumb-slider.slider-thumb-gp .thumb-tag-info .thumb img{
        width: 100%;
        height: 100%;
    }

html.bright .live-casino.thumb-slider.slider-thumb-gp .swiper-slide .itm>.label{
    bottom: 2px;
    z-index: 10;
    padding-bottom: 5px;
    font-size: 1.1em;
    color: #000;
    font-weight: 800;
    font-family: "Noto Sans SC", sans-serif !important;
}
.recent-big-win-slider .slick-slider .itm>.thumb-glow, html.bright .live-casino.thumb-slider.slider-thumb-gp .swiper-slide .itm>.thumb-glow{
    display: none;
}

/*HOME:HOT GAME & SPORT MATCH SECTION TITLE , NAV BTN */


html.bright .live-casino.thumb-slider{
    padding: 0px!important;
}

html.bright .live-sport .section-title .title{
    top:0!important;
    color: #151515 !important;
    background: none !important;
    -webkit-text-fill-color: unset !important;
    padding-left: 0;
}

html.bright .live-casino .more-link, html.bright .live-sport .more-link{
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    box-shadow: none;
    border: 1px solid #f34a9a !important;
}
  html.bright .more-link > span{
        font-family: inter;
        font-weight: 500!important;
        font-size: 1.1em !important;
        font-size: 1.2em !important;
    }

    html.bright .lang-zh.live-casino .more-link>span,
    html.bright .lang-zh.live-sport .more-link>span,
    html.bright .lang-zh .live-sport .more-link>span, 
    html.bright .cn .live-sport .more-link>span{
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 1.2em !important;
        line-height: 19px;
    }

html.bright .live-casino .nav-arrow, html.bright .live-sport .nav-arrow{
    top:0;
}
    html.bright .live-sport .nav-arrow button, html.bright .live-casino .nav-arrow button{
        width:auto!important;
        height: auto!important;
        background: linear-gradient(180deg, #f37777, #f91111) !important;
        box-shadow: none;
        border: 1px solid #f34a9a !important;
    }
        html.bright .live-sport .nav-arrow button img, html.bright .live-casino .nav-arrow button img  {
            width: 17px !important;
            height: auto !important;
            filter: invert() !important;
        }


/*HOME : LIVE SPORT MATCH*/
.live-sport  .swiper-wrapper > div{
    padding:0 4px;
    padding-bottom: 20px;
}

.live-sport .itm{
   height: auto!important; 
   padding: 0 10px 15px!important;
   filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
}
    html.bright .live-sport .itm.soccer-bg1,  html.bright .live-sport .itm.soccer-bg2,  html.bright .live-sport .itm.soccer-bg3{
        background-image: url(/lighttheme/images_ver_1_1/sport-match-bg.jpg) !important;
    }
        html.bright .live-sport .itm .row{
        margin-top:-10px;
    }
    .live-sport .logo-wrap img{
        width:60px;
    }
        @media (min-width: 1200px), (min-width: 992px) {
            .live-sport .logo-wrap img{
                width:100%;
            }
        }

html.bright .live-sport .logo-gp .label {
    font-family: inter;
    font-weight: 800;
    color: #0c0c0c !important;
    font-size: 1.1em !important;

}
@media (min-width: 1200px), (min-width: 992px) {
    .live-sport .logo-gp .label {
         font-size: 1.1em !important;
    }
}
.live-sport .score-gp{
        margin-top: 0!important;
}
    .live-sport .score{
        font-family: inter;
        color: #f70202;
       font-size: 1.6em; 
        font-weight: 900;
    }
    html.bright .live-sport .note{
        white-space: nowrap;
        width: auto;
        padding: 0;
        background: none;
        font-family: inter;
        font-size: 1em;
        font-weight: 700;
        color: #3d3b3b !important;
    }
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .live-sport .note
         font-size: 0.8em;
        }
    }

html.bright .live-sport .custom-title{
    margin-bottom: 60px; 
}
html.bright .live-sport .custom-title .title-display{
    content: url(/lighttheme/images_ver_1_1/sport-match-title-plate.png) !important;
    position: absolute;
    height: auto;
}
html.bright .live-sport .custom-title .title-text{
    top: 5px;
}
    html.bright .live-sport .custom-title .title-text>span{
        top: 0px;
       -webkit-text-fill-color: unset;
        color: white;
        font-size: 1.3em;
        text-overflow: ellipsis;
        overflow-x: hidden;
        display: inline-block;
        width: 210px;
        white-space: nowrap;
        text-align: center; 
    }
/*    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .live-sport .custom-title .title-text>span{
             font-size: 1.1em; 
        }
          
    }*/

html.bright .live-sport .bet-rate{
    display: inline-block;
    flex-flow: unset;
    gap: unset;
    margin-top: 20px!important;
    text-align: center;
    background: white;
    flex-direction: row;
   -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 15%, black 85%, transparent 100%);
}
    html.bright .live-sport .bet-rate > div{
        padding: 2px 0px!important;
        filter: none;
        position: relative;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        border: 0;
        display: inline-block;
        background-image: none !important;
        width: auto;
        margin: 0 7px;
        margin-top: 3px;
    }
    html.bright .live-sport .bet-rate > div{

    }

html.bright .live-sport .bet-rate > div:before{
    position: absolute;
    top:0;
    left:0;
    box-shadow: 0px 0px 0px 0px black inset;
    width:100%;
}
        html.bright .live-sport .bet-rate>div>span{
            font-family: inter;
            font-size: 1.4em;
            color: #ff005c;
            font-weight: 700;
        }
        @media (min-width: 1200px), (min-width: 992px) {
            html.bright .live-sport .bet-rate>div>span{
               font-size: 1.2em;
            }
        }

/*HOME : LATEST ROUND*/
html.bright .latest-round-race{
    padding: 20px 0px 10px!important;  
}

.live-casino .section-title-gp{
   margin-bottom: 0;
}
    .latest-round-race .section-title{
        padding-left:0!important;
    }


html.bright .tab-p .nav-item>a{
    cursor: pointer;
    font-size: 1.1em !important;
    color: #111111 !important;
    padding: 8px;
}
html.bright .lang-zh .tab-p .nav-item>a{
    font-family: "Noto Sans SC", sans-serif!important;
    font-size: 1.3em !important;
    font-weight: 700;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .tab-p .nav-item>a{
           font-size: 1.3em !important; 
             padding: 8px 20px;
        }
        html.bright .tab-p .nav-item>a:hover{
            text-decoration: none;
        }
    }

html.bright .tab-p .nav-item>a.active {
    background: #bf0404 !important;
    padding: 2px 2px !important;
    box-shadow:  0px 10px 0px 0px #bb3636 inset !important;
     -webkit-box-shadow:  0px 10px 0px 0px #bb3636 inset !important;
    padding: 2px 10px !important;
}

.tab-p{
  padding-bottom: 10px;  
}
    html.bright .tab-p .nav-item>a.active:after{
        content:none;
        bottom: -20px;
        width: 90%;
        height:30px;
        background: radial-gradient(#ff00d7 0, #ff3ba300 80%);
        transform: translateX(-50%); 
        opacity: .75;
    }

html.bright .latest-round-race .table-widget-header{
   filter: none;
    border:0;
    box-shadow: none;
    height: auto;
}
  @media (min-width: 1200px), (min-width: 992px) {
    .latest-round-race .table-widget-header .table-widget-cell.first_header_cell{
        padding-left:70px!important;
    }
  }

    html.bright .latest-round-race .table-widget-header .table-widget-cell{
        color: #e30404 !important;
        justify-content: center !important;
        font-size: 1em !important;
        font-weight: 800 !important;
    }
          @media (min-width: 1200px), (min-width: 992px) {
                html.bright .latest-round-race .table-widget-header .table-widget-cell{
                    justify-content: flex-start!important;
                    font-size: 1.3em !important;
                }
          }

        html.bright .latest-round-race .ranking .table-widget-header .table-widget-cell:last-child{
            justify-content: center !important;
             width: 40% !important;
        }
          @media (min-width: 1200px), (min-width: 992px) {
                 html.bright .latest-round-race .ranking .table-widget-header .table-widget-cell:last-child{
                    justify-content: flex-start!important;
                }
          }


    html.bright .latest-round-race .table-widget-cell{
        font-size: 1.05em!important;  
        padding: 13px 8px !important;  
    }
        @media (min-width: 1200px), (min-width: 992px) {
            html.bright .latest-round-race .table-widget-cell{
                font-size: 1.2em!important;
                padding: 13px !important;  
            }
            html.bright .latest-round-race .ranking .table-widget-cell{
                padding: 8px !important;  
            }
        }

html.bright .latest-round-race .table-widget-row{
    border:0;
}
    html.bright .latest-round-race .table-widget-row.row-odd, html.bright .latest-round-race .ranking .table-widget-row.row-even{
        background: linear-gradient(rgb(239 236 239), rgb(220 221 223)) !important;
    }
    html.bright .latest-round-race .table-widget-row.row-even, html.bright .latest-round-race .ranking .table-widget-row.row-odd{
        background: white !important;
    }

    html.bright .latest-round-race .table-widget-row .table-widget-cell, html.bright .latest-round-race .table-widget-row .table-widget-cell .place{
        color:black!important;
    }
    .latest-round-race .table-widget-row:last-child{
        border:0;
    }

html.bright .latest-round-race .ranking .table-widget-cell.cell-last{
    justify-content: flex-end !important;
    width: 40% !important;
}
     @media (min-width: 1200px), (min-width: 992px) {
        html.bright .latest-round-race .ranking .table-widget-cell.cell-last{
            justify-content: flex-start!important;
        }
    }

html.bright .latest-round-race .table-widget-cell .primary{
    text-shadow: none !important;
    color: black !important;
}

html.bright .latest-round-race .table-widget-cell .note {
    color: #766571 !important;
    font-size: 0.9em;
}

 @media (min-width: 1200px), (min-width: 992px) {
    .latest-round-race .table-widget-cell img.logo{
        width:25px;
        height:25px;
        margin-right: 15px;
        margin-left: 25px;
     }
     .latest-round-race .table-widget-cell .place{
        width:40px;
        height:40px;
     }
}

html.bright .latest-round-race .contest-gp .ranking .more-link, html.bright .latest-round-race .contest-gp .ranking .period{
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    border: 0 !important;
    box-shadow: none;
    font-family: inter;
}
    html.bright .latest-round-race .contest-gp .ranking .period{
        font-size: 1.1em!important;
    }
    html.bright .lang-zh .latest-round-race .contest-gp .ranking .period{
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 1.1em!important;
        padding: 2px 6px;
    }
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .latest-round-race .contest-gp .ranking .more-link, html.bright .latest-round-race .contest-gp .ranking .period{
            font-size: 1.1em;
            font-weight: 600;
            padding: 7px 6px!important;
        }
    }

@media (min-width: 1200px), (min-width: 992px) {
    .contest-gp .flex > div:first-child.w-full{
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
    }
}

/*CONTETST GP */
html.bright .contest-gp > div >.gap-2{
    gap:2px;
}
    html.bright .contest-gp > div > .gap-2 > div{
        padding:6px;
    }

html.bright .contest-gp .contest-prize-pool{
    background-image: url(/lighttheme/images_ver_1_1/context_bg.jpg)!important;
}

html.bright .contest-gp .contest-prize-pool, html.bright .contest-gp .last-winner, html.bright .contest-gp .count-down-gp{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    height: 150px!important;
    overflow: hidden;
}
    html.bright .contest-gp .contest-prize-pool .side-img{
        background-image:none;
        flex: 0 0 100%;
        align-self: flex-end; 
    }
        @media (min-width: 1200px), (min-width: 992px) {
            html.bright .contest-gp .contest-prize-pool .side-img{
                align-self: flex-end!important;
            }
        }
        html.bright .contest-gp .contest-prize-pool .side-img img{
            content: url(/lighttheme/images_ver_1_1/contest_fg.png);
            opacity: 1;
            height: 150px!important;
            width: auto !important;
            display: flex;
            justify-self: center;
        }
            @media (min-width: 1200px), (min-width: 992px) {
                 html.bright .contest-gp .contest-prize-pool .side-img img{
                    height: auto;
                    width: 100%;
                 }
            }
     html.bright .contest-gp .contest-prize-pool .info{
        display: none;
    }

 @media (min-width: 1200px), (min-width: 992px) {
 
     html.bright .contest-gp .count-down-gp .title, html.bright .contest-gp .last-winner .crown{
         width: auto!important;
     }
    html.bright .contest-gp .count-down-gp .title, html.bright .contest-gp .last-winner .crown{
         height: 140px;
         margin-top: 10px;
     }
     html.bright .contest-gp .count-down-gp, html.bright .contest-gp .last-winner {
         height: 130px !important;
     }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* tablet styles */
    html.bright .contest-gp .contest-prize-pool, html.bright .contest-gp .last-winner, html.bright .contest-gp .count-down-gp{
        height: 130px!important;
    }
    html.bright .contest-gp .count-down-gp, html.bright .contest-gp .last-winner{
        margin-top: 0;
    }
    
    html.bright .contest-gp .contest-prize-pool .side-img{
        align-self: center;
    }
    
    html.bright .contest-gp .contest-prize-pool .side-img img{
        height: auto;
        width: 100%;
    }
}

html.bright .contest-gp .count-down-gp {
    background-image: url(/lighttheme/images_ver_1_1/countdown_bg.jpg)!important;
    height: 130px!important;
}
    html.bright .contest-gp .count-down-gp .title{
        content: url(/lighttheme/images_ver_1_1/countdown_fg.png);
        opacity: 1;
        top: 50%;
        left: 50%;
        width:100%;
        position: relative;
        transform: translate(-50%, -55%);
        margin-top:0;
        margin-bottom:0;
    } 
    html.bright .contest-gp .count-down-gp .countdown{
       display: none;
    }


    html.bright .contest-gp .last-winner {
        background-image: url(/lighttheme/images_ver_1_1/winner_bg.png)!important;
        height: 130px!important;
    }
    html.bright .contest-gp .last-winner .crown{
        content: url(/lighttheme/images_ver_1_1/winner_fg.png);
        top: 50%;
        left: 50%;
        width:130%;
        position: relative;
        transform: translate(-50%, -55%);
    } 
    html.bright .contest-gp .last-winner .title, html.bright .contest-gp .last-winner .ribbon, html.bright .contest-gp  .last-winner .amt{
        display: none;
    }

    @media (min-width: 990px) {
        html.bright .contest-gp .count-down-gp, html.bright .contest-gp .last-winner {
            margin-top: 0 !important;
            height: 150px !important;
        }
    }
/*************************************************************/
/*******USER**************************************************/
/*************************************************************/
html.bright .user-page header .container > div> button>{
    padding:10px;
}

html.bright .user-page img[alt="Back"]{
    filter:invert()!important;
    opacity: 1!important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    html.bright .user-page img[alt="Back"]{
          width: 30px;
    }


}
html.bright .user-profile-card{
    background: linear-gradient(180deg, #ffffff 30%, #efeef1);
    border: 0; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
    @media (min-width: 768px) and (max-width: 1024px) {
      html.bright .user-profile-card{
          padding: 30px 50px; 
          margin-bottom: 18px;
        }
    }

    html.bright .user-header{
        gap:20px;
    }
         @media (min-width: 768px) and (max-width: 1024px) {
          /* tablet styles */
             html.bright .user-header{
                gap:30px;
            }
        }

        html.bright .avatar-wrapper{
            background: rgba(0, 0, 0, .07);
            padding: 5px;
            width: 60px;
            height: auto;
        }
            @media (min-width: 768px) and (max-width: 1024px) {
                html.bright .avatar-wrapper{
                    width: 85px;
                }
            }

            html.bright .avatar-edit-btn{
                background: linear-gradient(180deg, #ffffff, #f9f5f5);
                    background: linear-gradient(180deg, #ff0000, #d30606);
                box-shadow: none;
                border: 0;

            }
                html.bright .avatar-edit-btn:before{
                    content:none;
                }
                html.bright .avatar-edit-btn img{
                    width: 20px;
                    height: auto;
                }
            html.bright .user-details{
                padding-top: 5px;
            }
            html.bright .username{
                color: #000 !important;
                font-family: Inter, san-serif;
                font-size: 1.5em;
                line-height: normal;
                font-weight: 700;
            }
            html.bright .lang-en .username{
                 font-family: Inter, san-serif;
            }
            html.bright .lang-zh .username{
                font-family: "Noto Sans SC", sans-serif!important;
                font-size: 1.35em;
            }
                @media (min-width: 768px) and (max-width: 1024px) {
                    html.bright .lang-en .username{
                         font-size: 1.9em;
                    }
                    html.bright .lang-zh .username{
                         font-size: 1.55em;
                    }

                }
            html.bright .user-id{
                font-family: Inter, san-serif;
                color: #999999;
                font-size: 1.2em;
                line-height: normal;
                font-weight: 500;
            }
                html.bright .lang-zh .user-id{
                    font-family: Inter, sans-serif;
                }

        html.bright .user-dots{
            font-family: Inter, sans-serif;
            font-weight: 500;
            font-size: 13px;
            color: #e3dde1;
            opacity: 1;
            height: 16px;

        }

    html.bright .vip-badge:after{
        content:none;
    }
        html.bright .user-profile-card .vip-logo{
            width: 70px;
            height:auto;
            margin-top: 10px;
        }
        
        @media (min-width: 768px) and (max-width: 1024px) {
          /* tablet styles */
            html.bright .user-profile-card .vip-logo{
                width: 100px;
                height:auto;
            }
        }

        html.bright .lang-zh .vip-section .vip-level{
            font-family: "Noto Sans SC", sans-serif !important;
            font-size: 1.2em !important;
            color:black!important;
        }
            @media (min-width: 768px) and (max-width: 1024px) {
              /* tablet styles */
                html.bright .lang-zh .vip-section .vip-level{
                     font-size: 1.3em !important;
                }
            }
        html.bright .vip-logo.vip-level-zero{
            filter:none;
        }
        html.bright .vip-progress-bar{
            height: 10px;
            background: #d0d0d1;
        }
            
            @media (min-width: 768px) and (max-width: 1024px) {
                html.bright .vip-progress-bar{
                    height: 15px;
                }
            }

            html.bright .vip-progress-fill{
                background: linear-gradient(90deg, #ff0389, #ff0000);
                box-shadow: none;
            }
        html.bright .vip-note{
            font-family: Inter, sans-serif !important;
            font-size: 1.1em !important;
            line-height: normal !important;
            color: #656464 !important;
        }
        html.bright .lang-zh .vip-note{
           font-family: Noto Sans TC, sans-serif !important;
        }
            @media (min-width: 768px) and (max-width: 1024px) {
                html.bright .vip-note{
                     font-size: 1.2em !important;
                }
            }
        html.bright .vip-club-link .arrow{
            font-size: 1.9em;
            transform: translateY(-3px);
            margin-left: 10px;
        }

html.bright .balance-card{
    background: white;
    background:url(/lighttheme/images_ver_1_1/box-bg-pink.jpg);
    border: 0; 
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    height: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
    @media (min-width: 768px) and (max-width: 1024px) {
        html.bright .balance-card{
            padding:30px 50px;
            margin-bottom: 18px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }
    }

    html.bright .balance-btn-wrapper:after{
        content:none;
    }
        html.bright .balance-btn{
            font-family: Inter, sans-serif;
            background: linear-gradient(180deg, #f37777, #f91111) !important;
            box-shadow: none;
            color: white !important;
            height: auto;
            padding: 5px 20px;
        }
            html.bright .lang-zh .balance-btn{
                font-family: Noto Sans SC, sans-serif;
                font-size: 1.2em !important;
                font-weight: 600;
            }
            
            @media (min-width: 768px) and (max-width: 1024px) {
                html.bright .balance-btn{
                    padding: 10px 20px;
                    font-size: 1.4em !important;
                }

            }

        

    html.bright .balance-icon{
        margin-right: 10px;
    }
        html.bright .balance-icon img {
            width: 55px;
            height: auto;
        }
        @media (min-width: 768px) and (max-width: 1024px) {
            html.bright .balance-icon{
                margin-right: 20px;
            }
            html.bright .balance-icon img {
                width: 80px;
            }
        }


    html.bright .balance-amount{
        top:8px;
    }
        @media (min-width: 768px) and (max-width: 1024px) {
            html.bright .balance-amount{
                top:5px;
            }
        }
        html.bright .balance-amount .amount-glow{
            display: none;
        }
        html.bright .balance-amount .amount {
            font-family: Inter, sans-serif;
            font-weight: 800;
            font-size: 1.7em;
            color: #000;
            text-shadow: none;
        }
            @media (min-width: 768px) and (max-width: 1024px) {
                html.bright .balance-amount .amount {
                     font-size: 2.5em;
                }
            }


        html.bright .balance-amount .currency{
            font-family: Inter, sans-serif;
            font-size: 1.1em;
            color: #777777;
        }

        html.bright .balance-label{
            font-family: Inter, sans-serif;
            font-size: 1.1em;
            color: #ff0000;
            text-shadow: none;
            font-weight: 600;
        }
            html.bright .lang-zh .balance-label{
                font-family: Noto Sans SC, sans-serif;
                font-size: 1.1em;
            }
                @media (min-width: 768px) and (max-width: 1024px) {
                    html.bright .balance-label{
                       font-size: 1.1em; 
                    }
                    html.bright .lang-zh .balance-label{
                        font-size: 1.2em;
                    }

                }

        html.bright .refresh-btn{
            background: linear-gradient(180deg, #f37777, #f91111);
            border-radius: 5px;
            padding: 5px;             
            opacity: 1;
        }
            @media (min-width: 768px) and (max-width: 1024px) {
                html.bright .refresh-btn{
                    padding: 8px; 
                    transform:scale(1.5);
                }

            }

html.bright .sub-balance-row{
   gap: 6px; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
    @media (min-width: 768px) and (max-width: 1024px) {
         html.bright .sub-balance-row{
                gap: 16px;
                margin-bottom: 18px;
        }
    }


html.bright .sub-balance-card{
    border: 4px solid white;
    background: linear-gradient(121deg, #fff, #FFF5F8);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
    
@media (min-width: 768px) and (max-width: 1024px) {
    html.bright .sub-balance-card{
        padding: 18px 50px;
    }

}

    html.bright .sub-balance-card:after{
        position: absolute;
        top: -5px;
        right: -5px;
        transform: scale(.8);
        background: none;
        filter: none;
        left: unset;
        width: unset;
        height: unset;
        bottom: unset;
    }
    html.bright .sub-balance-card:first-child:after{
        content:url(/lighttheme/images_ver_1_1/icon-coin-yellow.png);
       
    }
    html.bright .sub-balance-card:last-child:after{
        content:url(/lighttheme/images_ver_1_1/icon-chip-yellow.png);
    }

        html.bright .sub-balance-amount{
            font-family: Inter, sans-serif;
            font-weight: 800;
            font-size: 1.6em;
            color: #000;
            line-height: normal;
            margin-top: 8px;
        }

    @media (min-width: 768px) and (max-width: 1024px) {
         html.bright .sub-balance-amount{
             font-size: 2.3em;
        }
    }

    html.bright .sub-balance-label .label-main{
        font-weight: 600;
        font-size: 1em;
        color: #ff0505;
    }
    html.bright .lang-zh .sub-balance-label .label-main{
        font-family: Noto Sans SC, sans-serif;
        font-weight: 800;
        font-size: 1.1em;
        color: #ff0505;
    }
    html.bright .sub-balance-label .label-sub{
        font-weight: 600;
        font-size: 0.9em;
        color: #999999;
    }
    html.bright .lang-zh .sub-balance-label .label-sub{
        font-family: Noto Sans SC, sans-serif;
        font-weight: 600;
        font-size: 0.9em;
    }
    
    @media (min-width: 768px) and (max-width: 1024px) {
        
        html.bright .sub-balance-label .label-main{
            font-size: 1.2em!important;
        }
        html.bright .lang-zh .sub-balance-label .label-main{
            font-size: 1.2em!important;
        }
        html.bright .sub-balance-label .label-sub{
            font-size: 1em!important;
        }
        html.bright .sub-balance-card:after{
            top: 30%;
            right: 5%;
            transform: scale(1.3);
        }
    }


@media (min-width: 768px) and (max-width: 1024px) {
    html.bright .quick-actions{
        gap: 15px;
        margin-bottom: 18px;
    }
}
html.bright .action-box{
    background: linear-gradient(180deg, #ffffff 30%, #efeef1);
    border: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    
}
    html.bright .action-icon{
        box-shadow: none;
        width: 50%;
        height: auto;
        margin-bottom: 10px;
    }
    html.bright .action-box .action-label{
        font-size: 1.1em;
        text-shadow: none;
        color: black !important;
        -webkit-text-fill-color: unset;
        background: none;
    }
    html.bright .lang-en .action-box .action-label{
        font-family: Inter, sans-serif;
    }
    
    html.bright .lang-zh .action-label{
        font-family: Noto Sans SC, sans-serif;
        font-size: 1.1em;
        font-weight: 800;
    }
    
    @media (min-width: 768px) and (max-width: 1024px) {
        html.bright .action-label{
            font-size: 1.6em;
        }
        html.bright .action-box .action-label{
            font-size: 1.6em;
        }
        html.bright .lang-zh .action-label{
            font-size: 1.6em;
        }
    }



html.bright .logout-btn{
    font-family: Inter, sans-serif;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    box-shadow: none;
    color: white !important;
    height: auto;
    padding: 10px 20px;
    font-size: 1.3em;
}
    @media (min-width: 768px) and (max-width: 1024px) {
        html.bright .logout-btn{
            font-size: 1.6em;
        }

    }   
    html.bright .logout-btn:after{
        content:none;
    }
    html.bright .lang-zh .logout-btn{
        font-family: Noto Sans SC, sans-serif;
        font-weight: 600;
        font-size: 1.3em;
    }
        
        
html.bright .settings-card{
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #ffffff 30%, #efeef1);
    border: 0;
}
    html.bright .setting-icon img {
        width: 100%;
        height: auto;
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        html.bright .settings-card{
            padding:20px 50px;
           margin-bottom:18px;

        }
        html.bright .setting-icon{
            width:50px;
            height: auto;
        }
    }

    html.bright .settings-card:after{
        content:none;
    }
    html.bright .setting-row{
        border: 0 !important;
        padding: 10px 0;
        gap:5px;
    }
     @media (min-width: 768px) and (max-width: 1024px) {
            html.bright .setting-row{
                padding: 15px 0;
                gap:10px;
            }
    }
     html.bright .setting-label{
        font-family: Inter, sans-serif;
        font-weight: 600;
        font-size: 1.2em;
        color: #000000 !important;
    }
    html.bright .lang-zh .setting-label{
        font-family: Noto Sans SC, sans-serif;
    }
        @media (min-width: 768px) and (max-width: 1024px) {
            html.bright .setting-label{
                font-size: 1.5em;
            }
        }
    html.bright .setting-value{
        font-size: 1.1em !important;
        color: #ff0000 !important;
        opacity: 1;
    }
    html.bright .lang-zh .setting-value{
        font-family: Noto Sans SC, sans-serif;
    }

    html.bright .setting-arrow{
        color: #000000 !important;
        font-size: 1.3em;
        font-weight: 700;
    }
        @media (min-width: 768px) and (max-width: 1024px) {
            html.bright .setting-value{
                font-size: 1.5em !important;
            }
        }


html.bright .social-card{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #ffffff 30%, #efeef1);
    border: 0;  
}
    html.bright .social-card:after{
         content:none;
    }

    html.bright .lang-en .social-card .social-title{
        font-weight: 700;
        font-size: 1.2em;
        color: #111 !important;
        margin-bottom: 5px;
    }
    html.bright .lang-zh .social-card .social-title{
        font-weight: 700;
        font-size: 1.2em;
        color: #111 !important;
        margin-bottom: 5px;
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        html.bright .lang-en .social-card .social-title{
            font-size: 1.5em;
        }

    }

    html.bright .social-icon{
        width: 45px;
        height: auto;
    }    
    @media (min-width: 768px) and (max-width: 1024px) {
        html.bright .social-card .social-icon{
            width: 65px!important;
            height: auto;
        }
    }
        
        html.bright .social-icon img{
            filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.2));
        }









