:root{
  --dark-blue:rgb(162 194 235);
  --bet-modal-bg:rgb(124 180 250);
  --sys--betting-options:#5890d8;
  --timer-gradient:#2566b8;
  /* --time-left-gradient:linear-gradient(206deg, #6e67ff, #6212d4, #6e67ff, #6212d4, #6e67ff); */
  /* --chip-blue:linear-gradient(5deg, #5e1aff, #837dfd); */
   --time-left-gradient:linear-gradient(337deg, #246bc5, #8dbbf5, #5890d8, #2368c0, #2570ce);
  --chip-blue:linear-gradient(180deg, #69acff, #1664c8);
  --sys-number-box:#ffffff3d;
  --sys-number-outline:#ffffff26;
  --sys-number-box-shadow:rgb(255 255 255 / 44%);
  --white:#fff;
  --timer-box-background:rgb(67 67 67 / 12%);
  --timer-box-border:rgb(255 255 255 / 18%);
  --timer-box-shadow: rgb(255 255 255 / 15%);
  --rules-txt:#5e58f5;
  --footer-bg:#2566b8 ;
  --footer-border:#1d1d1d;
  --bet-selected:linear-gradient(180deg, #5f0699, #e2e0ff);
  --login-bg:#989eff30;
  --login-txt-header:#0f0e3b;
  --login-btn-c:#862bff;
  --nav-icon-c:#a39fff;
  --recharge-bg:#719dd5;
  --top-up-select-btn:#74ffac;
  --body-bg:#312f55;
  --main-bg:#151358;
  --profile-list-bg:#2369c2;
  --agent-bg:#3a0690 !important;
  --upi-bg:#a39fff;
  --primary-btn-c:#a39fff;
  --btn-bg:linear-gradient(218deg, #4339b9, #8260fd, #6a39e3, #6308c3, #8554d3);
  --btn-border:#403e75;
  --bet-options-bg:linear-gradient(180deg, #72b0ff, #00377e);
  --cancel-color:#af0000;
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 920px) 
{
  .main_container{
    width: 420px !important;
  }
}
@media only screen and (max-width: 700px) {

  h1,h2,h3,h4,h5,h6,p{font-size: 1em;}
   
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a.nav__link:hover {
  color: rgb(0, 147, 255);
}
a.nav__link:active {
  color: rgb(0, 147, 255)!important;
}
.cust-bg-color a{
  color: #fff;
}
.main_container{
  text-align: center;
  margin-bottom:0 !important;
}

.recharge-form{  
    background-color: var(--sys--betting-options);
    color: #ffffff;
    border-radius: 10px;
}
.deposit-amount{
 margin-bottom: 5rem;
}
.cust-bg-light-grey-color {
	background-color: #F8F8F8;
}


.cust-bg-light-color{
  background-color:rgb(153, 213, 255);
}
.cust-txt-color{
  color: rgb(0, 147, 255);
}
.light-black{
  color: #000;
}
.form-control{
  border-radius:0!important;
}
.icon-control{
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #ffc107;
    background-clip: padding-box;
}
.alert{
  /*position:absolute;
  z-index: 1200;*/
}

.marquee{
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color:#000;
    background-clip: padding-box;
}


/* div.ex3{
  height: calc( 100vh - 82px );
  overflow: auto;
} */

.nav_icon{
  font-size: 25px;
}

.cust-row{
  margin-left: 0px!important;
  margin-right: 0px!important;
  text-align: left;
}

.profile_list div{
  text-align: left;
}
.profile_list a{
  color: #000;
  text-decoration: none;
}
.profile_list div{
    padding: 10px;
  /* margin: 5px; */
  background-color: var(--profile-list-bg);
  border-radius: 40px;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  
}
.bank_list li a{
  color: #000;
  text-decoration: none;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgb(0, 147, 255);
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(0, 147, 255);
    border-color:rgb(0, 147, 255);
}
.status .btn{
   border-top-right-radius:80px 80px;
  border-bottom-right-radius:80px 80px;
}
.status img{
  max-width: 80px;
  padding: 5px;
  margin-top: -15px;
  border: 1px solid #808080;
  border-radius:80px 80px;
}

.carousel-item img{
  height: 250px;
/*   max-width: 100%; */
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.game_option{
  padding:5px ;
}

.green{
  background-color: rgba(0, 194, 130, 0.3);
  color: rgb(0, 194, 130);
/*   box-shadow: rgb(0 194 130 / 40%) 0px 0px 8px; */
}
.violet{
  background-color: rgba(102, 85, 211, 0.3);
  color: rgb(102, 85, 211);
/*   box-shadow: rgb(102 85 211 / 40%) 0px 0px 8px; */
}
.red{
  background-color: rgba(250, 60, 9, 0.3);
  color: rgb(250, 60, 9);
/*   box-shadow: rgb(250 60 9 / 40%) 0px 0px 8px; */
}

.count-down h4{
/*   background-color: rgb(0 147 255 / 25%);
  border-bottom: 3px solid rgb(0, 147, 255);
  padding: 2px 4px; */
  color: rgb(0, 147, 255);
  font-weight: bold;
}

.num-select div{
  background-color:#F0F0F0;
  border-radius:10px;
  cursor: pointer;
}
.num-select div:hover {
  background-color: #D3D3D3;
}

.game_option h5{
  margin: auto!important;
}
.border-green{
    border-color: rgb(0, 194, 130);
}
.border-violet{
    border-color: rgb(102, 85, 211);
}
.border-red{
    border-color: rgb(250, 60, 9);
}
.green-back{
  color: #fff;
  background-color: rgb(0, 194, 130);
}
.violet-back{
  color: #fff;
  background-color: rgb(102, 85, 211);
}
.red-back{
  color: #fff;
  background-color: rgb(250, 60, 9);
}
.modal{
  text-align: left;
}
.point-none{
  pointer-events: none;
  opacity: 0.4;
}
.tab-content .table td{
    padding: 10px!important;
}

.gv-circle{
  width: 22px;/*width: 7vw;*/
  height: 22px;
  background: linear-gradient( -45deg, rgb(102, 85, 211), rgb(102, 85, 211) 49%, white 49%, white 51%, rgb(0, 194, 130) 51% ); 
  border-radius: 50%;
}
.rv-circle{
  width: 22px;/*width: 7vw;*/
  height: 22px;
  background: linear-gradient( -45deg, rgb(102, 85, 211), rgb(102, 85, 211) 49%, white 49%, white 51%, rgb(250, 60, 9) 51% ); 
  border-radius: 50%;
}
.g-circle{
  width: 22px;/*width: 7vw;*/
  height: 22px;
  background: rgb(0, 194, 130); 
  border-radius: 50%;
}
.r-circle{
  width: 22px;/*width: 7vw;*/
  height: 22px;
  background: rgb(250, 60, 9); 
  border-radius: 50%;
}

.heading {
    position: relative;
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.heading:before {
    content: '';
    background: url(/images/arrow.png);
	width: 43px;
	height: 43px;
	background-repeat: no-repeat !important;
    position: absolute;
    left: 0;
}

.ex3 {
    position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 0rem #ffff inset; /* Your desired background color */

}
.main_container {
    text-align: center;
}
.cus_btn {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.cus_btn input {
    background-color: #137AF1!important;
    color: #fff!important;
    width: 100%;
    border-radius: 40px;
    padding: 10px;
}

.cus-border { border: 1px solid #ECEDEF; border-radius: 15px; padding: 15px;  }
 .rounded-btn { border-radius: 5px; padding: 16px 10px; }
 /* .cus-box { 
   background-color: #fff;
   padding: 20px 17px; 
   border-radius: 15px;
   border-bottom: 16px solid rgb(245, 245, 245)
   } */
   

	.fa-user {
		background-color: #14C25A !important;
	}

	.fa-phone {
		background-color: #7513F2;
	}

	.fa-lock {
		background-color: #F38D15;
	}

	.fa-key {
		background-color: #C343FF;
	}


	/* 	form-control and form-ground css  */

	/* .login-card {
		background-image: linear-gradient(to top, transparent, #ffffff 70%, transparent);
	} */

	.form-group {
		position: relative;
	}

	.form-control:focus {
		border: 2px solid #007bff;
    	box-shadow: none;
	}

	.fg-rounded {
		background-color:#a2c2eb;
    border-radius: 40px !important;
    height: auto;
    padding: 12px 54px;
    border: 0;
    width: 100%;
    /* background: #0f0e3b; */

	}
.price-section .fg-rounded {
    background: #a2c2eb;
}
.login-btn {
  background-color: var(--login-btn-c);
  border-color: var(--login-btn-c);
  border-radius: 15px !important;
  color: var(--white);
}
.recharge-balance {
    width: 100%;
    height: 9rem;
    background-image: url(https://damanclub.bio/assets/png/TotalAssetsBg-81d648d4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    border-radius: 0.26667rem;
    color: var(--white);
    padding: 0.32rem;
    position: relative;
}
.login-card input::placeholder {
  color: #495057;
}
.login-btn:hover{
  color: var(--white);
}
.login-card .form-control:focus, .price-section .form-control:focus {
  border: 0;
  box-shadow: none;
}
.login-card .form-control:focus, .price-section .form-control:focus{
  background-color: #b6cae4;
  border:0;
  outline: 0;
  box-shadow: none;
  color:#fff;
}
.recharge-form .table td, .recharge-form .table th{
  border-top:0;
  /* background-color:#ffffff2b; */
}
.fast {
    border-radius: 0 40px 40px 0;
    width: 50%;
}
.security {
    border-radius: 40px 0 0 40px;
    width: 50%;
}
.random-results-home p{
  font-size: 14px;
  color: var(--top-up-select-btn);
}
.price-section .form-control:focus {
    background-color: #afccf1;
}
	.form-group i {
		border-radius: 50%;
    	position: absolute;
    	top: 17%;
    	left: 3%;
	}

	.form-group i.hns {
    	position: absolute !important;
		top: 50% !important;
    	left: 90% !important;
    	font-size: 20px;
    	transform: translate(-2%, -50%);
    	cursor: pointer;
	}

	/* User Header Section with username. notification & userimage  */

	.user-header {
		background-color: #ffffff;
	}

	.noti-box {
    	width: 50px;
    	height: 50px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	position: relative;
	}

	.noti {
   	 	font-size: 1.5rem;
	}

	span#noti-count {
    	background-color: blue;
    	color: white;
    	font-weight: bold;
    	font-size: 12px;
    	padding: 0 5px;
    	border-radius: 50%;
   	 	border: 2px solid #ffffff;
    	position: absolute;
    	top: 0;
    	right: 10%;
	}


  /* New CSS--24-06-25 */
.main{
  background: var(--dark-blue) !important;
}
.row {
    background-color: transparent !important;
}
.icard {
    box-shadow: none;
}
.card {
      border-radius: 15px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); 
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center; 
  }
  .card::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
      );
      transform: rotate(25deg);
      animation: shine 3s infinite;
      pointer-events: none;
  }
  .title {
      font-size: 2.2em;
      font-weight: bold;
      text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
      margin-bottom: 10px;
      letter-spacing: 1px;
      text-transform: uppercase;
      z-index: 1;
  }
  .game-image-cs {
      margin: 0px 0 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; 
      height: auto;
      z-index: 1; 
  }
  .gold{
        background:linear-gradient(45deg, #ffeb3b, #ffeaad, #ffc107, #ffdc73, #ffeb3b);
          border: 2px solid #a0522d;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); 
  }
  .silver {
          background: linear-gradient(to bottom, #fffde7, #c0c0c0);
        border: 2px solid #ffffff;
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  }
  .diamond {
      background: linear-gradient(45deg, #e0f8ff, #a1e0ff, #b9f2ff, #ffffff) border-box;
      border: 2px solid #a1e0ff;
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  }
  .platinum { 
      background: linear-gradient(45deg, #ffffff, #f5f5f5, #797979, #f5f5f5, #ffffff);
      border: 2px solid #d3d3d3;
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  }
  .card.silver .title {
      color: #4d4d4d;
  }
  .card.gold .title {
      color: #8b6d00;
  }
  .card.diamond .title {
      color: #005f7a;
  }
  .card.platinum .title {
      color: #4d4d4d;   
  } 
  .icard img {
      max-width: 100%;
      filter: drop-shadow(2px 4px 6px #ffc107);
  }
  .footer {
      right: 0;
      margin: 0 auto;
  }
  .footer, .main, .main_container{
      max-width: 420px !important;
      width:100%;
  }
  .game-container {
      max-width: 420px;
      width: 100%;
      padding: 0 1rem;
      background-color: var(--dark-blue) !important;
      padding-bottom: 3rem;
  }
  .profile-container {
    padding-bottom: 6rem;
}
  .app{
      min-height: 100vh;
      height: fit-content;
      background-color: var(--dark-blue) !important;
  }
  .main-wallet-conn, .myma{
      border-radius: 1rem;
      padding: 1rem;
      /*border: 2px solid var(--btn-border);*/
      background: var( --time-left-gradient);
      color: #fff;
      /*box-shadow: inset 0px 0px 60px 5px #030049;*/
  }
  .dark-theme .sys-time-left {
      border-radius: 1rem;
      padding: 1rem;
      color: var( --white);
      box-shadow: 0 4px 15px rgb(205 205 205 / 37%);
      outline: 2px dashed #f2f2f23d;
      outline-offset: -5px;
      background: var( --time-left-gradient);
  }
  .sys-time-left .sys-time-left-inner {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .flex-1 {
    flex: 1;
  }
  .text-right .time-remaining, .text-right .sys-user-id {
    opacity: 80%;
    font-size: .7rem;
    margin: 11px 0;
  }
  .text-right .sys-user-id{
    font-size: .8rem;
  }
  .how-to-play, .sys-header-deposit{
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 9999px;
    padding: 0.4rem 1.5rem;
    font-size: 0.8rem;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
    color: var(--white) !important;
    font-weight: 600;
    text-decoration: none !important;
  }
  a.sys-header-deposit {
    display: none;
}
  .how-to-play:hover, .sys-header-deposit:hover{
      background-color: rgba(0,0,0,0.4);
  }
  .time-container {
        margin: 1.1rem 0;
    }
  .timer-box {
      background-color:var(--timer-box-background);
      border-radius: 0.3rem;
      padding: 3px 7px;
      border: 1px solid var(--timer-box-border);
      font-size: 1.1rem;
      font-weight: 800;
      margin: 0 2px;
      box-shadow: 0 0px 9px var(--timer-box-shadow);
  }
  .sys-betting-row{
    margin: 10px 0px 0;
    border-radius: 15px;
    position: relative;
    /* overflow: hidden; */
  }
  .sys-number-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 15px 0 0;
    max-width: 360px;
}
.footer .d-flex {
    align-items: center;
}
.chip {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1.75rem;
      color: var( --white);
      position: relative;
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
      /* box-shadow: inset 0 -4px 6px rgba(0,0,0,0.4), 0 4px 8px rgba(0,0,0,0.3); */
      text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  }
  .chip::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 2px solid #ffffff91;
      border-radius: 50%;
  }

  .dark-theme .chip-blue { background: var( --chip-blue)}
  .sys-betting-multiple {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
  }
  .action-btn, .bet-options button, .bet-quantity button{
      border-radius: 0.5rem;
      padding: .5rem .5rem;
      font-weight: 700;
      transition: all 0.2s;
      text-transform: uppercase;
      font-size: 0.8rem !important;
      border: 2px solid transparent;
      /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
      background: transparent;
  }
  .action-btn.random {
      border-color: #f59e0b;
      color: #f59e0b;
      background-color: transparent;
  }
  .action-btn.random:hover {
      background-color: #f59e0b;
      color: var( --white);
  }
  .action-btn:focus{
    box-shadow: none;
    outline: none;
  }
  .action-btn.active, .bet-options button.active{
      background:var(--bet-options-bg);
      color: var(--white);
      border-color: rgb(162 194 235);
      opacity: 1;
      font-size: 16px !important;
      padding: .20rem .50rem;
  }
  .action-btn.inactive {
      background-color: #3f3f46;
      color: #a1a1aa;
      border-color: #52525b;
  }
  .action-btn.inactive:hover {
      background-color: #52525b;
      color: var( --white);
  }
      
  @keyframes shine {
      0% {
        transform: translateX(-100%) rotate(25deg);
      }
      100% {
        transform: translateX(100%) rotate(25deg);
      }
  }
  .btn-withdraw, .btn-deposit{
      font-size: .9rem;
      padding: 0.6rem;
      border: none;
      border-radius: 50px !important;
      color: var( --white);
      cursor: pointer;
      position: relative;
      overflow: hidden;
      min-width: 115px;
      font-weight: 600;
  }
.btn-withdraw:hover, .btn-deposit:hover {
    text-decoration: none;
    color:var( --white);
}
  .wallet-txt {
      font-size: 14px;
      font-weight: 600;
  }
  .main-wallet-price span {
      font-weight: 800;
      font-size: 20px;
      color:var(--white);
  }
  .wallet-txt{
      color:var(--white);
  }
  .btn-withdraw {
    background: linear-gradient(to bottom, #ff4c4c, #b40d0d) !Important;
    text-shadow: 1px 1px 0 #d32f2f;
    box-shadow: inset -3px -3px 6px rgba(255, 255, 255, 0.3), inset 3px 3px 6px rgba(0, 0, 0, 0.2), 0 4px 0 #b40d0d;
  }
  .wallet-button-group{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
  }
  .btn-withdraw::before, .btn-deposit::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: radial-gradient(#ffffff 15%, transparent 16%);
    background-size: 8px 8px;
    opacity: 0.2;
  }
  .btn-deposit {
    background: linear-gradient(to bottom, #0f5e2d, #0c7a35) !important;
    text-shadow: 1px 1px 0 #0e5628;
    box-shadow: inset -3px -3px 6px rgba(255, 255, 255, 0.3), inset 3px 3px 6px rgba(0, 0, 0, 0.2), 0 4px 0 #055e26 !important;
} 
.btn-withdraw:active {
    transform: translateY(2px);
    box-shadow: inset 2px 2px 6px rgba(0,0,0,0.2);
}
.sys-betting-color-tabs {
    display: flex;
    justify-content: space-around;
}
.sys-betting-color-inner.betting-green {
  background-color: #339e5a;
}
.sys-betting-color-inner.betting-violet {
    background: #9139e0;
}
.sys-betting-color-inner {
    padding: .7rem 2rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #636363;
    outline-offset: 3px;
}
.sys-betting-color-inner.betting-red {
    background: #d43131;
}
.Betting__C-foot-b, .Betting__C-foot-s {
    max-width: 165px;
    height: 40px;
    line-height: 0.96rem;
    text-align: center;
    font-size: 17px;
    color: var( --white);
    width: 100%;
}
.Betting-foot-btns, .Betting__C-foot-b, .Betting__C-foot-s{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Betting__C-foot-s {
    background-color: #12aaff;
    border-radius: 0 20px 20px 0;
}
.Betting__C-foot-b {
    background: #ff7f00;
    border-radius: 20px 0 0 20px;
}
.header-btns {
    display: flex;
    gap: 10px;
}
.cs-row-inner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 13px;
}
.cs-row-inner, .nav-top{
    /* border-bottom: 1px solid var(--footer-border) ! Important; */
    background-color: var(--footer-bg) ! Important;
}
.notifications i {
    font-size: 25px;
}
a.sys-login-btn, .sys-register-btn {
    padding: 7px 5px;
    width: 90px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.sys-login-btn:hover, .sys-register-btn:hover {
    text-decoration: none;
}
a.sys-login-btn:hover{
  color: #000;
}
 .sys-register-btn:hover{
  color: var( --white);
 }
a.sys-login-btn {
    border: 1px solid #000000;
    color: #000;
}
.sys-register-btn {
    background: linear-gradient(152deg, #000000, #373636, #000000, #000000, #5a5a5a);
    color: var( --white);
    border: 1px solid #000;
}
.cs-row-inner .logo img {
    width: 100px;
    height: 40px;
    object-fit: cover;
}
.sys-card {
      max-width: 400px;
      margin: 20px auto;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    }
    .sys-table td,
    .sys-table th {
      vertical-align: middle !important;
      padding: 0.5rem !important;
      font-size: 0.9rem !important;
    }
    .sys-card .table .thead-light th {
        color: var( --white) !important;
        background-color: #5890d8 !important;
        border-color: transparent !important;
    }
.sys-card-footer .btn-danger {
    color: #fff;
    background-color: #5890d8;
    border-color: #5890d8;
}
.sys-card-footer .btn-danger:hover, .sys-card-footer .btn-danger:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #72a7ec;
    border-color: #72a7ec;
}
.sys-card-footer .btn-danger.focus, .sys-card-footer .btn-danger:focus, .sys-card-footer .btn-danger:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 .2rem rgb(158 189 229);
}
    .sys-badge {
      font-size: 0.75rem;
      padding: 0.75em 1.4em !important;
      border-radius: 40px !important;
    }
    .sys-card .badge-danger {
        background-color: #c62828 !important;
    }
    .sys-card .badge-success{
        color: var( --white);
        background-color: #1a9949;
    } 
    .sys-dot {
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 50%;
    }
    .sys-bg-red {
      background-color: #cd2a2a;
    }
    .sys-text-purple {
      color: #8e36de;
    }
    .sys-card-footer {
      background-color: var( --white);
      padding: 0.6rem;
      color: #5890d8;
    }
    .sys-card-footer button {
      width: 35px;
      height: 35px;
      border-radius: 40px;
      padding: 0;
      font-size: 1.1rem;
      vertical-align: middle;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .sys-muted {
      font-size: 0.8rem;
      font-weight: 700;
    }
     .sys-game-nav-tabs {
      display: flex;
      justify-content: space-around;
      border-bottom: 2px solid #dee2e6;
      background-color: #5890d8;
      border-radius: 10px 10px 0 0;
      padding: 10px 0 0;
    }

    .sys-game-nav-tabs .nav-link {
      flex: 1;
      text-align: center;
      padding: 0.75rem;
      color: var( --white);
      font-weight: 600;
      border: none;
      border-radius: 0;
    }

    .sys-game-nav-tabs .nav-link.active {
      background-color: var( --white);
      color: #f87171;
      font-weight: 700;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }

  .sys-tab-pane {
      padding: .7rem;
      border: 1px solid #dee2e6;
      border-top: none;
      background: var( --white);
      border-radius: 0 0 10px 10px;
  }
.fade:not(.show) {
    display: none;
}
.d-color{
    background: linear-gradient(150deg, #dc3636 50%, #8f36de 50%);
}
.sys-marquee-container {
    height: 60px;
    overflow: hidden;
    position: relative;
    background: var( --white);
    border-radius: 8px;
    padding: 10px;
    font-size: 0.9rem;
    margin-bottom: 10px;
    border: 1px solid #676767;
    box-shadow: 0 4px 15px rgb(255 255 255 / 30%);
}

.sys-marquee-content {
  position: absolute;
  animation: sys-marquee-up 3s linear infinite;
  font-size: 12px;
  color: #ff0000;
  line-height: 1.1rem;
}
.tracking-wider {
    font-weight: 700;
    font-size: 18px;
}
.time-container .font-bold {
    font-size: 20px;
    font-weight: 700;
}
@keyframes sys-marquee-up {
  0% {
    top: 100%;
  }
  100% {
    top: -100%;
  }
}
.sys-timer-selection {
  /* background: #ffe5e5; */
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 10px;
  gap: 10px;
}

.sys-timer-item {
  background: #ffffff0d;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all ease;
  flex: 1;
  /* margin: 0 5px; */
}

.dark-theme .sys-timer-item.active {
  background:var(--timer-gradient);
  color: var(--white);
}

.sys-timer-icon {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: var(--white);
}

.sys-timer-item.active .sys-timer-icon {
  color: var(--white);
}

.sys-timer-label {
  font-size: 0.7rem;
  font-weight: 600;
}
.upi-con, #upiadded{
    margin-top: 15px;
    background: var(--sys--betting-options) !important;
    width: 100%;
    margin: 0px;
    border-radius: 10px;
    border: 0;
    transition: all 0.2s ease 0s;
    border: 2px solid #6ea2e4;
    position: relative;
    cursor: pointer;
}
#bcard, #paycard, #wdcard{
  cursor: pointer;
}
#upiadded .xtl {
    text-align: center;
}
.sys--check-cs {
    position: absolute;
    right: -9px;
    top: -3px;
}
.nav-tabs .nav-link.active {
    color: #5890d8;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
td.result-numbers-t span {
    width: 25px;
    height: 25px;
    display: inline-flex;
    background-color: #94bbed;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    vertical-align: middle;
    line-height: normal;
    font-size: 15px;
}
td.result-numbers-t {
    color: #ffffff;
    font-weight: 700;
}
.details-my-h {
    border-radius: 15px;
    background-color: #f7f7f7 !important;
    color: #484848;
}
.details-my-h div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background-color: #e3efff;
    padding: 5px 14px;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #efefef;
}
#upiadded .tfcdb {
    display: flex;
    justify-content: space-between;
}
.sys--bc-name, .sys--bc-details{
    font-size: 16px;
    font-weight: 400;
}
#withForm select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 40px 10px 20px;
    border: 1px solid #a2c2eb;
    border-radius: 8px;
    font-size: 16px;
    /* background-color: #fff; */
    background-image: url('data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjNDk1MDU3IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxODVweCIgaGVpZ2h0PSIxODVweCIgdmlld0JveD0iMCAwIDMwLjcyNyAzMC43MjciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0cm9rZT0iIzQ5NTA1NyI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxnPiA8cGF0aCBkPSJNMjkuOTk0LDEwLjE4M0wxNS4zNjMsMjQuODEyTDAuNzMzLDEwLjE4NGMtMC45NzctMC45NzgtMC45NzctMi41NjEsMC0zLjUzNmMwLjk3Ny0wLjk3NywyLjU1OS0wLjk3NiwzLjUzNiwwIGwxMS4wOTUsMTEuMDkzTDI2LjQ2MSw2LjY0N2MwLjk3Ny0wLjk3NiwyLjU1OS0wLjk3NiwzLjUzNSwwQzMwLjk3MSw3LjYyNCwzMC45NzEsOS4yMDYsMjkuOTk0LDEwLjE4M3oiLz4gPC9nPiA8L2c+Cg08L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    cursor: pointer;
}
#withForm select.form-control::-ms-expand {
  display: none;
}
.sys-recharge-record h3 {
    font-size: 1.20rem;
}
.transaction_id {
    font-size: 14px;
    text-align: right;
}
.nav-top .fa-chevron-left {
    font-size: 16px;
    cursor: pointer;
}
@media (max-width: 768px) {
      .title {
          font-size: 1.8em;
          margin-bottom: 8px;
      }
  }

  @media (max-width: 480px) {

      .title {
          font-size: 1.5em;
          margin-bottom: 5px;
      }
      .sys-table td,
      .sys-table th {
        font-size: 0.8rem;
        padding: 0.3rem;
      }

  }

  @media (max-width: 320px) {
      .title {
          font-size: 1.3em;
      }
  }




 .bet-modal-backdrop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.bet-modal-content label{
    color: var( --white);
    margin-bottom: 0;
}
.bet-quantity button, .bet-modal-content .bet-section.agree label{
    margin: 0 !important;
}
.bet-header {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    background: #ffffff69;
    color: var(--white);
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 1rem;
    z-index: 3;
    position: relative;
    box-shadow: 0 0px 10px rgb(255 255 255 / 82%);
}

.bet-selected {
    text-align: center;
    margin: 2.5rem 0 1.3rem;
    font-size: 1.3rem;
    background:var(--bet-selected);
    /*-webkit-text-fill-color: transparent;*/
    -webkit-background-clip: text;    
}
.bet-section input[type=radio] {
    width: 18px;
    height: 20px;
    accent-color: #2c77d7;
}
.bet-section {
  margin-bottom: 1rem;
  justify-content: space-between !important;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.sys-betting-row .bet-section.multiplier-section {
    margin-bottom: 0;
}
.bet-options button,
.bet-quantity button {
  /* margin: 3px; */
  border: none;
  background: #b9b2ff29;
  color: var(--white);
  border: 2px solid var(--white);
  font-weight: bold;
  cursor: pointer;
  padding: .48rem .7rem;
  opacity: 0.7;
}
.bet-quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ffffff36;
  border-radius: 5px;
}

.bet-quantity input {
    width: 25px;
    height: 30px;
    text-align: center;
    margin: 0;
    background-color: transparent;
    color: var( --white);
    border: 0;
}
.bet-quantity button#qtyPlus {
    border-radius: 0 5px 5px 0;
}
.bet-quantity button#qtyMinus{
    border-radius: 5px 0 0 5px;
}
.bet-quantity button#qtyMinus, .bet-quantity button#qtyPlus {
    box-shadow: none;
    border: 0;
    outline: 0;
}
.agree {
  display: flex;
  align-items: center;
  gap: 10px !important;
}

.agree input[type="checkbox"] {
  margin-right: 6px;
}

.rules {
  color: var(--rules-txt);
  font-size: 0.9rem;
}

.bet-footer {
    display: flex;
    padding-top: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.nav-tabs .nav-item {
    margin-bottom: -1px !important;
    width: calc(50% - 10px);
    margin: 5px;
}
.cancel-btn {
  background: #ffffff38;
}
.confirm-btn{
    background: var( --chip-blue);
    color: var(--white) !important;
    font-weight: 500;
}
.confirm-btn, .cancel-btn {
  flex: 1;
  color: var( --white);
  padding: 13px 0;
  border-radius: 0;
  border: none;
}
.bet-options button.active:focus{
    outline: none;
}
.bet-modal-content {
    overflow: hidden;
    background: var(--bet-modal-bg);
    color: #000;
    width: 100%;
    max-width: 420px;
    border-radius: 20px 20px 0 0;
    padding: 1rem;
    animation: slideUp 0.3s ease-out;
    position: relative;
    z-index: 1;
    height: auto;
    padding-bottom: 50px;
}
.bet-modal-content::before,
.bet-modal-content::after {
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
  width: 200%;
  height: 100px;
  background: linear-gradient(54deg, #7fb9ff, #0054c0ad);
  border-radius: 100%;
  z-index: 0;
  transform: translateX(0%);
}


.bet-modal-content::before {
  animation: waveBefore 6s linear infinite;
}

.bet-modal-content::after {
  animation: waveAfter 8s linear infinite;
  background: linear-gradient(180deg, #a3ccfe, #4696fd8c);
}
@keyframes waveBefore {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

@keyframes waveAfter {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}
.betting-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(32 28 28 / 33%);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

.betting-overlay-inner {
  color: var( --white);
  animation: fadeIn 0.5s ease-in-out;
}
.overlay-counter span {
    font-size: 7rem;
    position: relative;
    font-weight: bold;
    padding: 0;
    background-color: #00000054 !important;
    background: var(--chip-blue);
    border-radius: 8px;
    width: 6rem;
    height: 10rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
}
.overlay-counter span:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #50505030 !important;
    border-radius: 15px;
}
.overlay-counter {
    display: flex;
    gap: .5rem;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.cls-1 {
    fill: var(--rules-txt);
    fill-rule: evenodd;
}
.confirm-btn:focus, .cancel-btn:focus{
  outline: none;
}
.sys-time-left-inner .sys-number-box {
    justify-content: flex-start;
    background-color: var(--sys-number-box);
    border-radius: 40px;
    padding: 3px 3px;
    width: fit-content;
    gap: 4px;
    box-shadow: 0 0px 6px var(--sys-number-box-shadow);
    outline: 1px solid var(--sys-number-outline);
    outline-offset: 5px;
    margin: 0 -2px;
}
.sys-time-left-inner .chip {
    width: 21px;
    height: 21px;
    font-size: 12px;
    pointer-events: none;
}
.dark-theme .sys--betting-options {
    background-color: var(--sys--betting-options);
    border-radius: 20px;
}
.sys-time-left-inner .chip::before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid rgb(249 249 249 / 56%);
    opacity: 0.7;
}
.footer {
    border-top: 0 ! Important;
    background-color: var(--footer-bg) ! Important;
}
.nav_icon, .notifications{
    background: var(--white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.nav__text {
    background:var(--white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bet-section {
    gap: 2rem;
}
.bet-options {
    gap: 5px;
}
.dark-theme, body{
    height: auto;
    background-color: var(--body-bg) !important;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.walifo {
    background-color: var(--sys--betting-options) !important;
}
.walifo .tfcdb {
    color: #ffffff;
    line-height: normal;
}
.tfcdg {
    color: #fff !important;
}
#u_id{
    color: #fff;
}
.bet-quantity input:focus-visible{
  outline:0;
}
.CheckR, .taskR{
    background-color: var(--sys--betting-options) !important;
    color: #ffffff;
}
.CheckR img, .taskR img{
    background-color: #e9e9e92b;
    padding: 5px;
    border-radius: 40px;
}


.gradient-border-box {
    background:  var(--btn-bg);
}
.gradient-border-box i {
    background: var(--white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rc-wal, .wd-bal, .wdcom{
    padding: 0 30px  !important;
}
.login-container{
    background-color: var(--dark-blue) !important;
}
/* .login_header h4, .login_header p {
    color: var(--login-txt-header);
} */
.login_header h4{
    font-size: 20px;
}
.recharge-balance .price, .recharge-balance .price small{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}
.select-amount-txt {
    font-size: 18px;
    text-align: left;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 0px white inset !important;
}
.profile-header {
    border-radius: 20px;
}
.profile-header h6, .profile-header p{
    font-weight: 400;
}
.profile_list.logout-btn a, .mcpl span, .btn-primary, .login-btn{
    border-radius: 40px !important;
    color: var(--white) !important;
    width: 100%;
    display: block !important;
    font-weight: 500 !important;
    transition: 0.3s all ease !important;
    /* background-color: var(--sys--betting-options) !important; */
    border:0 !important;
    background: var(--btn-bg);
    /* box-shadow: inset 0px 0px 60px 5px #030049; */
    padding: 10px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary:focus{
  box-shadow: none !important;
}
#bcard {
    border: 0 !important;
}
.logout-btn a:hover, .mcpl span:hover, .btn-primary:hover{
    background-color: var(--primary-btn-c) !important;
    color: var(--white) !important;
    border-color: #231a7a !important;
}
 .active-tab{
  border-bottom: 3px solid #a39fff;
  color: #fff !Important;
}
.invwc {
    background: #a3a0ff ! Important;
}
.myma {
    background-color: var(--agent-bg) !important;
    /* border: 0 !important; */
}
.upi-con .xtl {
    text-align: center;
}
.add-bank .form-group label {
    color: var(--white);
}
.add-bank .fg-rounded, .add-upi .fg-rounded{
    padding: 12px 20px 15px;
    height: 100%;
}
.add-upi .fg-rounded {
    color: var(--white);
}
.about-us .heading, .about-us{
  color: var(--white);
}
.about-us .heading{
    background-color: var(--footer-bg) ! Important;
    padding: 15px;
    /* border-radius: 40px; */
}
#betSuccessMsg {
    background-color: #00000096;
    color: white;
    padding: 10px;
    border-radius: 8px;
    font-weight: 500;
    z-index: 99999;
    position: absolute;
    width: max-content;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    position: fixed;
}
#betModal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  display: none;
}

#betModal.show {
  opacity: 1;
  transform: translateY(0);
}
.isl .sys-WinningTip-conn {
   background-image: url("../images/lose-img.png");
}
.sys-gameDetail {
    font-size: 11px;
    color: #6b6b6b;
}
.sys-WinningTip-conn {
    background-image: url("../images/win-img.png");
    position: absolute;
    width: 18rem;
    height: 25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    padding-top:7.33333rem;
    text-align: center;
}
.sys-winning-title {
    font-size: 24px;
    margin-bottom: 1.8rem;
    font-weight: 700;
}
.sys-win-overlays {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}
.sys-win-overlays.active {
  opacity: 1;
}
.sys-winning__r-number {
    padding: 0 2rem;
    gap: 15px;
    margin: 0 0px 30px;
    font-size: 12px;
}
.isl .sys-winning__r-number {
    margin: 0 0px 30px;
}
.sys-winning__r-number .chip {
    width: 35px;
    height: 35px;
    font-size: 1.22rem;
}
/* .sys-winning__r-number .chip-blue {
    background: #6fa4e6;
} */
 .isl .sys-winning-title, .isl .sys-winning__r-number, .isl .auto-close-con{
    color: #587ba4;
}
.closeBtn {
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.closeBtn i {
    font-size: 28px;
    color: #ffffff;
}
.isl .sys-result-txt {
    font-weight: 700;
    font-size: 24px;
    color: #587ba4;
    text-align: center;
    margin-bottom:10px;
    padding-top: 0.4rem;
    display: block;
}
.sys-result-txt{
  display: none;
}
.isl .bonus{
  display: none;
}
.bonus {
    font-weight: 700;
    font-size: 20px;
    color: #f54a32;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 0;
}
.isl .sys-head{
  display: none;
}
.bonus i {
    font-size: 18px;
}
.auto-close-con {
    position: absolute;
    bottom: 30px;
    left: 40px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}
.auto-close-con .acitveBtn {
    width: 8px;
    height: 8px;
    background-color: #ffffff8a;
    border-radius: 40px;
    border: 1px solid #fff;
}
.sys-head{
  font-weight: 700;
  color: #f54a32;
  margin-bottom: 4px;
}
.walifo {
    height: 126px;
    margin: 0 !important;
    margin-top: 16px;
    background-color: white;
    align-items: center;
}
.gisv:hover {
    transform: scale(1.1)
}
.jcrdg {
    display: grid
}

.gisv {
    height: 17px;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s;
    margin-left: 6px;
    vertical-align: baseline;
    filter: invert(1);
}
.ddavc {
    display: flex;
    align-items: center
}
.rc-wal,.wd-bal,.wdcom {
    text-align: center;
    line-height: 40px;
    color: #fff;
    height: 40px;
    width: -webkit-fill-available;
    max-width: 154px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 45px;
    border-radius:26px
}

.wd-bal {
    /* background-image: linear-gradient(to right, #000000, rgb(11, 197, 244)); */
    margin-top: 10px;
    /* color: #fff */ 
}

#u_id,#u_mob,#u_nam {

    font-family: monospace

}
.nav-top{
    /* border-bottom: 11px solid #20c997; */
  }
  .dhkm {
      z-index: 99;
      position: relative;
  }
  /* .utr-enter {
      position: relative;
      top: 20px;
  } */
  .utrfield {
      border-radius: 1px;
      width: 200px;
      height: 40px;
      border: none;
      background: #f5f5f5;
  }
  .btn-sub {
      background: radial-gradient(circle, rgba(255,143,0,1) 96%, rgba(205,154,88,1) 100%);
      z-index: 99;
      position: relative;
      bottom: 2px;
      height: 40px;
      width: 70px;
      border: none;
      color: white;
      font-weight: 500;
      border-radius: 5px;
  }
  .gsbgi {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .zooani {
      animation: zoominoutsinglefeatured 1s infinite;
  }
  .lhsu {
      height: 120%;
      width: 6px;
      background: #bebebe;
      margin-top: -9px;
  }
  #payment .btn {
      width: 80%;
      max-width: 320px;
      height: 42px;
      display: block;
      text-align: center;
      color: grey;
      padding: 0;
      margin: 10px auto 0;
      font-weight: 700;
      font-size: 30px;
  }
  .follow {
      background: url(https://ekywin.com/assets/pr/icons/telegram.png) no-repeat center;
      background-size: contain;
  }
  .fdwal, .about, .support, .follow, .odhis {
      height: 22px;
      min-width: 22px;
      margin-left: 5px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: bottom;
  }
  .btn-con.newod, .btn-con.cls, .btn-con.rc {
      color: #fff;
      background: #6600AC;
      box-shadow: #0000004d 0px 0px 8px;
      border-radius: 8px;
      height: 45px;
      line-height: 45px;
      font-size: 18px;
      font-weight: 700;
      width: 100%;
      text-align: center;
  }
  .btn-con.rc {
      background: #fff;
      color: #666;
      box-shadow: #0000004d 0px 0px 4px;
  }

.main-amt, .pamod, .txn-no{
    position: static !important;
    float: none !important;
}
.txn-no {
    color: #000000 !important;
}
.sys-recharge-sec, .upi-payment-step{
    background-color: var(--white);
    margin-top: 15px;
    padding: 20px 20px 30px;
    border-radius: 15px;
}
.utr-conn, .utr-conn .utrfield{
    width: 100%;
}
.utr-conn .utrfield {
    border-radius: 10px;
    border: 1px solid #c8c8c8;
    font-size: 12px;
    font-weight: 500;
    padding-left:15px;
}
.utr-conn .utrfield:focus{
  outline: none;
}
.upi-payment-step {
    padding: 5px 20px;
}
.upi-payment-step .tf-18 {
    font-size: 14px;
    font-weight: 500;
}
.upi-payment-step .gsbgi {
    flex-direction: column;
    width: 100%;
    padding:0;
}
.upi-payment-step .btns {
    width: 100%;
}
.upi-payment-step .btn-sub {
    width: 100%;
    max-width: 100%;
    position: static;
    border: 2px solid var(--btn-border);
    background:  var(--btn-bg);
    border-radius: 40px;
    height: 100%;
}
.upi-payment-step .row {
    margin: 0;
}
.utr-txt{
  gap: 10px;
}
.sys-draw-inactive {
  opacity: 0.5;        
  filter: grayscale(100%);
  position: relative;
}
.modal-content{
    background-color: var(--sys--betting-options) !important;
    /* box-shadow: inset 0px 0px 60px 5px #030049;
    border: 2px solid var(--btn-border); */
}
.modal-footer{
  border:0 !important;
}
#cancelModal .btn.btn-secondary, #withdrawmodal .btn.btn-secondary {
    background-color: #cccccc42;
    border: 0;
}
.close span {
    color: var(--white) !important;
}
 button.close {
    outline: none !important;
}
.sys-draw-inactive:before {
    content: "Unavailable";
    position: absolute;
    top: 50%;
    width: fit-content;
    height: fit-content;
    background-color: #ffffff !important;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
    padding: 6px 16px;
    border-radius: 5px;
    border: 1px solid #a5a5a5;
    font-size: 12px;
    color: #000000;
    font-weight: 700;
}
.sys-timer-item.sys-draw-inactive 
 {
    background-color: #0000007a !important;
    overflow: hidden;
}
.sys-draw-inactive:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 400px;
    background-color: #cacacaed;
    rotate: 40deg;
    transform: translate(-8rem, -41%);
}
.sys-timer-item.sys-draw-inactive:after {
    height: 223px;
    background-color: #cacacaed;
    rotate: 67deg;
    transform: translate(-6.5rem, -25%);
}
.withdraw-bal, .profile-header{
    padding: 1rem;
    /* border: 2px solid var(--btn-border); */
    background: var( --time-left-gradient);
    color: #000;
    /* box-shadow: inset 0px 0px 60px 5px #030049; */
    /* background-color: var(--sys--betting-options) !important; */
    border-radius: 10px;
}
.withdraw-bal .cust-row h6, .withdraw-bal .cust-row .price, .withdraw-bal .cust-row small{
    color: var(--white);
    font-size: 1.4rem;
}
.price-section .tfcdg {
    gap: 13px;
}
.sys-cs-col {
    background-color: var(--dark-blue);
    padding: 7px 15px;
    width: auto;
    border-radius: 40px;
    font-size: 12px;
    color: #0f0e3b;
    font-weight: 500;
}
.withdraw-con-cs .fg-rounded {
    background-color: var(--dark-blue);
    padding: 13px 54px;
}
.sys-draw-inactive .card::before {
    content: none;
}
.recharge-sub .nav-back {
    filter: invert(1);
}
#period-id {
    width: 100px;
    display: inline-flex;
    flex-direction: column;
    word-break: break-word;
}
.text-failed span, .text-success span, .text-warning .sys-waiting-txt{
    display: block;
}
.text-failed .sys-failed-txt{
    color: #fd565c;
    border: 1px #fd565c solid;
}
.text-warning .sys-waiting-txt{
  border: 1px solid #ffc107 ;
  color: #ffc107;
  outline: none;
}
.text-failed .sys-failed-txt, .text-warning .sys-waiting-txt{
    padding: 2px 14px;
    line-height: normal;
    font-size: 11px;
    border-radius: 4px;
    margin-bottom: 6px;
    text-transform: capitalize;
    width: 100%;
    background-color: transparent;
}
.text-failed .sys-fail {
    color: #fd565c;
    font-size: 14px;
    text-align: right;
} 
.text-success .sys-success-txt {
    border: 1px #28a745 solid;
    padding: 2px 14px;
    line-height: normal;
    font-size: 11px;
    border-radius: 4px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.text-success .sys-success, .text-failed .sys-failed {
    font-size: 14px;
    text-align: right;
} 
.tab-content #myhistory .table td {
    padding: 5px !important;
}
.tr-border td {
  border-bottom: 1px solid #ccc !important;
}
.upi-card {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 8px 24px;
    max-width: 300px;
    margin: 0 auto 30px;
    position: relative;
    border: 1px solid #dfdfdf;
}
.upi-label {
  font-weight: 600;
  color: #444;
  font-size: 14px;
}
.upi-id {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  word-break: break-all;
}
.copy-icon {
    cursor: pointer;
    padding: 10px;
    border-radius: 6px;
    margin-left: 10px;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-message {
  position: absolute;
  top: -35px;
  right: 10px;
  background-color: #28a745;
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease;
  z-index: 10;
}
.copy-message.show {
  opacity: 1;
  transform: translateY(0);
}
.recharge-record{
  text-align: left;
  padding: 10px;
  border-radius: 15px;
  border:0 !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
.recharge-record .badge{
  padding: .4em;
}
 .profile_list i 
{ 
    border-radius: 100%;
    font-size: 21px;
    line-height: inherit;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 3px solid #5691dc;
    font-size: 18px;
    margin-right: 10px;
    line-height: normal;
    background-color: transparent;
}
.profile_list i:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--chip-blue);
    border-radius: 100%;
    z-index: -1;
    filter: blur(0px);
}
.profile_list a { font-size: 16px; text-decoration: none; }
a .cus-border::before {font-family: 'Font Awesome 5 Free'; font-weight:900;	 content: '\f054'; position: absolute; right: 26px; top: 19px;  color: #cacce0; }
.cus-border { position: relative; border: none; margin-top: 10px !important; margin-bottom: 10px !important; }
.fa-user{
    background-color: transparent;
}
.ctr{
    display:block;
    margin:auto;
}
.sys-my-created-date {
    font-size: 10px;
    padding-top: 2px;
}
#overlay-timer .timer-box{
    width: 60px;
    height: 100px;
    padding: 10px;
    font-size: 3.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 15px;
    box-shadow: none;
    background: var(--white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    position: relative;
}
#overlay-timer .timer-box:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #0000002b !important;
    border-radius: 15px;
    z-index: -1;
}
#overlay-timer .mx-1{
    font-size: 3.7rem;
    color: var(--white);
}
 .fa-rupee-sign {
    background-color: #14C25A;
    padding: 0.375rem 0.9rem;
}
.orsection {
    padding-bottom: 20px;
}
.orsection hr {
    margin: 30px 0;
}
.orsection h5 {
    margin: -10% 175px 0;
    background-color: #ffffff;
}
.top-up-select .btn {
    display: block;
    background: #4382d3;
    padding: 10px;
    border: 2px solid #ffffff57;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 500;
    overflow: hidden;
}
footer{
    right: 0;
    margin: 0 auto;
}
.container, .container-md, .container-sm {
    max-width: 420px;
}
.fas.fa-wallet.nav_icon {
    font-size: 21px;
}
.sys--numbers-multi {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
    border: 1px solid #ffffff59;
    padding: 2px;
    line-height: 1em;
    align-items: center;
    vertical-align: middle;
    border-radius: 5px;
    background-color: #2f65a8;
    margin-bottom: 5px;
}   
.sys--withdraw-main h6 {
    font-size: 1.2rem !important;
}
.row.headermain {
    margin-left: -16px;
    margin-right: -16px;
}
.modal-content{
    background-color: #5890d8;
    border:0;
}
.sys--outline-con{
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 9999px;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
    color: var(--white);
    font-weight: 600;
    cursor: pointer;
}
.withdraw-cancel {
    display: flex;
    justify-content: center;
    width: fit-content;
    align-items: center;
    margin-left: auto;
    background-color:var(--cancel-color);
    border: 0;
    padding: 3px 10px;
    font-size: 12px;
    line-height: normal;
    border-radius: 5px;
    color:var(--white);
    /* border: 1px solid var(--cancel-color); */
    outline: none !important;
}
.sys--withdraw-p {
    font-size: 22px;
}
#withdrawmodal .modal-header .modal-title, #withdrawmodal .modal-body{
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 500;
}
.utr-conn input:-webkit-autofill{
    -webkit-text-fill-color: inherit;
}
.fa-rupee-sign {
    background-color: transparent;
    color: #000;
    padding: 0.375rem 0.9rem;
}
.tf-20 {
    font-size: 20px;
}
.tfw-7 {
    font-weight: 700;
}
.tfcdb {
    color: var(--white);
}
#upcard {
    height: 108px;
}
#upcard, #wdtnp {
    background: #fff;
    z-index: 999;
}
.ddavc {
    display: flex;
    align-items: center;
}
.xtl {
    text-align: left;
    text-align: -webkit-left;
}
.xtr {
    text-align: right;
    text-align: -webkit-right;
}
.upiTS {
    color: #fff;
    background: #ffffff29;
    padding: 6px 35px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    margin-top: 0;
    display: block;
    border-bottom: 1px solid #ffffff4a;
    text-align: center;
}
.checked {
    background: url(data:image/webp;base64,UklGRvoTAABXRUJQVlA4TO0TAAAv/8F/ECq80vateyTn0Od8luF7369hmXk3NDMzM2PP/33f3/v7meZ3DF17AhNu2Adhxq6vDANaTg3KJnRHE05oesxnMJlUX2Jm+AKFy6Q2uyeaUPGGE034lauPYFfRVEcyhhv6ALYmmsnM9jLKLfNnOgErM9vR4HEY093IFG5mthKdgGIp7mhKUVepSnmH44kazH0GctWCxqzZaDqaDjs0M9thRxup1tkydLrVR2BGLWQMHZmZ7XBAm+kQpKkydOZ4QtNAu5QvZbyrDpZ5D8JVy6Rw6RA0VXJr21a26usEh++sdb8Pd3diy2jCu6ABl8wrIHeXDiyDAuQ9uLVtq1Z+k78FwTlrnYvD958RUYGVQOoOKZlb7JKZBNq2TbsZ+bFt27Zt27bNYdv8tY04tRnVtmJ91e2GBEmS1KaqO3zLb0DsLvBT8buc/yznP8/hL3ttnOBJFTO8wwi+zptUSxlbO8ZsiykJm1IrrTZp9TOSYKTIYovFnQZOG7hq4JHFdwUDKxY2eyz+tYpnwnxPzy0KhbKlW37v6X/iw8697tnLuyTJTdIxqZ6OdLCYZKTZwgEjFwtW/iFZeyzOWRw3SrRYnIZACxapYlLuqbMKneQYXspu0qSBxejTG5iw+Nzidzh28fiaQWNEnWK2tNgDTabSjNFqoyeMPGuGTxpdbDPQ01S7t4bCKSL2O9hkKO3t2LYZvlo4v5Hs2i7JMKKhiFn1LGmzQIP3Gvzdd6fe0qxAsKiWTmZZGbkFAtListWzBjNSTqhKghQpkukw+BkBWv9aTalQWgLsl2GO4sE+o/8RroWOTCfrGdNUMx3Bm7dwq8jkKDGd0qLuHKhw28HaLLNZJmsSagetvgIxWvl4p+JDtdYY+Uw6pamBAatrIEmDq1b6UqExixkmkkVHB2EaeFliTXnmMrJ1mru3LQfq7Ksbmc/ws5U9zFXpjXhYOG7kB0h0sYGj6aR7K0cZXipUZPQDCNXIt5IF3CRVqN+xGMRq5ddrFTOS/VY0WXqNLoBkjcw3zeYh+4yiaKTT4hbItsdK+7/wj2GG9vnzIN3mmmGEEe+orcmBfrsXso3sQgN3EAmvk4bALMsOLaQh0OhTREQrT3or2PX2QUMmvgsiY8Em4lj1STZzdETIUzPqZYr7ECktPs7wiFRobOUyImZ3KrRi0PuHXyuHuNmWInWY8w5io3ubET2brezZexoX5gvXqDOwjShqgFrSxRQM2r0RounRbYQbRyg/P6JqTQM32ENXsJYMILJ+852WsgKb0tfKJ0TYJZ/FB/rPj0hbs8/GEGcCmcmItj/bxIFd0Y1GRxF1DZ6L/qnL2SYrZETeoaJlsiYh6vyLxStggBZvD0uoRPy7BvMHwAIHLObG+iX7jU6CDbY1Rpm0OFtZAiNclAavCJ9LcqcceOH5Y3uOSmkZ2OH4D4rr1uYQGKLRn0WZaNJpZQpMcVJnJPmgAtjif1o1jCI2RcQQGOOA1fgInlAyCObY0RI5pq0A9mhxdkzUuEMVGOQiG9hHDAN5Bv6ARR7DmjnReg0LQ2CTBndfI0rsuBoYZVt1jF7fygOwyjdKN0zIxGdnk4EvYJZVh48MJvAZArscMBIcFeqawTBzJREZQshqP5jmdTOxGC/ayD6wzTeLw//tMnAGjPMvKmMw+28bWKeV67Z2jIv+Wb9XAPPs20c9AtQPJFMG9jme9pNTx1h5DQb6Lv9COGtZ/AoWOvW0ZDOMUGgHE61fi2j2wbTUu4CNnq2B5gkCDbwHI11C8WHI/lODlRp9Q+//WbAtmOn50vmkKLHYpjHBKWCnp6Z1uNrqPjDUsi0oPdZg9D5YqpV7s+k80GxlBEx1UgWVXBds1cAuIjFSA8ZaQiIfBtZqIJ1Axh2Dt+SryOPwBqhgrotTYkbdJOGTwV4XfSlp3HZbMNijU3ZOYuYvwGINnG+lCwOtYLKDZGEhHGzWkGFEYQPdIT4zQNNJyf3/CUbb3kjRpKEGr4HV/mgXPRglgtk+JzlcCezWYCw148gP8Zsxa9Iyi4TBh2C4b7SP1iYbJYwFy7WygxD+GEz3bek4v9AoiesYpaSLokzFwDJGF8B2yyqpeJsp4zXaS8OaAcB6r08An1LPexYtCJ/XAvNdOXjSEAr2mwqDQj+/2MAK/zGyniJFwmZLCEADY0FjMRoiMKWRIa8ZpEcGHOUbwmU1CEGLF7LBziCLUVDWB6Bu+wVyoP4mYWJwEILwumEuBT0vCZpDvOKJzGdCFPa1hsdvw4GyHJCk/2elwezG0DB6COLwtwIjZdjmIA9/Oay/mQGBML4iJB4IkRjSmlUq/1MmtAc0LrGBCgjF1wtnTgmjJKnwomuEwkyIRaPDgbDpdLmQLw2D9TDKSvk9iHeAaAxizUo/KhuM3g3hokAgHK3p5D8nlg4r+H9xCHg6Rf/jy8mHbs8xpjkEpE1h7TfrSIh1vGZ1iMg7+MxmMmIzj7F5mEBILu8vRk5KidfydxU5x5AS+eGlsr5isA1ico6vqwkwuiEnjJJu6ycWMiEof9vPxeKfWlK8V8ZHFkJULvR8l7PMdz7vM1cjB1mZInVImVdOhpPSVP6stHjRpf6NMCouP8g3jNyQF7/vGdvkIC9P6xdGmyAwBv26ZIR2iVF/DS/3OYp93+PKMuO8Pg0yOF1mHMOjYSjqwD+Gt89hv2NdIETn+8MK/GN42ywe8+oaT/z5iv1NDUD5OYjlOQb2qf//Y+cgkxvjC/NY2KfL/iYHQHjO8+ZrHnbnnZ/o4xUBZgVvvmZgn3GI/nIeAxtwnteTr/nXkDPLk6/Z12cuBH85j30NPLdk/kBTH/yY19fYeefQY/SmD7NLTmdeg0++0z3G8GdeCYjFAPd8L+9KQca6ZwnrSkK+IOsaU4Qm60pEzu6atBZyrlTkJ5yfbcq4kpGvcj3WyGX5VjoyfWTrNLdbUpHefGsi2e9EHwjEKsdrSmNbScll3DKFY4zonMdj3d9h58R8ordn7Ku/iUDueZjbq0Zs5tnnyfHwJ2dIF4lAjj12uuQHONbHvL4BOQV+wOnppiIsTu6SrXlbCo89dw2IsLjsBIezzMiwQK07ioRYWChxx3sIsahxN9LwZCEWczPO1hPNq72Nj/1wjwT7cMenCK7A7s7ecijGosIVVmvFWBioc/abTC2ly1FYIsZiiauLR82JsYCjS1ZdV5DFCRyNNibIYr4bPlGQxXO6weiCIItLuxlrekCQxWUrXNAgyQINLjAJR1724Y5OEXrxmi4wyRRRFqs4mWVclMUcF7yfKIuVXVAmymJtF2zEnD724wOILYayDuYakWUBB3OQrM7G2pQAEdQmz6rCLD4oeSxWCrP4awfzzAuzGJs8BiaEWUxKnusIs5iRPFaWhFnUJ7+y/Lwwi+bWxEcckmaBzsTfdcLfknfu4fLiLP4/8ZUGiLO4ftJsxbo+3OEJSCoemDTzxVnMT5qUlrOucbgojTniLKy0Jz7dlDiL7+Xc5ST/xeM8PSAGxT8nfkmh4iysTie+vnhxFpdLmhcUZ2FgJvEJR8RZTEkaA2/FWZwsaaaKs2hPmsns6sMdHIO8YlHSHEWcxVGSZrE4Cwu0pDmGOItjJA1oId04hYPOryBERnYtIDYFKOc9H+XsAk/194vDrmyAusaIPC3deeeXnUddI/TFADF9+lDX+PyKURItfYahrtF5oT8npc84vCsWJU07JX2mwrqiPWn+gZCGlys/zvMj4lScLGm2paPPXBhXTEmalySjz3xI6UPv72NUGpP3nfw+FR2VsK24XNLsRERHLdQ1Hu87tXiKho5qmFa8VtLckYSOenhWfG7SWO2goMsmLCvmJI2FKgK67MKx4vWS5pbhd9km9IJk5yeNIROD77IPv4oHJv6gCEJvEgm5kbwKjfUDbzIJt7G8GNVtwm5SYVZhTfmk2SJcHv70DDsn5lP9/OAwC6ugrtSPO1mRC5YDTi/jSb++sPPOyX1KXYkfd1Yng8QwqrCy5GLaORrDp+LSybMTiAybCgMTLladEMdc+XFeHhHLYmzyGKwHmaGuhM879WGgM4H0off2AGfQPe/cCUBoqCvZ806OBqXhULFG8mQuS2qoK9HzTqvBFyA11JXoeef/ArSGO8X7ueBOIDbMKea44F6gNtSV4nWnjAO5YU3xmi44LegNZwond6Ki6xjRysjuBcS4l61QF24LgsOW4jrqBCuHQXAOt7oBz/pQu7uIyYNsc8NPgOQwpbiXowcDCprDk+Jqjm4vG4gOS5q7ibqxnuowpHg5dcROiE02fJzXJ8S6sDLiitOD7LCj+GtXGDIMdIcbxbmdPQN4EB5mFM6eXFfrRpSHF52bdXibqSgPJ4r11Bn/DdLDiOIn3HEL0B4+FKs7vOrE6cTHSR9qZxdR6mW71J0GZkB8mFCcWB3ysaA+PCgsNri96Gjyw4Livi7pB/3hQJs71aXvRX+e8O0Z8S/K1CmfCPLDgOK6rm8rP13hU/FNjh8Rd56wsKnfvKO6dRbimHbG3IGw/wZl4VFxVtdMBGlhUXF/12QMrEQwD7Wzg8g9ssqsBzcYnLbwp/heHx4uAHFhT3FhD54rSTN14U6PUa3uPQKilq/h0N1HM1IG8kJqab7zRA2gL5xpbrT64KUJDF+KH1UvMFgKAsOWYr4fNIDCuCqTvla9dJzyNZy6B8nrg8SwpKjzhQZEKA+1vYM4tnma+uJ14pOHWN8C4sjW6g2/BBrzZN/fSJCHPz0HIsm9/KE8j7h8+lh3d4hlj+HTE0n6ElAZXhTvpx6RCoNAZlhRjPOJlsl0hhOtqlCfvBPoDB+KT1evuD8IDRua21398iUpDROKy6lnrIIoZCPOPY2uka3T3EOkhgU9ypHUN88PUsOAwsKQescpQH4e6+4WiCtnV/9cgfq8K//uPf5cEJvIF/f1kdZ/oDZx79Ez6qNnBbWJeWElVb2k+kXJTcTbM1v99CQgN9EuTu7tQwVvpjex7jG+QX31PUBv4lwYPaLesi4ozqOfXwIRZqL66+8TnAdZ20SMa3VaPeY1ISJr1We3lhBt6jUpwkVGj53Fb19QPnyVes44+XAC9d0jSIcfVe+5vnQo9p/sdUT0UfAv8ssagl8iGVbWIDh7Xi4cY00Nw+eUC6+mgTDNAk0qWCH3ayieRSp8hwbD0iqZMPVIGo5W06TypFEComJbibB5RkPShK4CIXc1DcvjyINf0MAof1Fp0LNAQ/OW0iBNJGtwVGwuC14yo+FpTPOcJMin86KnIXpHSXAnDZLORXKgqlrD9MPkgNUQDZTsTlKgRoN1jFGSDPjZaRquhkyUwvdCdjUZPF6koGns4T+T+zVse/mPxQAN3S35/7jZg+fut+A9Rhc7NXzn8v7NJvdVCvxezvOxSgITGH8E+iVblAa32Yjt55lso1S4Fdf5WqVDi/t5zkwlhOGl7OM5zpRKpcR95mos5jcGqGspLa7Cb3qVGsdym8soOUyYxWu6W5QeU6TI2TjNkgVKke+0mM8sPoXS5Kp8Ptr0H0qVH8tlvlXJonU1HmN1ulXp8ibvxWF+/eJKmaf9c/5S36C0OXEMd7FAW16p8weOwVumX0Lps4m3/3ArpdCz8HZkURLJfiJf6VAivYbVabaeX/60K8mi0qV9TJ1TplLp9FPW5igzOpVS774tPynbQmm1/9e5yannKrWWF3jJ+RqVXke/Cyd5uVQorRS7+1Q+8p/DS2WVZr/0C9g4oYw15ZVq12Rilnyp0u23vxcH+YcGpdy5a/OPbRuVdm/ymewbWmILpd6lRi/xjsvtqPTbtTLrjjRWagxs+T++8Y7X0DjYOpNrnCSj0bCumWVzCRVpTPwshk1Vb4D6TRoXJ1axa0DZU2hsnDaDWYNKjdb4uOMkTrHZxTVGVlyGT3zvNTRSzjsGk84t+22Nl+koll/AIW5xAo2ZjT/KH7ZeQ+NmhZFm9pxa1qLR86RDnGEgDTEaQ1OkToEvvNfZNY52TuIK61VrLM02seS3BuqyGlHX3JwfvNHZNa5OuFOOGQPKdBxJo+svsmIf1C3GaYxd8Bd84EvW0DibnTfAhKEEfzur0fZfvooFO5o31Zibbdoo9hgl1WU08jaeN+5M+gZlgGkInBzxxaI1KQ/sP3+sea27Kxs0gc/LRfl88oXKCSuLXjS6G5slE5QZlkf2j2q+XRniCSI6RsWvf7zyxIq6o0RynVh1FcoW+8fmI7g29Kt/irLG075W5I5H52rur+xxYtQGqmk7hbLI4peMFS/4y8omi8tixPhMVhll65UK0XlLeW+rMstlsiZhYVRepqy3QjlmcXc0FgmxMKtcs7YmBluhbesr6zz7+Ykfq6C55hTKPv9ljtENwteEefpvVxbalYbAH6WZvqYjKR/doIPcRa1c9rXWV2ZaXUfqPFZTS+6uDLV13JsR+etDVg5f4mnfS85Vb9vb1kzehkZ3022Vt5bXbU7asYWSBuWwEz+/nqihgi12b6BsNrNBya+T8y7yOxVXKLNtqOumY6f0tiUbKM8d3VQznYDpIbrrypXzLi0e7MsFTKEjDYHVKgD7Mx0vF+TFnrxW0zeoINz02ltWBfUQ5/55lS9Vgdi4sKRtKID5gLrv1FuqgrG1tPdOff7umyycv662RSVkS2mm5LW2zfu1T6ntTk21S1VYHmmDVQffY1vn66Db6I1WttJ4UhvoVqrkrGwobho8f1shn/SQMH01RolFmQ0asypHWxqvfAcT+FzJSsF5Ov55nRmFQntPzzc/kzfntaenvVCYsc4/X/08n3ClqjtcubFFhezFb9LZeZOLq/hdzn+W85/n6BcFAA==) no-repeat 100%;
    background-size: contain;
    background-position: center;
    /* height:35px !important; */
}
.checked, .save {
    height: 30px;
    display: block;
}
.pa-0 {
    padding: 0;
}
.mxui, .myma {
    background: #f9fcff;
    border: 1px solid #d0ebff;
    border-radius: 4px;
    transition: .2s;
    margin-bottom: 6px;
    color: #333;
}
.mxui.wt {
    background: #fff;
}
.wdmax {
    margin-top: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 28px;
    background: #0093ff;
}
.tfs-w {
    color: #fff;
}
.pa-10 {
    padding: 10px;
}
.tfs-org {
    color: orange;
}
.tfw-6 {
    font-weight: 600;
}
.price-section .fa-rupee-sign {
    top: 50%;
    background-color: #ffffffd4;
    transform: translate(0, -50%);
    color: #4685d5;
    display: flex;
    align-items: center;
    line-height: normal;
    vertical-align: middle;
}
.deposit-amount .price-section .form-group i{
    left: 2% !important;
}
.login-card .form-group i {
    top: 10%;
    left: 2%;
    padding: 0.375rem .80rem;
}
.login-logo {
    max-width: 180px;
    margin: 0 auto;
}
.login-logo img, .logo img{
    width: 100%;
    border-radius: 10px;
}
.sys-alert-success-failuer{
  padding: 2px !important;
}
.sys-winning__lottery-result {
    padding-top: 10px;
}
.bonus .syss-win {
    color: #28a745;
}
.bonus .syss-lose {
    color: #fd565c;
}
@media (max-width:375px){
  .bet-options{
    flex-wrap: wrap;
  }
  .chip {
    width: 48px;
    height: 48px;
    font-size: 1.65rem;
  }
  
  .btn-withdraw, .btn-deposit{
    min-width: 100px;
  }
}
@media (max-width:360px){
   .sys-time-left-inner .sys-number-box{
    gap: 2px;
  }
  .timer-box {
    padding: 3px 5px;
    font-size: 1rem;
    margin: 0 1px;
 }
 .CheckR img, .taskR img {
    width: 40px;
    height: 40px;
  }
  .sys--withdraw-p {
    font-size: 18px;
}
.recharge-record p.m-0 {
    font-size: 14px;
}
}
@media (max-width: 330px) {
    .chip {
        width: 43px;
        height: 43px;
        font-size: 1.35rem;
    }
}