/* 
 * 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;
  }
}
@media (max-width: 375px){
    .lang-en{
        font-size: 10px;
      }
    .lang-zh{
        font-size: 12px;
      }
}




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;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright, html.bright body{
            background-image: none!important;
            background:#f5f5f5!important;
            background-image:url(/images/hmpg_bg_grey.jpg) !important;
            background-size: contain !important;
            background-attachment: fixed !important;
            background-repeat: repeat-x;
        }
    }

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;
    padding: 0px 20px 60px!important;
}
html.bright header + div aside:last-child{
    padding-top:0!important;
}

header + div{
    width: 87%;
    margin: auto;
    max-width: 2632px;
    padding-left:0!important;
    padding-right:0!important;
}
    /*Desktop large screen*/
    @media (min-width: 1900px) {
         header + div{
              min-width: 980px;
              gap:44!important;
        }
    }
    /*LAPtop screen*/
    @media (max-width: 1600px) and (min-width: 1100px){
          header + div{
            min-width: 1100px;
            width: 95%;
          }
         header + div > div {
             gap:0!important;
        }
    }

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 .top-menu .right-option .icon{
    height: auto!important;
}
/*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; 
    }
}*/
@media (min-width: 1200px), (min-width: 992px) {
     html.bright .main-content{
        margin-top:0;
        top: -10px;
     }
}

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 .suffix-widget .toggle-password{
    padding:0;
}

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


/*SELECT BOX*/
html.bright .form-component-input, html.bright .form-component-select, html.bright .form-component-textarea{
    box-shadow: none !important;
}
html.bright .form-component-input:disabled, html.bright .form-component-select:disabled, html.bright .form-component-textarea:disabled
html.bright .form-component-select:after{
    color: #978787 !important;
    background: #f3e8e8 !important;
}

html.bright .edit-profile-card .form-component-group input:disabled{
    color: #978787 !important;
    background: #f3e8e8 !important;
}
       

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

/*PAGE TITLE*/

.title-large{
    color:black!important;
     font-family: Inter, sans-serif!important;
    letter-spacing: normal;
}
.lang-zh .title-large{
    
        font-family: "Noto Sans SC", sans-serif!important;
}

/*BTN STYLE*/
 html.bright .ui-btn{
    font-family: Inter, sans-serif!important;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    line-height: normal !important;
    letter-spacing: normal !important;
        
}

html.bright ,lang-zh .ui-btn{
    font-family: "Noto Sans SC", sans-serif!important; 
}
 @media (min-width: 1200px), (min-width: 992px) {
     html.bright .ui-btn:hover{
          box-shadow: 0 5px 10px var(--color-primary-shadow) !important; 
        cursor: pointer;
     }
      html.bright .ui-btn{
        font-size: 1.3em!important;
    }

/*     html.bright button.right-end-arrow, 
     html.bright button.toggle-password{
         box-shadow: none!important;
     }*/
}
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{
               letter-spacing: normal !important;
                font-size: 1.2em !important;
            }
        }
    html.bright .top-menu .ui-btn.btn-no-line{
        font-size: 1.2em!important;
        color:#111111!important;
    }


html.bright .clear-button{
    font-family: Inter, "san-serif";
    color: #fff !important;
    background: linear-gradient(181deg, #b1aeae, #999) !important;
}
html.bright .lang-zh .clear-button{
    font-family: "Noto Sans SC", sans-serif;
    font-weight: 600;
}


button:disabled {
  filter: grayscale();
  cursor: not-allowed;
}


/*MSG*/

.alert-msg .warning-text{
    font-family: Inter, sans-serif!important
    font-size:0.9em;
    color:#4d4b4b;
    margin-left: 10px;


}
.lang-zh .alert-msg .warning-text{
    font-family: "Noto Sans SC", sans-serif!important;
    font-family: Inter, sans-serif!important
    font-size:1em;
}

.alert-msg .exclamation-icon{
    align-self: flex-start;
    margin-top: 2px;
}

/*THUMB Styles*/
.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 .swiper-slide .itm>.label{
          display: -webkit-box;
        -webkit-line-clamp: 1;      
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
        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;
}

.thumb-tag-info .thumb{
    border-radius: 10px;
}
.slot-page .grid>.game-card{
    aspect-ratio:unset!important
}


/*TAB*/
html.bright .tab-a .nav-link .tab-icon img{
    width: 50px;
    transform: none!important;
    filter: grayscale(1) !important;
}
    html.bright .tab-a .nav-link.active>span>img, html.bright .tab-a .nav-link.active .tab-icon img{
        width: 50px;
        transform: none!important;
        filter: none !important;
    }

html.bright .tab-a .nav-link.active{
    background:transparent;
}
html.bright .tab-a .nav-link.active .tab-label{
   margin-left:0;
    margin-right: 0;
     font-family: Inter, sans-serif!important;
    color: #111111 !important;
     font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
}
html.bright .lang-zh .tab-a .nav-link.active .tab-label{
    font-family: "Noto Sans SC", sans-serif!important;
    font-weight: 700;
}
html.bright .tab-a .nav-link{
    cursor: pointer;
    padding-left: 0;
    padding-right: 16px;
}
html.bright .tab-a .nav-link.active:before, html.bright .tab-a .nav-link.active:after{
    content:none;
}

.tab.scroll-x .nav-item>.nav-link{
    transition: all .2s;
}

html.bright .tab-a .nav-link>span{
    color:black!important;
    font-size: 1.2em;
}

html.bright .tab-a .nav-link.active{
    background:none!important;
    border:0;
}

.tab-a .tab-gp{
    scrollbar-width: none;
    overflow-x: auto;
}

@media (min-width: 1200px), (min-width: 992px) {
    .tab-a .tab-gp{
        scrollbar-width: unset;
    }
}

/*BOTTOM MODAL OPTION*/
html.bright .modal.bottom-modal .modal-content{
    background: linear-gradient(#fff, #f1f1f1) !important;
    border-top:0!important;
    box-shadow: none !important;
}

.modal.bottom-modal .modal-title {
    margin-top: 5px;
    margin-left: 5px;
    }

html.bright .modal.bottom-modal .modal-header .modal-title .font-extrabold{
    color: #033b10 !important;
    font-size: 1em !important;
}
html.bright .modal.bottom-modal .modal .close, html.bright .modal.bottom-modal .modal-header .close{
    color: #000000 !important;
    padding: 1px 7px !important;
    background-color: #e0e0e0 !important;
    border-radius: 100%;
}
html.bright .modal.bottom-modal .modal .close>span, html.bright .modal.bottom-modal .modal-header .close>span{
    color: black;
    background: transparent;
}

html.bright .bottom-modal .ui-option-list.wit-tick .itm .label{
    font-family: Inter, sans-serif!important;
    font-size: 1.1em !important;
    letter-spacing: normal !important;
}
    html.bright .lang-zh.bottom-modal .ui-option-list.wit-tick .itm .label, html.bright .lang-zh .bottom-modal .ui-option-list.wit-tick .itm .label{
        font-family: "Noto Sans SC", sans-serif!important;
    }

        html.bright .bottom-modal .ui-option-list.wit-tick .itm .label {
            color: #151515 !important;
           }

           html.bright .bottom-modal .ui-option-list.wit-tick .itm.active {
            background: #FFF4F4 !important;
            border-radius: 10px !important;
            box-shadow: none !important;
            border: 1px solid #FF0000;
           }

           html.bright .bottom-modal .ui-option-list.wit-tick .itm.active:after {
               content: url(/images/icon-sm-tick-color.png) !important;
               transform: translateY(-50%) scale(.45);
           }

/***********************************/
/************STATIC VERTICAL BANNER******************/
/***********************************/


html.bright a.home-cta.primary{
    display: none;
}

.home-banner-img{
    cursor: pointer;
}

/***********************************/
/************LOGIN******************/
/***********************************/
.login{
    background-image: url(/images/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(/images/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(/images/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(/images/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(/images/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(/images/register-side-bg-wit-girl.jpg) !important;
            background: url(/images/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(/images/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**************************************************/
/*************************************************************/

/*TOP PANE*/
@media (min-width: 1200px), (min-width: 992px) {
     .top-menu>.container{
        width:90%!important; 
     }
}



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

/*@media (min-width: 1200px), (min-width: 992px) {*/
    
    html.bright .top-menu, html.bright header{
        background: transparent !important;
        transition: background 0.3s ease, box-shadow 0.3s ease;
        margin-bottom: 15px;
        /*position: relative!important;*/
    }
    html.bright .top-menu.scrolled, html.bright header.scrolled{
       
        background: rgba(255,255,255,0.8) !important; 
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }
/*}*/

/*LOGO*/
.top-menu .top-menu-wrapper>.logo{
    
}

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

@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 .lang-box a+.dropdown-menu li{
         font-family: "Noto Sans SC", sans-serif!important;
        font-size: 1.1em;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.05) !important;
    }
    html.bright .lang-box a+.dropdown-menu li:hover{
        background: #fff0f1!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;
    }
}


.ui-icon-email.top-right span:after{
    top:5px;
}

/*SIDE MENU*/
 .modal-side-menu-desktop{
     /* margin-top: 10px; */ 
    }
 @media (min-width: 1200px), (min-width: 992px) {
     .modal-side-menu-desktop .modal-content{
        min-height: calc(100vh - 120px);
      }
}

@media (max-width: 989px) {
    html.bright .modal-side-menu .modal-dialog .modal-content{
        border-radius: 0 !important;
    }
}
    html.bright .modal-side-menu .modal-content, html.bright .modal-side-menu-desktop .modal-content, html.bright .modal-side-menu .modal-dialog .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;
        background: white !important;
    }
        .modal-side-menu-desktop .modal-body{
            overflow-y: visible;
        }

    .modal-side-menu-desktop .modal-menu-ul{
        margin-top:30px;
    }
    .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;
            }
        }
        html.bright .modal-side-menu-desktop .menu_card  {
           /* margin-top: 30px;*/
        }
        .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;
    } 

html.bright .modal-side-menu .social-icons{
   padding-bottom: 40px; 
}

@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;
}
html.bright .bottom-nav.lang-en .itm label{
    font-family: Inter, sans-serif!important;
    font-weight: 600;
}
html.bright .bottom-nav.lang-zh .itm label{
    font-family: "Noto Sans SC", sans-serif!important;
    font-weight: 600;
}

html.bright .bottom-nav .col:nth-child(1) .itm.active .icon:after,
html.bright .bottom-nav .col:nth-child(2) .itm.active .icon:after, 
html.bright .bottom-nav .col:nth-child(3) .itm.active .icon:after, 
html.bright .bottom-nav .col:nth-child(4) .itm.active .icon:after, 
html.bright .bottom-nav .col:nth-child(5) .itm.active .icon:after{
        background: #fd662a;
}
html.bright .bottom-nav .itm.active .icon:after{
        height: 20px;
}
html.bright .bottom-nav .itm.active label{
        color: #FF0000 !important;
}


    
    


/*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;
    }
@media (min-width: 1200px), (min-width: 992px) {
    html.bright .swiper-slide .banner-ratio-box > img{
       aspect-ratio: unset !important;
    }
}


/*HOME:QUICK WALLET*/
.quick-wallet .main-box .card-container{
    background: url(/images/box-bg-pink.jpg);
    background-position: center;
    background-size: cover;
    padding: 40px 20px 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.quick-wallet .main-box .card-container .button-group .quick-wallet-main-button{
    font-size: 1.2em;
    background: linear-gradient(180deg, #f37777, #f91111);
    padding: 6px 5px;
    border-radius: 5px;
}
.balance-pill{
    background: linear-gradient(#ffffff, #ededed 65%)!important;
    border: 1px solid #ee0c77;
    padding: 6px 10px!important;
    width: 120px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.quick-wallet-button{
    padding: 8px 10px!important;
    background: linear-gradient(180deg, #f37777, #f91111)!important;
}
.quick-wallet .main-box .deposit-wrapper{
    gap:0;
}
.quick-wallet .main-box .link-wrapper{
    white-space: nowrap;
    left:-3px;
    
}


/*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(/images/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;
    border-radius: 10px !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:after{
    content:none;
}
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);
    padding:5px;
}
html.bright .live-casino.thumb-slider.slider-thumb-gp .thumb-tag-info .thumb{
    padding: 0px !important;
    background:none!important;
    border:0!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;
    font-size: 1.1em;
    color: #000;
    font-weight: 800;
    font-family: "Noto Sans SC", sans-serif !important;

    margin-top: 5px;
}
.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.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(/images/sport-match-bg.jpg) !important;
    }
        html.bright .live-sport .itm .row{
        margin-top:40px;
    }
    .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(/images/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;
            letter-spacing: normal;
        }
        @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(/images/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;
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
}
    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(/images/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(/images/countdown_bg.jpg)!important;
    height: 130px!important;
}
    html.bright .contest-gp .count-down-gp .title{
        content: url(/images/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(/images/winner_bg.png)!important;
        height: 130px!important;
    }
    html.bright .contest-gp .last-winner .crown{
        content: url(/images/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;
                    }
                }
                    @media (max-width: 375px){
                        html.bright .lang-zh .username{
                            font-size: 1.2em;
                        }
                    }

            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;
                }
                    @media (max-width: 375px){
                        html.bright .lang-zh .user-id{
                            font-size: 1.1em;
                        }
                    }

        html.bright .user-page .menu_card_control{
            width: auto;
            min-height: auto;
            align-self: flex-end;
        }

        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(/images/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;
                }
            }
            @media (max-width: 375px){
                 html.bright .balance-btn{
                     font-size: 1em !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;
                }
            }
                @media (max-width: 375px){
                    html.bright .balance-amount .amount{
                        font-size: 1.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;
                    }
                }
                @media (max-width: 375px){
                    html.bright .lang-zh .balance-label{
                        font-size: 1em;
                    }
                }


        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; 
}
    @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);
    padding: 10px 15px;
    aspect-ratio: unset;
}
    
@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(/images/icon-coin-yellow.png);
       
    }
    html.bright .sub-balance-card:last-child:after{
        content:url(/images/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;
        }
    }
    @media (max-width: 375px){
	   html.bright .sub-balance-amount{
           font-size: 1.4em;
        }
    }


    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 (max-width: 375px){
         html.bright .lang-zh .sub-balance-label .label-main{
             font-size: 1em;
        }
	   html.bright .sub-balance-label .label-sub{
           display: none;
        }
        
        html.bright .sub-balance-card:after{
            content:none!important;
        }
    }



@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;
  
    }
    html.bright .action-box .action-label{
        font-size: 1.1em;
        text-shadow: none;
        color: black !important;
        -webkit-text-fill-color: unset;
        background: none;
    }
    @media (max-width: 375px){
         html.bright .action-box .action-label{
            font-size: 0.95em;
        }
    }
    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;
        }
    }
    @media (max-width: 375px){
         html.bright .lang-zh .action-label{
            font-size: 1em;
        }
    }



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 .lang-zh .logout-btn {
            font-size: 1.7em;
        }

    }   
    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{
        width:28px;
        height: auto;
    }
    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;
            }
        }
            @media (max-width: 375px){
                 html.bright .setting-label{
                    font-size: 1em;
                }
            }

    html.bright .setting-value{
        font-size: 1.1em !important;
        color: #ff0000 !important;
        opacity: 1;
    }
         @media (max-width: 375px){
              html.bright .setting-value{
                font-size: 1.2em;
                font-weight: 600;
            }
        }

    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;  
}
    @media (min-width: 768px) and (max-width: 1024px) {
        html.bright .social-card{
            margin-bottom: 18px;
        }
    }
    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 .social-card .social-title{
            margin-bottom: 10px;
        }
        html.bright .lang-en .social-card .social-title{
            font-size: 1.5em;
        }
        html.bright .lang-zh .social-card .social-title{
            font-size: 1.4em;
        }

    }

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


/*************************************************************/
/*******DEPOSIT **************************************************/
/*************************************************************/
.wallet-page .balance-container.desktop{
    padding-left: 0;
    padding-top: 20px;
    height: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    background-size: cover;
    margin-bottom: 20px;

}
    .wallet-page .balance-container.desktop .girl-image-wrapper{
        width: auto;
        padding-left: 2%;
        display: flex;
        align-self: end;
    }
        /*Desktop large screen*/
        @media (min-width: 1900px) {
            .wallet-page .balance-container.desktop .girl-image-wrapper{
                 padding-left: 5%;
            }
        }
    
     .wallet-page .balance-container.desktop .girl-image-wrapper img{
         width:240px;
    }
    .wallet-page .balance-container.desktop .balances-wrapper {
        padding-left: 8%;
        flex:1;
    }

    html.bright .wallet-page .balance-container.desktop .balances-wrapper .balance-card{
        box-shadow: none;
        padding: 0px !important;
        margin-bottom: 0;
    }

    html.bright .wallet-page .balance-container.desktop .balances-wrapper .balance-card .text-text-muted{
        font-family: Inter, sans-serif!important;
        text-align: left;
        padding-left: 16px;
        font-size: 1em;
        color: #FF0000 !important;
        font-weight: 600;
    }
        html.bright .lang-zh .wallet-page .balance-container.desktop .balances-wrapper .balance-card .text-text-muted{
              font-family: "Noto Sans SC", sans-serif!important;
        }

    .wallet-page.body-content.container.appbar-padding .balance-container.desktop .balances-wrapper .detail-balance-box{
        width:65%;
        height: auto !important;
        border: 4px solid white !important;
    }
    html.bright .wallet-page.body-content.container.appbar-padding .balance-container.desktop .detail-balance-box{
       padding: 15px 15px !important;
    }

    .wallet-page.body-content.container.appbar-padding .balance-container.desktop .balances-wrapper .detail-balance-box .main-balance-container{
        width: 100%;
    }
        .wallet-page.body-content.container.appbar-padding .balance-container.desktop .balances-wrapper .detail-balance-box .main-balance-container .main-balance-amount{
            font-family: Inter, sans-serif!important;
            font-size: 1.7em;
            font-weight: 800;
            line-height: normal;
            text-align: left;
        }
        html.bright .wallet-page .balance-container.desktop .balances-wrapper .balance-card .value-text{
            line-height: 18px; 
        }
        html.bright .wallet-page .balance-container.desktop .balances-wrapper .balance-card .currency-text.text-text-muted{
            color: #616161 !important;
            padding-left:10px;
        }
        .wallet-page.body-content.container.appbar-padding .detail-balance-box .text-row{
            margin-top: -2px !important;
        }
        .wallet-page.body-content.container.appbar-padding .balance-container.desktop .balances-wrapper .detail-balance-box:nth-child(2):after {
            content: url(/images/icon-coin-yellow.png);
            top: 8px;
        }
        .wallet-page.body-content.container.appbar-padding .balance-container.desktop .balances-wrapper .detail-balance-box:last-child:after {
            top: 8px;
             content: url(/images/icon-chip-yellow.png);
        }
        .wallet-page.body-content.container.appbar-padding .balance-container.desktop .balances-wrapper .detail-balance-box .icon-wrapper{
            display: none;
        }

        html.bright .wallet-page.body-content .balance-container.desktop reload-button-wrapper .refresh-button{
            background: linear-gradient(180deg, #f37777, #f91111);
            border-radius: 5px !important;
            padding: 5px !important;
            width: auto !important;
            height: auto !important;
            color: white;
            margin-right: 20px;
        }


.wallet-page.body-content.container.appbar-padding .balance-box .balance-card{
    width:100%;
}
    @media (max-width: 375px){
        .wallet-page.body-content.container.appbar-padding .balance-box .balance-card{
            gap:10px;
        }
    }


.wallet-page.body-content.container.appbar-padding .balance-box .balance-card .wallet-logo img{
    width: 70px !important;
    height: auto!important;
}

.wallet-page.body-content.container.appbar-padding .balance-box .balance-text{
    flex: 1;
    min-width: 0;
}


html.bright .wallet-page.body-content.container.appbar-padding .balance-box .balance-text .value-text{
    color: black !important;
    text-shadow: none;
    font-size: 2em;
    margin-top:10px;
}

html.bright .wallet-page.body-content.container.appbar-padding .balance-box .balance-text .value-text:before{
    content:none;
}
html.bright .wallet-page.body-content.container.appbar-padding .balance-box .balance-text .label-text{
    font-family: Inter, sans-serif;
    font-size: 1.2em;
    color: #FF0000 !important;
    text-shadow: none;
    letter-spacing: normal;
}
    html.bright .wallet-page.body-content.container.appbar-padding .balance-box .balance-text .label-text{
         font-size: 1.2em;
        font-family: "Noto Sans SC", sans-serif!important;
    }
    @media (max-width: 375px){
	   html.bright .wallet-page.body-content.container.appbar-padding .balance-box .balance-text .label-text{
        }
    }


html.bright .lang-zh .wallet-page.body-content.container.appbar-padding .balance-box .balance-text .label-text{
      font-family: "Noto Sans SC", sans-serif!important;

}

html.bright .wallet-page.body-content.container.appbar-padding .balance-box .balance-text .currency-text{
     font-family: Inter, sans-serif;
     color: #777777 !important;
     font-size: 1.1em;
    line-height: normal;
}
html.bright .wallet-page.body-content.container.appbar-padding .balance-box .balance-card .refresh-button{
    background: linear-gradient(180deg, #f37777, #f91111);
    border-radius: 5px !important;
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
    color: white;
}

html.bright .wallet-page.body-content.container.appbar-padding .balance-box .balance-card .refresh-button:before{
    content:none;
}


html.bright .wallet-page.body-content.container.appbar-padding .detail-balance-box{
    background: linear-gradient(121deg, #fff, #FFF5F8);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 15px !important;
    aspect-ratio: unset;
    border: 4px solid white !important;
}
     @media (min-width: 1200px), (min-width: 992px) {
         html.bright .wallet-page.body-content.container.appbar-padding .detail-balance-box{
               padding: 20px 15px !important;
         }
    }
    html.bright .wallet-page.body-content.container.appbar-padding .detail-balance-box .main-balance-amount{
        font-family: Inter, sans-serif;
        font-weight: 800;
        font-size: 1.6em;
        color: #000;
        line-height: normal;
    }
    html.bright .wallet-page.body-content.container.appbar-padding .detail-balance-box .text-row .primary-text{
        font-family: Inter, sans-serif;
        font-weight: 600;
        font-size: 1em;
        color: #ff0505;
    }
        html.bright .lang-zh .wallet-page.body-content.container.appbar-padding .detail-balance-box .text-row .primary-text{
            font-family: "Noto Sans SC", sans-serif!important;
        }
    html.bright .wallet-page.body-content.container.appbar-padding .detail-balance-box .text-row .secondary-text{
        font-family: Inter, sans-serif;
        font-weight: 600;
        font-size: 0.9em;
        color: #999999;   
    } 
         html.bright .lang-zh .wallet-page.body-content.container.appbar-padding .detail-balance-box .text-row .secondary-text{
             font-family: "Noto Sans SC", sans-serif!important;
        }

.wallet-page.body-content.container.appbar-padding .detail-balance-box:first-child:before{
    background-image: url(/images/pattern-coin.png);
    background-image: url(/images/cat-casino-pattern.png);
}

.wallet-page.body-content.container.appbar-padding .detail-balance-box:after{
    position: absolute;
    top: -5px;
    right: -5px;
    transform: scale(.8);
}
    @media (min-width: 1200px), (min-width: 992px) {
        .wallet-page.body-content.container.appbar-padding .detail-balance-box:after{
            transform: scale(1);
            top: 15px;
        }
    }
    .wallet-page.body-content.container.appbar-padding .detail-balance-box:first-child:after{
        content: url(/images/icon-coin-yellow.png);
    }
    .wallet-page.body-content.container.appbar-padding .detail-balance-box:last-child:after{
        content: url(/images/icon-chip-yellow.png);
    }

    @media (max-width: 375px){
	   .wallet-page.body-content.container.appbar-padding .detail-balance-box:first-child:after, .wallet-page.body-content.container.appbar-padding .detail-balance-box:last-child:after{
           content:none;
        }
        html.bright .wallet-page.body-content.container.appbar-padding .detail-balance-box .text-row .secondary-text{
            display: none;
        }
    }


.payment-box{
    background: white;
    border: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
     @media (min-width: 1200px), (min-width: 992px) {
         .payment-box{
             padding: 2px 30px !important;
         }
         .payment-box.wallet-tabs .tab-content{
             padding: 30px 60px 40px 60px;
         }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
            .payment-box{
                 padding: 2px 30px !important;
             }
             .payment-box.wallet-tabs .tab-content{
                 padding: 30px 60px 40px 60px;
             }

    }
    .payment-box.wallet-tabs>div>div:first-child{
        background: none;
        border-radius: 0;
        border-bottom: 3px solid #e7e7e7 !important;
        margin: 10px;
        padding:0;
    }
    .payment-box.wallet-tabs button{
        font-family: Inter, sans-serif!important;
        color: #111111 !important;
        font-size: 1.3em !important;
        line-height: normal !important;
        font-weight: 600 !important;
    }
/*        .lang-zh .payment-box.wallet-tabs button{
            font-family: "Noto Sans SC", sans-serif!important;
            font-size: 1.2em !important;
        }*/

        @media (min-width: 1200px), (min-width: 992px) {
            .payment-box.wallet-tabs button{
                  font-size: 1.2em !important;
            }
        }
        @media (min-width: 768px) and (max-width: 1024px) {
           .payment-box.wallet-tabs button{
                  font-size: 1.2em !important;
            }
        }
    .payment-box.wallet-tabs>div>div:first-child>button[aria-selected=true]:after{
        content:none;
    }

    .payment-box.wallet-tabs>div>div:first-child>button[aria-selected=true], .payment-box.wallet-tabs>div>div:last-child>button[aria-selected=true]{
        color:#ff0000!important;
        cursor: pointer;
    }

    .payment-box.wallet-tabs>div>div:first-child>button[aria-selected=true]:before{
        background: linear-gradient(90deg, #FE0032, #ff0f6c);
        bottom: -5px;
        height: 5px;
    }
    .wallet-tabs button img{
        width:20px;
    }

     @media (min-width: 1200px), (min-width: 992px) {
         .wallet-tabs button img{
            width:25px;
        }
    }

    .payment-box.wallet-tabs>div>div:first-child>button[aria-selected=false]{
        filter:grayscale();
        cursor: pointer;
    }




    html.bright .payment-options .wallet-payment-option-btn{
        min-width: 110px;
    }
    html.bright .payment-option-wrapper.is-multiline .wallet-payment-option-btn{
        min-height: auto;
     
    }
    html.bright .payment-options .wallet-payment-option-btn, html.bright .payment-type-selection .wallet-method-btn{
        background: #ebe8e8 !important;
        border: 2px solid #d0d1d1 !important;
        padding: 20px 5px!important;
        border-radius: 8px !important;
        font-size: 1.1em !important;
        display: flex;
        justify-content: center !important;
    }
    html.bright .lang-zh .payment-options .wallet-payment-option-btn {
        padding: 10px 5px !important;
    }
        @media (max-width: 375px){
            html.bright .payment-options .wallet-payment-option-btn, html.bright .payment-type-selection .wallet-method-btn{
                padding: 0 12px !important;
            }
        }
    
    html.bright .lang-zh .payment-options .wallet-payment-option-btn, html.bright .payment-type-selection .wallet-method-btn{
        font-family: "Noto Sans SC", sans-serif!important; 
    }
    html.bright .withdraw-currency-selection.payment-type-selection, .payment-options, .payment-type-selection{
        gap:10!important;
    }
        html.bright .withdraw-currency-selection .withdraw-currency-text{ 
            font-family: Inter, sans-serif!important;
            font-size: unset;
            font-weight: 600;
        }
            html.bright .withdraw-currency-selection .withdraw-currency-icon{
                width: 24px;
                height: auto;
                filter:none;
            }
            html.bright .payment-options .wallet-payment-option-btn-selected, html.bright .payment-type-selection .wallet-method-btn-selected{
                background: #FFF4F4 !important;
                border:2px solid #ff0000!important;
                box-shadow: 0 6px 10px -3px rgb(255 173 173 / 55%);
            }
            html.bright .payment-options .wallet-payment-option-btn, html.bright .payment-type-selection .wallet-method-btn img{
               margin-right: 10px; 
            }

            html.bright .payment-options .wallet-payment-option-btn img{
                display: none;
            }
    html.bright .deposit-now-button{
        font-family: Inter, sans-serif;
        background: linear-gradient(180deg, #f37777, #f91111) !important;
        box-shadow: none;
        color: white !important;
        height: auto;
        padding: 10px 20px;
    }

    .payment-box.wallet-tabs .tab-content .text-text-muted{
        font-family: Inter, sans-serif;
        color:black!important;
        font-size: 1.2em;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
        .lang-zh .payment-box.wallet-tabs .tab-content .text-text-muted{
                font-family: "Noto Sans SC", sans-serif!important;
        }
      @media (min-width: 1200px), (min-width: 992px) {
            .payment-box.wallet-tabs .tab-content .text-text-muted{
                 font-family: Inter, sans-serif;
                font-size: 1.2em;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
            }
             .lang-zh .payment-box.wallet-tabs .tab-content .text-text-muted{
                  font-family: "Noto Sans SC", sans-serif!important;
                    font-size: 1.2em;
                }
        }
html.bright .withdraw-amount-section{
    margin-top:20px!important;
}
.withdraw-address-section > div{
    gap:5px!important;
}
html.bright .withdraw-address-select label{
        font-family: Inter, sans-serif;
        font-size: 1.2em;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: black;
}

html.bright .withdraw-address-select .form-component-select, html.bright .withdraw-amount-section .form-control.deposit-amount-input, html.bright .form-control.deposit-amount-input{
    background-color: #dddde5 !important;
    height: auto;
    padding: 8px 15px !important;
    border-radius: 8px !important;
    border:0;
    font-size: 1.3em;
    color: black !important;
    font-weight: 600;
}

html.bright .withdraw-address-select .form-component-select span{
    color:black;
    line-height: normal;
    letter-spacing: normal;
    font-size: 1.1em !important;
}

html.bright .payment-box.wallet-tabs .tab-content .withdraw-address-section .form-text.text-text-muted, html.bright .withdraw-address-section .form-text{
    font-size: 1em;
        color: #4d4b4b !important;
     line-height: normal;
    letter-spacing: normal;
}

.withdraw-address-section button{
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    box-shadow: none;
    color: white !important;
    font-weight: 600 !important;
    font-size: 1.5em !important;
    height: auto !important;
    padding: 9px !important;
}
html.bright .add-address-btn{
    padding: 10px !important;
    font-size: 1.3em !important;
    font-weight: 700;
    color: white !important;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .add-address-btn{
             padding: 9px !important;
        }
    }
.payment-box.wallet-tabs .tab-content >form{
    min-height: 300px; 
}

html.bright .submit-row{
    margin-top: 50px;
}
html.bright .submit-row button{
    line-height: normal;
    font-size: 1.2em !important;
    height: auto !important;
    font-weight: 600 !important;
    padding: 8px 20px !important;
    color:white!important;
    letter-spacing: normal;
}
    html.bright .lang-zh .submit-row button.ui-btn{
        font-family: "Noto Sans SC", sans-serif!important;
        font-size: 1.3em !important;
    }

     @media (min-width: 1200px), (min-width: 992px) {
         html.bright .submit-row button{
              font-size: 1.4em !important;
         }
    }
    @media (max-width: 375px){
	      html.bright .submit-row button{
              font-size: 1em !important;
         }
    }


html.bright .amount-buttons{
        font-weight: 600;
    background: #FF3A61 !important;
    border: 0 !important;
    color: white !important;
}

html.bright .deposit-now-button{
    
}

/*************************************************************/
/*******EXPLORE **************************************************/
/*************************************************************/


explore-page{
    padding-top:0;
}
    @media (min-width: 1200px), (min-width: 992px) {
        explore-page{
            padding-top:15px;
        }
    }

.explore-page .filter-row{
    top:0;
}

.filter-option-gp.input-with-filter.form-control .input-with-icon>input{
    font-family: Inter, sans-serif;
    font-size: 1.2em!important;
    color:black!important;
    font-weight: 500;
    line-height: normal!important;
    letter-spacing: normal !important;  
    background-color: #dddde5 !important;
    height: auto !important;
    padding: 8px 15px !important;
    border: 0 !important;
    box-shadow: none !important;
    
}

html.bright .explore-page .filter-option-gp.input-with-filter.form-control{
    background-color: #dddde5 !important;
    height: auto !important;
    padding:0!important;
    border: 0 !important;
    box-shadow: none !important;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .explore-page .filter-option-gp.input-with-filter.form-control{
            padding: 8px 15px !important;
            width: 90% !important;
             margin: auto;
            margin-bottom: 15px;
        }
    }

html.bright .explore-page .filter-option-gp.input-with-filter.form-control .input-with-icon .form-control{
    padding-left: 40px !important;
}

html.bright .explore-page .filter-option-gp.input-with-filter.form-control .filter-selection, html.bright .explore-page .filter-option-gp.input-with-filter.form-control .input-with-icon{
    width: 100%;
}

html.bright .filter-option-gp.input-with-filter.form-control .input-with-icon:before, 
.explore-page .input-with-icon[data-icon=search]:before, html.bright .filter-option-gp.input-with-filter.form-control .input-with-icon:before, 
html.bright .filter-option-gp.input-with-filter.form-control .input-with-icon:before{
    left: 15px;
    top: 50% !important;
    transform: scale(.35) translateY(-50%);
    filter: none !important;
     opacity: 1 !important;
}
/*.filter-option-gp.input-with-filter.form-control .input-with-icon:before{
    left: 15px;
    top: 50% !important;
    transform: scale(.35) translateY(-50%);
}*/



html.bright .explore-page .filter-option-gp.input-with-filter.form-control .filter-selection{
    width: 30%;
    padding-right: 0;
    gap:1px;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .explore-page .filter-option-gp.input-with-filter.form-control .filter-selection{
            width: 20%;
        }
    }

html.bright .explore-page .filter-option-gp.input-with-filter.form-control .filter-selection:after{
        background: rgba(0, 0, 0, .15);
        right: 0;
}

html.bright .explore-page .filter-option-gp.input-with-filter.form-control .filter-selection>span{
    font-family: Inter, sans-serif;
    color: black!important;
    font-size: 1.1em;
    line-height: normal;
    width: 60%;
    text-align: left;
}
    html.bright .explore-page .filter-option-gp.input-with-filter.form-control .filter-selection>span.icon-arrow-dwn{
        width: auto;
        justify-content: flex-end;
        flex: 1;
    }
    html.bright .lang-zh .explore-page .filter-option-gp.input-with-filter.form-control .filter-selection>span{
        font-family: "Noto Sans SC", sans-serif;
        font-size: 1.2em;
    }
    .filter-option-gp.input-with-filter.form-control .filter-selection .icon-arrow-dwn{
        margin-left:0;
    }
    html.bright .explore-page .filter-option-gp.input-with-filter.form-control .filter-selection .icon-arrow-dwn img{
        filter: none !important;
            
    }

.explore-page .input-search-wrapper{
    left:0;
}
.input-search-wrapper .input-with-icon[data-icon=search]:after{
    content:none;
}

html.bright .explore-page .tab{
    width: 90% !important;
    margin: auto;
}
.explore-game-card{
    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);
    border: 0;
    padding:6px;
}
.explore-game-card--glow-image:before{
    content:none;
}
.explore-page .explore-game-title{
    font-family: Inter, sans-serif;
    font-size: 1.2em;
    color:#111111;
     text-shadow: none;
}
.lang-zh .explore-page .explore-game-title{
    font-family: "Noto Sans SC", sans-serif;
    font-size: 1.2em;
}

.explore-thumb-square{
    border:0;
    background:none;
    padding: 0!important;
    border-radius: 10px;
}
.explore-thumb-square:before{
    content:none;
}

.explore-empty-text{
    font-family: Inter, sans-serif;!important;
    font-weight: 700;
    font-size: 1.5em;
    color: #5f5e5e !important;
}
.lang-zh .explore-empty-text{
    font-family: "Noto Sans SC", sans-serif!important;
    font-weight: 700;
    font-size: 1.3em;
}

/*************************************************************/
/*******GAME PAGE **************************************************/
/*************************************************************/
.explore-page .grid>.game-card{
    aspect-ratio: unset!important;
}
.explore-game-card .explore-game-title{
    text-shadow: none !important;
    color: black !important;
    font-size: 1.2em;
    font-family: "Noto Sans SC", sans-serif !important;
    margin-top: 5px;
    margin-bottom: 5px;
}
.slot-page .input-search-wrapper{
    background-color: #dddde5 !important;
    border: 0;
    padding: 8px 15px;
    height: auto;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
}
    html.bright .slot-page .input-search-wrapper .input-with-icon>input{
            background-color: #dddde5 !important;
            height: auto !important;
    }
        html.bright .slot-page .input-search-wrapper .input-with-icon:before{
            filter:none!important;
        }
    @media (min-width: 1200px), (min-width: 992px) {
    .slot-page .input-search-wrapper, html.bright .slot-page .page-filters{
            width: 86%!important;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        .slot-page .input-search-wrapper, html.bright .slot-page .page-filters{
            width: 93%!important;
        }
    }

html.bright .slot-page .page-filters{
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
}

html.bright .slot-page .page-filters .custom-ui-select.form-control{
    background-color: #dddde5 !important;
    box-shadow: none !important;
    padding: 10px 15px !important;
    height: auto;
}
    html.bright .slot-page .custom-ui-select.form-control .option-value, html.bright .slot-page .custom-ui-select.form-control>span{
        color: black!important;
        line-height: normal;
        letter-spacing: normal;
        font-size: 1.1em !important;
        -webkit-text-fill-color:unset!important;
    }

/*.slot-page .tab-gp {
    display: none;
}*/
    

/*************************************************************/
/*******TRANSACTION **************************************************/
/*************************************************************/
.appbar-padding{
    margin-top:0;
}
.transactions-page-no-scroll{
    overflow: visible!important;
    height: auto!important;
}
.transactions-panel, .transactions-panel .ui-px{
    -webkit-overflow-scrolling: unset;
    overflow: unset;
    max-height: unset;
    min-height: auto;
}

/*......................................*/



/* 交易记录 */

@media (min-width: 1200px), (min-width: 992px) {
    html.bright .main-content {
        top: 0px;
    }
}
.transactions-panel .page-filters {
    margin-bottom: 12px;
}
        @media (min-width: 1200px), (min-width: 992px) {
            .transactions-panel .page-filters {
                padding: 20px 60px 0px;
            }
        }


.transactions-panel {
    background: white;
    border: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.transactions-panel .transactions-table table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
        @media (min-width: 1200px), (min-width: 992px) {
            .transactions-panel .transactions-table table {
                padding: 0px 60px 20px;
            }
        }

.page-filters .custom-ui-select.form-control{
    font-size: unset!important;
}
.transactions-panel .trx.custom-ui-select.form-control, html.bright .transactions-panel .trx.custom-ui-select.form-control {
        background-color: #dddde5 !important;
}   

    html.bright .transactions-panel .trx.custom-ui-select.form-control .option-value {
        color: #151515 !important;
        font-family: Inter, sans-serif !important;
        font-size: 1.1em !important;
        letter-spacing: normal;
        font-weight: 600;
    }
    html.bright .lang-zh .transactions-panel .trx.custom-ui-select.form-control .option-value {;
        font-family: "Noto Sans SC", sans-serif !important;
    }
        @media (min-width: 1200px), (min-width: 992px) {
            html.bright .transactions-panel .trx.custom-ui-select.form-control .option-value {
                line-height: normal;
                letter-spacing: normal;
                font-size: 1.2em !important;
            }
        }

    html.bright .transactions-panel .page-filters .trx.custom-ui-select:after, html.bright .transactions-panel .trx.custom-ui-select:after {
        content: url(/images/arrow-dw.png);
    }

.transactions-panel .data-table-wrapper table thead tr th {
    color: #151515 !important;
    font-family: "Noto Sans SC", sans-serif!important;
    font-size: 1.1em;
}
        @media (min-width: 1200px), (min-width: 992px) {
            .transactions-panel .data-table-wrapper table thead tr th {
                font-size: 1.2em;
            }
        }

@media (min-width: 1200px), (min-width: 992px) {
    .transactions-panel .transactions-table tbody tr td {
        padding: 8px 35px !important;
    }
}

html.bright .transactions-panel .data-table-wrapper table tbody .row-even td {
        background: linear-gradient(rgb(239 236 239), rgb(220 221 223)) !important;
        box-shadow: none;
        border-top: 1px solid #E4E4E4;
        border-bottom: 1px solid #E4E4E4;
        border-left: 1px solid #E4E4E4;
        border-right: 1px solid #E4E4E4;
    }

    .transactions-panel .transactions-table tbody tr td .trx-left .txt-chopped {
        color: #151515 !important;
        font-size: 1.1em;
    }

    .transactions-panel .transactions-table tbody tr td .trx-left .note {
        color: #6d6c6c !important;
        font-size: 0.9em;
        font-weight: 500;
    }
        @media (min-width: 1200px), (min-width: 992px) {
             .transactions-panel .transactions-table tbody tr td .trx-left .note {
                font-size: 0.9em;
            }
        }

    html.bright .data-table-wrapper .amt, html.bright .data-table-wrapper .txt-chopped {
        margin-bottom: 10px;
    }

    .transactions-panel .transactions-table tbody tr td .trx-right .amount-text {
        color: #363636;
        font-family: "Noto Sans SC", sans-serif!important;
        font-size: 1.1em;
        font-weight: 700;
    }
        @media (min-width: 1200px), (min-width: 992px) {
             .transactions-panel .transactions-table tbody tr td .trx-right .amount-text {
                font-size: 1.1em;
            }
        }
     .transactions-panel .transactions-table tbody tr td .trx-right .status-text {
        font-size: 0.9em;
    }
        @media (min-width: 1200px), (min-width: 992px) {   
            .transactions-panel .transactions-table tbody tr td .trx-right .status-text {
                font-size: 1em;
            }
        }


    .transactions-panel .transactions-table tbody tr td .trx-right .status-text.status-success {
        color: #009652 !important;
    }

.transactions-panel .transactions-table tbody tr.row-odd td {
    background: white !important;
    box-shadow: none;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}
html.bright .transactions-panel .data-table-wrapper table tbody .row-even.status-failed td, html.bright .transactions-panel .data-table-wrapper table tbody .row-odd.status-failed td {
    background: linear-gradient(270deg, #ffe2e2, #ffffff) !important;
    box-shadow: none;
}

    .transactions-panel .transactions-table tbody tr td .trx-right .status-text.status-failed {
        color: #d93025 !important;
    }

/* Bottom Option Page */ 
html.bright .bottom-modal .ui-option-list.wit-tick .itm .label {
    color: #151515 !important;
   }
   
.modal.bottom-modal .modal-title {
    margin-top: 5px;
    margin-left: 5px;
    }

   html.bright .bottom-modal .ui-option-list.wit-tick .itm.active {
    background: #FFF4F4 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    border: 1px solid #FF0000;
   }

   html.bright .bottom-modal .ui-option-list.wit-tick .itm.active:after {
       content: url(/images/icon-sm-tick-color.png) !important;
       transform: translateY(-50%) scale(.45);
   }

/*************************************************************/
/*******BET HISTORY **************************************************/
/*************************************************************/


.bet-history-panel {
    background: white !important;
    box-shadow: none !important;
    border: 0 !important;
    min-height: 90vh !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    
}

    @media (min-width: 1200px), (min-width: 992px) {
        .bet-history-panel {
            min-height: 90vh !important;
            padding: 50px 60px !important;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {/* tablet styles */
       .bet-history-panel { 
        padding: 50px 60px !important;
        }
    }

/*selection box*/

.bet-history-panel .form-component-group.bh-select .form-component-select {
    background: #dddde5 !important;
    min-height: 40px !important;
}

    .bet-history-panel .form-component-select .option-value, .bet-history-panel .form-component-select>span {
        color: #151515 !important;
        font-size: 1.1em !important;
        letter-spacing: normal;
        font-weight: 600;
    }
        @media (min-width: 1200px), (min-width: 992px) {
            .bet-history-panel .form-component-select .option-value, .bet-history-panel .form-component-select>span {
                font-size: 1.2em !important;
            }
        }
    html.bright .bet-history-panel .bh-select:after{
        content: none !important;
    }

    .bet-history-panel .bh-select, .bet-history-panel .bh-select.form-control, .bet-history-panel .form-component-select.bh-select {
        border: 0 !important;
        margin-bottom:0px!important;
    }

    .bet-history-panel .bh-select:after, .bet-history-panel .form-component-select:after {
        top: 24px !important;
        right: 5px !important;
    }

    .bet-history-panel .form-component-group.bh-select.game-type 
    .form-component-select span.icon img {
        margin-right: 10px !important; 
}

/* Bottom Option Remove Filter */ 

html.bright .bottom-modal .ui-option-list.wit-tick .itm .icon img {
filter: none !important;
}
/*TEMP*/
.bet-history-panel .text-6xl.mb-4, .bet-history-panel .text-text-muted.mb-4{
    display: none;
}

.bet-history-panel .empty-msg{
    font-size: 1.1em;
}



/*************************************************************/
/*******NOTIFICATION **************************************************/
/*************************************************************/


.notifications-panel {
    background: white;
    border: 0;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    overflow: visible;
    max-height: unset;
}
    @media (min-width: 1200px), (min-width: 992px) {
    .notifications-panel {
        padding: 20px 60px !important;
    }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
      /* tablet styles */
      .notifications-panel {
        padding: 20px 60px !important;
      }
    }

.notifications-panel .ui-px{
    overflow-y: visible;
}

.notifications-panel .inbox table tbody tr{
    background: transparent !important;
    background-image: none !important;
}

.lang-zh .notifications-tab>div>div:first-child>button[aria-selected=true] {
    font-family: "Noto Sans SC", sans-serif !important;
    line-height: normal !important;
}
.notifications-tab>div>div:first-child>button[aria-selected=true] {
    font-family: Inter, sans-serif !important;
    line-height: normal !important;
    letter-spacing: normal;
}


    .notifications-tab>div>div:first-child {
        background: none;
        border-radius: 0;
        border-bottom: 3px solid #e7e7e7 !important;
        margin: 10px;
        padding: 0;
    }

    .lang-zh .notifications-tab>div>div:first-child>button{
        font-family: "Noto Sans SC", sans-serif !important;
        line-height: normal !important;
        font-size: 1.2em !important;
        font-weight: 600 !important;
        color: #111111 !important;
    }
    .notifications-tab>div>div:first-child>button{
        font-family: Inter, sans-serif !important;
        line-height: normal !important;
        font-size: 1.2em !important;
        font-weight: 600 !important;
        color: #111111 !important;
        letter-spacing: normal;
    }

    

        .notifications-tab>div>div:first-child>button[aria-selected=true] {
            color: #ff0000 !important;
            font-size: 1.2em !important;
            font-weight: 600 !important;
        }

            .notifications-tab>div>div:first-child>button[aria-selected=true]:after {
                background: none !important;
            }
            .notifications-tab>div>div:first-child>button[aria-selected=true]:before {
                    background: linear-gradient(90deg, #FE0032, #ff0f6c) !important;
                    bottom: -5px !important;
                    height: 5px !important;
            }

            .lang-zh.notifications-tab .tab-content .text-text-muted {
                color: #7c7c7c !important;
                font-family: "Noto Sans SC", sans-serif !important;
                font-size: 1em !important;
                line-height: normal !important;
                font-weight: 600 !important;
            }
            .notifications-tab .tab-content .text-text-muted {
                color: #7c7c7c !important;
                font-family: Inter, sans-serif !important;
                font-size: 1em !important;
                line-height: normal !important;
                font-weight: 600 !important;
                letter-spacing: normal;
            }
           

/* content*/

body.notification .lang-zh .table-alt th .title-text {
    font-family: "Noto Sans SC", sans-serif !important;  
}

body.notification .table-alt th .title-text {
    color: black !important;
    font-family: Inter, sans-serif !important;
    font-size: 1.2em !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
.notifications-panel .ui-checkbox .checkmark {
border: 2px solid #CBCBCB !important;
}

body.notification .table-alt tbody tr.odd td {
    background: linear-gradient(rgb(239 236 239), rgb(220 221 223)) !important;
}

body.notification .table-alt tbody tr td {
    box-shadow: none !important;
    border: 1px solid #E4E4E4 !important;
}
body.notification .table-alt tbody tr.even td {
    background: white !important;

}

    html.bright body.notification .lang-zh .table-alt tbody .primary {
        font-family: "Noto Sans SC", sans-serif;
    }

    html.bright body.notification .table-alt tbody .primary {
        color: black !important;
        font-family: Inter, sans-serif !important;
        font-size: 1.2em !important;
        font-weight: 600 !important;
        line-height: normal !important;
        letter-spacing: normal !important;
}

html.bright body.notification .lang-zh .table-alt tbody .text-muted-foreground {
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 1em;
}
@media (min-width: 1200px), (min-width: 992px) {
    html.bright body.notification .lang-zh .table-alt tbody .text-muted-foreground {
        font-size: 1.1em;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    html.bright body.notification .lang-zh .table-alt tbody .text-muted-foreground {
        font-size: 1.1em;
    }
}

html.bright body.notification .table-alt tbody .text-muted-foreground {
        color: #6d6c6c !important;
        font-family: Inter, sans-serif !important;
        font-size: 1.1em;
        font-weight: 500;
        line-height: normal !important;
        letter-spacing: normal !important;
        margin-top: 5px;
}

    body.notification .table-alt thead .btn-delete-all span {
         background: linear-gradient(180deg, #f37777, #f91111)!important;
        border: none !important;
    }
        body.notification .table-alt tbody tr td .ui-btn {
            background: linear-gradient(180deg, #f37777, #f91111)!important;
            border: none !important;
        }

html.bright body.notification .unread .primary > strong{
    color: #ff0000;
}



/*************************************************************/
/*******PROFILE **************************************************/
/*************************************************************/


@media (min-width: 1200px), (min-width: 992px) {
    html.bright .change-password-card, html.bright .edit-profile-card {
        padding: 50px 60px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
html.bright .change-password-card, html.bright .edit-profile-card {
    padding: 50px 60px !important;
}
}

html.bright .change-password-card, html.bright .edit-profile-card {
    background: white !important;
    border: 0 !important;
}


/* User Info Section */

html.bright .change-password-card .user-info .usr-name, html.bright .edit-profile-card .user-info .usr-name {
    color: #151515 !important;
    font-family: Inter, sans-serif !important;
    font-weight: 800 !important;
    line-height: normal !important;
    letter-spacing: normal;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .change-password-card .user-info .usr-name, html.bright .edit-profile-card .user-info .usr-name {
            font-size: 1.8em !important;
        }
        }

html.bright .change-password-card .user-info .note-md, html.bright .edit-profile-card .user-info .note-md {
    color: rgb(153, 153, 153) !important;
    font-family: Inter, sans-serif !important;
    font-size: 1.1em !important;
    line-height: normal !important;
    letter-spacing: normal;
}

/*input title*/

html.bright .change-password-card .form-component-group .form-component-label, html.bright .edit-profile-card .form-component-group .form-component-label {
    color: black !important;
    font-family: Inter, sans-serif !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal;
}
html.bright .lang-zh .change-password-card .form-component-group .form-component-label, html.bright .edit-profile-card .form-component-group .form-component-label{
    font-family: "Noto Sans SC", sans-serif !important;
    font-size:  1.1em !important;
}

/*input box*/
html.bright .change-password-card .form-component-group input, html.bright .edit-profile-card .form-component-group input, html.bright .edit-profile-card .form-component-group textarea {
    background: rgb(221, 221, 229) !important;
    color: #000000 !important;
    font-family: Inter, sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

html.bright .change-password-card .form-component-group {
    margin-bottom: 20px;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .change-password-card .form-component-group {
            margin-bottom: 30px !important;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        html.bright .change-password-card .form-component-group {
            margin-bottom: 30px !important;
        }
    }   


html.bright .change-password-card .form-component-note {
    font-size: 1em;
    margin-top: 8px;
    letter-spacing: normal !important;
    font-family: Inter, sans-serif !important;
}
.lang-zh .form-component-note {
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 0.9em;
}

html.bright .edit-profile-card .form-component-note {
    color: rgb(77, 75, 75) !important;
}

html.bright .change-password-card textarea#inputAddress::placeholder {
  color: #999 !important;
  position:relative;
  top: 10px;
}
.lang-zh textarea#inputAddress::placeholder {
    font-family: "Noto Sans SC", sans-serif !important;
}

html.bright .change-password-card .form-group, html.bright .edit-profile-card .form-group {
    margin-bottom: 1px !important;
}

/*html.bright .edit-profile-card .mt-4 {
    margin-top: 0px !important;
}*/

html.bright .change-password-btn {
    color: #373737 !important;
    font-weight: 700;
}
html.bright .right-end-arrow {
    font-size: 1.1em;
}
html.bright .right-end-arrow:after {
    content: url(/images/icon-arrow-next.png) !important;
}


/*input box
#inputAddress::placeholder {
    position: relative;
    top: 10px;
}
*/
/*button*/

html.bright .lang-zh .change-password-card .update-btn, html.bright .lang-zh .edit-profile-card .submit-btn {
    font-family: "Noto Sans SC", sans-serif !important;
}
html.bright .change-password-card .update-btn, html.bright .edit-profile-card .submit-btn {
    font-family: Inter, sans-serif !important;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    /*box-shadow: none !important;*/
    color: white !important;
    height: auto !important;
    padding: 10px 20px !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
}
@media (min-width: 1200px), (min-width: 992px) {
html.bright .change-password-card .update-btn, html.bright .edit-profile-card .submit-btn {
    width: 50% !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
html.bright .change-password-card .update-btn, html.bright .edit-profile-card .submit-btn {
    width: 50% !important;
}
}

@media (min-width: 1200px), (min-width: 992px) {
.update-button-wrapper {
    display: flex;
    justify-content: center;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.update-button-wrapper {
    display: flex;
    justify-content: center;
}
}

html.bright .change-password-card .update-btn:before, html.bright .edit-profile-card .submit-btn:before {
opacity: 0;
}


/*Change Password Page*/
html.bright .change-password-card .user-info .usr-name, html.bright .edit-profile-card .user-info .usr-name {
    color: black !important;
    font-family: Inter, sans-serif !important;
    font-weight: 800 !important;
    line-height: normal !important;
    letter-spacing: normal;
}

html.bright .change-password-card .form-component-group {
    margin-bottom: 20px !important;
}

.lang-zh .form-component-group .form-component-label {
    font-family: "Noto Sans SC", sans-serif !important;
    font-size:  1.2em !important;   
}

html.bright .change-password-card .form-component-group .form-component-input-wrapper {
        background: #dddde5 !important;
}

.change-password-card .form-component-group .fa-regular:before {
    color: #ff0000 !important;
    font-weight: 600;
}




/*************************************************************/
/*******TRANSFER**************************************************/
/*************************************************************/

.transfer-panel {
    background: white !important;
    box-shadow: none !important;
    border: 0 !important;
}


    @media (min-width: 1200px), (min-width: 992px) {
        .transfer-panel {
            min-height: 90vh !important;
            padding: 50px 60px !important;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {/* tablet styles */
       .transfer-panel { 
        padding: 50px 60px !important;
        }
    }

/*label*/
html.bright .lang-zh .transfer-panel label:not(.note-md) {
    color: black !important;
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

html.bright .transfer-panel label {
    color: black !important;
    font-family: Inter, sans-serif !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}


html.bright .custom-ui-select.form-control {
    font-size: unset !important;
}

.transfer-panel .transfer.custom-ui-select.form-control, html.bright .transfer-panel .transfer.custom-ui-select.form-control {
    background-color: #dddde5 !important;
}
    html.bright .lang-zh .transfer-panel .transfer.custom-ui-select.form-control .option-value {
        color: #151515 !important;
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 1.1em !important;
        font-weight: 600 !important;
        line-height: normal !important;
        letter-spacing: normal !important;
    }

    html.bright .transfer-panel .transfer.custom-ui-select.form-control .option-value {
        font-family: Inter, sans-serif !important;
        color: #151515 !important;
        font-size: 1.1em !important;
        font-weight: 600 !important;
        line-height: normal !important;
        letter-spacing: normal !important;
    }

.transfer-panel .form-control {
    margin-bottom: 10px !important;
    background: #dddde5 !important;
}
main .form-group label.note-md {
    color: #4d4b4b !important;
    font-size: 1em !important;
    font-weight: 400 !important;
}

/*percentage button*/
html.bright .transfer-panel .percentage-button {
    background: #FF3A61 !important;
}
html.bright .transfer-panel .percentage-button, html.bright .transfer-panel .percentage-button span {
    font-family: Inter, sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
@media (min-width: 1200px), (min-width: 992px) {
    html.bright .transfer-panel .percentage-button, html.bright .transfer-panel .percentage-button span {
    width: auto !important;
    flex: 1;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {/* tablet styles */
    html.bright .transfer-panel .percentage-button, html.bright .transfer-panel .percentage-button span {
    width: auto !important;
    flex: 1;
    }
}
/*transfer button*/
html.bright .lang-zh .transfer-button {
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
}

html.bright .transfer-button {
    font-family: Inter, sans-serif !important;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    box-shadow: none !important;
    color: white !important;
    height: auto !important;
    padding: 10px 20px !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    letter-spacing: normal !important;
    margin: auto;
    width: 50% !important;
}

.transfer-panel .button-wrapper:before {
    content: none !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

html.bright .change-password-card .form-group, html.bright .edit-profile-card .form-group {
    margin-top: 5px !important;
}
    
    html.bright .transfer-panel .button-wrapper:before{
        content:none;
    }

/*************************************************************/
/*******PROMO*************************************************/
/*************************************************************/

html.bright .promotions-page-tabs + .tab-content{
    min-height: 90vh;
}

html.bright .promo-list .itm{
    border: 0 !important;
    background: linear-gradient(to bottom, #fff, #f5f5f5) !important;
    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 .promo-list .itm:after, html.bright .promo-list .itm:before{
    content:none;
}
html.bright .promo-list .itm .promo-info .text-subtitle{
     font-family: Inter, sans-serif!important;
    color: #999999;
    font-size: 0.9em;
    font-weight: 500;
}
    html.bright .lang-zh .promo-list .itm .promo-info .text-subtitle{
        font-family: "Noto Sans SC", sans-serif!important;
    }

html.bright .promo-list .itm .promo-img-wrapper{
    background:none;
    border:0;
}
html.bright .promo-list .itm .ui-btn{
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    height: auto;
    color: white !important;
}

html.bright .promo-list .itm .ui-btn:after{
    content:none;
}

html.bright .promo-list .itm .promo-info .title{
    color:black!important;
    
}


html.bright .promo-inner .promo-detail-card{
    background: white;
    border: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

html.bright .promo-detail-card:before{
    content: none;
}

    html.bright .promo-inner .detail-title {
        colo:red!important;
    }
    html.bright .promo-inner .promo-description{
        font-size: unset;
    }
        html.bright .promo-inner .promo-description > p{
             font-family: Inter, sans-serif!important;
            color:#111111;
            font-size: 1em;
            font-weight: 500;
        }

html.bright .promo-detail-card .ui-btn-md{
    font-family: Inter, sans-serif!important;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    height: auto;
    color: white !important;
    margin:auto;
    width:50%;
}

html.bright .lang-zh .promo-detail-card .ui-btn-md{
    font-family: "Noto Sans SC", sans-serif!important;
}


/*************************************************************/
/*******ADD BANK ADDRESS*************************************************/
/*************************************************************/


html.bright .add-address-card {
    background: white !important;
    border: 0 !important;
    box-shadow: none !important;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .add-address-card {
            padding: 50px 60px !important;
        }
    }
        @media (min-width: 768px) and (max-width: 1024px) {
         html.bright .add-address-card {
                padding: 50px 60px !important;
        }
    }

/*label*/
html.bright .lang-zh .add-address-label {
    color: black !important;
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

html.bright .add-address-label {
    color: black !important;
    font-family: Inter, sans-serif !important;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

/*input box*/
html.bright .add-address-form-group {
    margin-bottom: 30px !important;
}
html.bright .lang-zh .add-address-input {
    background-color: #dddde5 !important;
    font-family: "Noto Sans SC", sans-serif !important;
    color: #151515 !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

html.bright .add-address-input {
    background-color: #dddde5 !important;
    font-family: Inter, sans-serif !important;
    color: #151515 !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}

html.bright .add-address-select .form-component-select {
    background-color: rgb(221, 221, 229) !important;
}

html.bright .lang-zh .add-address-select .form-component-select .content, html.bright .add-address-select .form-component-select .no-translate{
    color: #151515 !important;
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
html.bright .add-address-select .form-component-select .content, html.bright .add-address-select .form-component-select .no-translate {
    color: #151515 !important;
    font-family: Inter, sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
/*remove arrow icon filter*/
html.bright .add-address-select .form-component-select:after {
    filter: none !important;
}

/*checkbox*/
html.bright .lang-zh .add-address-checkbox-text {
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: #4d4b4b !important;
}
html.bright .add-address-checkbox-text {
    font-family: Inter, sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 400 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: #4d4b4b !important;
}

html.bright .add-address-checkmark {
    background-color: white !important;
    border: 2px solid #ff0000 !important;
}

html.bright .add-address-checkbox input[type=checkbox]:checked+.add-address-checkmark:after {
    background-color: #ff0000 !important;
}

/*warning text*/
html.bright .lang-zh .add-address-warning-text {
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 0.9em !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
html.bright .add-address-warning-text {
    font-family: Inter, sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 500 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
}
html.bright .add-address-warning-icon:after {
    background: none !important;
}
html.bright .add-address-checkbox {
    gap: 10px !important;
    margin-top: -20px !important;
}

/*submit button*/
html.bright .lang-zh .add-address-submit-btn {
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    box-shadow: none !important;
    color: white !important;
    height: auto !important;
    padding: 10px 20px !important;
    letter-spacing: normal !important;
    width: 50% !important;
}

html.bright .add-address-submit-btn {
    font-family: "Noto Sans SC", sans-serif !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    box-shadow: none !important;
    color: white !important;
    height: auto !important;
    padding: 10px 20px !important;
    letter-spacing: normal !important;
    width: 50% !important;
}
html.bright .add-address-submit-btn:before {
    background: none !important;
}

html.bright .add-address-submit-btn{  /* 按钮变窄 */
    display: block !important; 
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 1200px), (min-width: 992px) {
html.bright .edit-profile-card .form-component-group {
  margin-bottom: 30px !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
    html.bright .edit-profile-card .form-component-group {
        margin-bottom: 30px !important;
    }
}

@media (min-width: 1200px), (min-width: 992px) {
   html.bright .add-address-page .form-component-group {
        margin-bottom: 0px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    html.bright .add-address-page .form-component-group {
        margin-bottom: 0px !important;
    }
}

/*modal title*/
html.bright .lang-zh .modal.bottom-modal .modal-header .modal-title .font-extrabold {
    font-family: "Noto Sans SC", sans-serif !important;
    font-weight: 800 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: black !important;
}

html.bright .modal.bottom-modal .modal-header .modal-title .font-extrabold {
    font-family: Inter, sans-serif !important;
    font-weight: 800 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: black !important;
}

html.bright .add-address-warning{
    justify-content: center;
}



/*************************************************************/
/*******CHAT*************************************************/
/*************************************************************/
.desktop-chat-button{
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    right:50px!important;
    bottom: 50px!important;
}
@media (max-width: 1600px) and (min-width: 1100px){
    .desktop-chat-button{
        right:20px!important;
        bottom: 30px!important;
    }
}
.desktop-chat-button:hover{
    cursor: pointer;
    box-shadow: 0 5px 10px var(--color-primary-shadow) !important; 
}
.desktop-chat-modal {
   box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 99999!important;
    bottom:50px;
}
.chat-panel{
    background: white;
    border: 0;
    box-shadow:none;  
}

.chat-close-button{
    padding: 7px 7px;
    background-color: #e0e0e0;
}
.chat-close-button:hover{
    cursor: pointer;
}
    .chat-close-button>svg{
        stroke-width: 4px; 
    }

.chat-header{
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
    padding-top:0!important;
}
    .chat-header .chat-title{
        font-family: Inter, sans-serif!important;
        color: #000000 !important;
        font-size: 1.5em;
        font-weight: 800;
        padding-top:0;
    }
    .lang-zh .chat-header .chat-title{
        font-family: "Noto Sans SC", sans-serif!important;
    }

.chat-title + div{
    margin-top:-8px;
}

html.bright .chat-header .header-text, html.bright .chat-header .header-text .text-primary{
    color: #ff4a05 !important;
    font-size: 1em;
    font-weight: 600;
}
    html.bright .lang-zh .chat-header .header-text, html.bright .lang-zh .chat-header .header-text .text-primary{
         font-family: "Noto Sans SC", sans-serif!important;
    }

html.bright .chat-header .header-button{
    font-family: Inter, sans-serif!important;
    font-size: 1em !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    box-shadow: none;
}

html.bright .chat-header .header-button{
    font-family: "Noto Sans SC", sans-serif!important;
}


.chat-message .chat-bubble{
    font-size: 1em;
    background: linear-gradient(96deg, #e0e0e0 3.98%, #d7d7d7 98.89%);
    box-shadow: none;
}
    html.bright .chat-message .chat-bubble p{
        color:black!important;
        font-size: 1em;
        font-weight: 500;
    }

html.bright .chat-message.self-message .chat-bubble{
    background: linear-gradient(96deg, #e54e4e 3.98%, #c10000 98.89%);
    box-shadow: none;
}
    html.bright .chat-message.self-message .chat-bubble p{
        color:white!important;
    }
    html.bright .chat-panel .timestamp{
            color: #706e6e !important;
            font-size: 0.9em;
    }

.chat-input{
    margin-bottom: 20px; 
     box-shadow: none;
    font-family: Inter, sans-serif;
    font-size: 1.2em !important;
    color: black !important;
    font-weight: 500;
    line-height: normal !important;
    letter-spacing: normal !important;
    background-color: #dddde5 !important;
    
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
    margin-bottom: 0;
}
    .chat-panel .input-panel .input-wrapper{
        background: white;
        border-radius: 8px;
    }

    html.bright .chat-panel .chat-input .input-panel{
        grid-template-columns: repeat(3, auto) 1fr auto;
        grid-column-gap: 12px;
    }
    html.bright .chat-panel .chat-input .input-panel input{
        font-size: 1.1em;
        color: black !important;
        width: 100%;
    }

    html.bright .chat-panel .chat-input .input-panel button{
        width: 20px;
    }

    html.bright .chat-panel .chat-input .input-panel button > img{
        width:100%;
    }

    html.bright .chat-panel .chat-rules{
        font-size: unset;
        color:unset;
    }

    html.bright .chat-panel .chat-rules > p{
        color:#111111;
        font-size:1em;
    }



/*************************************************************/
/*******MODAL DELETE CONFIMATION & Inbox MSG*************************************************/
/*************************************************************/
html.bright .modal-backdrop{
    background-color: #000000 !important;
}
    .modal-backdrop.show {
        opacity: .8;
    }

.notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-dialog, .notifications-panel .modal-inbox-msg .modal-dialog{
       max-width: 90%; 
}
    @media (min-width: 1200px), (min-width: 992px) {
        .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-dialog, .notifications-panel .modal-inbox-msg .modal-dialog{
           max-width: 30%; 
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
       .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-dialog,  .notifications-panel .modal-inbox-msg .modal-dialog{
           max-width: 50%; 
        }
    }

html.bright .modal-dialog .modal-content,
html.bright .notifications-panel .modal-inbox-msg .modal-content{
    background: linear-gradient(141deg, #fff2f1 0%, #ff8987 50%)!important;
    box-shadow: inset 0px 0px 30px 10px rgba(255, 255, 255, 0.9), 0 -2px 3px rgba(255, 255, 255, 1), 0 0 20px #fff2f1!important;
    border-radius: 30px!important;
    aspect-ratio: unset !important;
    border:0!important;
}

    html.bright .notifications-panel .modal-inbox-msg .modal-content:before{
        height: 20px;
        background: linear-gradient(90deg, #fff, #f9f4e1);
        filter: blur(15px);
    }



html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-top-icon{
    opacity: 1;
    top: -50px !important;
    filter: none;
     width: 150px !important;
}
html.bright .notifications-panel .modal-inbox-msg .modal-top-icon{
    top: -80px !important;
    width: 140px !important;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-top-icon{
            width: 190px !important;
            top: -90px !important;
        }
    }
        @media (min-width: 768px) and (max-width: 1024px) {
           html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-top-icon{
               width: 180px !important;
                top: -80px !important;
            }
        }



html.bright .modal-inbox-msg .modal-header{
    padding: 15px 20px;
    min-height: 40px; 
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .modal-inbox-msg .modal-header{
            min-height: 60px; 
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
       html.bright .modal-inbox-msg .modal-header{
            min-height: 60px; 
        }
    }
    html.bright .notifications-panel .modal-inbox-msg .modal-header:before{
        content:none;
    }



html.bright .modal-dialog .modal-body,
html.bright .notifications-panel .modal-inbox-msg .modal-body{
    background: linear-gradient(141deg, #fffefc 0%, #f4e0c8 50%);
    box-shadow: inset 0px 0px 30px 10px rgba(255, 255, 255, 0.7);
}
    html.bright .notifications-panel .modal-inbox-msg .modal-body{
        border-radius: 30px; 
        padding: 30px 50px;
        padding-top: 60px;
        display: flex; 
    }
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .notifications-panel .modal-inbox-msg .modal-body{
             padding: 30px 25px;
        }
    }
    html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-body{
        /* padding: 30px;*/
    }
    html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-body div:first-child{
        font-family: Inter, sans-serif!important;
        color: #0e0a0c !important;
        font-size: 1.2em;
        font-weight: 700;
        height: 50px;
    }
        html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-body div:first-child{
            font-family: "Noto Sans SC", sans-serif!important; 
        }
        @media (min-width: 1200px), (min-width: 992px) {
            html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-body div:first-child{
                font-size: 1.4em;
            }
        }

html.bright .notifications-panel .modal-inbox-msg .btn-gp{
     position: relative;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .notifications-panel .modal-inbox-msg .btn-gp{
             padding: 0 80px !important;
            margin-top:30px;
        }
    }

html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-dialog .btn-gp{
    flex-direction: row !important;
    position: relative;
    margin-top:10px;
    font-size: unset;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-body div:first-child{
             margin-top:30px;
        }
    }

html.bright .notifications-panel .modal-inbox-msg .modal-body .btn-gp .ui-btn, 
html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-body .btn-gp .ui-btn.btn-cancel{
    font-family: Inter, sans-serif !important;
    font-weight: 700;
    background: linear-gradient(180deg, #f37777, #f91111) !important;
    border-radius: 8px !important;
    padding: 7px 20px !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: white !important;
    font-size: 1.2em !important;
    aspect-ratio: unset !important;
}
    html.bright .notifications-panel .modal-inbox-msg .modal-body .btn-gp .ui-btn{
          padding: 10px 20px !important;
    }
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .notifications-panel .modal-inbox-msg .modal-body .btn-gp .ui-btn, 
        html.bright .notifications-panel .confirm-dialog-box.modal-inbox-msg .modal-body .btn-gp .ui-btn.btn-cancel{
              font-size: 1.3em !important;
              padding: 10px 20px !important;
        }
    }

html.bright .notifications-panel .modal-inbox-msg .modal-body h6{
    font-size: 1.5em;
    font-weight: 800;
    color: #ff0000 !important;
}
html.bright .notifications-panel .modal-inbox-msg .modal-body p{
    font-family: Inter, sans-serif!important;
    color: #0e0a0c !important;
    font-size: 1.3em;
    font-weight: 700;
    justify-items: center;
}
html.bright .notifications-panel .modal-inbox-msg .modal-body ul{
    font-family: Inter, sans-serif!important;
    color: #0e0a0c !important;
    font-size: 1.3em;
    font-weight: 700;
    justify-items: center;
}



/*************************************************************/
/*******MODAL LOGOUT BOX *************************************************/
/*************************************************************/



/*CONFIRMATION MODAL */


html.bright .confirm-modal-container{
    background: linear-gradient(141deg, #fff2f1 0%, #ff8987 50%)!important;
    box-shadow: inset 0px 0px 30px 10px rgba(255, 255, 255, 0.9), 0 0 20px #fff2f1;
    border: 0!important;
    width:90%;
    border-radius: 30px!important;
}
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .confirm-modal-container{
            width:20%;
            width:350px;
        }
    }


html.bright .confirm-modal-container .h-1{
    background:none!important;
}
html.bright .confirm-modal-container .p-6{
    background: linear-gradient(141deg, #fffefc 0%, #f4e0c8 50%);
    box-shadow: inset 0px 0px 30px 10px rgba(255, 255, 255, 0.7);
    border-radius: 30px!important;
    padding: 30px 50px;
    margin-top: 40px;
/*    display: flex; */
}
html.bright .confirm-modal-container p{
    font-family: Inter, sans-serif!important;
    margin-bottom:25px;
    font-size: 1.2em;
    font-weight: 600;
    line-height: normal;
}
html.bright .lang-zh .confirm-modal-container p{
    font-family: "Noto Sans SC", sans-serif!important;
}

/*html.bright .confirm-modal-container .p-6 > div {
    margin-top: -40px;
}*/
html.bright .confirm-modal-container .p-6 > div > div {
    background: none!important;
}
html.bright .confirm-modal-container img{
    margin-top: -90px;
    width: 190px;
    max-width: unset;
}

html.bright .confirm-modal-container button{
    margin-bottom:25px;
    background: linear-gradient(180deg, #f37777, #f91111)!important;
    color: white !important;
    cursor: pointer;
    font-size: 1.3em;
}



/*************************************************************/
/*******MODAL BIG WIN :BEt Slip*************************************************/
/*************************************************************/
.global-winner-modal .modal-dialog{
    width: 85%;
    width: 100%;
    max-width: 400px!important;
    max-width: 430px!important;
    max-width: unset !important;
}

/*html.bright .global-winner-modal .modal-dialog .modal-content{
    box-shadow: inset 0px 0px 30px 10px rgba(255, 255, 255, 0.9), 0 0 20px #fff2f1!important;
    border: 0 !important;
}*/
html.bright .global-winner-modal .modal-dialog{
 
        max-width: unset !important;
}

html.bright .global-winner-modal .modal-dialog .modal-item{
    background-size: 100%!important;
    width: 390px !important;
    height: 620px;
    position: absolute;
    aspect-ratio: unset !important;
    left: 50%;
    transform: translateX(-50%);
}
    @media (max-width: 375px){
        html.bright .global-winner-modal .modal-dialog .modal-item{
            width: 360px !important;
            height: 573px;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        html.bright .global-winner-modal .modal-dialog .modal-item{
            width: 450px !important;
            height: 716px;
        }
    }
html.bright .global-winner-modal .modal-title{
    color:black;
    font-family: Inter, sans-serif!important;
    font-size: 1.3em;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(132deg, #ffaa97, #ffff95 70%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(4px 6px 0px black);
    margin-top: 13px;
  
}
    @media (max-width: 375px){
        html.bright .global-winner-modal .modal-title{
             margin-top: 20px;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
       html.bright .global-winner-modal .modal-title{
                 margin-top: 20px;
            }
    }
    @media (min-width: 1200px), (min-width: 992px) {
        html.bright .global-winner-modal .modal-title{
             margin-top: 0px;
        }
    }
    html.bright .lang-zh.global-winner-modal .modal-title{
        font-family: "Noto Sans SC", sans-serif!important;
        font-size: 2em;
        font-weight: 800;
    }

html.bright .global-winner-modal .modal-subtitle{
    margin-top: 10px;
    margin-bottom: 14px;
    background: linear-gradient(176deg, #ff8f25, #cf8a63d1);
    padding: 7px 10px;
    min-width: 180px;
    justify-content: center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 5%, black 95%, transparent 100%);
    display: inline-flex;
    left: 50%;
    transform: translateX(-50%);
}
    @media (max-width: 375px){
        html.bright .global-winner-modal .modal-subtitle{
            margin-top: 9px;
            padding: 4px 50px;
            margin-bottom: 10px;
            font-size: 1.1em;
        }
    }

.global-winner-modal .corner-decor.top-left{
    padding-top:0;
    padding-left: 20%;
    padding-right: 0;
    display: none;
}

html.bright .global-winner-modal .modal-profit-section .info{
    transform: translateX(7px);
    font-size: unset;
        margin-top: 10px;
        
}
    html.bright .global-winner-modal .modal-profit-section .info .title{
        font-family: Inter, sans-serif!important;
        font-size: 1.1em;
        position: relative;
            padding-bottom: 5px;
    }
        html.bright .global-winner-modal .modal-profit-section .info .title:before{
            content:'';
            width:10%;
            border-bottom: 1px solid #ffac84;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

html.bright .global-winner-modal .modal-profit-section .info .profit-display{
    justify-content: center;
    align-items: flex-end;
}
    html.bright .global-winner-modal .modal-profit-section .info .currency{
        margin-left:5px;
    }

    html.bright .global-winner-modal .modal-profit-section .info .profit{
        margin-top: 15px;
    }
        html.bright .global-winner-modal .modal-profit-section .info .profit > span{
            font-family: Inter, sans-serif!important;
            color: red;
            font-size: 1.9em;
            font-weight: 700;
        }
            html.bright .lang-zh .global-winner-modal .modal-profit-section .profit > span{
                font-family: "Noto Sans SC", sans-serif!important;
            }

    html.bright .global-winner-modal .modal-profit-section .info .betslip-date{
        font-family: Inter, sans-serif!important;
        color: #a33d3d;
        font-size: 0.8em; 
        margin-top: 5px;
    }

html.bright .global-winner-modal .bet-info-section{
    width: 250px;
    margin-top: 85px; 
    margin-left: auto;
    margin-right: auto;
    padding-left:unset;
    padding-right:unset;
}
    @media (max-width: 375px){
        html.bright .global-winner-modal .bet-info-section{
            margin-top: 80px;
            width: 230px;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
         html.bright .global-winner-modal .bet-info-section{
            margin-top: 115px;
            width: 340px;
        }
    }
    html.bright .global-winner-modal .bet-info-section > div{
        min-width: 100px;
    }
    html.bright .global-winner-modal .bet-info-section > div > .amount{
        align-items: flex-end;
}
    html.bright .global-winner-modal .bet-info-section .label{
        font-family: Inter, sans-serif!important;
        color: white;
        font-size: 1em;
        font-weight: 500;
        margin-bottom: 3px;

    }
        html.bright .lang-zh.global-winner-modal .bet-info-section .label{
            font-family: "Noto Sans SC", sans-serif!important;
        }

    html.bright .global-winner-modal .bet-info-section  .value{
        color:#f4d19b;
        font-size: 1.4em;
        font-weight: 700;
        line-height: 20px;
    }

    html.bright .global-winner-modal .bet-info-section .currency{
        margin-left: 5px;
        font-size: 1em;
        font-weight: 600;
        color: #ffc1c1;
        line-height: 14px;
    }

html.bright .global-winner-modal .game-info-section{
    margin-top: 20px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: unset;
    padding-right: unset;
    padding-top: 15px;
    border-top: 1px solid #f96a6a;
    gap: 15px;
}
    @media (max-width: 375px){
        html.bright .global-winner-modal .game-info-section{
           width: 230px;
       }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
      html.bright .global-winner-modal .game-info-section{
           padding-top: 25px;
           width: 250px;
      }
    }
    html.bright .global-winner-modal .game-info-section .game-thumbnail {
        grid-column: auto;
    }
         html.bright .global-winner-modal .game-info-section .game-thumbnail img{
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
            border: 2px solid rgba(255, 255, 255, 0.4);
        }

    html.bright .global-winner-modal .game-info-section .game-info-text{
        flex: 1;
        min-width: 0; 
    }
        html.bright .global-winner-modal .game-info-section .game-name{
            color: #f9d895;
            font-size: 1.2em;
            font-weight: 600;
            letter-spacing: normal;
        }
        html.bright .global-winner-modal .game-info-section .game-id{
            color: #f5f5f5;
            font-size: 0.9em;
            font-weight: 600;
            letter-spacing: normal;
        }

html.bright .global-winner-modal .button-section{
    height: unset;
    margin-top: 20px;
}
    html.bright .global-winner-modal .ui-btn{
        background: linear-gradient(180deg, #fadda3, #fccc68) !important;
        color: black !important;
        box-shadow: inset 0 5px 10px white, 0px 5px 10px #cf0000;
    }
  
/*html.bright  .global-winner-modal .modal-body .info{
    font-size: unset;
}
html.bright  .global-winner-modal .modal-body .info .title{
    color:black;
    font-family: Inter, sans-serif!important;
    font-size: 1em;
}
    html.bright .lang-zh .global-winner-modal .modal-body .info .title{
        font-family: "Noto Sans SC", sans-serif!important;
    }

    html.bright .global-winner-modal .modal-body .info .subtitle>span{
        color: #ff0000;
    }


html.bright .global-winner-modal .modal-body .bet-info{
    background: linear-gradient(126deg, #ff0000, #ff8f05);
}

html.bright .global-winner-modal .modal-body .bet-info .bet-amount .label, html.bright .global-winner-modal .modal-body .bet-info .bet-payout .label{
    color: #fff;
    font-family: Inter, sans-serif!important;
    font-size: 1em;
}
    html.bright .lang-zh .global-winner-modal .modal-body .bet-info .bet-amount .label{
        font-family: "Noto Sans SC", sans-serif!important;
    }

html.bright .global-winner-modal .modal-body .bet-info .bet-amount .value, html.bright .global-winner-modal .modal-body .bet-info .bet-payout .value {
    color: #fff;
    font-family: Inter, sans-serif!important;
    font-size: 1.2em;
    font-weight: 800;
}

html.bright .global-winner-modal .user-dots {
    border-bottom-color: #f9a9a9;
}

html.bright .global-winner-modal .modal-body .user-info .user-info-text .game-info{
    font-family: Inter, sans-serif!important;
    color: #060606;
    font-size: 1em;
    flex-direction: column;
}
    html.bright .global-winner-modal .modal-body .user-info .user-info-text .game-info{
        font-family: "Noto Sans SC", sans-serif!important;
    }


html.bright .global-winner-modal .modal-body .user-info .user-info-text .game-info .time-stamp{
   font-size: 0.8em;
    color: #999999;
}

html.bright .global-winner-modal .modal-body .user-info .user-info-text .game-id{
    display: none;
}*/



/*************************************************************/
/*******VIP PAGE*************************************************/
/*************************************************************/
.vip{
     min-height: unset; 
     height: unset; 
     background-image: url(/images/vip/panel.jpg);
     background-position: unset;
     background-size: 100%!important;
}
    .vip:before{
        content:none;
    }

.vip-hero{
    padding-top:0;
    margin-top:-20px;
}

.vip-hero-image{
    max-width: 350px;  
}


@media (min-width: 768px) and (max-width: 1024px) {
   .vip-hero-image{
        max-width: 450px;  
    }
}

.vip-upgrade-title {
     font-family: Inter, sans-serif!important;
    line-height: normal;
}
.lang-zh .vip-upgrade-title {
    font-weight: 800;
}

.vip-intro-description{
    font-family: Inter, sans-serif!important;
    font-size: 1.2em;
    line-height: 20px; 
    margin-top: 15px;
    font-weight: 500;
}
    .lang-zh .vip-intro-description{
        font-family: "Noto Sans SC", sans-serif!important;
        line-height: 25px;
    }

    @media (min-width: 768px) and (max-width: 1024px) {
       .vip-intro-description{
            font-size: 1.3em;
            font-weight: 600;
            max-width: 500px;
        }
    }
.ui-btn.vip-join-btn{
    font-size: 1.3em;
}

.vip-section-title-text{
    font-family: Inter, sans-serif!important;
    font-weight: 800;
    color: #ff7b00 !important;
    font-size: 1.5em;
}

.vip-section-title-vip{
  font-weight: 700;  
}

.lang-zh .vip-section-title-text, .lang-zh .vip-section-title-vip{
    font-family: "Noto Sans SC", sans-serif!important;
    color: #ff7b00!important;
}


.vip-levels-section{
    padding:0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vip-levels-section{
       max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vip-levels-track{
        justify-content: center;
    }
}

.vip-levels-slider{
    padding: 0 10px;
}

.vip-level-card{
   padding: 10px 15px;
    white-space: nowrap;
    min-width: 90px;
   /* -webkit-mask-image: linear-gradient(178deg, black 70%, transparent 100%);*/
}
    @media (max-width: 989px) {
        .vip-level-card:hover {
            transform: translate();
            box-shadow: none;
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
      .vip-level-card{
            padding: 10px 22px;
        }
    }
    
    .vip-level-label{
        font-size: 1.5em;
        font-weight: 600;
    }

        .vip-levels-track .vip-level-card:nth-child(1) .vip-level-label{
        color:#626E81;
        }
        .vip-levels-track .vip-level-card:nth-child(2) .vip-level-label{
            color:#B97A5E;
        }
        .vip-levels-track .vip-level-card:nth-child(3) .vip-level-label{
            color:#8697A8;
        }
        .vip-levels-track .vip-level-card:nth-child(4) .vip-level-label{
            color:#E3A853;
        }
        .vip-levels-track .vip-level-card:nth-child(5) .vip-level-label{
            color:#57a7ff;
        }

    .vip-level-icon {
        width: 70px;
        height: auto;
        object-fit: unset;
        max-width: unset;
    }

/*.vip-level-details-section{
    padding:0;
}*/
.vip-level-lock-badge{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 30px;
    color: white !important;
    font-size: 1em;
    padding-right: 20px;
    top:0;
    
}
    .lang-z .vip-level-lock-badge{
        font-family: "Noto Sans SC", sans-serif!important;
    }
    @media (min-width: 768px) and (max-width: 1024px) {
        .vip-level-lock-badge{
            font-size: 1.2em;
            padding: 5px 15px;
            gap: 7px;
            padding-right: 30px;
        }
    }

    .lang-zh .vip-level-lock-badge{
         font-family: "Noto Sans SC", sans-serif!important;
    }
    .vip-1 .vip-level-lock-badge{
        background: linear-gradient(90deg, #6f728b, #4f5165);
    }
    .vip-2 .vip-level-lock-badge{
        background: linear-gradient(90deg, #6e6464, #514444);
    }
    .vip-3 .vip-level-lock-badge{
        background: linear-gradient(90deg, #6f728b, #4f5165);
    }
    .vip-4 .vip-level-lock-badge{
        background: linear-gradient(90deg, #6e6464, #514444);
    }
    .vip-5 .vip-level-lock-badge{
        background: linear-gradient(90deg, #406acb, #2c3d91);
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .vip-level-lock-icon{
            width:20px;
            height: auto;
        }
    }
    
    
.vip-level-card-header{
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid white;
    border-bottom: 0;
    min-height: 150px;
    margin-left: 20px;
    margin-right: 20px;
    background: linear-gradient(58deg, #ffecc6, #f9c66d);
    padding:0;
}
    
    @media (min-width: 768px) and (max-width: 1024px) {
      .vip-level-card-header{
          min-height: 180px;
          margin-left: 40px;
          margin-right: 40px;
        }
    }
    .vip-level-card-header.vip-1{
        background: linear-gradient(58deg, #d7dce3, #878a9b);
    }
    .vip-level-card-header.vip-2{
        background: linear-gradient(58deg, #ffecc6, #c59f74);
    }
    .vip-level-card-header.vip-3{
        background: linear-gradient(58deg, #e8ecf3, #a2a5b5);
    }
    .vip-level-card-header.vip-4{
        background: linear-gradient(58deg, #ffecc6, #f9c66d);
    }
    .vip-level-card-header.vip-5{
        background: linear-gradient(58deg, #a5ecf9, #8eadf8);
    }

    .vip-level-card-header-content{
        padding: 35px 20px 15px 0;
    }
        @media (min-width: 768px) and (max-width: 1024px) {
            .vip-level-card-header-content{
                padding: 50px 20px 15px 0;
            }
        }
    .vip-level-card-title{
        padding-left: 8px;
    }
        @media (min-width: 768px) and (max-width: 1024px) {
            .vip-level-card-title{
                padding-left: 40px;
            }
        }
    .vip-level-card-title h3{
        font-weight: 800;
        font-size: 2em;
        
    }

    .vip-level-card-requirement{
        font-family: Inter, sans-serif!important;
        font-size: 1.1em;
        font-weight: 500;
        color: #a89579 !important;
        margin-top: -5px;
    }
        @media (min-width: 768px) and (max-width: 1024px) {
            .vip-level-card-requirement{
                 font-size: 1.2em;
            }
        }
    
        .lang-zh .vip-level-card-requirement{
             font-family: "Noto Sans SC", sans-serif!important;
        }
        .vip-1 .vip-level-card-requirement{
            color:#70738d !important;
        }
        .vip-2 .vip-level-card-requirement{
            color: #7b6b53 !important;
        }
        .vip-3 .vip-level-card-requirement{
            color:#70738d !important;
        }
        .vip-4 .vip-level-card-requirement{
            color: #7b6b53 !important;
        }
        .vip-5 .vip-level-card-requirement{
             color: #3d5696 !important;
        }

.vip-level-card-header-icon {
    width: 90px;
    height: auto;
    margin-top: 25px;
    margin-right: 8px;
    max-width: unset;
}
    @media (min-width: 768px) and (max-width: 1024px) {
      .vip-level-card-header-icon {
            width:100px;
            margin-top: 40px;
            margin-right: 38px;
        }
    }


.vip-benefits-section{
    backdrop-filter: blur(10px);
    margin-top: -35px;
    margin-bottom: 30px;
    border: 2px solid white;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    opacity: 1;
    
    -webkit-mask-image: url("/images/vip/vip-benefit-card-bg.png");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
/*    -webkit-mask-position: center;*/
     background: rgba(255, 255, 255, 0.5);
}
    @media (min-width: 768px) and (max-width: 1024px) {
        .vip-benefits-section{
            padding: 50px 70px;
        }
    }


    html.bright .vip-benefits-title{
        font-size: 1.4em;
        font-weight: 800;
        color: #000000 !important;
    }
html.bright h4.vip-benefits-title{
   color: #000000 !important; 
}
    .vip-benefits-title:after, .vip-benefits-title:before{
        width:30%;
            
    }
        .vip-benefits-title:before{
          background: linear-gradient(45deg,  transparent, #787878);
        }
        .vip-benefits-title:after{
                background: linear-gradient(45deg, #787878, transparent);
        }

.vip-benefit-row {
     font-family: Inter, sans-serif!important;
}
    .lang-zh.vip-benefit-row {
            font-family: "Noto Sans SC", sans-serif!important;
    }
.vip-benefit-label{
    font-weight: 700;
    font-size: 1.2em;
    color: #000000 !important;
}

.vip-benefit-value{
    color: #ff0000 !important;
    font-weight: 800;
    font-size: 1.2em;
    font-style: normal;
}

/*PC version*/

.vip.desktopVersion {
    background-image: url(/images/vip/panel.jpg) !important;
    background-image: url(/images/vip/background.png)!important;
    background-size: 100% !important;
    background-position: 0 -100px!important;
    background-color: #fff !important;
}
    .vip.desktopVersion:before {
        content:none;
    }

.vip-desktop-header{
    padding-bottom: 0;
}
.vip-desktop-content{
    padding-top: 0;
    margin-top: -45px;
}
    .vip-desktop-hero.container{
        padding:0;
    }
    .vip-desktop-left{
        width: 50%;
        justify-content: flex-end;
        align-self: center;
        padding:0;
        transform: translateY(50px);
    }
        .vip-intro-card.desktop{
            align-items: flex-start;
            margin-right: 20%;
        }
        .vip.desktopVersion .vip-intro-description{
            font-size: 1.3em;
            line-height: 25px; 
            max-width: 400px;
            text-align: left;
        }
    .lang-zh .vip.desktopVersion .vip-intro-description{
        line-height: 30px; 
    }
        .vip-upgrade-vip{
            background: linear-gradient(45deg, #be630d, #5f0303);
            -webkit-background-clip: text;
            background-clip: text;
        }

.vip-desktop-right{
    flex:1;
}
.vip-desktop-hero-image{
    max-width: 600px;
}

.vip-comparison-inner{
    padding-top:60px;
    background: #ebedee;
}

.vip-desktop-content .vip-comparison-header-text .comparison-text, .vip-desktop-content .vip-comparison-header-text .vip-text{
       -webkit-text-fill-color: unset; 
        font-size: 1em;
}


.vip-desktop-content .vip-table-cell, .vip-desktop-content .vip-table-header-col{
    margin: 0 5px;
    filter: drop-shadow(2px 0px 0px rgba(0, 0, 0, 0.01));
}

.vip-table-cell.col-label{
    font-style: normal;
    color: #000000;
}

.vip-table-cell .value-red {
    color: red !important;
    font-weight: 600;
}

html.bright .vip-table-header-col.col-label .label-grade, html.bright .vip-table-header-col.col-label .label-benefits{
    font-family: Inter, sans-serif!important;
    font-size: 1.5em;
    font-weight: 700;
}
    html.bright .lang-zh .vip-table-header-col.col-label .label-grade, html.bright .lang-zh .vip-table-header-col.col-label .label-benefits{
        font-family: "Noto Sans SC", sans-serif!important;
    }
    .vip-table-header-col.col-label .label-grade {
        right: 20px;
        position: absolute;
    }
    .vip-table-header-col.col-label .label-benefits{
        margin-top: 70px;
    }

.vip-table-header-col.col-label:before{
    top: 5px;
    left: -5px;
    transform: scale(.9) rotate(355deg);
}

.vip-desktop-back-btn{
    font-family: Inter, sans-serif!important;
    font-size: 1.3em;
    font-weight: 700;
    gap: 12px;
}
    .lang-zh .vip-desktop-back-btn{
            font-family: "Noto Sans SC", sans-serif!important;
    }
    .vip-desktop-back-btn:hover{
        cursor: pointer;
    }
    .vip-desktop-back-icon{
        filter: invert();
    }