/* globel css Start */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
:root{
    --head:#17071d;
    --bg-color1:#231528;
    --bg-color2:rgb(57, 21, 73);
    --text-white:#fff;
    --text-black:#000;
    --bg-red:#c62f4a;
    --color-yellow:#ffd017;
    --tips_color_default_background: rgba(227, 161, 28, 0.12);
    --tips_color_default_caption: #E3A11C;
    --schemeCloudyFill100: #322735;
    --accentKey600: #E3A11C;
    --light-DarkBlack: #ffffff96;
}

html {
    font-size: 54px;
}
body {
    background-color: #17071d;
    margin: 0;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: var(--text-white);
}
button{
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
button, input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    font-family: inherit;
    margin: 0;
    outline: none;
    padding: 0;
}
ol,ul {
    margin: 0;
    padding: 0;
    list-style: none
}
a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus {
    outline: none
}
input,button,textarea {
    color: inherit;
    font: inherit
}
a {
    text-decoration: none;
    color: var(--accentKey600);
}

.container{
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right:24px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.col{
    width: auto;
    padding-left:10px;
    padding-right:10px;
}
.col-1{
    width: 8.333333333333333%;
    padding-left:10px;
    padding-right:10px;
}
.col-2{
    width: 16.6666666667%;
    padding-left:10px;
    padding-right:10px;
}
.col-3{
    width: 25%;
    padding-left:10px;
    padding-right:10px;
  }
.col-4{
    width: 33.3333333333%;
    padding-left:10px;
    padding-right:10px;
}
.col-5{
    width: 41.6666666667%;
    padding-left:10px;
    padding-right:10px;
}
.col-6{
    width: 50%;
    padding-left:10px;
    padding-right:10px;
}
.col-7{
    width: 58.3333333333%;
    padding-left:10px;
    padding-right:10px;
}
.col-8{
    width: 66.6666666666%;
    padding-left:10px;
    padding-right:10px;
}
.col-9{
    width: 75%;
    padding-left:10px;
    padding-right:10px;
}
.col-10{
    width: 83.3333333333%;
    padding-left:10px;
    padding-right:10px;
}
.col-11{
    width: 91.6666666666%;
    padding-left:10px;
    padding-right:10px;
}
.col-12{
    width: 100%;
    padding-left:10px;
    padding-right:10px;
}


i{
    font-size: 14px;
}

h1{
    font-size: 60px;
}
p{
    font-size: 20px;
}


/* globel css End */
.dskBlock_mobNone{
    display: none!important;
}
/* about start*/
header.abt_head {
    position: fixed;
    height: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    top: 0;
}
.abt_head .row{
    justify-content: space-between;
    align-items: center;
}
.abtHeading{
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.eyeBlinkbt{
    padding: 0;
}
.eyeBlinkbt span{
    color: #ffffff4c;
}
header .ryt_menu.abtSec{
    width: fit-content;
    border: 1px solid #ffffff4c;
    border-radius: 50px;
    flex-grow: unset;
    height: 30px;
    flex-wrap: unset;
}
header .ryt_menu.abtSec .ruppeeSymbol{
    padding-left: 0;
}
.abtSec .fa-plus{
    background: var(--bg-red);
    border-radius: 50%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    font-size: 8px;
}
.fa-xmark{
    background: #ffffff4c;
    border-radius: 50%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}
.abtpage{
    width: 100%;
    height: 100%;
    max-width: 1056px;
    margin: 80px auto 40px auto;
    padding: 32px 40px;
    border-radius: 10px;
    background: var(--bg-color1);
}


.settingAbtpage{
    padding: 0px 10px;
}

.tabswitchCont{
    display: none;
    margin-top: 20px;
}
.tabswitchCont.active{
    display: block;
}
.tabswitchCont p{
    padding: 5px 0;
    font-size: 14px;
}

.tabswitchFlex{
    display: flex;
    gap: 10px;
}
.tabSwitchCol.active{
    background: #ffffff16;
}
.tabSwitchCol{
    background: transparent;
    border: 1px solid #ffffff1b;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 20px;
}
.tabSwitchCol.setAbt{
    font-size: 12px!important;
}


/* about end*/

/* terms */
.terms {
    padding: 20px 0;
}
.terms p, .terms h1, .terms h2, .terms h3, .terms h4, .terms h5, .terms h6 {
    padding-bottom: 10px;
    font-weight: normal;
}
/* terms */
/* support */
.supportPage{
    width: 100%;
    height: 100%;
    max-width: 1056px;
    padding: 32px 40px;
    border-radius: 10px;
    background: var(--bg-color1);
    height: 100vh;
}
.supportNotifyHead{
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.supportNotifyHead .fa-headset{
    font-size: 24px;
    color: var(--color-yellow);
}
.supportPage ul li{
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--tips_color_default_background);
    border-radius: 5px;
    margin-bottom: 10px;

}
.supportPage ul li i{
    color: var(--color-yellow);
}
/* header start */
.dsk_head{
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 13px;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.mob_head{
    display: none;
}
header{
    background:var(--head);
    height: 35px;
    color: var(--text-white);
    font-size: 14px;
}
.head-ds_logo{
    display: flex;
    align-items: center;
}
.head-ds_logo img{
    width: 118px;
}
.desk_Navbar{
    display: contents;
}
.desk_Navbar>.row{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-left: 10px;
    letter-spacing:0.5px;
}

header .ryt_menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    height: 35px;
}

header .ryt_menu .promo span{
    padding-left: 5px;
}

.promo.brRight span{
    padding-right: 20px;
    border-right: 1px solid #ffffff4c;
}
header .ryt_menu .row{
    align-items: center;
    justify-content: flex-end;
}
header .ryt_menu>div{
    display: flex;
    align-items: center;
    height: 35px;
}
/* header .ryt_menu>div span{
        padding-left: 5px;
} */
.mt-30{
    margin-top:35px
}
.bpsit_btn{
    background: var(--bg-red);
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px!important;
}
.bpsit_btn i{
    padding-right:5px;
}
.ruppeeSymbol span{
    font-family: 'Arial', 'sans-serif';
}

.ruppeeSymbol{
    position: relative;
}

.myAccnt_hover {
    background: var(--head);
    color: var(--text-white);
    position: absolute;
    top: 100%;
    width: max-content;
    right: 0;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    font-size: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; 
}
.ruppeeSymbol:hover .myAccnt_hover {
    max-height: 200px;
}
.myAccnt_hover>div:hover{
    background: #37373772;
}

.myAccnt_hover>div{
    padding: 10px 15px;
}
.logOut{
    border-top: 1px solid #ffffff1c;
}

.rupee_block{
    padding-left: 5px;
}
.rupee_block .rupee_show {
    display: flex;
}
.rupee_block.active .rupee_show {
    display: none;
}
.rupee_block .rupee_hide {
    display: none;
}
.rupee_block.active .rupee_hide {
    display: flex;
}
.rupee_block span{
    display: flex;
    min-height: 35px;
    align-items: center;
}
.rupee_hide{
    padding-top: 6px;
}
.onclickRupee_eye{
    padding-left: 0!important;
}
/* header end */

/* banner */
.slider{
    position: relative;
    width: 100%;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}
.slider-wrapper {
    overflow: hidden;
}
.slider-wrapper .slick-list {
    margin: 0 -10px;
}
.slider-wrapper .slide-item{
    padding: 0 10px;
}

.slideNumber{
    color: var(--text-white);
}
.Num_Sec{
    display: flex;
    color: #fff;
    align-items: flex-end;
    gap: 15px;
    position: absolute;
    bottom:30px;
    left: 45px;
}
.slideNumber-vertical{
    display: flex;
    color: var(--light-DarkBlack);
    align-items: flex-end;
}
.current-slide{
    font-size: 30px;
    line-height: 1;
    color: #fff;
    width:20px;
}
.total-slides{
    font-size: 16px;
}
.slider-nav{
    display: flex;
    gap: 10px;
}
.totalNum{
    font-size: 10px;
    padding-bottom: 2px;
    padding-left: 1px;
}
.slideleft{
    padding-left: 15px;
    padding-right: 10px;
}

.slide-item.bnn1{
    background: linear-gradient(97.86deg, rgb(32, 16, 78) -0.33%, rgb(17, 9, 32) 60.09%);
}
.slide-item.bnn2{
    background: linear-gradient(97.86deg, rgb(47, 8, 29) -0.33%, rgb(170, 11, 12) 60.09%);
}
.slider-wrapper .slide-item img{
    width: 100%;
    object-fit: cover;
}
/* banner */

/* gameType */
.gamesRow{
    row-gap: 40px;
}
.gameType{
    padding: 20px;
    color: #fff;
    background: var(--bg-color2);
    border-radius: 10px;
    display: grid;
    position: relative;
    top: 0;
    transition: 0.3s ease-in;
}

.gameType:hover{
    top: -10px;
    
}
.gameType .litle{
    font-size: 24px;
    font-weight: 600;
}
.gameType .litleNum{
    color: #ffffff77;
    font-size: 13px;
}
.gamesTypedown{
    border: 1px solid var(--text-white);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    width: fit-content;
    color: #fff;
}
.gameType .gamesTypeupTitle{
    padding-bottom: 30px;
}
.mt-100{
    margin-top: 80px;
}
.gameType.bg1::before{
    content:"";
    background: url(../images_new/desk_Casino.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0px;
    bottom: 0px;
    width: 180px;
    height: 200px;
    border-radius: 0px 0px 12px;
    transition: opacity 0.2s;
    opacity: 1;
}
.gameType.bg2::before{
    content:"";
    background: url(../images_new/desk_Sport.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0px;
    bottom: 0px;
    width: 180px;
    height: 200px;
    border-radius: 0px 0px 12px;
    transition: opacity 0.2s;
    opacity: 1;
}
.gameType.bg3::before{
    content:"";
    background: url(../images_new/desk_Live_casino.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0px;
    bottom: 0px;
    width: 180px;
    height: 200px;
    border-radius: 0px 0px 12px;
    transition: opacity 0.2s;
    opacity: 1;
}
.gameType.bg4::before{
    content:"";
    background: url(../images_new/desk_Aviator_supernew.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0px;
    bottom: 0px;
    width: 180px;
    height: 200px;
    border-radius: 0px 0px 12px;
    transition: opacity 0.2s;
    opacity: 1;
}
.gameType.bg5::before{
    content:"";
    background: url(../images_new/wingoball.8da1f53e00e69741a38a.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0px;
    bottom: 0px;
    width: 180px;
    height: 200px;
    border-radius: 0px 0px 12px;
    transition: opacity 0.2s;
    opacity: 1;
}
.gameType.bg6::before{
    content:"";
    background: url(../images_new/k3ball.e59499bb4d8a68b3cbdf.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0px;
    bottom: 0px;
    width: 180px;
    height: 172px;
    border-radius: 0px 0px 12px;
    transition: opacity 0.2s;
    opacity: 1;
}
/*  */
.gametableHeding{
    color:#ffffff89 ;
    /*font-size: 24px;*/
    font-weight: 600;
    margin-top: 40px;
    background: var(--bg-color1);
    padding: 20px;
    border-radius: 10px;
}
.gametabHed{
    margin-bottom: 40px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}
.gametabHed>.col{
    font-size: 16px;
    white-space: nowrap;
}
.gametabHed>.col.active{
    color: var(--text-white);
}


.gameswholeSec{
    display: none;
}
.gameswholeSec.active{
    display: block;
}
.gamesContent{
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
    flex-wrap: wrap; 
    padding:12px 10px 0 10px;
    margin: 0 -10px;
    scrollbar-width: none;
}
.banenr {
    padding-bottom: 20px;
}
.banenr img {
    width: 100%;
}
.gamesContent>.row{
    /*grid-template-rows: repeat(2, 1fr);*/
    row-gap: 20px;
    /*grid-auto-flow: column;*/
    /*flex:0 0 100%;*/
    /*display: grid;*/
    justify-content: start;
}
.gamesContent>.row .col{
    width: calc(100% / 8);
    max-width: 180px;
}
.gameItem{
    position: relative;
    min-height: 200px;
    height: auto;
    background-color: #0006;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, .24)) drop-shadow(0px 0px 16px rgba(0, 0, 0, .48));
    background-size: cover;
    transition: all linear .3s;
}
.gameItem img{
    position: absolute;
    /*object-fit: cover;*/
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.hoverDark{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.gameItem:hover .hoverDark{
    opacity: 1;
    height: 100%;  
}
.hoverDark .shadow{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    border-radius: 5px;
}
.hoverDark .playbtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 9;
    color: var(--text-black);
    background: var(--color-yellow);
    font-size: 16px;
    line-height: 1;
    padding: 8px 25px;
    border-radius: 2px;
}
.hoverDark .betDetail{
    color: var(--text-white);
    position: absolute;
    top: 15%;
    left: 10%;
    display: none;
    font-size: 12px;
}
.hoverDark .betDetail span{
    color: #ffffff81;
}
.gameItem .top{
    position: absolute;
    top: -10px;
    left: 10px;
    background: #066703;
    z-index: 9;
    color: var(--text-white);
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1;
    border-radius: 2px;
}
.gameItem .gameInfo{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    color: var(--text-white);
    font-size: 14px;
    line-height: 1;
}
.gameItem.show-hover .hoverDark{
    opacity: 1;
    height: 100%;  
}
.gameItem.show-hover .playbtn{
    display: none;
}
.gameItem.show-hover .betDetail{
    display: block;
}
.gameItem .gameInfo i{
    position:absolute;
    right: 0;
    transition: 0.3s ease-in;
}
.gameItem .gameInfo .fa-xmark{
    opacity: 0;
}
.gameItem.show-hover .fa-circle-info{
    transform: rotate(90deg);
    opacity: 0;
}
.gameItem.show-hover .fa-xmark{
    transform: rotate(90deg);
    opacity: 1;
}
.lastGame_item{
    background: #000;
    opacity: 0.8;
    cursor: pointer;
}
.row_Mob {
display: none;
}
.lastGame_item:hover{
    background: var(--bg-color2);
}
.lastGame_item:hover .v_all .fa-arrow-right{
    transform: rotatey(360deg);
}
.v_all .fa-arrow-right{
    transition: 1s ease-in-out;
}

.lastGame_item .n_ofGames{
    font-size: 18px;
    color: #ffffffdf;
    line-height: 1;
    padding: 15px;
}
.lastGame_item .n_ofGames span{
    font-size: 25px;
    color: #fff;
    display: block;
}

.v_all{
    border-radius: 4px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    color:var(--color-yellow);
}

/* footer */

footer{
    color: var(--light-DarkBlack);
    margin-top: 32px;
    padding: 0 20px 70px 20px;
}
footer .topNav .col>div{
    padding: 3px 0;
}
footer .topNav .col:nth-child(2){
    text-align: end;
    flex-grow: 1;
} 
.hr_line{
    width: 100%;
    border: 0.05px solid #322735;
    margin: 20px 0;
}
footer .socialMedia i{
    color: var(--light-DarkBlack);
    font-size: 30px;
}
footer .branding{
    justify-content: center;
}
footer .branding .col{
    height: 40px;
}
footer .branding .col img{
    width: 100%;
    height: 100%;
}
.AgeLimit{
    color: var(--light-DarkBlack);
    font-size: 30px;
}
.lastPara{
    padding-bottom: 20px;
}

.footerLast{display: none;}

/* allGame */
.leftAside{
    width: 100px;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    position: sticky;
    top: 40px;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}
.leftAside .col{
    display: grid;
    justify-items: center;
    justify-content: center;
    padding: 15px 5px;
    color: var(--light-DarkBlack);
    gap: 5px;
    border-radius:5px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}
.leftAside .col.active{
    background: var(--bg-color1);
    color: var(--text-white);
}
.leftAside .col.active i{
    color: var(--color-yellow);
}
.leftAside .col.active svg path{
    fill: var(--color-yellow);
}
.allGames .rightAside{
    width: calc(100% - 100px);
}

.allGames,.depositSec{
    display: flex;
}

.depositSec .rightAside{
    max-width: 80%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    scrollbar-width: none;
}


.depositSec .leftAside{
    min-width: fit-content;
    background: rgba(0, 0, 0, 0.04);
    border-right: 1px solid #ffffff2c;
    padding:20px 10px 10px 0px;
    height: calc(100vh - 40px);
}
.leftAside .mobMy_act{display: none!important;}

.depositSec .leftAside .col{
    display: flex;
    justify-content: flex-start;
    line-height: 1.3;
    align-items: center;
    gap: 7px;
}
.depositSec .leftAside .col svg{
    width: 18px;
    height: 18px;
}
.depositSec .leftAside .col.Log_Out{
    margin-top: 50px;
    border: 1px solid var(--color-yellow);
    color: var(--color-yellow);
    width: fit-content;
}

.leftAside .col i{
    font-size: 18px;
}
.blSec_cont{
    display: flex;
    justify-content: space-between!important;
    background: rgb(92 92 92 / 36%);
    margin-bottom: 20px;
    align-items: flex-start!important;
}
.blSec_cont>div{
    display: grid!important;
    justify-items: start!important;
}

.blText{
    text-transform: uppercase;
    color: var(--light-DarkBlack);
}
.blRs{
    font-size: 20px;
    color: var(--text-white);
    display: block;
}

.main_heading{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--text-white);
    border-bottom: 1px solid #ffffff2c;
    padding: 20px 0;
}
.main_heading i{
    font-size: 18px;
    padding-right: 5px;
    color: var(--color-yellow);
}
.main_heading svg{
    width: 24px;
    height: 24px;

}
.main_heading svg path{
    fill: var(--color-yellow)
}

.main_heading .fa-arrow-left{
    display: none;
}
.DW_subHeading{
    display: flex;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.DW_subHeading>div{
    padding: 10px 0px;
    font-size: 18px;
    width: fit-content;
    color: var(--light-DarkBlack);
}
.DW_subHeading .tabss.active{
    color: var(--text-white);
    border-bottom: 2px solid var(--color-yellow);
}
.DW_title{
    margin-bottom: 15px;
    font-size: 14px;
}
.payment_Section{
    align-items: flex-start;
}
.select_pay{
    display: grid;
}
.select_payTab.active{
    border: 1px solid var(--color-yellow);
}
.select_payTab{
    background: var(--bg-color1);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.select_payTab img{
    width: 40px;
}
.pay_content{
    border-radius: 5px;
    padding: 20px;
    background: var(--bg-color1);
}
.upiTitle{
    display: flex;
    align-items: center;
    gap: 5px;
}
.upiTitle img{
   height: 100%;
   width: 24px;
}
.upiTitle span{
    font-size: 18px;
}
.upiLabel{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: var(--light-DarkBlack);
}
.inpt_price input{
    width: 100%;
    outline: none;
    border-radius: 3px;
    border: 1px solid var(--light-DarkBlack);
    padding: 10px 10px 10px 35px; 
    margin: 10px 0;
    background: none;
}
.addBank_title{
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 10px;
}
.addBank_input input,.addBank_input select{
    width: 100%;
    outline: none;
    border-radius: 3px;
    border: 1px solid var(--light-DarkBlack);
    padding: 10px; 
    margin: 10px 0;
    background: none;
    color: var(--light-DarkBlack);
    
}
.addBank_input select option{
    color: var(--text-black);
}

.inpt_price{
    position: relative;
}

.ruppeesign{
    display: block;
    height: -webkit-fill-available;
    position: absolute;
    top: 47%;
    left: 5%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.selectMoney{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.selectMoney span{
    text-align: center;
    font-size: 14px;
    width: calc(100% / 4 - 5px);
    background: var(--tips_color_default_background);
    color: var(--tips_color_default_caption);
    padding: 10px 0px;
}

.depositMoney,.addBank-saveBtn{
    width: 100%;
    background: #c62f4a;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.Recharger__USD__Process {
    display: none;
}
.qr_code_wrapper {
    display: none;
}

.copy_upi input {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.upi{
    margin-bottom: 10px;
    padding-top: 10px;
}
.select_mode-processBtn{
    width: 100%;
    background: #c62f4a;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    border: none;
}
.currency__iconpos {
    position: relative;
    padding-top: 10px;
}
.currency__iconpos>div {
    position: absolute;
    left: 2px;
    font-size: 14px;
    font-weight: 600;
}
.currency__iconpos>input {
    color: var(--light-DarkBlack)!important;
    padding-left: 16px;
}
.enterUTR{
    border: 1px solid var(--light-DarkBlack);
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}

.bithdrawable_amount>div {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}
.bithdrawable_amount>div input {
    background: transparent;
    border: 1px solid var(--color-yellow);
    padding: 2px 20px;
    color: var(--color-yellow);
}
.bithdrawable_amount>div .yellow {
    color: var(--color-yellow);
}
.addBankAccount {
    border-radius: 5px;
    padding: 15px;
    background-color: #6767670f;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.addBankAccount img{
    width: 100px;
}
.goback svg {
    width: 10px;
    height: 10px;
}
.addBank_form-subtitle {
    gap: 5px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #d30707;
}
.goback{
    color: var(--color-yellow);
    margin-right: 5px;
}
.addBank_title img{
    width: 30px;
}

.bank-item .bank-item-inner {
    margin-top: 10px;
    align-items: center;
    box-shadow: 0px 0px 6px -4px #333;
    border: 1px solid var(--tips_color_default_background);
    border-radius: 5px;
    color: #000;
    display: flex;
    padding: 6px 10px;
    position: relative;
}
.bank-item .bank-icon {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
    color: var(--tips_color_default_caption);
}
.bank-item .bank-item-inner img {
    width: 30px;
}
.bank-item .account-no {
    align-items: center;
    border-left: .5px solid #d9d9d9;
    display: flex;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    width: 60%;
}
.bank-item .bank-item-inner img {
    filter: hue-rotate(45deg);
    width: 30px;
}
.bank-item-inner.active{
    background: var(--tips_color_default_background);
}
.account-no{
    color: var(--tips_color_default_caption);
}
.bank-item-inner input{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}

/* login */
.log_registrImg{
    padding-right: 0!important;
}
.log_registrForm{
    padding-right: 0!important;
    background: #fff;
    position: relative;
    overflow-y: scroll;
    height: calc(100vh - 35px);
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.login__container-form{
    padding: 24px 32px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: var(--bg-color1);
}

.phoneFlex{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.phoneCol{
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #d0931a;
    border-radius: 5px;
    color: #fff;
}

.headTitle{
    font-size: 32px;
}
.textLabel{
    color: var(--bg-color1);
}
.textInput{
    display: flex;
    margin-bottom: 20px;
    padding-top: 10px;
}
.textInput span{
    border: 1px solid #ffffff46;
    padding: 15px;
    background-color: #dedede;
}
.textInput input{
    border-radius: 5px;
    border: 1px solid #ffffff46;
    padding: 15px;
    flex-grow: 1;
}
.textInput.forbrder span{
    border-radius: 5px 0 0 5px;
    border-right: none;
}
.textInput.forbrder input{
    width: 100%;
    border-radius: 0px 5px 5px 0px;
}

.textInput.forbrdrPass span{
    border-radius: 0px 5px 5px 0px;
    border-left: none;
    width: unset;
}
.textInput.forbrdrPass input{
    width: 100%;
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.forgetText{
    color: var(--bg-color1);
}
.LoginBtn{
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    background: var(--accentKey600);
    margin-top: 10px;
    color: var(--text-black);
}
.DontAcc{
    text-align: center;
    padding-top: 10px;
    color: var(--bg-color1);
}
.DontAcc span{
    color: var(--accentKey600);
}
/* login */


/* register */
.formSection_mainDiv{
    background: var(--accentKey600);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.formSection_mainDiv{
    color: var(--bg-color1);
}
.register_wholeSec{
    margin-top: 35px;
}
.register_wholeSec .row{
    height: calc(100vh - 35px);
}
.register_wholeSec .row img{
    object-fit: cover;
    height:100%
}
.register__container-form{
    padding: 24px 32px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 99;
}
.van-checkbox {
    display: block;
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
}
.van-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    aspect-ratio: 1;
    border: 0.01333rem solid #878e97;
    -webkit-transition-duration: var(--van-checkbox-duration);
    transition-duration: var(--van-checkbox-duration);
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
    width: 16px;
    height: 16px;
    color: transparent;
    font-size: .8em;
    line-height: 1.25;
    text-align: center;
    border-radius: 4px;
}
.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.van-checkbox .checkmark::after {
    left: 5px;
    top: 3px;
    width: 2px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(47deg);
}
.van-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.van-checkbox input:checked ~ .checkmark {
    background-color: var(--accentKey600);
}
.text-overlay--J2lBb {
    background: linear-gradient(180deg, hsla(0, 0%, 7%, 0), hsla(0, 0%, 7%, .1) 54.01%, #121212);
    bottom: 0;
    height: 400px;
    left:0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.fading--U_xet {
    background: #121212;
    height: calc(100vh - 1000px);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100vw;
    z-index: 10;
}
/* register */

/* account */
.accontTbl{
    background: var(--bg-color1);
    padding: 0 10px;
    border-radius: 5px;
}
.accontTbl tr{
    border-bottom: 1px solid #ffffff1a;
    padding:10px;
    display: flex;
}
.accontTbl tr:last-child{
    border-bottom: none;
}
.accontTbl tr td:nth-of-type(1){
    
    min-width:100px;
    color: #ffffff9c;
    display: inline-block;
}
.accontTbl tr td:nth-of-type(2){
    padding: 0 10px;
    display: inline-block;
}
.accontTbl tr td:nth-of-type(3){
    display: inline-block;
}
.accontTbl tr td:nth-of-type(3) input{
    position: absolute;
    z-index: -9;
}
/* account */

/* history */
.rechargeh__container-content__item{
    background:var(--bg-color1);
    padding: 10px;
    border-radius: 10px;
}
.rechargeh__container-content__item-header{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}
.rechargeh__container-content__item-header>div{
    display: flex;
    gap: 10px;
    align-items: center;
}
.recharge_tit{
    background: var(--accentKey600);
    color: var(--text-white);
    padding: 5px 20px;
    border-radius: 5px;
}
.recharge_right{
    background: var(--bg-red);
    padding: 5px 20px;
    border-radius: 5px;
    color: var(--text-white);
    display: grid;
    align-items: center;
}
.rechargeh__container-content__item-body{
    display: grid;
    gap: 15px;
    flex-grow: 1;
}
.rechargeh__container-content__item-body>div{
    display: flex;
    justify-content: space-between;
}
.rerw{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.rechargeh__container-content__item-body>div span:nth-child(2){
    color: var(--light-DarkBlack);
}
.rechargeh__container-content__item-body>div .price{
    color: var(--color-yellow)!important;
}
.myHistryyy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.rechargeh__container-content__item{
    width: calc(100% / 2 - 20px);
}

.trasection__filter select {
    width: 100%;
    padding: 10px;
    background: var(--tips_color_default_background);
    color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}
.trasection__filter select option{
    color:var(--text-black)
}
.rechargeh__container-content__item textarea {
    width: 100%;
    background: #0000009c;
    border-radius: 10px;
}
/* history */


/* Captcha */

.captcha_box {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: #201d2b;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-overflow-scrolling: touch;
    top: 50%;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: calc(100vw - var(--van-padding-md)* 2);
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.captcha {
    -webkit-user-select: none;
    user-select: none;
    margin-right: auto;
    margin-left: auto;
}
.captcha__main {
    background: rgb(244, 245, 246);
}
.captcha_background {
    width: 100%;
}
.captcha_slider {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}
.captcha__bar {
    position: relative;
    width: 100%;
    margin-top: .06667rem;
    overflow: hidden;
    text-align: center;
}
.captcha_progress_bar {
    position: absolute;
    width: 0;
}
.captcha__main .row{
    margin-left: 0;
    margin-right: 0;
}
/* Captcha */

/* rules */
.rulesHeading{
    font-size: 35px;
    font-weight: 600;
}
.accordion-header {
    width: 100%;
    text-align: left;
    padding:10px 0;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}
.accordion-header.active, .accordion-header:hover {
    color:var(--color-yellow)
}
.accordion-item{
    border-top: 1px solid #ffffff4c;
}
.accordion-body {
    color: #ffffffbf;
    display: none;
    padding-bottom: 15px;
    border-top: none;
}

.accordion-body ul{
    list-style: disc;
    font-size: 14px;
    padding-left: 18px;
}
.invitation_RuleTable{
    width: 100%;
    margin-top: 10px;
}
.invitation_RuleTable tr th{
    padding: 10px;
    border: 1px solid #ffffffbf;
}
.invitation_RuleTable tr td{
    text-align: center;
    padding: 10px;
}
.invitation_RuleTable tr:nth-child(odd){
    background-color: #ffffff1c;
}
.bonusTable{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    margin-top: 20px;
}
.bonusTableCol{
    width: calc(100% / 2 - 15px);
    background: #ffffff07;
    border: 1px solid #ffffff0b;
    padding: 10px;
    border-radius: 10px;
}
.bonusTable_title{
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
}
.bonusTable_title-col{
    display: flex;
}
.bonusTable_title-col span{
    color: var(--color-yellow);
    font-weight: 600;
    font-size: 14px;
    padding-left: 5px;
}
.bonusTable_content-row{
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
}

.peopleClrRed{
    font-size: 14px;
    color: #ff5372;
}
.peopleClrYlw{
    font-size: 14px;
    color: var(--color-yellow);
}

.peopleClr_caption{
    font-size: 14px;
    color: var(--tips_color_default_caption);
}
.bonusTable_content-last{
    padding: 7px 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.bonusTable_content-lastRow{
    width: calc(100% / 2);
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center;
    background: #ffffff1a;
    border-radius: 5px;
}
.bonusTable-button button{
    text-align: center;
    background: var(--bg-red);
    padding:10px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    height: fit-content;
    justify-content: center;
}

.invite_RecordFlex{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: space-between;
}
.invite_Record{
    width: calc(100% / 2 - 15px);
    background: #ffffff07;
    border: 1px solid #ffffff0b;
    padding: 10px;
    border-radius: 10px;
}
.invite_Record-row{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
/* rules */

.awardpage{
    width: 100%;
    height: 100%;
    max-width: 1056px;
    margin: 80px auto 40px auto;
    padding: 0 10px;
}
.awardContentFlex .bonusTable{
    border-bottom: 1px solid #ffffff1c;
    padding-bottom: 10px;
}
.finished_un{
    background: var(--tips_color_default_background);
    color: var(--tips_color_default_caption);
    padding: 10px 70px;
    height: fit-content;
    border-radius: 5px;
    margin-top: 10px;
}
.awardContentFlex .bonusTable_title{
    flex-direction: column;
}

.awardContentFlex .bonusTable_content-row{
    gap: 10px;
}
/* award */
/* promotion */

.promoPage{
    width: 100%;
    height: 100%;
    max-width: 1056px;
    margin: 80px auto 40px auto;
    padding: 0 10px;
}
.Promos_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.PromosHeading{
    font-size: 35px;
    font-weight: 600;
}
.PromosCommission{
    border-radius: 5px;
    border: 1px solid #9b6a07;
    color: var(--tips_color_default_caption);
    padding: 10px;
    font-size: 14px;
    height: fit-content;
}
.PromosCommission span{
    color: var(--color-yellow);
    font-size: 16px;
    font-weight: 600;
}

.promo-tab_contentFlex{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.promo-tab_Comn{
    width: calc(100% / 2 - 15px);
}
.promo-tab_content{
    border: 1px solid var(--tips_color_default_background);
    background: #a0a0a00c;
    padding: 10px 20px;
    border-radius: 10px;
}
.promoTable_row{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.promo-tab_Heading{
    font-size: 16px;
    padding: 10px 20px;
    color: var(--color-yellow);
    font-weight: 500;
}
.clr1{
    color: #3cff08;
    font-size: 14px;
}
.clr2{
    font-size: 14px;
    color: #df00fd;
}
.clr3{
    font-size: 14px;
    color: #08ceff;
}
.clr0{
    font-size: 14px;
    color: #ffffff;
}

.promotion_data{
    background: #a0a0a00c;
    padding: 40px 20px;
    margin-top: 50px;
}
.promotion_data--head{
    width: 40%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.promotion_data--cont{
    width: 60%;
    margin: auto;
}
.promo__grid{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #272727;
}
.promo__grid:last-child{
    border-bottom: none;
}
.txtb{
    font-size: 14px;
    font-weight: 600;
}
/* promotion */

/* notification start */
.notificationPopup_Content{
    position: absolute;
    right: 20px;
    top: 40px;
    width: 100%;
    max-width: 500px;
    z-index: 9999;
    padding: 20px 30px 30px 30px;
    background: var(--bg-color1);
    border-radius: 10px;
    display: none;
}
.notificationPopup_toggle.active::after{
    content: "";
    width: 15px;
    height: 15px;
    background: var(--bg-color1);
    display: block;
    position: absolute;
    top: 121%;
    left: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}
.notificationPopup_Content h3 , .notificationPopup_ContentMob h3{
    color: var(--tips_color_default_caption);
    padding-top: 10px;
    padding-bottom: 3px;
}
.notificationPopup_Content p, .notificationPopup_ContentMob p{
    font-size: 12px;
}
.notificationPopup_toggle{
    position: relative;
}
/* notification start */

/* setting start */
.blur-overlay {
    display: none;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(5px);
    background: rgba(0,0,0,0.2); /* Optional: darken */
}
.settingPopup_Content{
    width: 100%;
    max-width: 800px;
    height: 90vh;
    background: var(--bg-color1);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99999;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}
.settingPanel_flex{
    display: flex;
    justify-content: space-between;
}
.leftPanel{
    font-size: 14px;
    width: 40%;
    height: 90vh;
    background: #322735;
    padding: 20px;
}
.leftPanel_label{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.rytPanel{
    width: 60%;
    height: 80vh;
    margin: 20px;
    overflow-y: auto;
}
.rytPanel::-webkit-scrollbar{
    width: 4px;
    background:var(--tips_color_default_background);
    border-radius: 10px;
}
.rytPanel::-webkit-scrollbar-thumb{
    background: var(--tips_color_default_caption);
    border-radius: 10px;
}
.leftPanel ul li{
    display: flex;
    gap: 10px;
    padding: 10px 0;
    align-items: center;
}
.leftPanel ul li:hover{
    color: var(--color-yellow);
    cursor: pointer;
}
.settingTab.active{
    color: var(--color-yellow);
}
.settingTab_Cont{
    display: none;
}
.settingTab_Cont.active{
    display: block!important;
}
.settingNotifyHead{
    font-size: 24px;
    margin-bottom: 10px;
}
.notificationPopup_Content.settingTab_Cont{
    position: unset;
    padding: 0 10px;
    max-width: unset;
}



.settingNotifyHead .fa-headset{
    font-size: 24px;
    color: var(--color-yellow);
}
.supportContent ul{
    margin-top: 30px;
}
.supportContent ul li{
    background: var(--tips_color_default_background);
    display: flex;
    padding: 10px 20px;
    gap: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    align-items: center;
}
.supportContent ul li:hover{
    cursor: pointer;
    border: 1px solid var(--tips_color_default_background);
}
.supportContent ul li i{
    color: var(--color-yellow);
}
/* setting end */

/* gifts */

.giftContainer{
    padding: 10px 20px;
    background: var(--tips_color_default_background);
    border: 1px solid var(--tips_color_default_caption);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.giftContColmn:nth-of-type(1){
    flex-grow: 1;
}
.giftContainer>div{
    padding: 5px 0;
    color: #ffffff9c;
}
.giftContainer form{
    margin-top: 10px;
}
.giftContainer form input{
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    background: #ffffff0f;
    margin: 10px 0;
}
.giftContainer form button{
    background: var(--color-yellow);
    border: 1px solid var(--color-yellow);
    width: fit-content;
    padding: 5px 50px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-black);
    border-radius: 5px;
    margin-top: 20px;
}
.redeem-container-record-title{
    margin-top: 20px;
    display: flex;
    gap: 10px;
    font-size: 16px;
    align-items: center;
}
.redeem-container-record-title i{
    color: var(--color-yellow);
    font-size: 16px;
}
.empty__container{
    padding: 30px;
    color: #ffffff3a;
}
.empty__container .fa-ban{
   margin-bottom: 20px;
    font-size: 200px;
    color: #ffffff0d;
}
/* gifts */

/* submit Issue */

.submitIssueMainDiv{
    width: 100%;
    max-width: 500px;
    background: var(--bg-color1);
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    margin-top: 80px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 5px 15px;
}
.addBank_form-header{
    font-size: 20px;
    font-weight: 600;
    display: flex;
}
.addBank_form-header span{
    display: none;
}
.addBank_title i{
    color: var(--color-yellow);
    padding-right: 5px;
}
.addBank_input textarea{
    width: 100%;
    width: 100%;
    outline: none;
    border-radius: 3px;
    border: 1px solid var(--light-DarkBlack);
    padding: 10px;
    margin: 10px 0;
    background: none;
    color: var(--light-DarkBlack);
}
.submit_mt20{
    margin-top: 20px;
}
.issue h5{
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
}
.issue h5:nth-of-type(2){
    color: var(--tips_color_default_caption);
}
.footer{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.login-time{
    color: #ffffff96;
}
.footer .status{
    background: var(--tips_color_default_background);
    color: var(--color-yellow);
    border-radius: 20px;
    padding: 10px 20px;
}
.admin h6{
    font-size: 14px;

}
/* submit Issue end */

/* betrebet start */
.betrebetContainer{
    width: 100%;
    max-width: 500px;
    background: var(--bg-color1);
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    margin-top: 80px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 5px 15px;
}
.betrebetHeading{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.betrebetHeading span{
    display: none;
}
.betrebet{
    margin-top: 20px;
}
.betrebet .title{
    font-size: 16px;
    font-size: 600;
    padding-bottom: 10px;
}


.real_TimeCount{
    background: var(--tips_color_default_background);
    color: var(--tips_color_default_caption);
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
}
.totalBet{
    display: flex;
    gap: 5px;
    margin:20px 0;
    align-items: center;
    color: var(--color-yellow);

}
.totalBet i{
   color: var(--color-yellow);
}
.betRow{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.betRow>div{
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-direction: column;
    border: 1px solid #5c4a02;
    padding: 10px;
    border-radius:5px;
}
.betRow>div span:nth-of-type(2){
    color: var(--color-yellow);
    font-size: 16px;
}
.betHistory{
    margin-top: 40px;
}
.betHistory .title{
    font-size: 16px;
    font-weight: 600;
}
.betting_All-history{
    margin-top: 10px;
    color: #ffffff96;
}
/* betrebet end */




.discription {
    border-radius: 5px;
    padding: 20px;
    background: var(--bg-color1);
    margin-top: 20px;
}
.discription ul li{
    list-style: none;
    padding: 6px 0;
    color: var(--text-white);
    position: relative;
    padding-left: 15px;
}
.discription ul li span{
    color: #ff1942;
    font-weight: 600;
}
.discription ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    background:#ff1942;
    display: block;
    transform: rotate(45deg);
}


/* popup start */


    .popupp {
      font-size: 14px;
      display: none;
      position: fixed;
      left: 0; top: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.5);
      z-index: 9999;
    }

    .popup-content {
      overflow: hidden;
      background: #17071d;
      position: fixed;
      left: 50%;
      top: 50%;
      max-width: 10rem;
      width: 8.29333rem;
      height: fit-content;
      border-radius: 8px;
      text-align: center;
      transform: scale(0.7) translate(-50%,-50%);
      opacity: 0;
      transition: transform 0.3s cubic-bezier(.4,2,.6,1), opacity 0.3s;
    }

    /* Show popup with animation */
    .popupp.show .popup-content {
      transform: scale(1) translate(-50%,-50%);
      opacity: 1;
    }

    .PopupHead {
      background: var(--bg-color2);
      text-align: center;
      padding: 10px 0;
      color: #fff;
      font-weight: 500;
      font-size: 0.38rem;
    }

    .PopupBlody{
      height: 7.33333rem;
      padding: 0.4rem 0.26667rem 0rem 0.26667rem;
      overflow-y: auto;
    }
    .PopupBlody p{
        font-size: 16px!important;
    }

    .PopupBlody::-webkit-scrollbar-thumb{
      background:linear-gradient(45deg,var(--bg-color2),var(--bg-color1));
      border-radius:20px;
    }
    .PopupBlody::-webkit-scrollbar{
      border-radius:10px;
      background:#eeeeee;
      width:6px
    }

    .PopupBlody ul{
      padding-left: 0;
      list-style: none;
    }

    .confirmPopup {
        margin: 0.26667rem auto;
        width: 4rem;
        height: 1.06667rem;
        border-radius: 1.06667rem;
        background: var(--bg-color2);
        line-height: 1.06667rem;
        text-align: center;
        color: #fff;
        border: none;
    }

    .first_list-item {
        padding: 0.26667rem;
        border-radius: 0.26667rem;
        background: var(--bg-color1);
        margin-bottom: 10px;
    }

    .first_list-item:last-child{
      margin-bottom: 0;
    }

    .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;
        margin-bottom: 0.18667rem;
    }

    .first_list-item .head .title {
        font-size: 0.37333rem;
        color:#fff;
    }

    .first_list-item .head .title > span {
      padding-left: 5px;
        color:var(--color-yellow);
    }
    
    .first_list-item .head .orange {
        font-size: 0.34667rem;
        color: var(--color-yellow);
    }

    .first_list-item .description {
      text-align: left;
        font-size: 0.29333rem;
        color:#a0a0a0;
        margin-bottom: 0.26667rem;
    }

    .first_list-item .foot {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: space-between;
    }

    .first_list-item .foot .btn.n2 {
        border: 0.01333rem solid var(--tips_color_default_background);
        color: var(--tips_color_default_caption);
        padding: 2px 22px;
    }
    .progress{
      border-radius: 16px;padding: 2px 52px;
      background: var(--tips_color_default_background);
      color: var(--tips_color_default_caption);
    }
    .PopupHead span{
      display: block;
      font-size: 13px;
      padding-top: 4px;
      font-weight: 400;
    }

/* popup end */






@media(max-width:1370px){
    html {
    font-size: 2.5rem !important;
}

h1{
    font-size: 18px;
}
p{
    font-size: 14px;
}
.container {
    padding-left:10px;
    padding-right:10px;
}
.colmd{
    width: auto;
    padding-left:10px;
    padding-right:10px;
}
.colmd-1{
    width: 8.333333333333333%;
    padding-left:10px;
    padding-right:10px;
}
.colmd-2{
    width: 16.6666666667%;
    padding-left:10px;
    padding-right:10px;
}
.colmd-3{
    width: 25%;
    padding-left:10px;
    padding-right:10px;
  }
.colmd-4{
    width: 33.3333333333%;
    padding-left:10px;
    padding-right:10px;
}
.colmd-5{
    width: 41.6666666667%;
    padding-left:10px;
    padding-right:10px;
}
.colmd-6{
    width: 50%;
    padding-left:10px;
    padding-right:10px;
}
.colmd-7{

    width: 58.3333333333%;
    padding-left:10px;
    padding-right:10px;
}
.colmd-8{
    width: 66.6666666666%;
    padding-left:10px;
    padding-right:10px;
}
.colmd-9{
    width: 75%;
    padding-left:10px;
    padding-right:10px;
}
.colmd-10{
    max-width: 589px;
    width: 83.3333333333%;
    padding-left:10px;
    padding-right:10px;
}
.colmd-11{
    width: 91.6666666666%;
    padding-left:10px;
    padding-right:10px;
}
.colmd-12{
    width: 100%;
    padding-left:10px;
    padding-right:10px;
}
/*.myHistryyy{*/
/*    min-width: 787px;*/
/*}*/


.gamesContent>.row .col{
    width: 100%;
}

}

@media (max-width: 1056px) {
  .game_logo img{
        max-width: 100vw;
        object-fit: cover;
        height: 20px !important;
        display: block;
  } 
    
.gametabHed {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    margin-bottom: 20px;
}
.gametabHed::-webkit-scrollbar {
    display: none;
}
.gametabHed > .col {
    padding: 0 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.gametabHed > .col img {
    width: auto;
    max-width: 100vw;
    object-fit: cover;
    height: 24px !important;
    display: block;
}
.PromosHeading{
    font-size: 24px;
}
.allGames{
    flex-direction: column;
    padding-left: 0!important;
    padding-right: 0!important;
}
.allGames .leftAside{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-right: 0px;
    position: static;
    height: fit-content;
    margin-bottom: 5px;
}
.allGames .rightAside{
    width: 100%!important;
}

/*.gamesContent > .row > .col:nth-child(n+13) {*/
/*display: none !important;*/
/*}*/
.gamesContent > .row > .col:last-child{
display: none;
}

.row_Mob {
margin-top: 20px;
width: 100%;
display: block;
}
.row_Mob .gameItem{
display: flex;
min-height: unset;
align-items: center;
justify-content: center;
}
.n_ofGames{
display: flex;
color: var(--color-yellow);
}
.lastGame_item .n_ofGames span{
padding-right: 2px;
font-size: unset;
color: unset;
}
.v_all{
    position: static;
}


.dsk_head{
    display: none;
}
.mob_head{
    top: 0;
    width: 100%;
    position: fixed;
    display: flex;
    z-index: 999;
}
.mob_head .row{
    height: 100%;
}
.mob_head .ryt_menu>div{
    background: #ffffff33;
}
.mob_head .ryt_menu div:nth-of-type(1){
    border-radius: 3px;
    height: 25px;
    margin-right: 10px;
}
.mob_head .ryt_menu div:nth-of-type(1) i{
    background: var(--bg-red);
    height: 13px;
}
.mob_head .ryt_menu div:nth-of-type(2){
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Num_Sec{
    display: flex;
    color: #fff;
    align-items: flex-end;
    gap: 15px;
    position: absolute;
    bottom:30px;
    left: 45px;
}



footer .topNav .col:nth-child(2){
   width: 100%;
   text-align: left;
   padding-top: 20px;
} 

.footerLast{
    padding: 10px 20px;
    color: var(--light-DarkBlack);
    background: #322735;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;  
    height: fit-content;
    z-index: 99;
    display: flex;
}
.footerLast .col{
    display: grid;
    align-items: center;
    justify-items: center;
}
.footerLast .col>i{
    font-size: 24px;
}


.lastGame_item .n_ofGames{
    padding: 15px 4px 15px 0px;
}
.log_registrImg img{
    height: 100%;
    object-fit: cover;
}


footer .branding{
    row-gap: 10px;
}
.mt-20{
    margin-top: 20px;
}
.gameType.bg1::before,.gameType.bg2::before,.gameType.bg3::before,.gameType.bg4::before,.gameType.bg5::before,.gameType.bg6::before{
    width: 146px;
    height: 139px;
}
.gameType .litle {
    font-size: 16px;
    font-weight: 600;
}
.gameType .litleNum {
    font-size: 12px;
}
.gamesTypedown {
    padding: 5px 13px;
    font-size: 13px;
}
.gamesRow {
    row-gap: 19px;
}
.blSec_cont>div{
    gap: 5px;
}
.rupee_block{
    padding-left: 0;
}
.depositSec .leftAside .col.Log_Out{
    margin-left: 20px;
}
.leftAside .col{
    padding: 10px;
}
.leftAside .col.active{
    background: unset;
    color: var(--light-DarkBlack);
}
.leftAside .col.active i{
    color: unset;
}
.leftAside .col.active svg path{
    fill: var(--light-DarkBlack);
}

.allGames .rightAside{
    display: block!important;
}
.allGames .leftAside .col.active {
        background: var(--bg-color1);
        color: var(--text-white);
    }
.allGames .leftAside .col.active i{
    color: var(--color-yellow);
}


.rightAside .container{
    padding: 0;
}

.Num_Sec{
    display: none;
}

.gametabHed{
    margin-bottom: 20px;
}
.gametabHed>.col{
    padding: 0 5px;
    
}
.lastGame_item .n_ofGames{
    font-size: 16px;
}
.footerLast .col{
    padding: 0;
}
.depositSec .rightAside{
    overflow: hidden;
    top: 100%;
    position: absolute;
    max-width: 96%;
    background: #17071d;
    z-index: 999;
    transition: top 0.3s ease, margin-top 0.3s ease;
    height: 0;
}

.depositSec{
    flex-direction: column;
}
.main_heading .fa-google-wallet,.main_heading .fa-user,.main_heading .fa-gift,.main_heading svg {
    display: none;
}
.main_heading .fa-arrow-left{
    display: inline-block;
}
.depositSec .leftAside {
    left: 0;
    width: 100%;
    margin-right: 0;
    border-right: none;
    padding: 10px;
    position: fixed;
    height: 100vh;
    top: 0;
    overflow-y: scroll;
    z-index: 999;
    background: #17071d;
}

.leftAside .mobMy_act{
    display: flex!important;
    position: relative;
}
.mobMy_act .alignCtr{
    display: flex;
    flex-grow: 1;
    justify-content: center!important;
}
.goBack{
    position: absolute;
    right: 0;
}

.DW_subHeading>div{
    font-size: 16px;
}
.pay_content{
    padding: 20px 10px;
}
.payment_Section{
    flex-direction: column;
}




.log_registrImg{
    padding: 0;
}
.log_registrForm{
    padding-right: 10px!important;
}
.accontTbl{
    padding: 0px;
}

.rechargeh__container-content__item{
    width:100%
}
.awardpage{
    margin-top: 50px;
}
.abtpage{
    padding: 30px 10px;
    margin-top: 50px;
}
.tabSwitchCol {
    width: calc(100% / 2);
    font-size: 12px;
    text-align: center;
}
.tabswitchCont p{
    font-size: 12px;
}
.awardContentFlex .bonusTable{
    row-gap: 5px;
}
.awardContentFlex .bonusTable_content{
    width: 100%;
}
.awardContentFlex .bonusTable-button{
    width: 100%;
}
.awardContentFlex .bonusTable_title{
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.finished_un{
    margin-top: 0;
    padding: 10px 40px;
}
.bonusTable{
    row-gap: 20px;
}
.invite_RecordFlex{
    row-gap: 20px;
}
.bonusTableCol{
    width: 100%;
}
.invite_Record{
    width: 100%;
}

.promoPage{
    margin-top: 50px;
}
.Promos_flex {
    flex-direction: column;
}
.promo-tab_contentFlex{
    gap: 20px;
    flex-direction: column;
}
.promo-tab_Comn{
    width: 100%;
}
.promotion_data--cont{
    width: 100%;
}
.promotion_data--head{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
.promotion_data {
    padding: 20px 20px;
    margin-top: 30px;
}

.notificationPopup_ContentMob{
    width: 100%;
    padding: 20px;
    background: var(--bg-color1);
    border-radius: 10px;
    margin-top: 20px;
}
.dskBlock_mobNone{
    display: block!important;
}
.abtpage .main_heading{
    padding-top: 0px;
}
.rulesHeading{
    font-size: 24px;
}
.leftPanel{
    font-size: 14px;
    width: 100%;
    height: 90vh;
    background: var(--tips_color_default_background);
    color: var(--tips_color_default_caption);
    border: 1px solid var(--tips_color_default_background);
    padding: 20px;
}
.rytPanel{
    width: 100%;
}
.giftContainer form input{
    width: 100%;
}
.submitIssueMainDiv{
    margin-top: 50px;
}
.addBank_form-header span{
    display: block;
}
.betrebetContainer{
    margin-top: 50px;
}
.betrebetHeading span{
    display: block;
}
.supportPage{
    padding: 32px 20px;
}
}




@media(max-width:800px){
html {
  scroll-behavior: smooth;
}
.container {
    padding-left:10px;
    padding-right:10px;
}
.colsm{
    width: auto;
    padding-left:10px;
    padding-right:10px;
}
.colsm-1{
    width: 8.333333333333333%;
    padding-left:10px;
    padding-right:10px;
}
.colsm-2{
    width: 16.6666666667%;
    padding-left:10px;
    padding-right:10px;
}
.colsm-3{
    width: 25%;
    padding-left:10px;
    padding-right:10px;
  }
.colsm-4{
    width: 33.3333333333%;
    padding-left:10px;
    padding-right:10px;
}
.colsm-5{
    width: 41.6666666667%;
    padding-left:10px;
    padding-right:10px;
}
.colsm-6{
    width: 50%;
    padding-left:10px;
    padding-right:10px;
}
.colsm-7{
    width: 58.3333333333%;
    padding-left:10px;
    padding-right:10px;
}
.colsm-8{
    width: 66.6666666666%;
    padding-left:10px;
    padding-right:10px;
}
.colsm-9{
    width: 75%;
    padding-left:10px;
    padding-right:10px;
}
.colsm-10{
    width: 83.3333333333%;
    padding-left:10px;
    padding-right:10px;
}
.colsm-11{
    width: 91.6666666666%;
    padding-left:10px;
    padding-right:10px;
}
.colsm-12{
    width: 100%;
    padding-left:10px;
    padding-right:10px;
}
.register_wholeSec .row{
    flex-direction: column-reverse;
}
.text-overlay--J2lBb{
    display: none;
}
.login__container-form{
    position: unset;
    transform: unset;
}
.register__container-form,.login__container-form{
    padding: 24px 10px;
    z-index: 98;
}
.register_wholeSec .row{
    height: unset;
}
.log_registrForm{
    height: unset;
}
.formSection_mainDiv{
    position: static;
}

}
@media (max-width: 501px) {
    .captcha_box{
        max-width: 10rem;
    }
.gamesContent>.row .col {
        width: 33.3%;
        max-width: 100%;
    }
.gameItem .top{
    padding: 3px 5px;
    font-size: 12px;
}
.gameItem{
    min-height: 124px;
} 
    .gamesContent>.row {
        grid-template-rows: initial;
    }
}


