    <style>
.btn[data-v-b3bd7e49] {
    position: fixed;
    left: 50%;
    bottom: 2.4rem;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: 4.88rem;
    height: 1.06667rem;
    background: linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
    border-radius: 1.06667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .26667rem;
    padding-right: 1.06667rem;
    z-index: 9;
}
.btn .line[data-v-b3bd7e49] {
    position: absolute;
    top: .13333rem;
    right: 1rem;
    height: .8rem;
}
.btn .close[data-v-b3bd7e49] {
    position: absolute;
    right: 7px;
    font-size: .66667rem;
    margin: .13333rem;
    color:#fff;
    cursor: pointer;
}
.btn .icon[data-v-b3bd7e49] {
    width: .64rem;
    height: .64rem;
    margin-left: .13333rem;
}
.btn .text[data-v-b3bd7e49] {
    font-weight: 700;
    font-size: .32rem;
    line-height: .32rem;
    color: var(--text_color_L4);
    text-shadow: 0 .02667rem .01333rem rgba(71, 129, 255, .5);
    margin-left: .13333rem;
    max-width: 2.88rem;
    word-wrap: break-word;
}

/* Game Category Tabs CSS */
.game-category-tabs {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.game-nav::-webkit-scrollbar {
    display: none;
}

.game-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tab_item {
    transition: all 0.3s ease;
    min-width: fit-content;
}

.tab_item:hover {
    opacity: 0.8;
}

.tab_item.active {
    background: var(--main-color) !important;
    color: #fff !important;
}

/* Lottery Section CSS */
.lottery .b img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lottery .b img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Spin/VIP Section CSS */
.wv > div {
    transition: transform 0.3s ease;
}

.wv > div:hover {
    transform: translateY(-5px);
}

.wv .svg-icon {
    transition: transform 0.3s ease;
}

.wv > div:hover .svg-icon {
    transform: rotate(10deg);
}

/* Game Section Animation */
.game-section {
    transition: opacity 0.3s ease, height 0.3s ease;
}

.pt-20 {
    padding-top: 20px;
}
.casino-each__Tab.active{
    background: var(--main-color);
}
.casino_body-section {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}
.casino_body-section.active {
    display: block;
    visibility: visible;
    opacity: 1;
}
.tab-content:not(.active) {
display: none;
}
.gameScenes-daman .game-menu {
    margin-top: .2rem;
}
.gameScenes-daman .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
}
.gameScenes-daman .row.space{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.gameScenes-daman .row-item{
    position: relative;
    width: 4.53333rem;
    height: 1.86667rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4.96rem 2.29333rem;
    border-radius: .26667rem;
    margin-bottom: .26667rem;
}
.gameScenes-daman .game_image{
    position: absolute;
    top: 0;
    left: -.05333rem;
    height: 2rem;
    width: 2.53333rem;
    object-fit: contain;
    z-index: 1;
}
.gameScenes-daman .game_bg {
    display: block;
    position: absolute;
    bottom: -.32rem;
    left: -.21333rem;
    width: 4.96rem;
    height: 2.29333rem;
}
.gameScenes-daman .game_text {
    position: absolute;
    bottom: .45333rem;
    right: .16rem;
    color: #fff;
    font-family: Inter;
    font-size: .32rem;
    font-weight: 700;
    z-index: 1;
}
.gameScenes-daman .row.wrap{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gameScenes-daman .row-item.row-small {
    width: 2.93333rem;
    margin-right: .26667rem;
}
.gameScenes-daman .row-item.row-small .game_bg {
    width: 3.36rem;
}
.gameScenes-daman .row-item.row-small .game_text {
    bottom: inherit;
    top: .26667rem;
}
.gameScenes-daman .row-item.row-small:nth-child(3n) {
    margin-right: 0;
}
    
    
.picContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .16rem;
}    
.picContainer img, .picContainer .b, .sportsitem img, .jackpotitem img {
    width: 2.93333rem;
    height: 3.5rem;
    border-radius: .26667rem;
}   

 .more-l1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.more-l1 {
    color: var(--main-color);
} 
.more-l2 {
    height: 1.28rem;
    line-height: 1.06667rem;
    padding-top: .16rem;
    font-size: .37333rem;
    text-align: center;
    color:#fff;
    background: var(--main-color);
}

.more-l1 svg {
    width: .66667rem;
    height: .66667rem;
}
.more {
    width: calc((100% - .32rem) / 3);
    height: 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-image: url(/assets/png/p3morebg-0a4d5881.png);
    background-color: #221f2e;
    background-repeat: no-repeat;
    background-size: 2.2rem 2.32rem;
    background-position: top right;
    border-radius: .13333rem;
    overflow: hidden;
    color: var(--text_color_L1);
} 
.more {
    background-image: url(../images-new/p3morebg-94bcb6ca.png);
    background-color: #1ab2661f;
    background-repeat: no-repeat;
    background-size: 2.2rem 2.32rem;
    background-position: top right;
    color: var(--main-color);
}

.daman__container.allGame {
    grid-template-columns: repeat(3, 1fr);
}
.allGame{
    margin-bottom:5px;
}
.casinoTabs__nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.casino-each__Tab {
    border-radius: 5px;
    border: 1px solid #80808033;
    padding: 10px;
    text-align: center;
    width: calc(100% / 3 - 5px);
}

.tabs-stage .tab-content{
    margin-top:15px;
}
.title.lott b {
    display: block;
    height: .34667rem;
    width: .10667rem;
    border-radius: .05333rem;
    background-color: var(--main-color);
    -webkit-margin-end: unset;
}
.title>div{
    display: flex;
    gap:3px;
    align-items: center;
}
.title>div .allMore {
    background-color: var(--main-color); 
    padding: 2px 5px;
}
/* winning information */
.p3_winner {
    color: var(--text_color_L1);
    margin-top: .53333rem;
    padding:0 .32rem;
}
.p3_winner .title {
    height: .56rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .13333rem;
}
.p3_winner .title b {
    display: block;
    height: .34667rem;
    width: .10667rem;
    border-radius: .05333rem;
    background-color: var(--main-color);
    -webkit-margin-end: .13333rem;
    margin-inline-end: .13333rem;
}
.p3_winner-wrapper {
    border-radius: .13333rem;
    overflow: hidden;
}
.p3_winner-wrapper__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%!important;
    height: 1.86667rem;
    padding: .26667rem .24rem;
    border: thin solid #ececec2b!important;
    gap: .21333rem;
    border-radius: 4px;
    margin-bottom: 10px;
}

.p3_winner-wrapper__item.slick-slide{display: flex;}

.p3_winner-wrapper__item img {
    width: .8rem;
    height: 1.06667rem;
}
.p3_winner-wrapper__item .info{
    -webkit-flex: 1;
    flex: 1;
}
.p3_winner-wrapper__item .info>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: .4rem;
    font-size: .32rem;
    color: var(--text_color_L2);
}
.p3_winner-wrapper__item .info>div+div{
    margin-top: .24rem;
}
.p3_winner-wrapper__item .info .name{
    color: var(--text_color_L1);
}
.p3_winner-wrapper__item .info .amount {
    color: var(--main-color);
}
/* winning information */

/* total earning chart */
.dailyProfitRank {
    color: var(--text_color_L1);
}
.dailyProfitRank .title {
    height: 1.12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .48rem;
    font-weight: 500;
    margin-bottom: 1.6rem;
}
.dailyProfitRank .title b {
    display: block;
    height: .34667rem;
    width: .10667rem;
    border-radius: .05333rem;
    background-color: var(--main-color);
    -webkit-margin-end: .13333rem;
    margin-inline-end: .13333rem;
}
.dailyProfitRank__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.dailyProfitRank__content-topThree {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    width: 100%;
    height: 3.33333rem;
    z-index: 1;
    background: url(../images-new/DailyProfitRankStage.png) no-repeat center center / 100% 100%;
}
.dailyProfitRank__content-topThree__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 3rem;
    height: 3.46667rem;
}
.dailyProfitRank__content-topThree__item>div:first-of-type {
    position: relative;
    display: grid;
    place-items: center;
    width: 1.6rem;
    min-width: 1.6rem;
    height: 1.6rem;
    min-height: 1.6rem;
    border-radius: 50%;
    overflow: hidden;
}
.dailyProfitRank__content-topThree__item>div:first-of-type>img {
    width: calc(100% - .06667rem);
    height: calc(100% - .06667rem);
}
.dailyProfitRank__content-list {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .21333rem;
    width: 100%;
}
.dailyProfitRank__content-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 1.36rem;
    padding: .14667rem .25333rem .14667rem .44rem;
    border: thin solid #ececec2b!important;
    border-radius: .13333rem;
}
.dailyProfitRank__content-list__item span.left-rank {
    margin-right: .41333rem;
    color: var(--text_color_L2);
    font-size: .48rem;
    font-weight: 500;
}
.dailyProfitRank__content-list__item img {
    width: 1.06667rem;
    height: 1.06667rem;
    margin-right: .17333rem;
    border-radius: 50%;
}
.dailyProfitRank__content-list__item span.middle-name {
    color: var(--text_color_L2);
    font-size: .32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 2.66667rem;
}
.dailyProfitRank__content-list__item span.right-box {
    line-height: .66667rem;
    width: 3.46667rem;
    height: .66667rem;
    margin-left: auto;
    color: var(--van-white);
    font-size: .4rem;
    text-align: center;
    border-radius: 9rem;
    background: var(--main_gradient-color);
}

.dailyProfitRank__content-topThree__item>div:last-of-type img:first-of-type {
    position: relative;
    top: -.33333rem;
    left: -.25333rem;
    width: 1.14667rem;
}
.dailyProfitRank__content-topThree__item>div:last-of-type img:last-of-type {
    width: 1.78667rem;
    height: .42667rem;
}

.dailyProfitRank__content-topThree__item>div:last-of-type {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1.78667rem;
    height: 1.82667rem;
}
.dailyProfitRank__content-topThree__item>span:first-of-type {
    margin-block: 18% 8%;
    font-size: .32rem;
    width: 2.66667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dailyProfitRank__content-topThree__item>span:last-of-type {
    width: 2.66667rem;
    height: .66667rem;
    padding: .17333rem .18667rem;
    font-size: .32rem;
    line-height: .32rem;
    text-align: center;
    border-radius: 9rem;
    background: var(--bgDark, rgba(255, 255, 255, .3));
}
.dailyProfitRank__content-topThree__item:nth-child(2) {
    right: .10667rem;
}
.dailyProfitRank__content-topThree__item:nth-child(3) {
    left: .16rem;
}
.dailyProfitRank__content-topThree__item>span {
    color: var(--van-white);
    padding: 0 .13333rem;
    text-align: center;
}
/* total earning chart */
</style>
<style>
.msg__popup-wholecontainer{
   display:none;
   z-index: 999;
   position:fixed;
   width:100%;
   height:100%;
   background:rgba(0, 0, 0, .5);
   top:0%;
   left:0%;
}
.deposite_popup .title{
    justify-content: center;
}
.deposite_popup .head .title{
    color:#1857c4;
}
.deposite_popup .tip{
    color: #fff;
    font-size: 14px;
}
.msg__popup{
  position: fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:320px;
  background:#fff;
  border-radius:16px;
  overflow:hidden
   }
.msg_popup-body span{
color:#000;
  font-size:16px;
  margin:auto;
  text-align:center;
  display:block;
  padding:10px;
   }
 .msg_popup-body a{
     color:#0855c4;
 }
.msg__popup .msg_popup-title{
    background: linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
    text-align: center;
    height: 1.17333rem;
    line-height: 1.17333rem;
    color: #fff;
    font-size: .48rem;
}
.msg__popup .msg_popup-title strong {
    letter-spacing: 1px;
    font-family: cursive;
    font-size: x-large;
}
.msg__popup-confirmBtn{
      background:linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
    text-align: center;
    height: 1.17333rem;
    line-height: 1.17333rem;
    color: #fff;
    font-weight: 700;
    font-size: .48rem;
} 

   
 .msg_Bonuspopup{
     display: none;
 }
 
 .headLogo {
    width: 85px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Claim Bonus */
.ant-modal-root {
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    top: 0%;
    left: 0%;
}
.ant-modal-wrap.ant-modal-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
}
.ant-modal-root .light-bg {
    position: absolute;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 100%;
    animation: rotateAnimation-data-v-314db861 5s linear infinite;
    top: 0;
}
@keyframes rotateAnimation-data-v-314db861 {
        0% {
            transform: rotate(0deg)
        }

        to {
            transform: rotate(1turn)
        }
    }
.ant-modal {
    position: relative;
}
.ant-modal-root .tigerWait {
     padding-bottom: 10px;
}
.tigerWait img {
    width: 300px;
}
.tigerBg {
    position: relative;
}
.btn_confirm.IN {
    background-color: #13d9e7;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.claim_content {
    padding: 10px 0;
    color: #fefdaf;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
}
.claim_content strong {
    font-size: 25px;
    font-weight: 700;
}

#customerId {
    cursor: grab;
    user-select: none;
    z-index: 1000;
}


.spinFixed {
    position: fixed;
    bottom: 160px;
    right: 10px;
    width: 100px;
    z-index: 99;
}
.spinFixed img {
    display: block;
    max-width: 100%;
    height: auto;
}

.msg_Bonuspopup {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.van-dialog {
    top: 45%;
    width: var(--van-dialog-width);
    overflow: hidden;
    font-size: var(--van-dialog-font-size);
    background: var(--van-dialog-background);
    border-radius: var(--van-dialog-radius);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: var(--van-dialog-transition);
    transition: var(--van-dialog-transition);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.van-popup--center {
    top: 50%;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: calc(100vw - 16px * 2);
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.van-popup {
    border-radius: 10px;
    position: fixed;
    max-height: 100%;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-transition: var(--van-popup-transition);
    transition: var(--van-popup-transition);
    -webkit-overflow-scrolling: touch;
}
.prompt-dialog {
    max-width: 320px;
    width: 100%;
    height: 12.4rem;
    border-radius: .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    box-shadow: none;
    background-color: var(--van-white);
    opacity: 1;
    visibility: visible;
    padding-bottom: 100px;
}
.deposite_popup .van-dialog__header {
    padding-top: 0;
    width: 100%;
}
.deposite_popup .header {
    background: linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
    color:#fff;
    padding: 10px 0;
    border-radius: .26667rem .26667rem 0 0;
}
.prompt-dialog .van-dialog__content {
    position: relative;
    width: 100%;
    height: 100%;
}
.deposite_popup .container {
    padding: .26667rem .13333rem;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    padding-bottom: 30px;
    min-height: auto;
    position: static;
}
.deposite_popup .first_list-item {
    padding: 5px;
    border-radius: 5px;
    background: #eeeeee;
    margin-bottom: 8px;
}
.deposite_popup .first_list-item .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #121212;
}
.title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .13333rem;
}
.tip{text-align:center}
.first_list-item .orange {
    color: #4a36b8;
}
.deposite_popup .description {
    font-size: .29333rem;
    color: #4c35b7;
    margin-bottom: 5px;
}
.deposite_popup .btn.n2 {
    border-radius: 3px;
    padding: 3px 10px;
    width: fit-content;
    border: .01333rem solid #208ef7;
    color: #fff;
    background-color: #208ef7;
}
.prompt-dialog .van-dialog__footer {
    z-index: 100;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    gap: .26667rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 3px #474444;
    padding: 10px;
}
.prompt-dialog .van-dialog__footer button {
    color: #fff;
    width: 100%;
    text-align: center;
    background: linear-gradient(107.15deg, #0095ff 0%, #0855c4 100%);
    border-radius: 1.06667rem;
    z-index: 100;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    letter-spacing: .06667rem;
    height: auto;
    padding: 10px 0;
}
    </style>
    
    <!--CSS FOR IMAGE SPEED-->
      <style>
              $(".gameSlider").slick({
                  infinite: true,
                  arrows: false,
                  dots: false,
                  autoplay: true,
                  autoplaySpeed: 2500,
                  speed: 500,
                  slidesToShow: 3,
                  slidesToScroll: 1,
                  centerMode: true,
                  centerPadding: "10px",
                  responsive: [
                    {
                      breakpoint: 768,
                      settings: {
                        slidesToShow: 2,
                        centerMode: true,
                        centerPadding: "10px"
                      }
                    },
                    {
                      breakpoint: 480,
                      settings: {
                        slidesToShow: 1.5,
                        centerMode: true,
                        centerPadding: "20px"
                      }
                    }
                  ]
                });
                .picContainer.gameSlider .item {
                  flex: 0 0 auto;
                }
                
                .picContainer.gameSlider {
                  overflow: hidden;
                }


          </style>