@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");
@import url("sports-icon.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap");

:root {
    --gradientBT:linear-gradient(to right, #ffa300, #ffcc00, #ffa300, #ff0268);
    --gradientBT-Text:#fff;
    --bagesBG:linear-gradient(151deg, #ff514f 0%, #fba034 100%);
    --pick-color:#ff0268;
    --pick-color2:#ff438e;
    --primary: #134D38;
    --secondary:#1A674B;
    --primary-rgb:rgba(19,77,56,0.9);
    --hover-color: #21815F;    
    --darkBG:#283732;
    --login-button-bg:linear-gradient(151deg, #ffce06 0%, #ffe168 100%);
    --login-button-bg-hover:linear-gradient(151deg, rgba(144,80,6,1) 0%, rgba(255,225,104,1) 100%);
    --login-button-text:#414141;
    --headerBG:#134D38;
    --menuBG:#283732;
    --menu-text:rgba(255,255,255,0.6);
    --dropdown-text:#ffffff;
    --tabText:#ffffff;
    --sidebarBG:#134D38;
    --body-bg:#232323;
    --footer-bg:#171717;
    --mobileFootIcon:#fff;

    --btntText:#ffffff;
    --betSlipBG:#123528;
    --gameBox:rgba(40,55,50,0.3); 
    --oddBox:#1A674B;
    --oddBoxHover:#20815e;    
    --white-color:#fff;
    --black-color:#000;
    --darkGray:#303030; 

   
  }

  /* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--primary); 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--hover-color); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--secondary); 
  }
  /* @font-face {
	font-family: 'proximaNova-regular';
	src: url(/d97f8f32c098b28c3ab0.eot);
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url(/d97f8f32c098b28c3ab0.eot?#iefix) format('embedded-opentype'), url(/assets/99528640efded3e12591.woff) format('woff'), url(/b078618b41b9b6629ea0.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proximaNova-semobold';
	src: url(/4d878f520a275616509b.eot);
	src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'), url(/4d878f520a275616509b.eot?#iefix) format('embedded-opentype'), url(/a71877a1eef65838ed4c.woff) format('woff'), url(/be42827ac88aca64dbf0.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'proximaNova-bold';
	src: url(/787088b281e017f8c449.eot);
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'), url(/787088b281e017f8c449.eot?#iefix) format('embedded-opentype'), url(/1f267da183b3d4fe3d5b.woff) format('woff'), url(/7722451a8c88b6100185.ttf) format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'proximaNova-extrabld';
	src: url(/b9fcd9fbe4d0b5e73cbd.eot);
	src: local('Proxima Nova Extrabold'), local('ProximaNova-Extrabld'), url(/b9fcd9fbe4d0b5e73cbd.eot?#iefix) format('embedded-opentype'), url(/64f095e95e4018946cb1.woff) format('woff'), url(/026a945d32b05c6c8710.ttf) format('truetype');
	font-weight: 800;
	font-style: normal;
} */
/* *{transition: 0.5s all;} */


a{text-decoration: none; cursor: pointer; transition: all 0.3s;}
a:hover{text-decoration: none;}
.cursor-pointer{cursor: pointer;}
.cursor-not-allowed{cursor: not-allowed;}
img{max-width: 100%; height: auto; width: auto;}
body{background: var(--body-bg); overflow-x: hidden; line-height: 20px; font-family:'Inter', sans-serif; font-size: 15px; font-weight: 400; 	direction: ltr}
ul{list-style: none; margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,p,ul,li{margin: 0; padding: 0;}
h1{font-size: 34px; font-weight: 600;}
h2{font-size: 28px; font-weight: 600;}
h3{font-size: 24px; font-weight: 600;}
h4{font-size: 20px; font-weight: 600;}
h5{font-size: 18px; font-weight: 600;}
h6{font-size: 16px; font-weight: 600;}
img{max-width: 100%;}
.text-decoration-underline{text-decoration: underline;float: right;}
.btn{font-weight: bold; font-size: 14px;}
button:focus{box-shadow: none!important; outline: none!important;}
.customRow{flex-wrap: nowrap;}
.flex-auto{flex: auto;}
.flex-auto .form-group{width: 100%;}
.click-disable{cursor: not-allowed }
.container{ max-width: 1440px;}
.bg-primary, .badge-primary{background: var(--primary)!important;}
.btn-primary{background: var(--primary)!important; border-color: var(--primary)!important; color: var(--btntText); box-shadow: none!important;}
.btn-outline-primary{border-color: var(--primary)!important; color: var(--white-color);}
.btn-outline-primary:hover{background: var(--primary)!important;}
.btn-outline-secondary{border-color: var(--secondary)!important; color: var(--white-color); border-color: var(--secondary);}
.btn-outline-secondary:hover{background: var(--secondary)!important;}
.active{ background: var(--hover-color);}
.star-error{font-size: 20px;}
.form-group{position: relative;}
.viewBtn{border-color: var(--secondary)!important; background: var(--secondary)!important; color: var(--white-color); border-radius: 30px;}
.viewBtn:hover{background: var(--primary); border-color: var(--primary);}
.iframeBG{background: var(--darkBG);}
.badge{padding: .25em .4em .10em; line-height: 14px;}
/******* Date Picker Style *********/
/* .daterangepicker{background-color: var(--body-bg)!important; border-color: var(--primary)!important;} */
.daterangepicker .ranges li.active, .daterangepicker td.active, .daterangepicker td.active:hover{background: var(--primary)!important;}
/* .daterangepicker .ranges li{color: #fff;} */
.daterangepicker .ranges li:hover{background-color: var(--hover-color)!important; color: #fff;}
/* .daterangepicker.show-ranges.ltr .drp-calendar.left{border-color: var(--primary)!important;} */
/* .daterangepicker .drp-buttons{border-color: var(--primary)!important;} */
/******* End Date Picker Style *********/
.fadeinImg{  opacity: 0; transition: opacity 0.3s ease-in-out;}
.fadeinImg.loaded {opacity: 1;}

.headBar{background: var(--headerBG); position: fixed; top: 0; z-index: 11; padding: 8px 0 0; width: 100%; box-shadow: 0 4px 4px rgba(0,0,0,0.4);}
.headLogo{display: flex; align-items: center; height: 45px;}
.headLogo img{object-fit: contain; height: 100%;}
/* .darkHead{z-index: 9;} */
.headerItem{display: flex; justify-content: end; align-items: center;}
.headerItem .loginCol{display: flex; align-items: center; margin: 0 20px 0 60px;}
.headerItem .loginCol .btn{font-weight: 600; font-size: 15px;}
/* .headerItem .loginCol .btn-warning{padding: 8px 26px; font-size: 14px; color: var(--login-button-text); border-color: var(--login-button-bg); background: var(--login-button-bg); transition: all 0.3s;}
.headerItem .loginCol .btn-warning:hover{background: var(--login-button-bg-hover); } */
.gradientBTN, .loadMoreBtn{background-image: var(--gradientBT);padding: 8px 26px; font-size: 14px; color: var(--gradientBT-Text); border-radius: 30px; background-size: 300% 100%; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.gradientBTN:active, .loadMoreBtn:active{background: var(--gradientBT)!important;}
.gradientBTN:hover, .loadMoreBtn:hover, .gradientBTN:active, .loadMoreBtn:active {background-position: 100% 0; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;  color:#fff;}
/* .gradientBTN.color-1 {background-image: var(--gradientBT);} */
.headerItem .loginCol .loginBtn{ border: none; background: none!important; color: var(--white-color)!important;}
.headerItem .loginCol .loginBtn:hover{opacity: 0.8;}
.headerItem .betSlipBtn, .headerItem .userBtn {color: var(--white-color); font-size: 20px; background: none; border: none; outline: none; cursor: pointer;}
.headerItem .playerCol{position: relative; margin:0 1.5rem;}
.playerNav{ position: absolute; top: 47px; overflow: hidden; width: auto; min-width: 266px; z-index: 2; border-radius: 5px; right: -3em; padding: 0; transition:all 0.3s; box-shadow: -10px 10px 20px #000000; background: var(--primary);}
.playerNav .pl-link{display:flex; align-items: center; width: 100%; padding: 10px 15px; color: var(--menu-text) !important; font-size: 14px; font-weight: bold;}
.playerNav .pl-link i{ margin-right: 10px; width: 22px; text-align: center;}
.playerNav .pl-link:hover{background: var(--hover-color); color: rgba(255,255,255,0.7);}
.search-box{ position: fixed; z-index: 999; top:120px; width:60%; margin: 0 auto; left: 0; right: 0; padding: 10px 20px; background: var(--secondary); border-radius: 5px;}
.search-box .input-group{ background: var(--body-bg); border-radius: 30px; align-items: center;}
.search-box .srchIcon{ color: var(--white-color); padding: 0 10px 0 15px;}
.search-box .srchClose{border: none; background: none; padding: 0 20px; cursor: pointer; color: var(--white-color);}
.search-box .form-control{background: none; border: none; color: var(--white-color); box-shadow: none!important; height: 45px;}
.search-box  .listProvider{overflow-y: auto; height: 400px;}
.search-box  .listProvider ul{display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin: 30px;}
.search-box  .listProvider ul li{border: 1px solid var(--primary); color: var(--white-color); border-radius: 5px; width: 15%; /*height: 96px;*/ min-height: 128px; cursor: pointer; transition: all 0.3s; text-align: center;}
.search-box  .listProvider ul li:hover{border: 1px solid var(--login-button-bg);}
.search-box  .listProvider ul li:hover h4{background: var(--login-button-bg);}
.search-box .listProvider ul li .providerLogo {padding:.25rem .5rem;}
.search-box .listProvider ul li:hover .gameCount {opacity: 1;}
.search-box  .listProvider img{height: 50px; width: 100%; object-fit: contain; margin: 10px 0; 
  
  /* filter: contrast(0.1) brightness(2) drop-shadow(2px 2px 5px rgba(0,0,0,0.7)); opacity: 0.3; */
}
.search-box  .listProvider h4{background: var(--primary); font-size: 12px; text-align: center; width: 100%; padding: 10px 5px; transition: all 0.3s;}
.listProvider span.gameCount {font-size: 10px;font-weight: 400; padding-top: 5px; opacity: .7;}
.searchBtn .srch-Text{margin: 0 0 0 5px;}
.noProvider{text-align: center; width: 100%; margin: 50px 0 0;}
.noProvider i{font-size: 30px; color: rgba(255,255,255,0.2); margin: 0 0 10px;}
.noProvider p{color: rgba(255,255,255,0.2);}
.langSelect .dropdown-toggle{ color: #fff; padding:0.25rem 0!important;}
.langSelect .dropdown-toggle::after{content: "\f078"; font:10px/25px FontAwesome; width: 10px; height: 25px; display: inline-block; border: none; position: absolute; top: 0; right: -10px; color: var(--white-color);}
.langSelect .dropdown-menu{min-width: 8rem; background: var(--hover-color); transform: translate3d(-90px, 35px, 0px)!important;}
.langSelect .nav-link, .langSelect .dropdown-item{ display: flex; align-items: center; padding: 0.25rem 0.5rem; font-size: 14px; color:var(--dropdown-text)!important; position: relative;}
.langSelect .dropdown-item:hover{background: var(--menuBG); color: var(--white-color)!important;}
.langSelect .flag-icon{ width: 20px; height: 20px; border-radius: 20px; margin-right: 5px; display: inline-block; background-size: 100%;}
.flag-icon-us{background: url(../assets/images/flag/en.png);}
.flag-icon-fr{background: url(../assets/images/flag/french.png);}
.flag-icon-portugal{background: url(../assets/images/flag/portugal.png);}
.flag-icon-es{background: url(../assets/images/flag/es.png);}
.flag-icon-ind{background: url(../assets/images/flag/ind.png);}
.flag-icon-tr{background: url(../assets/images/flag/turkish.png);}
.flag-icon-ru{background: url(../assets/images/flag/russia.png);}
.flag-icon-ar{background: url(../assets/images/flag/arabic.png);}
.flag-icon-cmn{background: url(../assets/images/flag/mandarin.png);}
.flag-icon-sr{background: url(../assets/images/flag/serbia.png);}
.flag-icon-hu{background: url(../assets/images/flag/hungarian.png);}
.flag-icon-ro{background: url(../assets/images/flag/romanian.png);}

.settingBar{background:#141414; padding: 10px 0; position: relative; top: -10px; box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.4);}
.settingBar .changeView{ border: 1px solid #fff; border-radius: 30px; display: flex; align-items: center;}
.settingBar .changeView .btn{background: none; border: none; color:rgba(255,255,255,.6); padding:2.5px 12px; font-size: 16px; background: #222; border-radius: 30px;}
.settingBar .changeView .active{background: none; color: #fff;}
.settingBar .colorCol{ margin: 0 0 0 15px;}
.settingBar .colorCol ul{display: flex; align-items: center;}
.settingBar .colorCol li { margin: 0;}
.settingBar .colorCol li a{cursor: pointer; display: flex; align-items: center;}
.settingBar .colorCol span{ width: 25px; height: 25px; border-radius: 25px; z-index: 1; position: relative;}
.settingBar .colorCol span + span{ left: -12px; z-index: 0;}
.settingBar .active{background: none;}
.settingBar .active .crBox1{border: 2px solid #fff;}
.settingBar .active .crBox2{border: 2px solid #fff;}

.innerSearch{ margin: 0 0 1.5rem; flex: 0 0 100%;}
.innerSearch .input-group{ background: var(--darkGray); border-radius: 30px; align-items: center; border: 1px solid var(--hover-color);}
.innerSearch .srchIcon{ color: var(--white-color); padding: 0 10px 0 15px;}
.innerSearch .srchClose{border: none; background: none; padding: 0 20px; cursor: pointer; color: var(--white-color);}
.innerSearch .form-control{background: none; border: none; color: var(--white-color); box-shadow: none!important; height: 40px;}
.inSrchMobView{display: none;}

.mainMenu{ width: 100%; background:var(--menuBG); margin-top:6px; min-height: 38px; }
.mainMenu ul{ display: flex; align-items: center; justify-content: center;}
.mainMenu ul li{ position: relative; margin: 0 18px;}
.mainMenu ul li a{ padding: 12px 0; letter-spacing: 1px; position: relative; display: block; color: var(--menu-text)!important; font-weight: 500; transition: 0.3s all;}
.mainMenu ul li a::before, .mainMenu ul li a::after{  transition: all 0.35s ease; position: absolute;}
.mainMenu ul li a::before{top: 0; left: 0; display: block; height: 3px; width: 0%; content: ""; background-color: var(--login-button-bg);}
.mainMenu ul li a::after {left: 0; top: 0; position: absolute; content: attr(data-hover); color: #ffffff; white-space: nowrap; max-width: 0%; overflow: hidden;}
.mainMenu ul li a:hover:before, .mainMenu ul li a:hover::after{opacity: 1; width: 100%;}
.mainMenu ul li a:hover{ color: var(--menu-text)!important;}
.mainMenu ul li a:hover i{color: #fff;}
.mainMenu ul li i{font-size: 22px; margin-right: 5px; transition: all 0.3s;}
/* .mainMenu ul li:hover a{background: var(--hover-color); border-color: var(--login-button-bg);color: var(--menu-text)!important;} */
.mainMenu ul li:hover .subMenu{ display: block!important;}
.mainMenu .subMenu{ display: none; position: absolute; top:38px; width: 250px; left: 0; background: var(--hover-color);}
.mainMenu .subMenu li a{ padding: 8px 18px; border-top:1px solid rgba(0,0,0,0.3)!important; font-size: 14px; font-weight: 400;}
.mainMenu .subMenu li a:hover{border-top:1px solid transparent; background: var(--darkBG);}
.mainMenu .active{background: none; color: var(--login-button-bg)!important;}
.mainMenu .active:hover{color: var(--login-button-bg)!important;}
.mainMenu .active::before{background-color: var(--login-button-bg); width: 100%;}
.mainMenu .active i{color: var(--login-button-bg);}
.mainMenu ul li a .menuIconImg {height: 22px;filter: invert(1); vertical-align: text-top; margin: 0 5px 0 0; max-width: inherit; opacity: 0.6; }
.mainMenu ul li a:hover .menuIconImg { opacity: 1; }

.mobFooter{display: none; min-height: 60px; position: fixed; z-index: 99; background: var(--headerBG); border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 0 5px; width: 100%; bottom: 0; left: 0; right: 0; margin: 0 auto; justify-content: space-between; align-items: center;}
.mobFooter a{cursor: pointer; padding: 12px 5px 5px; color: var(--white-color)!important; text-align: center; opacity: 0.9;}
.mobFooter i{ font-size: 16px; color: var(--mobileFootIcon); margin-bottom: 5px;}
.mobFooter a.active i{color: #ffc107;}
.mobFooter .mobLike{display: block; font-size: 10px; font-weight: 400;}
.mainWrap{display: flex;}
.sidebarMain{ 
  /* width: 265px;  transition: width .3s; -webkit-box-orient: vertical; */
  width: 290px;
  height: calc(100dvh - 110px); margin-top: 110px; background: var(--sidebarBG); display: none; flex-shrink: 0; flex-direction: column; padding-top: 30px; position: relative; }
.topbtn{ position: absolute; z-index: 10; padding: 0 0 0 10px; display: flex; align-items: center; top:0; min-height: 60px; background:var(--secondary); width: 100%;}
.topbtn a{ padding: 8px 15px; font-size: 15px; font-weight: 700; cursor: pointer; color: var(--white-color); border-radius: 32px; text-decoration: none;}
.searchBtn{border-color: var(--hover-color)!important; font-size: 15px; font-weight: 600; border-radius: 32px; color: var(--white-color);}
.searchBtn:hover{background: none!important;}
.showHideBar{width: 43px; height: 28px; color: var(--white-color);  background: var(--hover-color); position: absolute; right: -20px; top: 50%; -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px #00000040;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;}
.showHideBar i{transform: rotate(180deg);}
.sidebarMain .titleBar{color: var(--white-color); margin-top: 10px;}
.global-switcher{display: flex; align-items: center; min-height: 60px; padding: 0 20px;}
.global-switcher .tabbtn{ border: 1px solid var(--hover-color); padding: 4px 15px; border-radius: 20px; color: var(--white-color); font-size: 14px; font-weight: 700; margin: 0 15px 0 0;}
.sideSports{overflow-x: auto;}
.sideSports li{position: relative;}
.sideSports li a{color: var(--white-color)!important; display: flex; justify-content: space-between; align-items: center; text-decoration: none; padding: 10px 15px; font-size: 14px; font-weight: 700; }
.sideSports li a:hover{background: var(--hover-color); color: var(--menu-text)!important;}
.sideSports li .active{color: var(--menu-text)!important;}
.sideSports .sportN{margin: 0 0 0 10px;}
.sideSports .totalMch{font-size: 12px;}

.sideSports .subSport:hover{background: none;}
.sideSports .open-subSport{background: var(--hover-color)!important; border-radius: 5px; padding: 0 0 1px; margin: 0 0 2px;}
.sideSports .subSport .spCol{flex: auto;}
.sideSports .subSport .totalMch{ margin-right: 5px;}
.sideSports .subData{background: var(--secondary); border-radius: 5px; margin: 3px; padding: 5px;}
.sideSports .subData a{font-size: 12px; font-weight: 300; padding: 6px;border-radius: 5px; background: var(--hover-color);}
.sideSports .subData .ic-Col{ width: 30px; display: flex; align-items: center; justify-content: end;}
.sideSports .subData .ic-Col .sb-totalMch{ margin-right: 8px;}
.sideSports .subData .market-game{background: var(--hover-color); border-left: 2px solid transparent; margin: 5px 5px 0; padding: 5px 8px; border-radius: 5px;}
.sideSports .subData .active{border-left: 2px solid #ffc107; background: var(--primary) ;}
.sideSports .subData .market-game .gameTeam{ font-size: 11px; line-height: 14px; display: flex; align-items: center; justify-content: space-between; font-weight: 300; margin: 0; color: var(--white-color);}
.sideSports .subData .market-game .gmOdd{ color: #ffc107; font-weight: 700;}
.sideSports .subData .market-game .gamepart{ display: flex; align-items: center; margin: 5px 0 0; justify-content: space-between; font-size: 11px; line-height: 14px; font-weight: 300; color: rgba(255,255,255,0.6);}
.sideSports .subData .market-game .gamepart .gmText{ flex: auto;}
.sideSports .subData .market-game .gamepart .gmNumb{background: var(--secondary); border-radius: 3px; padding: 2px 5px; margin-right: 5px;}
.sideSports .subData .market-game .marketHolder{ display: flex; justify-content: space-between; border-radius: 5px; margin: 8px 0 0; overflow: hidden;}
.sideSports .subData .market-game .marketHolder .mkt-Item{ width: 49.7%; padding:5px 8px; font-size: 12px; color: var(--white-color); display: flex; align-items: center; justify-content: space-between; background: var(--secondary); cursor: pointer;}
.sideSports .subData .market-game .marketHolder .mkt-Item:hover{ background: #ffc107; color: var(--black-color);}
.sidebarMain.sideFilter{width: 320px!important; left: -120%; top: 0 !important; transition: 0.5s;}
.sidebarMain.sideFilter::after{position:absolute; width: 25%; height: 100%; right:-25%; top: 0; content: '';}
.sidebarMain.sideFilter .close{ top:0; font-size: 16px; opacity: inherit;}
.sidebarMain.sideFilter .sideSports{height: 100%;}
.sidebarMain.sideFilter .dropdown-list{background: none; position: inherit; border: none; box-shadow: none; padding-top: 0; margin: 0; display: block!important;}
.sidebarMain.sideFilter .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret{display: none!important;}
.sidebarMain.sideFilter .dropdown-list ul{overflow-x: inherit!important; max-height: 100%!important;}
.sidebarMain.sideFilter .dropdown-list li{padding: 3px 10px!important;}
.sidebarMain.sideFilter .dropdown-list li.multiselect-item-checkbox:hover{background: none;}
.sidebarMain.sideFilter .dropdown-list li.multiselect-item-checkbox input[type=checkbox] + div{color: var(--white-color); text-transform: capitalize;}
.sidebarMain.sideFilter .dropdown-list li.multiselect-item-checkbox input[type=checkbox] + div:before{border: 1px solid var(--hover-color); border-radius: 2px;}
.sidebarMain.sideFilter .dropdown-list li.multiselect-item-checkbox input[type=checkbox]:checked + div:before{ background: none;}
.sidebarMain.sideFilter .dropdown-list li.multiselect-item-checkbox input[type=checkbox][disabled] + div{opacity: 0.4;}
.sidebarMain.sideFilter .multiselect-dropdown .filter-textbox{border-bottom: none!important;}
.sidebarMain.sideFilter .multiselect-dropdown .filter-textbox input{height: 34px; border-radius: 5px; background: var(--hover-color); padding: 0 10px!important; color: var(--white-color); margin: 0;}
.sidebarMain.sideFilter .multiselect-dropdown .filter-textbox input::placeholder{color: var(--white-color); opacity: inherit;}
.proList{ border-bottom: 1px solid var(--hover-color); border-top: 1px solid var(--hover-color);padding: 0 0 15px;}
.proList:last-child{border: none;}
.proList .dropdown-btn{color: var(--white-color);}
.filterData{}
.filterData ul{ display: flex; flex-wrap: wrap;}
.filterData li{padding: 2px 5px 3px 5px; background: #ffc107; color: var(--black-color); border-radius: 3px; margin: 0 5px 5px 0;}
/* for the Hide Sidebar */
.hide-SideBar{width: 60px;}
.hide-SideBar .showHideBar{ transform: rotate(180deg); background: none; box-shadow: none; right: 10px; top:28%}
.hide-SideBar .topbtn .chBtn{ display: none;}
.hide-SideBar .global-switcher{ display: none;}
.hide-SideBar .sideSports{ padding: 20px 0 0;}
.hide-SideBar .sideSports li a{ justify-content: center;}
.hide-SideBar .sideSports .subData {display: none;}
.hide-SideBar .sideSports .subSport:hover .subData{ position: fixed; z-index: 99; left: 60px; top: 60px; display: block; height: 93vh;}
.hide-SideBar .sideSports .open-subSport{background: none!important;}
.hide-SideBar .sideSports .sportN, .hide-SideBar .sideSports .totalMch{ display: none;}
.hide-SideBar .sideSports .subSport .spCol {flex: inherit;}
.hide-SideBar .sideSports .subSport .fa-chevron-down{ display: none;}
/* End Hide SideBar */
.backBtn{background: var(--darkBG)!important; padding: 11px 16px; color: var(--white-color); margin:-4px 10px 0 0;}
.breadcrumb{ background: var(--darkBG); align-items: center; display: inline-block;}
.breadcrumb .breadcrumb-item{ color: #ffc107; font-size: 15px; display: inline-block;}
.breadcrumb .breadcrumb-item:first-child::before{display: none;}
.breadcrumb .breadcrumb-item::before{content: '|'; font-size: 20px; font-weight: 100; color: var(--white-color);}
.breadcrumb .breadcrumb-item a{color: var(--white-color); opacity: 0.7;}
app-landing-dashboard{flex: auto;}
.centerWrap {flex: auto; margin: 110px 0 0; padding: 10px 0 0; height: calc(100dvh - 110px); overflow-x: hidden; overflow-y: auto;}
.sportifream{margin: 106px 0 0; flex: auto;  width: 100vw; position: relative; z-index: 10;}



.scorecard-Wrap{background: url(../assets/images/stadium.jpg) bottom no-repeat; background-size: cover; min-height: 250px; border-radius: 20px; box-shadow: inset 0 0 60px rgba(0,0,0,0.8); margin: 0 0 15px;}
.eventWrap{ flex: auto; padding: 40px 15px 0 15px; margin-top: 90px; height: calc(100vh - 90px); overflow-x: auto;}
.eventTabs{ background: var(--darkBG); padding: 5px; border-radius: 32px; display: flex; justify-content: space-between; align-items: center; margin: 0 0 15px;}
.eventTabs .nav-link{ border-radius: 32px; background: none; color: var(--white-color)!important; font-weight: 600; margin-right: 5px; padding: 0.7rem 1.4rem; border: none; display: flex; align-items: center; justify-content: center;}
.eventTabs .nav-link:hover{background: var(--primary); cursor: pointer;}
.eventTabs .nav-link i, .eventTabs .nav-link svg{ margin-right: 5px; width: 15px; height: 15px; display: flex; align-items: center;}
.eventTabs .nav-link svg{fill: var(--white-color);}
.eventTabs .nav-pills .nav-link.active{background: var(--primary); color: var(--menu-text)!important;}
.eventTabs .viewBox{ display: flex; margin-right: 15px;}
.eventTabs .viewBox a{ padding:5px 6px; font-size: 18px; color: var(--white-color);}
.homeCate{display: flex; align-items: center; margin: 20px auto 0;}
.homeCate ul{display: flex; white-space: nowrap; align-items: center; flex-wrap: nowrap; scroll-behavior: smooth; overflow-y: auto; -webkit-overflow-scrolling: touch; transition: all 0.5s; }
.homeCate ul::-webkit-scrollbar{display: none;}
.homeCate .dummyItem{width: 100px; height: 47px; border-radius: 30px; margin-right: 5px;}
.showScrollbar{flex: 0 0 92%;}
.arrowTabs {font-size: 16px; color: #fff!important; width: 25px; height: 25px; background: none; text-align: center; line-height: 25px !important; border-radius: 30px;} 

.eventList-Wrap .marketRow .marketList .subGame-List{display: flex; justify-content: space-between; flex-wrap: wrap;}
.eventList-Wrap .marketRow .maketName{ background: var(--darkBG); color: var(--white-color); width: 100%; border: none; display: flex; justify-content: space-between; align-items: center; padding:10px; font-size: 14px; border-radius: 5px; cursor: pointer;}
.eventList-Wrap .marketRow .maketName:focus{border:  none; box-shadow: none; outline: none;}
.eventList-Wrap .marketRow .maketName .mrkNM{flex:auto; text-align: left;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData{ flex-basis: 100%; margin: 3px 0 0; overflow: hidden; border-radius: 5px; background:var(--gameBox);}
.eventList-Wrap .marketRow .marketList .column-List2 .gameData{ flex-basis: 49.8%;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmHead{ display: flex; justify-content: space-between; align-items: center; color: var(--white-color); padding: 3px 10px;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmHead .sgmTitle{flex: auto; font-size: 12px; padding-top: 4px;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmodd-box .oddHeader{ display: flex; justify-content: space-between;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmodd-box .oddHeader .oddBox{background:var(--primary)!important; cursor: default!important;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmodd-box .oddHeader .odName{ width: 100%; text-align: center;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmodd-box .oddBox{ padding: 8px 10px; display: flex; justify-content: space-between; font-size: 12px; background:var(--oddBox);  flex: 0 0 49.92%; margin-bottom: 1px;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmodd-box .oddBox:hover{background: var(--oddBoxHover); cursor: pointer;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmodd-box .oddColRow{display: flex; justify-content: space-around; flex-wrap: wrap;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmodd-box .column3 .oddBox{ flex:0 0 33.22%;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmodd-box .column4 .oddBox{ flex:0 0 24.95%;}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmodd-box .oddBox .odName{ color: var(--white-color);}
.eventList-Wrap .marketRow .marketList .subGame-List .gameData .gmodd-box .oddBox .mrkodd-blc{ color:#ffc107; position: relative;}
.eventList-Wrap .upA{ position: absolute; right: -6px; top:-6px; transform: rotate(45deg);}
.eventList-Wrap .downA{ position: absolute; right: -6px; bottom:-6px; transform: rotate(-45deg);}
.betSlipMain{ height: calc(100vh - 80px); background: var(--betSlipBG); display: flex; flex-shrink: 0; -webkit-box-orient: vertical; flex-direction: column; margin-top: 80px; position: relative; transition: width .3s; padding-top: 30px;
  width: 360px; transition: 0.5s all;
}
.betsBox{ width: 360px;}
.betSlipMain .topbtn{ justify-content: space-between; width: 360px; padding: 0 5px 0 10px; background: none; position: inherit;}
.betSlipMain .topbtn a{padding: 12px 18px;}
.betSlipMain .topbtn .active{box-shadow: 0 4px 4px #00000040;}
.betNB{ width: 25px; height: 25px; background: var(--primary); border-radius: 25px; text-align: center; line-height: 25px; display: inline-block; margin-left: 5px;}
.betSlipMain .closeBet{ padding:5px 20px!important; font-size: 20px;}
.betSlipMain .closeBet:hover{background: var(--hover-color);}
.betSlipMain .stakeBox{ padding:10px 0; background: var(--primary); margin:0 0 10px;}
.betSlipMain .stakeBox .form-control{ background: #303030; border-color: #303030; color: var(--white-color);}
.slipTabs{ border:1px solid var(--primary); padding: 5px; border-radius: 32px; width: 320px; display: flex; justify-content: center; align-items: center; margin: 10px auto 5px;}
.slipTabs .nav-link{ border-radius: 32px; background: none; color: var(--white-color)!important; font-weight: 700; margin-right: 5px; padding: 0.2rem 1.4rem;}
.slipTabs .nav-link:hover{background: var(--hover-color); cursor: pointer;}
.slipTabs .nav-pills .nav-link.active{background: var(--hover-color);}

.sportsBets{overflow-x: auto; padding: 10px; height: calc(100vh - 485px); }
.betDetail{ border-radius: 5px; overflow: hidden; background: var(--primary); font-size: 14px; margin-bottom: 5px;}
.betDetail p{ margin: 0;  padding: 2px 10px; font-size: 12px;}
.betDetail .eName{ display: flex; align-items: center; justify-content: space-between; color: var(--white-color); background: var(--secondary); padding: 6px 10px; margin-bottom: 8px;}
.betDetail .eName .etNm{ font-size: 14px;}
.betDetail .timeDate-Text{ color: rgba(255,255,255,0.8);}
.betDetail .dcText{ color: rgba(255,255,255,0.5); padding: 0 10px; display: flex; justify-content: space-between; align-items: center;}
.betDetail .xbText{display: flex; justify-content: space-between; align-items: center; color: var(--white-color); margin-bottom: 5px;}
.betDetail .xbText .xbNum{ color:#ffc107;}
.betDetail .xbText .xtext{font-weight: bold;}
.betDetail .stakeBox{ padding: 0 10px!important; margin: 0 0 5px!important;}
.betDetail .stakeBox .form-control{ background: none; border-color: var(--hover-color);}



.betAmountWrap{ position: absolute; bottom: 0; width: 360px; background: var(--secondary);}
.betAmountWrap .amountText{ display: flex; justify-content: space-between; font-size: 14px; width: 100%; padding:5px 10px;}
.betAmountWrap .amountText .amText{ color: rgba(255,255,255,0.8);}
.betAmountWrap .amountText .blText{color: var(--white-color); font-size: 16px;}
.betBtn-Wrap{ display: flex; justify-content: space-between; flex-wrap: wrap; padding:10px;}
.betBtn-Wrap .saveBtn{ width: 48.5%; background: var(--hover-color); color: var(--white-color);}
.betBtn-Wrap .clearBtn{ width: 48.5%; background: #3e1d1c; color: #FE2247;}
.betBtn-Wrap .placeBtn{ width: 100%; background: #ffc107; margin-top:10px;}
.betBtn-Wrap .btn:hover{ opacity: 0.8;}
.bannerRow{min-height: 300px; border-radius: 10px; margin:20px 0 15px; }
.carousel-inner{border-radius: 10px;}
.carousel-item{min-height: 300px;}
.carousel-item.active{ display: flex; justify-content: center; align-items: center;}
.carousel-control-next, .carousel-control-prev{width: 50px; opacity: inherit; }
.carousel-control-next{right: 5px;}
.carousel-control-prev{left: 5px;}
.carousel-control-next i, .carousel-control-prev i{width: 40px; height: 40px; text-align: center; line-height: 32px;  border-radius: 50%; border: none; background: none; }
.carousel-indicators{ bottom: 0; gap: 0 3px; align-items: center; z-index: 1;}
.carousel-indicators li{width: 8px; height: 8px; border-radius: 10px; margin: 0; }
.carousel-indicators li::before, .carousel-indicators li::after{display: none;}
.carousel-indicators .active{width: 11px; height: 11px; border-radius: 15px; background: var(--pick-color);}
.carousel-indicators .active li{background: none;}
.secTitle{ display: flex; justify-content: space-between; align-items: center; margin: 0 0 15px;}
.secTitle h5, .secTitle h2{ color: var(--white-color); display: flex; align-items: center;}
.secTitle .animation-textBar{min-height: 22px; width: 150px; border-radius: 10px;   
  animation: gradient 2s linear infinite;
  background-image: linear-gradient(120deg,rgba(255,255,255,0.3),rgba(255,255,255,0.5),rgba(255,255,255,0.3),rgba(255,255,255,0.5));
  background-size: 300% 100%;}
.secTitle app-svg-icon{display: flex; align-items: center;}
.secTitle svg{width: 22px; height: 22px; fill: var(--white-color); margin:0 8px 0 0; opacity: 0.7;}
.secTitle i{color: var(--white-color); font-size: 22px; margin: 0 8px 0 0; opacity: 0.7;}

.innerBanner{margin: 0 0 15px; min-height: 100px; overflow: hidden; position: relative;}
.innerBanner h1{ color: var(--white-color); background: linear-gradient(90deg, var(--body-bg) 0%,var(--body-bg) 25%, rgba(35,35,35,0) 100%); position: absolute; display: flex; align-items: center; padding: 0 0 0 10px; height: 100%; width: 100%;}

.game-carousel{ margin:0 0 20px 0;}
.game-carousel .secTitle{position: relative; top:39px; z-index: 8; width: 95%;}
.innerGameRow .secTitle{top: 19px!important; margin:  0 0 26px -5px; width: 100%!important;}

.gameArrow{position: relative;}
.gameArrow .slick-arrow{ position: absolute; display: flex; justify-content: center; align-items: center; top:45%; width: 23px; height: 23px; font-size: 0; background: #fff; border-radius: 30px; border: none; cursor: pointer; z-index: 9;}
.gameArrow .slick-arrow:focus{box-shadow: none!important; border: none!important; outline: none;}
.gameArrow .slick-prev{left: 8px;}
.gameArrow .slick-prev::before{content: '\f137'; font-family: FontAwesome; font-size: 24px; color: var(--secondary);}
.gameArrow .slick-next{right: 3px;}
.gameArrow .slick-next::before{content: '\f138'; font-family: FontAwesome; font-size: 24px; color: var(--secondary);}
.game-carousel .s-wrapper{padding: 40px 0 0;}
.swiper-button-next, .swiper-button-prev{ top:20px!important; z-index: 9!important; width: 35px!important;}
.swiper-button-next{right: 3px!important;}
.swiper-button-prev{right: 45px!important; left: inherit!important;}
.swiper-button-next:after, .swiper-button-prev:after{ font-size: 12px!important; color: #fff; width: 35px!important; height: 35px; background: var(--darkGray); text-align: center; line-height: 35px!important; border-radius: 5px;}
.game-carousel swiper>.swiper.s-wrapper .swiper-wrapper .swiper-slide{padding: 5px 0 2px;}
.gameCol{
  /* min-height: 250px;  */
  transition: all 0.3s;  position: relative; 
  animation: gradient 2s linear infinite;
  background-image: linear-gradient(120deg,rgba(255,255,255,0.3),rgba(255,255,255,0.5),rgba(255,255,255,0.3),rgba(255,255,255,0.5));
  background-size: 300% 100%; aspect-ratio: 1 / 1.33; height: -webkit-min-content; height: min-content;}

.gameCol img{position: relative; z-index: 1; height: 100%; width: 100%;}
/* .gameCol:hover{ top: -3px;} */
/* .gameCol::before{ content: " "; position: absolute; display: block; width: 25px; height: 25px; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; border-radius: 50%; border: 3px dotted #fff; border-color: #fff transparent #fff transparent; animation: lds-dual-ring 1.5s linear infinite; animation-iteration-count: 1; opacity: 0; }  */

.providergameCol{top: 0; height: 80px; border-radius: 10px; position: relative; background: var(--darkBG); border: 1px solid rgba(255, 255, 255, 0.3); display: flex; justify-content: center; align-items: center; width: 95%; margin: 0 auto 5px; box-shadow: 0 4px 4px #00000040; transition: all 0.3s; overflow: hidden;cursor: pointer;}
.providergameCol .playBox{display: none!important;}
.providergameCol .topText{display: none!important;}
.providergameCol img{max-width: 75%; margin: 0 auto; filter: contrast(0.1) brightness(2) drop-shadow(2px 2px 5px rgba(0,0,0,0.7)); transition: all 0.5s;}
.providergameCol:hover{transform: translateY(-5px);}
.providergameCol:hover img{filter: contrast(1) brightness(2) drop-shadow(0 0 0.5px white);}


.preLoader{position: relative; top:40px}
.preLoader2{top:60px; margin: 0 0 40px;}
.gamprovidergameColeCol img{position: relative; z-index: 1;}
/* .providergameCol:hover{top:-2px;} */
.providergameCol::before{ content: " "; position: absolute; display: block; width: 25px; height: 15px; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 0;   } 
.dropdown-list{z-index: 10!important;}
.dropdown-list ul{overflow-x: hidden!important;}


@keyframes lds-dual-ring {
    0% { 
      transform: rotate(-180deg); opacity: inherit;
    }
    100% {
      transform: rotate(360deg); opacity: 0;
    }
  }


.game-carousel .gameCol{ position: relative; overflow: hidden; margin: 0 5px; border-radius: 10px; cursor: pointer; transition: all 0.3s; top: 0;  box-shadow: 0 0 1px rgba(255,255,255,0.9);}
.game-carousel .gameCol::before{content: ''; position: absolute; top: 0; left: 0; right: 0; z-index: 3; width: 100%; height: 100%; border-radius: 10px; filter: blur(1px); border: 3px solid rgba(255,255,255,0.2);}
.game-carousel .gameCol:hover {transform: translateY(-5px);}
.game-carousel .gameCol:hover .playBox{opacity: inherit;}
.game-carousel .img100 img{width: 100%;}
.topText{position: absolute; right: 10px; top:10px; padding: 2px 8px 0; font-size: 12px; border-radius: 5px; background: var(--secondary); color: var(--white-color); text-transform: uppercase;}
.game-carousel .playBox{position: absolute; transition: 0.3s all; opacity: 0; top: 0; z-index: 3; border-radius: 10px; border: 3px solid rgba(255, 255, 255, 0.1); background: var(--primary-rgb); padding: 39px 10px; display: flex; justify-content: space-between; flex-direction: column; align-items: center; width: 100%; height: 100%;}
.game-carousel .playTextCol{display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 100%; height: 100%;}
.game-carousel .playBox h6{position: relative; text-transform: capitalize; text-align: center; color: var(--white-color); text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  display: -webkit-box; overflow: hidden; width: 90%;}
.game-carousel .playBox p{color: var(--white-color); font-weight: 500; line-height: 26px; text-transform: capitalize;}
.game-carousel .playBox .topMark{position: absolute; right: 0; top: -18px; text-transform: uppercase; text-shadow: none;}
.game-carousel .playBox i{background: radial-gradient( var(--pick-color) 60%, rgba(255, 255, 255, 1) 62%); width: 50px; height: 50px; border-radius: 50%; font-size: 16px; position: relative; display: block; margin: 0 auto; box-shadow: 0px 0px 25px 3pxvar(--pick-color);}
.game-carousel .homePlay {justify-content: center; gap: 25px 0;}
.game-carousel .homePlay .topMark{background: var(--bagesBG); color: #fff; top:10px; right: 0; font-size: 10px; padding: 0 5px; border-radius: 5px 0 0 5px;}
.game-carousel .homePlay h6{ width:auto; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 20px; padding: 5px 10px;}
/* triangle */
.game-carousel .playBox i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  z-index: 100;
  /* -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); */
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.game-carousel .playBox i:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count:infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.1;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0.1;
    box-shadow: none;

  }
}

.innerGameRow{display: flex; flex-wrap: wrap; gap: 14px; margin: 20px 0;}
.innerGameRow .gameCol{width: 13.4%; margin:0; }
.innerGameRow .gameCol-2{width: 19.1%; margin:0; 
  /* min-height: 145px; */
}
.showgames{margin: 20px 3px 0 5px!important;}
.fadein{animation: fadeinout 0.5s alternate;}
.fadeout{animation: fade-out 0.5s alternate;}

@keyframes fadeinout {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes fade-out{
  0% { opacity: 0; transform: translateY(-50px); }
  100% { opacity: 1; transform: translateY(0);}
}
  
.footerRow{ background: var(--footer-bg); padding: 50px 0 20px; margin: 30px 0 0;}
.footerRow h6{ color: var(--white-color); margin: 0 0 10px; text-transform: uppercase;}
.reslogoRow .resLogo{ margin: 0 15px;}
.reslogoRow .resLogo img{height: 25px;}
.footerRow .footLogo{ width: 160px; height: 68px; margin: 0 0 20px; display: block;}
.footerRow .footLogo img{height: 100%; object-fit: contain;}
.footerRow .footLink{font-size: 14px; color: var(--white-color)!important; display: inline-block; opacity: 0.5; padding: 4px 0;}
.footerRow .footLink:hover{color: var(--pick-color)!important; opacity: inherit;}
.footerRow .socialMedia{ display: flex; justify-content: center; align-items: center;}
.footerRow .socialMedia .socialLink{ border: 1px solid var(--white-color); margin: 0 5px; width: 30px; height: 30px; border-radius: 30px; text-align: center; line-height: 30px; font-size: 18px; color: var(--white-color)!important; transition: 0.3s all;}
.footerRow .socialMedia .socialLink:hover{ transform: scale(1.2);}
.footerRow .copytext{margin: 30px 0 0;}
.footerRow .copytext p{ margin: 0 0 15px; color: var(--white-color); opacity: 0.5; font-size: 12px;}

.tabsRow {display: flex; justify-content: center; margin: 0 0 20px;}
.tabsRow .nav{background: var(--primary); padding: 4px; border-radius: 30px; position:relative;}
.tabsRow a.nav-link{ color:var(--tabText)!important; cursor: pointer; padding: 0.7rem 1.5rem;}
.tabsRow .active{border-radius: 30px;}

/* .tabsRow .nav a{display:inline-block; position:relative; z-index:1; transition-duration:0.6s;}
.tabsRow .nav a.active{color:#fff;}
.tabsRow .nav .selector{height:80%; display:inline-block; position:absolute; left:0px; top:0px; z-index:1; border-radius:50px; transition-duration:0.6s; transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); background: var(--hover-color);} */

.tab-pane.fade {transition: all 0.5s;transform: translateY(8rem);}
.tab-pane.fade.show {transform: translateY(0rem);}
.tab-pane.active {animation: opac 1.5s}
@keyframes opac {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.tabsthin .nav{width: 100%; justify-content: center; flex-wrap: nowrap;}
.tabsthin .nav li{display: flex; flex: auto;}
.tabsthin a.nav-link{padding: 0.3rem 1.5rem; flex-grow: 1; display: block; text-align: center;}

.eyeIcon{ position: absolute; right: 10px; top:47px; color: var(--white-color); cursor: pointer;}
.forgotPass{text-decoration: underline!important; font-size: 12px; margin: 7px 0 0; display: block; cursor: pointer;}
/* Modal popup Changes */
.loginModal{width: 376px;} 
.loginModal .modal-header{background: none;}
.loginModal .forgotText{text-decoration: underline; color: var(--white-color);}

.loginModal .form-control option{color: #000;}
.loginModal .form-control{padding-right: 2rem; background: none; border-color: rgba(255,255,255,0.3); color: var(--white-color); box-shadow: none!important;}
.loginModal .modal-body{ padding: 0 30px; min-height: 480px;}
.loginModal .tab-content .active{background: none;}
.loginModal .btn-primary{ background: var(--secondary); padding:0.5rem 3.5rem; border-radius: 5px; border: none!important;}
.loginModal .btn-sm{font-size: 10px; padding:0.2rem 0.5rem; display: inline-block;}
.modal-header{background: var(--primary);}
.modal-title{color: var(--white-color);}
.modal-content{background-color: var(--darkBG);}
.modal-content .col-form-label{color: var(--white-color);}
.modal-header{border-bottom: none;}
.modal-header .close{ color: #fff; opacity: inherit;}
.modal-footer{border-top: none;}
/* End Modal Changes */
.arrow-group{display: flex; border-radius: 30px;}
.arrow-group button{background: var(--darkBG); cursor: pointer; border:1px solid rgba(255,255,255,0.1); padding: 3px 18px; color:var(--white-color);}
.arrow-group button:hover{background: var(--secondary); border:1px solid var(--hover-color);}
.arrow-group .leftBtn{border-radius:30px 0 0 30px;}
.arrow-group .rightBtn{border-radius:0 30px 30px 0; margin-left: -1px;}

.event-TabRow{ background: var(--darkBG); padding:20px; border-radius: 5px;}
.event-TabRow ul{display: flex; align-items: center;}
.event-TabRow li{ color: var(--white-color); margin: 0 20px;}
.event-TabRow li a{ color: var(--white-color); display: block; text-align: center; opacity: 0.5;}
.event-TabRow li a:hover{opacity: inherit; transform: scale(1.1);}
.event-TabRow .s-col{display: block; position: relative; width: 45px; margin: 0 auto;}
.event-TabRow .s-col .d-icon, .event-TabRow .s-col .fa-solid{ font-size: 24px;}
.event-TabRow .noMC{position: absolute; right: -10px; top: -5px; font-weight: 700; padding: 0 10px; border-radius: 10px; background: var(--primary);}
.event-TabRow .active{background: none; opacity: inherit;}
.event-TabRow .active .noMC{background:#ffc107; color: var(--black-color);}

.bonusBTN-row{ margin: 0 0 2.5rem;}
.bonusBTN-row ul{display: flex; gap: 15px; align-items: center;}
.bonusBTN-row li{display: flex; justify-content: space-between; align-items: center;   overflow: hidden; transition: all 0.3s;}
.bonusBTN-row li a{ display: flex; justify-content: space-between; align-items: center; color: var(--white-color); padding: 8px 22px 8px 12px; border-radius: 30px; border: 1px solid rgba(255, 255, 255, 0.4); }
.bonusBTN-row li a:hover{ border: 1px solid var(--pick-color);}
.bonusBTN-row li a:hover .sIcon, .bonusBTN-row li a:hover .sportText{color: var(--gradientBT-Text);}
.bonusBTN-row .sIcon{ font-size: 14px; color: var(--menu-text); padding: 5px; margin-right: 5px;}
.bonusBTN-row .sportText{ flex:auto; display: flex; justify-content: space-between; color: var(--white-color); font-weight: bold;}
.bonusBTN-row a.active{background: var(--gradientBT); color: var(--gradientBT-Text); border-color: transparent; background-size: 300% 100%; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.bonusBTN-row a.active:hover{border-color: transparent;}
.bonusBTN-row li a.active:hover .sIcon, .bonusBTN-row li a.active:hover .sportText{color: var(--gradientBT-Text);}
.bonusBTN-row .active .sportText, .bonusBTN-row .active .sIcon{color: var(--gradientBT-Text);}
.bonusCard{ margin: 0 0 2rem;}
.bonusCard .bonusImg{ height: 378px; cursor: pointer; box-shadow: inset 0 0 5px rgba(0,0,0,0.5); border-radius: 10px; position: relative;}
.bonusCard .bonusImg:before{content: ''; position: absolute; top: 0; left: 0; right: 0; z-index: 6; width: 100%; height: 100%; border-radius: 10px; filter: blur(1px); border: 3px solid rgba(255,255,255,0.2);}
.bonusCard .bonusImg:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 70%; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); }
.bonusCard .bonusImg .btn.status { padding: .2rem .3rem; border-radius: 28px; font-size: 10px; line-height: 1; position: absolute; top: 15px; left: 15px; text-transform: uppercase; }
.bonusCard .bonusImg .btn.btn-warning { background-color: #e0a800; border-color: #d39e00; }
.bonusCard .bonusImg img{width: 100%; border-radius: 10px; height: 100%; object-fit: cover;}
.bonusCard .detailBox{padding: 30px; position: absolute; z-index: 6; bottom: 0; width: 100%; overflow: hidden; }
.bonusCard:hover .bonusImg{ top:-10px}
.bonusCard .bonusTitle{ color: #fff; margin:0 0 0.5rem 0; display: block; font-size: 20px; font-weight: 800;}
.bonusCard .bonusDesc{font-size: 12px; font-weight: normal; color: rgba(255,255,255,0.8); margin: 0 0 20px; word-wrap: break-word; }
.bonusCard .btn-link{ color: var(--white-color);}
.bonusCard .buttonBox{display: flex; flex-wrap: wrap; gap: 10px;}
.bonusCard .bonusImg.history { overflow: hidden; }

.bonusDetail{ color: var(--white-color);}
.bonusDetail li{border-bottom: 1px solid rgba(255,255,255,0.1); padding: 5px 0;}
.bonusDetail li:last-child{border-bottom: none;}
.bonusDetail .bTitle{width: 50%; display: inline-block; text-transform: capitalize; vertical-align: top;}
.bonusDetail .bValue{width: 50%; display: inline-block;}
.bonusDetail .bonusThumb{ width: 50%; padding: 5px; border: 1px solid rgba(255,255,255,0.1); border-radius: 5px; margin: 0 0 20px;}
.bonusDetail .bonusThumb img{border-radius: 5px;}
.bonusDetail .descRow{margin: 10x 0;}
.bonusDetail .descRow p{}
.bonusDetail .descRow ol, .bonusDetail .descRow ul{margin: 0 0 15px 15px; padding: 0;}
.bonusDetail .descRow li{border: none;}

.landing-bonus{margin: 35px 0 0;}
.landing-bonus .btn-warning{width: 100%; background: var(--pick-color); border-color: var(--pick-color); padding: 10px; color: var(--gradientBT-Text); border-radius: 10px;}
.landing-bonus .bonusCard .bonusImg{ transition: all 0.3s;}
.landing-bonus .bonusCard:hover .bonusImg{transform: scale(1.1); top:0}
.filterRow{flex-wrap: wrap; justify-content: space-between;}
.filterRow .col-form-label{ color: var(--white-color); font-weight: 600;}
.filterRow .multiselect-dropdown{min-width: 220px; background: var(--primary); border-radius: 3px;}
.multiselect-dropdown .dropdown-btn{border-color: var(--primary)!important; height: 38px; display: flex!important; align-items: center;}
.filterRow .multiselect-dropdown span{color: var(--menu-text); text-transform:capitalize;}
.filterRow .multiselect-dropdown .dropdown-list{background: var(--primary); box-shadow: none; border-color: var(--primary);}
.filterRow .multiselect-item-checkbox input[type=checkbox] + div{color: var(--menu-text)!important;text-transform: capitalize;}
.filterRow .multiselect-item-checkbox input[type=checkbox] + div:before{color: var(--menu-text)!important; border-color: var(--menu-text)!important; background: transparent!important;}
.filterRow .multiselect-item-checkbox input[type=checkbox] + div:after{color: var(--menu-text)!important; border-color: var(--menu-text)!important;}
.filterRow .multiselect-item-checkbox:hover{background-color: var(--hover-color)!important;}
.filterRow .multiselect-dropdown .dropdown-btn{padding: 6px 25px 6px 5px!important;}
.filterRow .multiselect-dropdown .dropdown-btn .selected-item{border: 1px solid var(--primary)!important; color: var(--menu-text)!important; font-size: 10px!important; background: var(--primary)!important; box-shadow: none!important;}
.filterRow .multiselect-dropdown .dropdown-btn .selected-item a{color: var(--menu-text)!important;}
.filterRow .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret:before{border: none!important; content: '\f078'!important; color: var(--menu-text)!important; font-family: FontAwesome!important; top:8px!important;}
.filterRow .filter-textbox{padding: 0 10px 5px!important; border-bottom: none!important;}
.filterRow .filter-textbox input{height: 34px; border-radius: 5px; background: var(--hover-color); padding: 0 10px!important; color: var(--white-color)!important;}
.filterRow .filter-textbox input::placeholder{color: var(--white-color); opacity: inherit;}
.filterRow .filter-textbox{padding: 0 10px 5px!important; border-bottom: none!important;}
.filterRow .filter-textbox input{height: 34px; border-radius: 5px; background: var(--hover-color); padding: 0 10px!important; color: var(--white-color)!important;}
.filterRow .filter-textbox input::placeholder{color: var(--white-color); opacity: inherit;}
.filterRow .filterCol{display: flex; align-items: center;}

.tableFilter{display: flex; flex-wrap: wrap;}
.tableFilter .form-group{ margin: 0 0.9rem 0 0;}
.tableFilter .col-form-label{color: var(--white-color); font-weight: bold;}
.tableFilter .form-control{border: 1px solid var(--primary); background: none; color:var(--white-color); box-shadow: none; background: var(--footer-bg);}
.docButton{display: flex; justify-content: end; align-items: end; gap: 10px;}
.docButton .btn{ border-radius: 40px!important;}
.table-responsive{background: var(--darkBG); font-size: 14px; min-height: calc(100dvh - 330px);}
.table-responsive .border{border-color: var(--primary)!important;}
.table-responsive .table td, .table th{border-color: var(--primary); padding:0.3rem 0.8rem;}
.table thead th span { padding-right: 8px; white-space: nowrap; }
.withdraw-deposit-ui .table-responsive{min-height: calc(100dvh - 540px);}
.sorting{ position: relative;}
.sorting::after{ content: '\f0dc'; cursor: pointer; font-family: FontAwesome; font-size: 11px; color: var(--white-color); right: 8px; top:4px; position: absolute;}
.sorting_asc::after{content: '\f0de'!important;}
.sorting_desc::after{content: '\f0dd'!important;}
.paginationRow{background: var(--darkBG); padding:10px; display: flex; justify-content: end;}
.paginationRow .page-link{background: none; border: none; padding: 0.3rem 0.75rem; width: 30px; color: #fff!important;}
.paginationRow .current{background: var(--primary)!important;}
.balText{ margin: 0 0 0 1.5rem; color: var(--menu-text); min-height: 35.8px; border: 1px solid var(--hover-color); padding: 0.4rem 1rem; background: var(--oddBoxHover); border-radius: 30px; line-height: 24px;}
.depositBtn{ margin: 0 0 0 1.5rem; color: var(--gradientBT-Text)!important; padding: 0.3rem 0; border-radius: 30px; min-height:35.8px; width: 35.8px; line-height: 22px; font-size: 16px;
  background-size: 300% 100%;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: var(--gradientBT);
 
}

.depositActiveAnimation{-webkit-animation: borderPulse 2s infinite ease-out; animation: borderPulse 2s infinite ease-out} 
.depositBtn:active{background: var(--gradientBT)!important;}
.depositBtn:hover {
background-position: 100% 0;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
@-webkit-keyframes borderPulse {
  0% {
      -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255,255,255,.4),0px 0px 0px 0px rgb(255,255,255);
      box-shadow: inset 0 0 0 5px #fff6,0 0 #fff
  }

  to {
      -webkit-box-shadow: inset 0px 0px 0px 3px rgba(117,117,255,.2),0px 0px 0px 10px rgba(255,255,255,0);
      box-shadow: inset 0 0 0 3px #7575ff33,0 0 0 10px #fff0
  }
}

@keyframes borderPulse {
  0% {
      -webkit-box-shadow: inset 0px 0px 0px 5px rgba(255,255,255,.4),0px 0px 0px 0px rgb(255,255,255);
      box-shadow: inset 0 0 0 5px #fff6,0 0 #fff
  }

  to {
      -webkit-box-shadow: inset 0px 0px 0px 3px rgba(117,117,255,.2),0px 0px 0px 10px rgba(255,255,255,0);
      box-shadow: inset 0 0 0 3px #7575ff33,0 0 0 10px #fff0
  }
}

.profileRow{width: 75%; background: var(--darkBG); padding: 2rem; min-height: 500px; }
.profileRow .col-form-label{ white-space: nowrap; color: var(--white-color);}
.profileRow .form-control{background: var(--body-bg); border: 1px solid var(--primary); color: var(--white-color); box-shadow: none!important;}
.profileRow input[type='password'].form-control, .password-control{ padding-right: 35px; }
.profileRow .form-control::placeholder{opacity: inherit; color: var(--white-color);}
.kycTabs{ margin-bottom: 2rem;}
.kycTabs ul{display: flex; flex-wrap: wrap;}
.kycTabs ul li{color: var(--white-color); cursor: pointer; display: flex; flex-direction: column; align-items: center; margin: 0 2rem 0 0; font-weight: bold; padding: 0 5px 5px; border-bottom: 3px solid transparent;}
.kycTabs ul li:hover, .kycTabs .active{border-bottom: 3px solid var(--login-button-bg); color: var(--login-button-bg); background: none;}
.kycForm .form-control.custom-file{ position: relative; height: 100px!important; background: none!important;}
.kycForm .custom-file::before{content: '\f0ee'; font: 30px/10px FontAwesome; position: absolute; display: flex; justify-content: center; align-items: center; width: 90%; height: 80%; text-align: center;}
.kycForm .pdfUpdated::before{content: '\f1c1'; }
.kycForm .custom-file .custom-file-input{height: 100%;}
.kycTabs .withsup{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.kycTabs .withsup sup{margin: 0 0 10px;}
.kycForm .custom-file .closeB{position: absolute; z-index: 9; right: -15px; top: -20px;}
.fileText{font-size: 12px; width: 100%; text-align: center; position: absolute; bottom: 15px; font-size: 12px; text-align: center; left: 0;}
.uploadedFile{  white-space: nowrap; width: 100px; left: 0; right: 0; margin: 0 auto; overflow: hidden; text-overflow: ellipsis;}
.thumbnail-img{ position: relative; width: 100%; height:100px; text-align: center; border: 1px solid var(--hover-color); padding: 3px;}
.thumbnail-img img{height: 93px; object-fit: cover;}
.thumbnail-img .fa{position: absolute; right: -20px; top: -10px; color: #fff;}
.infoDetail{margin: 1rem 0 0;}
.infoDetail p{color: var(--white-color);}

.balanceRow{padding:0.4rem 0.5rem 0.4rem 1rem; background:rgba(0,0,0,0.4); border: 2px solid var(--secondary); border-radius: 5px; margin: 0 0 1rem; color: var(--white-color); display: flex; justify-content: space-between; align-items: center;}
.forModal-table{width: 1199px!important; max-width: 990px!important;}

/* with color bar */
.setting-show .centerWrap{padding: 80px 0 0 0;} 
.setting-show .sportifream{padding: 80px 0 0 0;}
.setting-show .sidebarMain{ margin-top: 120px; height: calc(100vh - 120px);}
/* end color bar */
.gameFrame{min-height: calc(100dvh - 145px); box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.4); background: var(--footer-bg); color: var(--white-color);}
/* .sportifream{ width: 101%; height: calc(100vh - 125px); border: none; outline: none;} */
app-currency-picker-casino .container{padding: 0!important;}

.upiLogo img{ height: 22px; display: inline-block;}
.inMobile-lg{width: 1600px!important; max-width: 1600px!important;}
app-g1-live-sport-iframe .centerWrap{padding: 45px 0 0;}
.viewBtn {font-size: 12px; font-weight: 400;}
.paymentSec{background: var(--menuBG); border-radius: 10px; margin: 30px 0 10px; padding: 25px 30px; display: flex; justify-content: space-between; align-items: center; gap: 25px;}
.paymentSec h3{ color: var(--white-color); font-weight: 800; letter-spacing: 1px; margin: 0; padding: 0; flex: auto;}
.paymentSec ul{display: flex; justify-content: center; align-items: center; gap: 26px;}
.paymentSec ul li{margin-top: 4px; transition: all 0.3s;}
.paymentSec ul li.other-logo img { height: 37px; }
.paymentSec ul li img{height: 30px; max-width: 100%; object-fit: contain;}
.paymentSec ul li:hover{transform: scale(1.1); cursor: pointer;}
/* .paymentSec ul li:last-child img { height: 40px; } */
.paymentSec ul li:last-child { margin-top: 0; }
.paymentSec .btn-warning{padding: 10px 25px;}
.cryptoCoinList{gap: 5px; overflow-x: auto; max-width: 1045px; flex-wrap: nowrap; white-space: nowrap; margin:  0 0 2rem;}
.cryptoCoinList a{font-size: 12px; border-radius: 20px; background: var(--secondary)!important;  color: var(--white-color)!important; border: none; font-weight: 400; padding: 5px 10px 5px 5px; display: flex; justify-content: center; align-items: center; gap: 0 8px;}
.cryptoCoinList a:hover{background: var(--hover-color)!important;}
.cryptoCoinList a:hover .cryptoIcon{transform: rotate(360deg);}
.cryptoCoinList .cryptoIcon{width: 25px; transition: all 0.3s;}
.cryptoCoinList a.active{background: linear-gradient(90deg, var(--pick-color) 0%, var(--pick-color2) 100%)!important;}
.cryptoDetail li{padding:30px 20px; background: var(--primary);}
.customRadio{margin: 0;}
.customRadio label {cursor: pointer;}
.customRadio .col-form-label .input-radio {box-shadow: 0px 0px 0px 1px #6d6d6d; font-size: 1.5em; width: 15px; height: 15px; margin:2px 5px 0 0; border: 2px solid #fff; background-clip: border-box;  border-radius: 50%; appearance: none; transition: background-color 0.3s, box-shadow 0.3s;}
.customRadio .input-radio:checked {box-shadow: 0px 0px 0px 3px var(--login-button-bg); background-color: var(--login-button-bg);}

.customRadio .col-form-label .input-check {box-shadow: 0px 0px 0px 1px #6d6d6d; font-size: 1.5em; width: 15px; height: 15px; margin:2px 5px 0 0; border: 1px solid #fff; background-clip: border-box; border-radius: 50%;  appearance: none; transition: background-color 0.3s, box-shadow 0.3s;}
.customRadio .col-form-label{display: flex; align-items: center; margin:5px 15px;}
.customRadio .input-check:checked{position: relative;}
.customRadio .input-check:checked:before{content: '\f00c'; font-family: FontAwesome; font-size: 14px; line-height: 16px; border-radius: 50%; color: var(--login-button-text); text-align: center; position: absolute; top: -1px; left: -1px; width: 16px; height: 16px; background: var(--login-button-bg);}

.cryptoWithBox{background: var(--secondary); border-radius: 5px; margin-left: 10%; display: flex; align-items: center;}
.selectCurrency .btn{ width: 100%; padding: 5px 12px; font-size: 1rem; font-weight: 400; background: var(--body-bg)!important; border: 1px solid var(--primary)!important; color: var(--white-color); display: flex; align-items: center; gap: 0 10px; position: relative;}
.selectCurrency .dropdown-toggle::after{content: '\f107'; font-family: FontAwesome; font-size: 12px; color: var(--white-color); border: none; position: absolute; right: 13px; top:10px}
.selectCurrency .cryptoIcon{width: 25px;}
.cryptoIconBethistotry{width: 25px;}
.selectCurrency .dropdown-menu{width: 100%; background: var(--secondary); display: block; flex-wrap: wrap; height: 170px; overflow-y: auto; z-index: 9;}
.selectCurrency .dropdown-item{width:93%; height: 40px; font-size: 12px; padding: 8px 10px; border-radius: 5px; color: var(--white-color); display: inline-flex; align-items: center; gap: 0 10px; margin: 0 0 10px 8px; border: 1px solid var(--hover-color);}
.selectCurrency .dropdown-item:hover, .selectCurrency .dropdown-item:focus{background: var(--primary)!important;}
.selectCurrency .dropdown-item.active, .selectCurrency .dropdown-item:active{background: var(--primary)!important;}
.withdrawFee{background: var(--body-bg); padding: 20px; border-radius: 10px; margin: 0 0 20px; height: 80%;}
.withdrawFee p{color: var(--white-color); display: flex; justify-content: space-between; margin: 0 0 15px;}
.withdrawFee p span{width: 45%;}
.withdrawFee p strong{text-align: right;}
.infoQue{border: 1px solid var(--login-button-bg); color: var(--login-button-bg); background: none; display: inline-block; margin: 0 0 0 10px; cursor: pointer; width: 20px!important; height: 20px; border-radius: 20px; text-align:center; line-height: 20px;}
.amoutvalue{gap: 5px; margin-bottom: 18px; justify-content: center;}
.amoutvalue .btn{background: none!important;}
.amoutvalue .active{background: var(--primary)!important;}
.deposit-listing .btn-outline-primary{font-size: 12px;}

.headerD2{padding: 0 30px; box-shadow: 0 2px 2px rgba(0,0,0,0.4);}
.headerD2 .headLogo{width: 150px; height: 50px; display: flex; align-items: center; margin: 5px 30px 5px 0;}
.headerD2 .headLogo img{max-width: 100%; width: auto; height: 100%; object-fit: contain;}
.headerD2 .langSelect{ padding-right: 5px; margin-right: 30px;}
.headerD2 .search-box{top:72px}
.mainMenuD2 {flex: auto;}
.mainMenuD2 ul{ display: flex; align-items: center;}
.mainMenuD2 ul li{ position: relative; margin: 0 10px;}
.mainMenuD2 ul li a{ padding: 20px 0; letter-spacing: 1px; font-size: 12px; position: relative; display: block; color: var(--menu-text)!important; font-weight: 800; transition: 0.3s all;}
.mainMenuD2 ul li a::before, .mainMenuD2 ul li a::after{  transition: all 0.35s ease; position: absolute;}
.mainMenuD2 ul li a::before{bottom: 0; left: 0; display: block; height: 2px; width: 0%; content: ""; background-color: var(--login-button-bg);}
.mainMenuD2 ul li a::after {left: 0; top: 0; position: absolute; content: attr(data-hover); color: #ffffff; white-space: nowrap; max-width: 0%; overflow: hidden;}
.mainMenuD2 ul li a:hover:before, .mainMenuD2 ul li a:hover::after{opacity: 1; width: 100%;}
.mainMenuD2 ul li a:hover{ color: var(--menu-text)!important;}
.mainMenuD2 ul li a:hover i{color: #fff;}
.mainMenuD2 ul li i{font-size: 16px; margin-right: 5px; transition: all 0.3s;}
.mainMenuD2 .active{background: none; color: var(--login-button-bg)!important;}
.mainMenuD2 .active:hover{color: var(--login-button-bg)!important;}
.mainMenuD2 .active:hover i{color: var(--login-button-bg);}
.mainMenuD2 .active::before{background-color: var(--login-button-bg); width: 100%;}
.mainMenuD2 .active i{color: var(--login-button-bg);}
.mainMenuD2 ul li a .menuIconImg {height: 17px;filter: invert(1); vertical-align: text-top; margin: 0 5px 0 0; max-width: inherit; opacity: 0.6; }
.mainMenuD2 ul li a:hover .menuIconImg { opacity: 1; }
.forHeader-d2 .centerWrap{padding:10px 0 0; margin: 60px 0 0; 
  /* height: calc(100vh - 60px); */ height: auto!important;
}
.forHeader-d2 .bannerRow{margin: 10px 0 40px;}
.carousel-item::before{content: ''; position: absolute; top: 0; left: 0; right: 0; z-index: 9; width: 100%; height: 100%; border-radius: 10px; filter: blur(1px); border: 4px solid rgba(255,255,255,0.2);}



.inMobile-xxl{width: 1900px!important; max-width: 1800px!important;}
.filterNav{display: flex; gap: 0 10px; margin: 30px 0 0;}
.filterNav a{border-radius: 30px; padding: 10px 15px; color: var(--white-color); background: var(--secondary);}
.filterNav a:hover{background: var(--secondary);}
.dummyBox .gameCol::before{display: none;}
.dummyIcon{width: 16px; height: 16px; border-radius: 15px; margin:0 auto 11px; display: block;}
.dummyText{width: 35px; height: 5px; border-radius: 10px; display: block;}
.bganimation{
  animation: gradient 2s linear infinite;
  background-image: linear-gradient(120deg,rgba(255,255,255,0.3),rgba(255,255,255,0.5),rgba(255,255,255,0.3),rgba(255,255,255,0.5));
  background-size: 300% 100%;}
@keyframes gradient {
  0% { background-position: 100% 0%; }
  100% { background-position: 0% 0%; }
}
.dataTables_empty, .nodatafound {left: 50%; top: 50%; transform: translate(-50%, -50%); position: absolute; border: 0 !important; width: 100%;}
.qrcode{text-align: center;}
.qrcode canvas{width: 130px!important; height: 130px!important;}
.gamePlayWrap app-footer{display: none;}
.ifream{height: calc(100dvh - 145px);}
app-g1-casino-games .nodatafound, app-g1-live-casion .nodatafound{position: relative; transform: translate(-50%, 0);}

/* .forHeader-d2 .carousel-inner{ border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(140deg, rgba(255,255,255,0.3),rgba(255,255,255,0.9),rgba(255,255,255,0.1),rgba(255,255,255,0.9),rgba(255,255,255,0.4),rgba(255,255,255,0.3)) border-box;} */
  .forHeader-d2 .sidebarMain{margin-top: 60px; height: calc(100vh - 60px);}
  .forHeader-d2 .table-responsive{min-height: calc(100dvh - 465px);}
  .forHeader-d2 .sportifream{margin: 62px 0 0;}
  .forHeader-d2 .homeCate {margin: 0 auto;}
  .forHeader-d2 .homeCate .nav-link i, .forHeader-d2 .homeCate .nav-link svg {width: 25px; height: 25px; margin-right: 10px;}
  .forHeader-d2 .homeCate .nav-link i{font-size: 22px; background: linear-gradient(to bottom, var(--pick-color2) 0%, var(--pick-color) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .forHeader-d2 .homeCate .nav-link .svg-iconcolor{fill: url(#svgColor);}
  .forHeader-d2 .homeCate .nav-link .allIcon{width: 22px;}
  .forHeader-d2 .gameFrame{min-height: calc(100dvh - 80px);}
  .forHeader-d2 .ifream{height: calc(100dvh - 80px);}
  .border-custom-cr{border-color: rgba(255,255,255,0.2)!important;}
  /* end header D2 */
  
  /* For G1blue */
  .G1blue .providergameCol:hover{background:var(--menuBG);}
  .G1blue .breadcrumb .breadcrumb-item{color: var(--primary);}
  .G1blue .providergameCol img{filter: contrast(0) brightness(0.7) drop-shadow(0 0 0 rgba(0, 0, 0, 0.7));}
  .G1blue .providergameCol:hover img{filter: contrast(1);}
  /* End G1blue */
  
  /* For G1cgreen */
  .G1cgreen ::-webkit-scrollbar-thumb {background: var(--hover-color);}
  .G1cgreen .btn-primary{ background: var(--login-button-bg) !important; border-color: var(--login-button-bg) !important; color: var(--btntText)!important;}
  .G1cgreen .daterangepicker .btn-primary{background: var(--primary) !important; border-color: var(--primary)!important; color: var(--white-color)!important;}
  .G1cgreen .sideSports li .active, .G1cgreen .sideSports li a:hover{color: var(--white-color)!important;}
  .G1cgreen .bg-primary, .G1cgreen .badge-primary{background: var(--secondary)!important;}
  .G1cgreen .filterRow .multiselect-dropdown, .G1cgreen .filterRow .multiselect-dropdown .dropdown-list{background: var(--secondary);}
  .G1cgreen .filterRow .multiselect-item-checkbox:hover{background: var(--primary)!important;}
  .G1cgreen .tableFilter .form-control{border: 1px solid rgba(255,255,255,0.2); height: 31px;}
  .G1cgreen .eventTabs .nav-pills .nav-link.active{background: var(--primary);}
  .G1cgreen .profileRow{background: var(--sidebarBG);}
  .G1cgreen .withdraw-deposit-ui .eventTabs{background: var(--darkBG);}
  /* .G1cgreen .merchantpayment li a.activemerchant{box-shadow:0 0 0 2px var(--login-button-bg);} */
  /* End G1cgreen */
  
  /* For G1gray */
  .G1gray ::-webkit-scrollbar-thumb {background: var(--hover-color);}
  .G1gray .btn-primary{ background: var(--login-button-bg) !important; border-color: var(--login-button-bg) !important; color: var(--login-button-text)!important;}
  .G1gray .daterangepicker .btn-primary{background: var(--primary) !important; border-color: var(--primary)!important; color: var(--white-color)!important;}
  .G1gray .sideSports li .active, .G1gray .sideSports li a:hover{color: var(--white-color)!important;}
  .G1gray .bg-primary, .G1gray .badge-primary{background: var(--secondary)!important;}
  .G1gray .filterRow .multiselect-dropdown, .G1gray .filterRow .multiselect-dropdown .dropdown-list{background: var(--darkBG);}
  .G1gray .filterRow .multiselect-item-checkbox:hover{background: var(--primary)!important;}
  .G1gray .tableFilter .form-control{border: 1px solid rgba(255,255,255,0.2);}
  .G1gray .eventTabs .nav-pills .nav-link.active{background: var(--primary);}
  .G1gray .profileRow{background: var(--sidebarBG);}
  .G1gray .withdraw-deposit-ui .eventTabs{background: var(--secondary);}
  .G1gray .merchantpayment li a.activemerchant{box-shadow:0 0 0 2px var(--login-button-bg);}
  
  .G1gray .profileRow.withdraw-deposit-ui .paymentWrap{--body-bg :  var(--sidebarBG)}
  .G1gray .profileRow.withdraw-deposit-ui .merchantpayment { padding-left: 0.172rem;}
  /* End G1gray */
  .errorMa{color: red; font-size: 12px;}
  .validation-message{color: red; position: absolute; bottom: -25px!important; font-size: 11px!important; line-height: 11px!important; display: flex; align-items: flex-start; min-height: 22px;}
  
  app-all-player-account-details .validation-message { min-height: inherit !important; position: relative; bottom: 0 !important; }
  .longError .validation-message{line-height: 12px;} 
  .toggelPass{position: absolute; right: 10px; top: 55px; color: #fff;}
  .loginModal .countrycode  {background: none; border-color: rgba(255,255,255,0.3); color: #b0b0b0 !important;}
  .nodatafound{color: #fff; width: 100%; text-align: center; padding: 30px 0;}
  .categoryicon{
    width: 32px;  
    height: 30px;
   object-fit: cover;
   margin-right: 10px
  }
  h6.nodatafound.favIconNoData {padding-top: 48px;}
  
  .no-data{
    color: white;
  }
  .no-data h5{font-size: 16px;}
  
  .pth-value{
    color: red;
  }
  .selection-back{
  color: blue;
  }
  .positive-value{
  color: green;
  }
  .showSidemenu{
    display: block  !important;
  }
  
  .hideSidemenu{
    display: none !important;
  }
  
  .playersidebarMain{
    display: block!important;
  }
  
  .setting-show .settingBar{
    display: block!important;
  }
  
  .settingBar{
    display: none !important;
  }
/* ======== MULTI CURRENCY CSS ========= */
.gameIframeTextCnter {position: absolute; top: 50%; transform: translateY(-50%); width: 100%; left: 0;}
.gameIframeTextCnter .langSelect .dropdown-menu {border: 0; background: var(--white-color); transform: translate3d(-28px, 34px, 0px) !important; min-width: 7rem; right: 0; left: auto !important;}
.gameIframeTextCnter .langSelect .dropdown-menu a.dropdown-item {--dropdown-text :  var(--black-color); font-weight: bold;  font-size: 14px;}
.gameIframeTextCnter .langSelect .flag-icon{margin-left: 5px; width: 20px; height: 20px;}
.signSelectStyle{width: 160px;}
.currencyDropdown span.flag-icon .cryptoIcon {vertical-align: inherit;}
.langSelect.show .dropdown-toggle::after { transform: rotate(-180deg); -webkit-transform: rotate(-180deg);}
.G1gray .signSelectStyle .multiselect-dropdown .dropdown-btn,
.G1cgreen .signSelectStyle .multiselect-dropdown .dropdown-btn{border: 1px solid rgba(255, 255, 255, 0.2) !important;}
.G1gold .signSelectStyle .multiselect-dropdown .dropdown-btn{border: 1px solid var(--primary) !important;}
.signSelectStyle .multiselect-dropdown .dropdown-btn{border: 1px solid var(--primary) !important; background: var(--footer-bg);}
.gameIframeTextCnter .depositBtn{padding: .375rem 1rem;}
.signSelectStyle .dropdown-list{z-index: 1 !important;}
.signSelectStyle .multiselect-dropdown .dropdown-btn {height: calc(1.8125rem + 2px); border-radius: .2rem;  border-radius: .2rem !important; padding: .25rem .5rem !important;  font-size: 12px;}
.signSelectStyle .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret::before { border-color: var(--white-color) transparent !important; border-width: 5px 5px 0 !important;}
.signSelectStyle .multiselect-dropdown .dropdown-btn  .dropdown-multiselect__caret{height: calc(1.8125rem + 2px) !important;}
.cryptoIcon {vertical-align: top;}
.currencyWithbal {position: relative;display: flex; gap: 0 0.5rem; border: 1px solid rgba(255, 255, 255, 0.2); padding:0.40rem 1.2rem 0.40rem 1rem; border-radius: 8px; margin: 0 0 0 0.5rem; flex-direction: row-reverse; align-items: center; margin-left: 1.5rem;}
.currencyWithbal span.balText {margin: 0; border: none; background: none;  padding: 0; min-height: auto;}
.forHeader-d2 .currencyWithbal .dropdown-menu {transform: translate3d(-111px, 33px, 0px) !important;}
.currencyWithbal .dropdown-menu {transform: translate3d(-114px, 33px, 0px) !important;  min-width: 10rem;}
.langSelect.show .dropdown-toggle::after {transform: rotate(-180deg); -webkit-transform: rotate(-180deg);}
/* ======== MULTI CURRENCY CSS END ========= */
.currencyWithbal span.balText .cryptoIcon {width: 20px;height: 20px; vertical-align: text-bottom; margin-right: 4px;}

  .bonusBannerModal button.close {position: absolute; right: -4px; z-index: 1;color: var(--white-color); opacity: 1;top: -34px; font-size: 2rem; font-weight: normal;}


.countdown-bar { position: absolute; top: 15px; right: 15px; z-index: 8; min-width: 100px;}
.countdown-bar h4 { padding: .2rem .35rem; color: #fff; font-size: 10px; line-height: 1; font-weight: 400; display: block; border-top-left-radius: 7px; border-top-right-radius: 7px; background-color: var(--login-button-bg); }
.countdown-bar ul { padding: 0 1px; border: 1px solid var(--login-button-bg)!important; border-radius: 8px; border-top-left-radius: 0; border-top-right-radius: 0; background: #0f212ec4; }
.countdown-bar ul li { padding: 4px 5px 2px; color: #fff; text-align: center; position: relative; font-size: 11px; }
.countdown-bar ul li:after { content: ':'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #fff; margin-right: -2px; }
.countdown-bar ul li:last-child:after { display: none; }
.countdown-bar ul li span { display: block; }
.countdown-bar ul li .label { font-size: 8px; font-weight: 300; line-height: 1.8; }
.countdown-bar ul li .number { font-size: 11px; line-height: 1; }
.bonusImg .countdown-bar > div {background: var(--darkGray); color: var(--white-color);  padding: 0.1rem .2rem;  font-size: 12px;}
.promotionHeading{padding-bottom: 10px;}



.headerNotification {white-space: nowrap; overflow: hidden;box-sizing: border-box;z-index: 9;position: fixed;width: 100%;display: flex; left: 0; padding: 0px 5px 0; height: 36px;  align-items: center;  background: var(--headerBG);} 
.headerNotification p {color: var(--white-color);margin: 0; font-size: 14px; display: inline-block; padding-left: 100%; animation: marquee1 30s linear infinite;}
.hasNotification .bannerRow{margin: 36px 0 15px;}
.centerWrap.hasNotification {margin-top: 97px;}
.forHeader-d2 .centerWrap.hasNotification {margin: 50px 0 0;}
.headerNotification p span {position: relative; margin-right: 1rem; padding-right: 1rem;}
.headerNotification p span:last-child::after {display: none;}
.headerNotification p span::after {position: absolute; right: 0;content: "|"; font-size: 14px; height: 100%; top:0;}
.headerNotification i.fa-bullhorn {color: var(--white-color); align-items: center; font-size: 20px; background:  var(--headerBG); z-index: 1; position: absolute; left: 0;
  width: 36px; height: 100%; top: 0; display: flex; justify-content: center; font-weight: 600;}
@keyframes marquee1{
  0% {transform: translate(0, 0);}
  100% {transform: translate(-100%, 0);}
} 

/* 



.headerNotification i.fa-bullhorn {color: rgba(var(--textwhite)); font-size: 20px; background: var(--body-bg); z-index: 1; position: absolute; left: 0;
  width: 36px; height: 100%; top: 0; display: flex; justify-content: center; font-weight: 600;}
*/




.favouriteIcon {position: absolute; cursor: pointer; left: 0.625rem; top: 0.625rem; z-index: 6;font-size: 1.25rem; margin: 0 !important; color: #fe0000 !important;}
app-all-deposit-withdraw .container{max-width: 720px;}
.withdraw-deposit-ui{width: 100%;}
.paymentWrap{padding:5px 16px 0; background:var(--primary-rgb); border-radius: 10px; margin: 10px 0;}

.headerItem .telIcon { margin: 0 0 0 15px; width: 25px; transition: all ease 0.5s; background: #fff; border-radius: 100%; display: flex; justify-content: center;  align-items: center;}
.headerItem .telIcon i {color: #2481cc; font-size: 30px; line-height: 24px;}
.headerItem .telIcon:hover {transform: rotate(360deg);}
.fixedWhatsAppIcon {position: fixed; z-index: 99; bottom: 2.5rem;  right: 1.5rem;}
.fixedWhatsAppIcon svg {width: 3rem; height: 3rem;  display: block;}
.load_more_games > .btn { font-size: 15px; margin: 30px 0px;}
.wave-loader-row {position: relative;  padding-bottom: 3rem;  top: -.5rem;}
.wave-loader-row > div {position: absolute; top: 50%; left: 50%;  transform: translate(-50%, -50%); display: flex; align-items: center;}
.wave-loader-row > div > span {height: 13px; width: 4px; margin-right: 6px;  background-color: var(--login-button-bg);  animation: loading 1s linear infinite;}
.wave-loader-row > div > span:nth-child(1) {animation-delay: 0.1s;}
.wave-loader-row > div > span:nth-child(2) {animation-delay: 0.2s;}
.wave-loader-row > div > span:nth-child(3) {animation-delay: 0.3s;}
.wave-loader-row > div > span:nth-child(4) {animation-delay: 0.4s;}
.wave-loader-row > div > span:nth-child(5) {animation-delay: 0.5s;}
@keyframes loading {0% {height: 0;}  25% {height: 13px;}  50% {height: 26px;}  100% {height: 0;}}
/* @keyframes loading {0% {height: 0;}  25% {height: 25px;}  50% {height: 50px;}  100% {height: 0;}} */


@media(max-width:1680px){
  .profileRow{width: 80%;}
  .search-box{width: 75%;}
  .search-box .listProvider ul{margin: 30px 20px;}
  .headerNotification i.fa-bullhorn{width: 40px;}
  .headerD2 .balText, .headerD2 .searchBtn{font-size: 12px; padding: 0.2rem 0.4rem; min-height: auto;}
  .headerD2 .searchBtn{padding: 0.3rem 0.6rem;}
  .headerItem .playerCol { margin: 0 0.8rem; }
  .currencyWithbal { margin-left: 0.8rem; }
  .depositBtn { margin: 0 0 0 0.8rem; }
  .headerD2 .langSelect { margin-right: 15px; }
}
@media(max-width:1599px){
  .profileRow{width: 88%;}
  
}
@media(max-width:1499px){
  .profileRow{width: 90%;}
  .game-carousel .playBox i{width: 40px; height: 40px;}
  .game-carousel .playBox i:before {width: 64px; height: 64px;}
  .game-carousel .playBox h6{font-size: 14px;}
  .bannerRow, .carousel-item{min-height: 293px;}
  /* For header D2 */
  .headerD2{padding: 0 15px;}
  /* end header D2 */
}
@media(max-width:1399px){
  .profileRow{width: 95%;}
  .amoutvalue .btn{padding: .375rem .5rem; font-weight: 400;}
  /* .mainMenu{margin-top: 12px;} */
  .bannerRow, .carousel-item{min-height: 273px;}
  .innerGameRow{gap: 12.5px;}
  /* .gameCol{min-height: 239px;} */
  .game-carousel .playBox i{width: 30px; height: 30px;}
  .game-carousel .playBox i:before {width: 48px; height: 48px;}
  .game-carousel .playBox i:after{ border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 15px solid #fff;}
  .cryptoWithBox{margin-left:15px;}
  /* .gameFrame{min-height: 500px;} */

  .bonusCard .detailBox { padding: 20px; }
  .bonusCard .bonusTitle { font-size: 18px; }
  .bonusCard .bonusDesc { margin: 0 0 15px; }
  .headerNotification i.fa-bullhorn {width: 48px;}
  .currencyWithbal{margin-left: 0.75rem;}
  .depositBtn{margin: 0 0 0 0.75rem;}
  .headerItem .playerCol {margin: 0 .75rem;}
  .mainMenuD2 ul li {margin: 0 8px;}
  .mainMenuD2 ul li a { font-size: 11px; }
}
@media(max-width:1349px){
  /* For header D2 */
  .headerD2 .headLogo{width: 110px; height: 38px;}
  .headerD2 .depositBtn{margin: 0 0 0 10px;}
  .headerD2 .balText{margin: 0 0 0 0.5rem;}
  .headerD2 .headerItem .playerCol{margin: 0 0.8rem;}
  /* end header D2 */
  .search-box .listProvider ul li{width: 22%; min-height: 120px;}
  .headerItem .playerCol { margin: 0 0.6rem; }
  .currencyWithbal { margin-left: 0.6rem; }
  .depositBtn { margin: 0 0 0 0.6rem; }
  .currencyWithbal { padding: 0.30rem 0.9rem 0.30rem 0.8rem; }
}
@media(max-width:1280px){
  .profileRow{width: 100%;}
  .bannerRow, .carousel-item{min-height: 250px;}
  /* .gameCol{min-height: 200px;} */
  .headerD2 .balText, .headerD2 .searchBtn{font-size: 12px; padding: 0.2rem 0.4rem; min-height: auto;}
  .headerD2 .searchBtn{padding: 0.3rem 0.6rem;}
  .mainMenuD2 ul li{margin: 0 5px;}
  .mainMenuD2 ul li a{font-size: 11px;}
  .headerItem .loginCol .btn{font-size: 12px;}
  .gradientBTN, .loadMoreBtn{padding: 6px 15px; font-size: 12px;}
  /* .search-box .listProvider ul li{width: 18.5%;} */
  .search-box .listProvider img{max-width: 80%;}
  .search-box .listProvider ul li .providerLogo {padding: 0 .5rem;}
  .carousel-indicators {bottom: -34px;}
  .qrcode canvas{width: 100px!important; height: 100px!important;}
  .headerD2 .currencyWithbal .currencyDropdown .dropdown-menu .dropdown-item {font-size: 12px;}
  .headerD2 .currencyWithbal .dropdown-menu {transform: translate3d(-91px, 31px, 0px) !important; min-width: 8.5rem;}
  .forHeader-d2 .currencyWithbal {padding: 0.23rem 1rem 0.25rem .875rem;  margin-left: 1rem;}
  .forHeader-d2  .currencyWithbal span.balText{font-size: 12px;}
  .langSelect.dropdown {margin-right: 0.875rem;}
  .forHeader-d2 .currencyWithbal span.balText .cryptoIcon {width: 17px; height: 17px; position: relative; top: 1px;}

   /* For header D2 */
   /* .headerD2 .depositBtn{margin: 0 0 0 8px; line-height: 0; height: 24px; box-shadow: 0 1.5px 1px rgba(255, 255, 255, 0.7)} */
   .headerD2{padding:8px 8px!important; border-bottom: 1px solid rgba(255,255,255,0.1);}
   .headerD2 .headLogo{width: 100px; height: 35px; margin: 0 15px 0 0;}
   .mainMenuD2 ul li{margin: 0 5px;}
   .mainMenuD2 ul li a{font-size: 9px; padding: 6px 0;}
   .mainMenuD2 ul li i{font-size: 9px; margin-right: 3px;}
   .headerD2 .balText{font-size: 10px; padding: 0.1rem 0.3rem 0.2rem;}
   .headerD2 .balText{min-height: 28px; display: flex; align-items: center; padding: 0 0.2rem; border: none; line-height: 10px; background: none;}
   .headerD2 .headerItem .playerCol{margin: 0 0.5rem;}
   .headerD2 .headerItem .userBtn{font-size: 12px;}
   .headerD2 .langSelect{padding-right: 0; margin-right: 10px;}
   .headerD2 .gradientBTN{padding: 6px 10px;}
   .sidebarMain.sideFilter .dropdown-list li{padding: 8px 10px; margin: 5px 0;}
   .forHeader-d2 .centerWrap{margin: 52px 0 0; height: calc(100dvh - 52px);}
   .forHeader-d2 .ifream{height: calc(100dvh - 75px);}
   /* end header D2 */
  .load_more_games > .btn {font-size: 12px;}
  .wave-loader-row {padding-bottom: 4rem; top: 0;}
}
.forTabIcon{display: none;}
@media(max-width:1199px){
  .currencyWithbal .dropdown-menu .dropdown-item {font-size: 12px;}
  .currencyWithbal .dropdown-menu {transform: translate3d(-91px, 28px, 0px) !important; min-width: 8.2rem;}
  .currencyWithbal .langSelect .flag-icon{width: 16px; height: 18px;}
  .amoutvalue {margin: 8px 0 24px;}
  .centerWrap.hasNotification {margin-top: 40px;}
  .forHeader-d2 .centerWrap.hasNotification {margin-top: 40px;}
  .form-control{font-size: 12px; /*line-height: 26px;*/}
  .profileRow .form-control{line-height: 26px;}
  .forHeader-d2 .form-control{height: 31px!important;}
  .selectCurrency .btn{font-size: 12px; padding: 7px 12px;}
  .bannerRow, .carousel-item{min-height: 180px; margin: 0;}
  .bannerRow img{width: 100%;}
  /* .gameCol{min-height: 172px;} */
  .mainMenu ul li a{font-size: 13px;}
  .innerGameRow {gap: 10px;}
  /* .innerGameRow .gameCol{ margin: 0 4px 10px;} */
  /* .innerGameRow .gameCol-2{ min-height: 120px;} */
  .search-box{ top:60px}
  .sportifream{margin: 50px 0 0;}
  .mainMenuD2 ul li a{font-size: 10px; padding: 15px 0;}
  .game-carousel .gameCol:hover, .providergameCol:hover{transform: translateY(0);}
  .game-carousel .secTitle{width: 70%;}
  .playerNav{top:40px; min-width: 200px;}
  .playerNav .pl-link{font-weight: 400; font-size: 12px; padding: 5px 10px;}
  .selectCurrency .dropdown-menu{width: 100%; padding: 10px; gap: 10px;}
  .selectCurrency .dropdown-item{flex: inherit; width:auto; font-size: 10px; margin:2px;}
  .cryptoDetail .deposit-listing{width: 50%;}
  .deposit-listing h5.codeB{word-wrap: break-word; text-align: left; width: 70%;}
  .withdrawFee p, .customRadio .col-form-label{font-size: 12px;}
  .filterRow .col-form-label{font-size: 12px;}
  .forHeader-d2 .sidebarMain {margin-top: 50px; height: calc(100dvh - 50px);}
  

  .headLogo{height: 35px;}
  .mainMenu {display: none;}
  .bannerRow, .carousel-item{min-height: 350px;}
  .bannerRow {margin: 0 0 20px;}
  .bannerRow img{height: 495px; width: 100%; object-fit: cover;}
  .carousel-control-next, .carousel-control-prev{display: flex; height: 100%;}
  .carousel-control-next{right: 10px;}
  .carousel-control-prev{left: 10px;}
  .carousel-control-next i, .carousel-control-prev i{background: none; border: none; width: auto; height: auto;}
  .headBar {padding: 8px 0 8px 8px;}
  .centerWrap{padding: 10px 0 0; margin: 50px 0 0; height: calc(100dvh - 50px);}
  .sidebarMain{display: flex; margin: 0; height: calc(100dvh - 0px); position: fixed; top: 0; left: 0; z-index: 999;}
  .forTabIcon{position: absolute; display: block; font-size: 24px; right: -20px; top:7px; color: #fff!important; z-index: 99;}
  .playersidebarMain{display: none!important;}
  .sidebarMain .close{ width: 40px; height: 40px; position: absolute; top: 0; right: 0; text-align: center; color: var(--white-color);}
  .balText{padding: 0.3rem 0.6rem; margin: 0 0 0 0.2rem; font-size: 12px;  min-height: auto;}
  /* .balText{line-height: 16px; height: 29px; min-width: 40px; text-align: center; } */
  .searchBtn{font-size: 12px;}
  .gameFrame{min-height: calc(100dvh - 85px);}
  .ifream{height: calc(100dvh - 85px);}

     .currencyWithbal {padding: 0.14rem 1.2rem 0.14rem 0.75rem;  margin-left: 1rem; }
     .headerD2 .currencyWithbal .dropdown-menu {transform: translate3d(-91px, 27px, 0px) !important; min-width: 8rem;}
     .headerItem .playerCol {margin: 0 .75rem;}
     .forHeader-d2 .currencyWithbal {padding: 0.25rem 1rem 0.25rem .75rem; margin-left: .75rem;}

     .game-carousel .playBox > .d-flex.w-100 {display: flex !important;position: absolute;top: 0; z-index: 4;}  
    .game-carousel .playBox * {display: none !important;}
    .innerGameRow .playBox * {display: block!important;}
    .innerGameRow .playBox .playTextCol{opacity: 0;}
     .game-carousel .playBox .favouriteIcon {display: inline-block !important; top: auto; right: 0.5rem; bottom: .5rem; left: auto;}
     .game-carousel .playBox {background: none; opacity: 1;}
     .game-carousel .gameCol:hover img {filter: inherit;}


     .listProvider span.gameCount {padding-top: 4px;}
     .currencyWithbal span.balText .cryptoIcon {width: 16px; height: 16px;}
     .filefile::after {font-size: 12px;}
     .withdraw-deposit-ui .customRow label.col-form-label { white-space: inherit;}
     app-favoirte-games-list .game-carousel .playBox > .d-flex.w-100{opacity: 0;}
}
@media(max-width:992px){


  .bannerRow img{height: 350px; width: 100%; object-fit: cover;}
  
  /* .headLogo{height: 35px;} */
  .headLogo img{height: 100%; object-fit: contain;}
  .headerItem .userBtn{font-size: 12px;}
  .langSelect .flag-icon{ width: 15px; height: 15px;}
  .langSelect .dropdown-menu{transform: translate3d(-96px, 35px, 0px)!important;}
  .currencyWithbal .dropdown-menu {transform: translate3d(-91px, 28px, 0px) !important;}

 
  /* .bonusBTN-row li a{padding: 0 15px;} */
  /* .gameCol{min-height: 160px;} */
  /* .game-carousel .playBox { display: none !important;} */
  .innerBanner img{ height: 100px; object-fit: cover;}
  .innerGameRow{gap: 11px;}
  .innerGameRow .gameCol{ width: 18.9%; 
    /* min-height: 160px; */
  }
  .innerGameRow .gameCol-2{width: 19%; 
    /* min-height: 100px; */
  }
  .game-carousel .s-wrapper{padding: 45px 0 0;}
  .game-carousel .playBox h6{font-size: 12px; width: 80px; height: 30px;}
  .game-carousel .playBox p{font-size: 10px;}


  .inMobile-sm{width: 800px !important;  max-width: 800px !important;}
  .inMobile-md{width: 1199px!important; max-width: 990px!important;}
  .inMobile-lg{width: 1800px!important; max-width: 1800px!important;}
  

  .docButton{justify-content: end; position: absolute; right: 15px; top:-55px}
  .docButton .btn{ margin-left: 5px;}
  .container {max-width: 100%;}
  .mainMenu ul li{margin: 0 5px;}
  .mainMenu ul li a{font-size: 12px; padding: 8px 5px;}
  .providergameCol{height: 60px; width: 100%;}
  .providergameCol img{max-width: 100%;}
  .sidebarMain{width: 220px;}
  /* .bonusBTN-row .sIcon{padding: 0.8rem;} */
  .bonusCard .bonusImg{min-height: 100px;}
  /* .innerGameRow{justify-content: center;} */
  .filterRow .multiselect-dropdown .dropdown-btn .selected-item{font-size: 10px!important;}
  .filterRow .multiselect-dropdown .dropdown-btn{font-size: 10px!important; padding: 6px 20px 6px 5px!important; min-height: 35px; display: flex!important; align-items: center;}
  .innerSearch .form-control{height: 35px;}
 
  .sportifream{margin: 51px 0;}
  /* .centerWrap{margin: 103px 0 0; padding: 15px 0 0; height: calc(100dvh - 103px);} */
  .headerItem .loginCol .btn{font-size: 12px;}
  .gradientBTN, .loadMoreBtn{padding: 6px 20px;}
  .footerRow .copytext {margin: 0 0 40px; }
  .footerRow .footLink{font-size: 12px; padding: 2px 0;}
  .game-carousel .secTitle{top:42px}
  /* .swiper-button-next, .swiper-button-prev{width: 40px!important; top:20px!important}
  .swiper-button-prev{right: 50px!important;}
  .swiper-button-next:after, .swiper-button-prev:after{width: 40px!important; height:40px; border-radius: 5px; line-height: 40px!important;} */
  .tableFilter .col-form-label, .table thead th {font-weight: 500;}

  

   .search-box{ top:2 4%}
   .search-box .listProvider ul{height: 200px; margin: 0 5px; gap: 10px;}
   /* .search-box .listProvider ul li{height: 94px;} */
   .homeCate .dummyItem{height: 32px;}

   .cryptoDetail li{padding: 10px;}
   .qrcode canvas{width: 80px!important; height: 80px!important;}
 
   .selectCurrency .btn{padding: 7px 12px;}
   .forHeader-d2 .table-responsive{min-height: calc(100dvh - 360px);}
   .mainMenuD2 ul li {margin: 0 4px;}
   .forHeader-d2 .currencyWithbal span.balText {font-size: 10.5px;}
.forHeader-d2 .currencyWithbal {padding:0.25rem .875rem 0.25rem .4rem;margin-left: .4rem;}
.headerD2 .currencyWithbal .dropdown-menu {transform: translate3d(-93px, 27px, 0px) !important;}
.forHeader-d2 .currencyWithbal span.balText .cryptoIcon{top:0; width: 16px; height: 16px;}
  .game-carousel .gameCol .homePlay{display: none;}
   
}
@media(max-width:830px){
  .forTabIcon{display: none;}
  /* .bannerRow, .carousel-item{ min-height: 409px;}
  .bannerRow img{height: auto; width: 100%; object-fit: cover;} */
  /* .depositBtn{line-height: 16px;} */
  .innerGameRow{gap: 10px;}
  .innerGameRow .gameCol-2{ width: 23.8%;} 
  .mobFooter a.active {background: transparent;} 
  .searchBtn{position: absolute;  padding: 00.3rem 0.5rem; left: 0;}
  .searchBtn .srch-Text{display: none!important;}
  .search-box .listProvider{height: 300px;}
  .openFilter{height: 100%; overflow: hidden; width: 100%; position: fixed;}
  .mobFooter{display: flex;}
  .headBar{padding: 8px 0 8px 8px;}
  .centerWrap{margin: 52px 0 0; padding: 10px 0 0; height: calc(100dvh - 110px);}
      /* For header D2 */
      .headerD2 .searchBtn{left: 130px; }
      .headerD2 .mainMenuD2{display: none;}
      .forHeader-d2 .centerWrap{margin: 50px 0 0; padding: 10px 0 0; height: 100%;}
      .forHeader-d2 .sidebarMain{margin-top: 0; top: 52px; height: 100%;}
      .forHeader-d2 .bannerRow{margin: 0 0 30px;}
      .forHeader-d2 .sportifream{margin: 50px 0 0;}
      .forHeader-d2 .mobFooter a.active{background: none;}
      .forHeader-d2 .mobFooter a.active i{color: var(--pick-color);}
      /* end header D2 */
      .showgames{margin: 20px 0 0!important;}
      .innerGameRow .secTitle{margin: 0 0 26px 0;}
      .homeCate{margin: 20px auto 0; position: relative; overflow: hidden;}
      .showScrollbar{flex:0 0 100%;}
      .arrowTabs{background: none; height: 100%; line-height: 32px!important; display: none;}
      .mainMenu{display: none;}
      .gamePlayWrap .centerWrap{padding: 0; margin: 52px 0 0;}
      .gameFrame{min-height: calc(100dvh - 111px);}
      .ifream{height: calc(100dvh - 111px);}
      .forHeader-d2 .gameFrame{min-height: calc(100dvh - 118px);}
      .forHeader-d2 .ifream{height: calc(100dvh - 118px);}
      .forHeader-d2 .gamePlayWrap .centerWrap{ height: auto;}
      .sidebarMain{width: 100%; height: 100vh; margin: 0; display: flex;  position: fixed; top:51px; left: 0; z-index: 999; padding: 10px; border-top: 1px solid rgba(255,255,255,0.1); background: var(--headerBG);}
      
      .sidebarMain .sideSports{ margin-top: 35px; height: calc(100dvh - 105px)!important;}
      .sidebarMain.playersidebarMain{display: none!important;}
      .forHeader-d2 .hasNotification .bannerRow{margin-top: 36px;}
}
@media(max-width:767px){
  h6.nodatafound.favIconNoData {padding-top: 16px;}
  .search-box .listProvider ul li .providerLogo {padding: .25rem .5rem;}
    .container{padding-right: 5px;  padding-left: 5px;}
    .mainWrap{display: block;}
    /* .headBar{ padding: 10px 0;} */
   
    .bannerRow, .carousel-item{min-height: 294px;}
    .bannerRow img{height: 294px; width: 100%; object-fit: cover;}
    .search-box{width: 90%; top:60px}
    .search-box .listProvider ul li{width: 30%;}
    
    .betSlipBtn{display: none;}
    .headerItem .loginCol .btn{font-size: 12px;}
    .headerItem .loginCol .btn-warning{font-size: 12px; padding: .375rem .75rem;}
    .headerItem .loginCol{ margin: 0;}
    .headerItem .playerCol {margin: 0 0 0 .3rem;}
    .langSelect{ margin:0 1rem 0 00.5rem;}
    
    .bonusBTN-row ul{ gap: 6px;  flex-wrap: nowrap; white-space: nowrap; overflow-x: auto; padding-bottom: 8px;}
    .bonusBTN-row ul li{margin: 0; overflow: unset;}
    .bonusBTN-row li a{font-size: 14px; padding: 2px 22px 2px 8px;}
    
    .centerWrap{padding: 10px 0 0; margin: 55px 0 0; height: 100%;}
    .sportifream{padding: 0; margin: 50px 0;}
    /* .eventTabs .nav-link{ padding: 0.6rem 1rem; font-size: 12px;} */
    .bonusBTN-row .sIcon{ padding: 0.5rem; font-size: 16px; margin-right: 0.5rem; width: 25px; text-align: center;}
    .bonusBTN-row .sportText{padding: 0; font-size: 12px;}
    .bonusBTN-row .sportText i{line-height: 22px;}
    /* .innerGameRow .gameCol{ width: 30.5%;} */
    .innerSearch{margin: 0 0 1rem;}
    .inSrchMobView{display: block;}
    .filterData{margin: 0 0 0.5rem;}
    .innerGameRow .gameCol{ width: 18.9%; min-height: 140px;}
    .innerBanner img{height: 100px; object-fit: cover;}
    .filterRow .multiselect-dropdown { min-width: 150px;} 
    /* .gameCol{min-height: 136px;} */
    .game-carousel{margin: 0;}
    .game-carousel .gameCol{ margin: 0;}
    .innerGameRow{gap: 7.5px;} 
    .innerGameRow .gameCol-2{ width: 32.2%; margin: 0; 
      /* min-height: 100px; */
    }
    .dummyBox .gameCol{margin:  0 0 8px!important;}
    .footerRow{ padding: 3rem 0;}
    .footerRow .footLink{font-size: 12px; padding: 2px 0;}
    .reslogoRow .resLogo{margin: 0 5px 20px; display: inline-block;} 
    .reslogoRow .resLogo img{height: 22px;}
    .tableFilter{ justify-content: space-between;}
    .tableFilter .form-group{width: 48.5%; margin: 0 0 0.8rem;}

    .profileRow{padding: 1rem;}
    .kycTabs ul li{ margin: 0 0.5rem 0 0; font-size: 12px;}
    .filterRow .multiselect-dropdown .dropdown-btn .selected-item{font-size: 8px!important;}
    .sideFilter{display: block;}
    .paymentSec{padding: 25px 15px; flex-wrap: wrap; justify-content: center; margin: 30px 0 0; gap: 25px; }
    .bonusCard{margin: 0 0 1rem;}
    .paymentSec ul { width: 650px !important; gap: 25px; }
    .paymentSec .payment-logo { padding-bottom: 11px; overflow: auto; justify-content: flex-start !important; }
    .bonusCard .detailBox{padding: 20px;}
    .bonusCard .bonusImg{height: 200px; min-height: auto; background: #000;}
    .bonusCard .bonusImg img{opacity: 0.4;}
    .G1cgreen .sidebarMain.sideFilter .dropdown-list li.multiselect-item-checkbox input[type=checkbox] + div:before{border: 1px solid rgba(255, 255, 255, 0.4);}
    .G1gray .sidebarMain.sideFilter .dropdown-list li.multiselect-item-checkbox input[type=checkbox] + div:before{border: 1px solid rgba(255, 255, 255, 0.4);}
    .inMobile-sm {width: 767px !important;  max-width: 767px !important;}
    .breadcrumb{padding: 0.5rem;}
    .breadcrumb .breadcrumb-item{font-size: 12px;}
    .backBtn{padding: 0.5rem 1rem; margin: -2px 5px 0 0;}
    .footerRow .copytext{margin: 0 0 20px;}

    .cryptoDetail li{justify-content: center!important; flex-wrap: wrap; gap: 10px;}
  
    .bank_details{padding:10px 15px!important;}
    .merchantpayment{padding: 0 0 5px; margin: 0 0 10px;}
    .selectCurrency .dropdown-item{flex: 0 0 31%;}

    .amoutvalue{margin:0 0 16px;}

    .bonusCard .bonusImg { height: auto; }
    .langSelect.dropdown {display: none;}
    .langSelect.currencyDropdown {display: inline-block;}
    .playerNav{right: 0;}

    /* for only iphone */
    /* .safari-mac-ios .ifream{height: calc(100vh - 222px);} */
    .forHeader-d2 .headerItem .langSelect {display: inline-block !important;  margin: 0 8px 0 2px;}

    .sidebarMain .mobileSidebarLang {display: inline-block !important; padding-left: .4rem; }
    .sidebarMain .mobileSidebarLang .dropdown-menu {transform: translate3d(-2px, 30px, 0px) !important;  }
    .sidebarMain .mobileSidebarLang .dropdown-menu a {justify-content: flex-start;}
  .sidebarMain .mobileSidebarLang span.flag-icon { width: 20px;  height: 20px;}
  .sidebarMain .mobileSidebarLang .dropdown-toggle::after { right: -15px}
  .langSelect.dropdown.mobileSidebarLang a:hover {background: none !important;}
  .headerItem .loginCol .gradientBTN {margin-right: .5rem;}

    .currencyWithbal span.balText .cryptoIcon {  width: 16px;  height: 16px; vertical-align: sub;}
    .headerNotification p {font-size: 13px;}
    .headerNotification p span::after { font-size: 12px;}

    /* for only iphone */
    /* .safari-mac-ios .ifream{height: calc(100vh - 222px);} */
    .headerNotification i.fa-bullhorn {width: 34px; font-size: 16px;}
    .load_more_games > .btn {margin: 37px 0 10px;}
}
@media(max-width:575px){
  .search-box .listProvider ul li{width: 46%; height: 74px;}
  .search-box .listProvider img{margin: 5px 0; height: 40px;}
  .innerGameRow{gap: 11.5px;}
  .innerGameRow .gameCol{ width: 31.7%; margin: 0 ; 
    /* min-height: 176px; */
  }
  .innerGameRow .gameCol-2{ width: 47.3%; margin: 0; 
    /* min-height: 100px; */
  }
  .innerBanner h1{justify-content: center; padding: 0;}
  .loginModal{ margin: 0 auto;}
  .bannerRow, .carousel-item{min-height: 209px;}
  .bannerRow img{height: auto;}
  .currencyWithbal span.balText {font-size: 10px;}
  .currencyWithbal .langSelect .flag-icon {width: 15px; height: 17px;}
  .balText{font-size: 9.5px;  padding: 0.3rem 0.3rem;}
  .currencyWithbal .dropdown-menu {transform: translate3d(-77px, 27px, 0px) !important; min-width: 7rem;}
  .currencyWithbal .dropdown-menu .dropdown-item {font-size: 11px;}
  .search-box .listProvider ul li {min-height: 116px;}
  .search-box .listProvider ul li .providerLogo {padding: .5rem .5rem;}
  .headerD2 .currencyWithbal .currencyDropdown .dropdown-menu .dropdown-item {font-size: 11px;}

}
@media(max-width:490px){
  .innerGameRow{gap: 8.8px;}
}
@media(max-width:420px){
  /* .bannerRow img{height: 200px;} */
  /* .innerGameRow .gameCol{min-height: 172px;} */
  .bannerRow, .carousel-item{min-height: 209px;}
  .selectCurrency .dropdown-item{flex: 0 0 47%;}

}
@media(max-width:410px){
  /* .innerGameRow .gameCol{min-height: 160px;} */
  .bannerRow, .carousel-item{min-height: 195px;}
  .headerD2 .searchBtn{left: 120px; padding: 0.2rem 0.4rem;}
}
@media(max-width:380px){
  .bannerRow, .carousel-item{min-height: 190px;}
  /* .bannerRow{ min-height: 100%;} */
  .innerGameRow .gameCol{ width: 31.3%; 
    /* min-height: 140px; */
  }
  .innerGameRow .gameCol-2{ width: 47.8%; margin: 0 3px 8px; 
    /* min-height: 80px; */
  }
  .loginModal{width: 95%; margin: 0 auto;}
  .searchBtn{left: -26px;}
  .headLogo, .headerD2 .headLogo{width: 70px; margin: 0 5px 0 0;}
  .headerD2 .searchBtn{left: 90px;}
}
@media(max-width:370px){
  .bannerRow, .carousel-item{min-height: 172px;}
}
@media(max-width:340px){
  .headerD2 .headerItem .playerCol{margin: 0 0.2rem;}
  .headerD2 .balText{padding: 0;}
  .bannerRow, .carousel-item{min-height: 155px;}
  .filterRow .col-form-label{font-size: 12px;}
  .filterRow .multiselect-dropdown .dropdown-btn{font-size: 12px;}
  .multiselect-dropdown .dropdown-btn .dropdown-multiselect__caret{height: 30px!important;padding: 0 8px!important;}
  .loginModal .modal-body{padding: 0 10px;}
  /* .gameCol {min-height: 100px;} */
  .innerGameRow .gameCol{ width: 31%; 
    /* min-height: 100px; */
  } 
  .searchBtn{left: -16px;}
}
@media(max-width:767px){
  .playersidebarMain{
    display: none!important;
  }

  .multiselect-dropdown .dropdown-btn {
    display: none!important;
  }
  .signSelectStyle .multiselect-dropdown .dropdown-btn {display: inline-block !important;}
}
@media screen and (min-width: 967px){
.frameWrap.mobile {
    position: relative;
    top: 30px;
    z-index: 1;
}
}
.frameWrap.mobile {
  background: #000 url(../assets/images/phone_view.png) no-repeat center;
  height: calc(50vh); width: 375px; margin: 0 auto;
}
/* .frameWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 60px);
} */

/* for G1blue  */
.G1blue .loginModal .form-control{border-color: rgba(0,0,0,0.5);}

/* =================== KAILASH CSS START =================== */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type=number] {-moz-appearance: textfield;}
/* ===== DEPOSIT & WITHDRWAR CSS START ======= */
.deposit-listing li {color: var(--white-color);}
.btn-outline-white{border-color: var(--white-color) !important; color: var(--white-color) !important;}
.bg-none{background: none !important;}
.fa-qrcode.ShowQR { cursor: pointer;}
.modal-text{color: var(--white-color) !important;}
.picture-function.position-absolute {top: 0; right: 0;}
.picture-function.position-absolute a {color: var(--white-color); opacity: .4;}
.filefile input[type=file] {opacity: 0;}
.filedisables .picture-function.position-absolute a {opacity: 1;}
.filefile { background: var(--body-bg); height: 38px; border: 1px solid var(--primary);z-index: 1; border-radius: .25rem;}
.merchantpayment {overflow-x: auto; max-width: 1045px; padding:0 2px 5px; margin: 0 0 15px 0; display: block; white-space: nowrap; -webkit-overflow-scrolling: touch;}
.merchantpayment li {padding: 5px 0; margin: 0 10px 0 0; display: inline-block;}
/* .merchantpayment li a.activemerchant { box-shadow: 0 0 0 2px var(--hover-color);} */
.merchantpayment li a { background:var(--sidebarBG); border: 1px solid var(--hover-color); display: flex; align-items: center; gap: 0 5px; border-radius: 30px; padding: 5px; color: var(--white-color);}
.merchantpayment li a:hover, .merchantpayment li a.activemerchant{background: var(--primary);}
.merchantpayment li a span{color: var(--white-color); margin-right: 5px; font-size: 14px;}
.merchantpayment li a img {height: 25px;width: 25px; object-fit: contain;}
.filefile.filedisables:after {opacity: .3;}
.filefile::after { content: attr(attr-file-attach); position: absolute; color: var(--menu-text); top: 8px; z-index: -1;font-weight: 600; left: 14px; }
.copyt{position: relative; border-color: rgba(255, 255, 255, .1); cursor: pointer;}
.copyt:active::after {content: "Copied"; color: var(--white-color); width: 100%; height: 100%; position: absolute; left: 0; font-size: 10px; top: -19px; }
.text-truncate-md { max-width: 200px; display: inline-block;}
.deposit-listing h5 { font-size: 13px; font-weight: 500; width: 70%;}
.deposit-listing h5 strong { font-size: 16px; word-wrap: break-word;}
.bank_details{margin: 0 0 10px;}
.bank_details .deposit-listing { flex-grow: 1;}

/* vipin css */
.withdraw-deposit-ui .eventTabs { background: var(--sidebarBG); }


@media(max-width:992px){
  .eventTabs .nav-pills .nav-link {padding: 4px 15px 3px; font-size: 12px; font-weight: 500;}
  /* .merchantpayment li a img { height: 35px; object-fit: contain;} */
  .selectCurrency .btn{font-size: 12px;}
  .amoutvalue li a {font-size: 10px;  padding: 5px 6px;} 
  .paymentSec .payment-logo { padding-bottom: 11px; overflow: auto; width: 100%; display: flex; align-items: center; justify-content: center; }
  .paymentSec .payment-logo ul { width: 690px; justify-content: flex-start; }
  .paymentSec { padding: 25px 24px; margin: 30px 0 0; gap: 25px; flex-wrap: wrap; justify-content: center; }
  .paymentSec ul li img { max-width: 110px;}
  .paymentSec ul li img.crypto { max-width: 35px; }
  .fixedWhatsAppIcon {bottom: 5rem;  right: 1rem;}
  .fixedWhatsAppIcon svg { width: 2.5rem;  height: 2.5rem;}
}

@media(max-width:767px){
  /* .proList{margin: 0 0 50px;} */
  .deposit-listing i.fa.h5 {  font-size: 17px;}
  .bank_details { flex-wrap: wrap !important; padding-bottom: 10px;}
  .bank_details .deposit-listing, .bank_details .qrcodeImage { width: 100%;}
  .deposit-listing .ShowQR.h4 {  font-size: 21px;}
  .picture-function .btn { padding: 9px 8px;}
  .merchantpayment li a { display: inline-block;  text-align: center; min-width: 80px;}
  .withdraw-deposit-ui .secTitle {  padding-top: 10px;}
  .currencyWithbal .nav-link.dropdown-toggle {padding: 0.30rem 0 !important;}
  .headerD2 .headerItem .playerCol {margin: 0 0rem 0 0.3rem;}
  .currencyWithbal {padding: 0.08rem .80rem 0.08rem 0.50rem; margin-left: .4rem;}
  .headerD2 .currencyWithbal .dropdown-menu {transform: translate3d(-94px, 28px, 0px) !important;}
  .gameIframeTextCnter .langSelect.dropdown {display: block;}
  .merchantpayment li a span {margin-left: 4px;}
  .wave-loader-row {padding: 3rem 0 0rem 0; top: 0.75rem;}
.wave-loader-row > div > span {height: 10px; width: 2px; margin-right: 5px}
@keyframes loading {0% {height: 0;} 25% {height: 10px;} 50% {height: 20px;}  100% {height: 0;}}

}
/* ===== DEPOSIT & WITHDRWAR CSS END ======= */
/* =================== KAILASH CSS START =================== */

@media(max-width:1024px){
.kycTabs ul {gap:10px; text-align: center;}
.kycTabs ul li {margin: 0;}
/* .kycTabs .withsup{display: inline-block;} */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 900px) and (orientation: landscape) {
  .gameFrame{min-height: 100%;}
  /* .gameFrame .ifream{height: calc(100vh - 180px);} */
}


/* for Gold theme */
.G1gold .eventTabs .nav-link:hover, .G1gold .eventTabs .nav-pills .nav-link.active{background: var(--secondary);}
.G1gold .playerNav{background: var(--darkBG);}
.G1gold .withdraw-deposit-ui .eventTabs{background: var(--hover-color);}
.G1gold .filterRow .multiselect-dropdown, .G1gold .multiselect-dropdown .dropdown-btn, .G1gold .filterRow .multiselect-dropdown .dropdown-list{background: var(--secondary); border-color: var(--hover-color)!important;}
/* end gold theme */

/* ======== DEDEBET SEARCH CSS START ========== */
.landingPageSearch {top: 10px;}
.landingPageSearch i.fa-solid {position: absolute; top: 11px; left: 20px; color: var(--white-color);}
.landingPageSearch .form-control {
  font-size: 15px; border-radius: 32px; color: var(--white-color);
  border: 1px solid  var(--hover-color) !important; background: var(--darkGray); min-height: 42px; padding-left: 50px;
}
.gameBackBtnAll span {position: relative; top: -1.5px;} 

.landingPageSearch .form-control:focus{box-shadow: none;}
.gameBackBtnAll {
  background: transparent; font-size: 21px;
  position: absolute;right: -50px; color: rgba(255, 255, 255, .8);
  cursor: pointer; border-radius: 50px; border: 2px solid rgba(255, 255, 255, .5);height: 30px;width: 30px; 
}

/* Recent Wins Section */
.winBox{display: flex; border: 1px solid rgba(255, 255, 255, 0.3); gap: 0 15px; border-radius: 10px; overflow: hidden; background: var(--darkBG);}
.winBox .winImg{width: 32%; height: 90px;}
.winBox .winImg img{max-width: 100%; height: 100%;}
.winBox .winerText{padding: 10px 10px 10px 0; width: 65%; display: flex; flex-direction: column; gap: 3px; justify-content: center; }
.winBox .winerText .usName{color: #fff; font-size: 12px; font-weight: 300;}
.winBox .winerText .usName i{color: var(--pick-color);}
.winBox .winerText .gmName{color: #fff; font-size: 12px; width: 100%; text-decoration: underline; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.winBox .winerText h6{color: #fff; font-weight: 900;}


/* End Recent Wins section */

@media(max-width:1550px){
  .gameBackBtnAll {right: -46px;}
}

@media(max-width:1500px){
  .gameBackBtnAll {right: 5px; top: 3px;} 
}
@media(max-width:767px){
  .gameBackBtnAll, .landingPageSearch {display: none;} 
  .headerItem .telIcon {width: 19px;}
  .headerItem .telIcon i {font-size: 26px;   line-height: 24px;}
  .loginModal .modal-body{padding: 0 20px;}
  .modal-content .col-form-label{font-size: 12px;}
  .winBox{margin-right: 2px; gap: 0 10px;}
  .winBox .winerText .usName{font-size: 10px; line-height: 12px;}
  .winBox .winerText .gmName{font-size: 12px;}
  .winBox .winerText h6{font-size: 14px;}
  .winBox .winerText{padding: 5px 5px 5px 0;}
  .winBox .winImg{width: 25%; height: 65px;}
 
 .withdraw-deposit-ui .customRow{flex-wrap: wrap;}

}
@media(max-width:359px){
  .headerD2 .searchBtn { left: 84px; padding: 0.3rem 0.4rem;}
}
.mandatoryField{color: #ff0000; font-weight: bold;}
/* ======== DEDEBET SEARCH CSS END ========== */


@media(min-width:1680px){
  .mainWrap .centerWrap {display: flex; flex-direction: column;}
  .mainWrap app-footer {margin-top: auto;}
}

.merchantpayment li a .texthidezeenabet {display: none;}
.confirmModal{background: rgba(0, 0, 0, 0.5); }
