@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body{
    font-family: "Outfit", sans-serif !important;
}
/*body {*/
/*  margin: 0;*/
/*  font-family: Arial, sans-serif;*/
/*  background: #fff;*/
/*  color: #333;*/
/*}*/

/*.header {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  padding: 10px;*/
/*  background: #fff;*/
/*  border-bottom: 1px solid #ddd;*/
/*}*/

/*.header h1 {*/
/*  font-size: 20px;*/
/*  color: #5a2d82;*/
/*}*/

/*.icon-btn {*/
/*  background: none;*/
/*  border: none;*/
/*  font-size: 18px;*/
/*  margin-left: 8px;*/
/*}*/

/*.wallet-count {*/
/*  font-size: 16px;*/
/*  margin-right: 5px;*/
/*}*/

/*.notice {*/
/*  background: #f9f9f9;*/
/*  padding: 10px;*/
/*  margin: 10px;*/
/*  border: 1px solid #ddd;*/
/*  border-radius: 5px;*/
/*  text-align: center;*/
/*}*/

/*.btn-row {*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  margin: 10px;*/
/*}*/

/*.fun-btn {*/
/*  flex: 1;*/
/*  margin: 5px;*/
/*  padding: 10px;*/
/*  border: none;*/
/*  border-radius: 10px;*/
/*  font-size: 14px;*/
/*  color: #fff;*/
/*  font-weight: bold;*/
/*}*/

/*.fun-btn.red { background: #dc3545; }*/
/*.fun-btn.purple { background: #6f42c1; }*/

/*.contact-row {*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  margin: 10px;*/
/*}*/

/*.whatsapp {*/
/*  text-decoration: none;*/
/*  color: green;*/
/*  font-weight: bold;*/
/*}*/

/*.game-card {*/
/*  background: #fff;*/
/*  border: 1px solid #ddd;*/
/*  border-radius: 10px;*/
/*  margin: 10px;*/
/*  padding: 15px;*/
/*  position: relative;*/
/*}*/

/*.game-card h2 {*/
/*  margin: 0;*/
/*  font-size: 18px;*/
/*}*/

/*.mask {*/
/*  font-size: 16px;*/
/*  color: #333;*/
/*}*/

/*.status {*/
/*  color: green;*/
/*  font-size: 14px;*/
/*}*/

/*.time {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  font-size: 12px;*/
/*  color: red;*/
/*}*/

/*.play-btn {*/
/*  position: absolute;*/
/*  right: 15px;*/
/*  bottom: 15px;*/
/*  background: #dc3545;*/
/*  border: none;*/
/*  border-radius: 50%;*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*  padding: 10px;*/
/*}*/

/*.bottom-nav {*/
/*  position: fixed;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  background: #fff;*/
/*  border-top: 1px solid #ddd;*/
/*  padding: 10px 0;*/
/*}*/

/*.nav-btn {*/
/*  background: none;*/
/*  border: none;*/
/*  font-size: 14px;*/
/*  color: #666;*/
/*  text-decoration: none;*/
/*}*/

/*.nav-btn.active {*/
/*  color: #dc3545;*/
/*  font-weight: bold;*/
/*}*/
/*body {*/
/*  margin: 0;*/
/*  font-family: "Poppins", Arial, sans-serif;*/
/*  background: #fff;*/
/*  color: #333;*/
/*}*/

/* Header */
/*.header {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  padding: 12px;*/
/*  border-bottom: 1px solid #ddd;*/
/*}*/

/*.header h1 {*/
/*  font-size: 20px;*/
/*  color: #5a2d82;*/
/*}*/

/*.back-btn,*/
/*.icon-btn {*/
/*  background: none;*/
/*  border: none;*/
/*  font-size: 16px;*/
/*  color: #444;*/
/*  margin: 0 2px;*/
/*  width:auto;*/
/*}*/

/*.wallet-count {*/
/*  margin-right: 5px;*/
/*  font-weight: bold;*/
/*}*/

/* Wallet Menu */
/*.wallet-menu {*/
/*  padding: 15px;*/
/*}*/

/*.menu-item {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 12px;*/
/*  padding: 14px;*/
/*  margin: 12px 0;*/
/*  border: 1px solid #eee;*/
/*  border-radius: 10px;*/
/*  font-size: 16px;*/
/*  font-weight: 500;*/
/*  background: #fff;*/
/*  box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
/*  position: relative;*/
/*}*/

/*.menu-item i {*/
/*  font-size: 18px;*/
/*  color: #fff;*/
/*  background: #aaa;*/
/*  padding: 10px;*/
/*  border-radius: 50%;*/
/*}*/

/* Colored borders and icons */
/*.menu-item.green { border-left: 6px solid #28a745; }*/
/*.menu-item.green i { background: #28a745; }*/

/*.menu-item.yellow { border-left: 6px solid #ffc107; }*/
/*.menu-item.yellow i { background: #ffc107; color: #000; }*/

/*.menu-item.red { border-left: 6px solid #dc3545; }*/
/*.menu-item.red i { background: #dc3545; }*/

/*.menu-item.cyan { border-left: 6px solid #17a2b8; }*/
/*.menu-item.cyan i { background: #17a2b8; }*/

/*.menu-item.blue { border-left: 6px solid #007bff; }*/
/*.menu-item.blue i { background: #007bff; }*/

/*.menu-item.purple { border-left: 6px solid #6f42c1; }*/
/*.menu-item.purple i { background: #6f42c1; }*/

/*.menu-item.teal { border-left: 6px solid #20c997; }*/
/*.menu-item.teal i { background: #20c997; }*/

/* Bottom Navigation */
/*.bottom-nav {*/
/*  position: fixed;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  background: #fff;*/
/*  border-top: 1px solid #ddd;*/
/*  padding: 8px 0;*/
/*}*/

/*.nav-btn {*/
/*  text-align: center;*/
/*  font-size: 13px;*/
/*  color: #666;*/
/*  text-decoration: none;*/
/*}*/

/*.nav-btn i {*/
/*  display: block;*/
/*  font-size: 18px;*/
/*  margin-bottom: 4px;*/
/*}*/

/*.nav-btn.active {*/
/*  color: #dc3545;*/
/*  font-weight: bold;*/
/*}*/
/* List style items (for All Bids & History) */
/*.list-menu {*/
/*  padding: 15px;*/
/*}*/

/*.list-item {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  padding: 14px;*/
/*  margin: 12px 0;*/
/*  border: 1px solid #eee;*/
/*  border-radius: 10px;*/
/*  background: #fff;*/
/*  font-size: 15px;*/
/*  font-weight: 500;*/
/*  box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
/*}*/

/*.list-item i {*/
/*  font-size: 16px;*/
/*  color: #666;*/
/*  background: #f9f9f9;*/
/*  border-radius: 50%;*/
/*  padding: 8px;*/
/*}*/
/* Form container */
/*.form-container {*/
/*  padding: 20px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 20px;*/
/*}*/

/* Input box */
/*.input-box {*/
/*  width: 100%;*/
/*  padding: 12px;*/
/*  font-size: 15px;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 25px;*/
/*  outline: none;*/
/*  text-indent: 10px;*/
/*}*/

/* Radio buttons */
/*.radio-group {*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  font-size: 14px;*/
/*}*/

/*.radio-group label {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 6px;*/
/*  cursor: pointer;*/
/*}*/

/* Submit button */
/*.submit-btn {*/
/*  background: #dc3545;*/
/*  color: #fff;*/
/*  border: none;*/
/*  padding: 14px;*/
/*  border-radius: 30px;*/
/*  font-size: 16px;*/
/*  font-weight: bold;*/
/*  cursor: pointer;*/
/*  text-transform: uppercase;*/
/*}*/

/*.submit-btn:hover {*/
/*  background: #c82333;*/
/*}*/
/* Withdraw Page */
/*.withdraw-container {*/
/*  padding: 20px;*/
/*}*/

/* Balance card */
/*.balance-card {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 15px;*/
/*  border: 1px solid #ddd;*/
/*  border-radius: 10px;*/
/*  padding: 15px;*/
/*  margin-bottom: 15px;*/
/*}*/

/*.balance-card i {*/
/*  font-size: 30px;*/
/*  color: #dc3545;*/
/*  background: #ffe6e9;*/
/*  padding: 12px;*/
/*  border-radius: 50%;*/
/*}*/

/*.balance-card h2 {*/
/*  margin: 0;*/
/*  color: #dc3545;*/
/*  font-size: 22px;*/
/*}*/

/*.balance-card p {*/
/*  margin: 0;*/
/*  font-size: 13px;*/
/*  color: #555;*/
/*}*/

/* Info text */
/*.info-text {*/
/*  font-size: 13px;*/
/*  color: #666;*/
/*  margin: 15px 0;*/
/*  line-height: 1.4;*/
/*}*/

/* WhatsApp Contact */
/*.contact-row {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*  font-size: 14px;*/
/*  margin: 10px 0;*/
/*}*/

/*.contact-row i {*/
/*  font-size: 24px;*/
/*  color: #25D366;*/
/*}*/

/*.timing {*/
/*  font-size: 12px;*/
/*  color: #666;*/
/*  margin-bottom: 15px;*/
/*}*/

/* Input field with icon */
/*.input-label {*/
/*  font-weight: bold;*/
/*  margin-bottom: 5px;*/
/*  display: block;*/
/*}*/

/*.input-wrapper {*/
/*  position: relative;*/
/*}*/

/*.input-wrapper .input-box {*/
/*  width: 100%;*/
/*  padding: 12px 40px 12px 15px;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 25px;*/
/*  font-size: 15px;*/
/*  outline: none;*/
/*}*/

/*.input-wrapper i {*/
/*  position: absolute;*/
/*  right: 15px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  font-size: 16px;*/
/*  color: #666;*/
/*}*/

/* Submit button */
/*.submit-btn {*/
/*  background: #dc3545;*/
/*  color: #fff;*/
/*  border: none;*/
/*  padding: 14px;*/
/*  border-radius: 30px;*/
/*  font-size: 16px;*/
/*  font-weight: bold;*/
/*  cursor: pointer;*/
/*  text-transform: uppercase;*/
/*  margin-top: 20px;*/
/*  width: 100%;*/
/*}*/

/*.submit-btn:hover {*/
/*  background: #c82333;*/
/*}*/

/* Footer note */
/*.footer-note {*/
/*  position: fixed;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  background: #111;*/
/*  color: #999;*/
/*  text-align: center;*/
/*  padding: 12px;*/
/*  font-size: 13px;*/
/*}*/

/*.footer-note .add-payment {*/
/*  display*/
/*}*/
/* UPI Page */
/*.upi-menu {*/
/*  padding: 20px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 15px;*/
/*}*/

/*.upi-item {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 15px;*/
/*  border: 1px solid #ddd;*/
/*  border-radius: 10px;*/
/*  padding: 15px;*/
/*  font-size: 16px;*/
/*  font-weight: 500;*/
/*  background: #fff;*/
/*  box-shadow: 0 2px 4px rgba(0,0,0,0.05);*/
/*}*/

/*.upi-item .upi-icon {*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  border-radius: 50%;*/
/*  color: #fff;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  font-weight: bold;*/
/*}*/

/* Colors for UPI apps */
/*.upi-item.green .upi-icon {*/
/*  background: #00bfa5;*/
/*}*/

/*.upi-item.yellow .upi-icon {*/
/*  background: #ffc107;*/
/*  color: #000;*/
/*}*/

/*.upi-item.red .upi-icon {*/
/*  background: #dc3545;*/
/*}*/
/* Grid Menu */
/*.grid-menu {*/
/*  padding: 15px;*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  gap: 15px;*/
/*}*/

/*.grid-item {*/
/*  background: #fff;*/
/*  border: 1px solid #ddd;*/
/*  border-radius: 12px;*/
/*  text-align: center;*/
/*  padding: 20px 10px;*/
/*  box-shadow: 0 2px 5px rgba(0,0,0,0.05);*/
/*}*/

/*.grid-item .icon {*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  margin: 0 auto 10px;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  color: #fff;*/
/*  font-size: 24px;*/
/*}*/

/*.grid-item p {*/
/*  margin: 5px 0;*/
/*  font-weight: 500;*/
/*  color: #222;*/
/*}*/

/*.grid-item .underline {*/
/*  height: 3px;*/
/*  width: 60%;*/
/*  margin: 5px auto 0;*/
/*  border-radius: 3px;*/
/*}*/

/* Colors */
/*.grid-item.red .icon { background: #dc3545; }*/
/*.grid-item.red .underline { background: #dc3545; }*/

/*.grid-item.blue .icon { background: #007bff; }*/
/*.grid-item.blue .underline { background: #007bff; }*/

/*.grid-item.teal .icon { background: #20c997; }*/
/*.grid-item.teal .underline { background: #20c997; }*/

/*.grid-item.purple .icon { background: #6f42c1; }*/
/*.grid-item.purple .underline { background: #6f42c1; }*/

/*.grid-item.green .icon { background: #28a745; }*/
/*.grid-item.green .underline { background: #28a745; }*/

/*.grid-item.cyan .icon { background: #17a2b8; }*/
/*.grid-item.cyan .underline { background: #17a2b8; }*/

/*.grid-item.violet .icon { background: #9c27b0; }*/
/*.grid-item.violet .underline { background: #9c27b0; }*/

/*.grid-item.darkblue .icon { background: #3f51b5; }*/
/*.grid-item.darkblue .underline { background: #3f51b5; }*/


/* Grid Menu */
/*.grid-menu {*/
/*  padding: 15px;*/
/*  display: grid;*/
/*  grid-template-columns: 1fr 1fr;*/
/*  gap: 15px;*/
/*}*/

/*.grid-item {*/
/*  background: #fff;*/
/*  border: 1px solid #ddd;*/
/*  border-radius: 12px;*/
/*  text-align: center;*/
/*  padding: 20px 10px;*/
/*  box-shadow: 0 2px 5px rgba(0,0,0,0.05);*/
/*}*/

/*.grid-item .icon {*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  margin: 0 auto 10px;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  color: #fff;*/
/*  font-size: 24px;*/
/*}*/

/*.grid-item p {*/
/*  margin: 5px 0;*/
/*  font-weight: 500;*/
/*  color: #222;*/
/*}*/

/*.grid-item .underline {*/
/*  height: 3px;*/
/*  width: 60%;*/
/*  margin: 5px auto 0;*/
/*  border-radius: 3px;*/
/*}*/

/* Colors */
/*.grid-item.red .icon { background: #dc3545; }*/
/*.grid-item.red .underline { background: #dc3545; }*/

/*.grid-item.blue .icon { background: #007bff; }*/
/*.grid-item.blue .underline { background: #007bff; }*/

/*.grid-item.teal .icon { background: #20c997; }*/
/*.grid-item.teal .underline { background: #20c997; }*/

/*.grid-item.purple .icon { background: #6f42c1; }*/
/*.grid-item.purple .underline { background: #6f42c1; }*/

/*.grid-item.green .icon { background: #28a745; }*/
/*.grid-item.green .underline { background: #28a745; }*/

/*.grid-item.cyan .icon { background: #17a2b8; }*/
/*.grid-item.cyan .underline { background: #17a2b8; }*/

/*.grid-item.violet .icon { background: #9c27b0; }*/
/*.grid-item.violet .underline { background: #9c27b0; }*/

/*.grid-item.darkblue .icon { background: #3f51b5; }*/
/*.grid-item.darkblue .underline { background: #3f51b5; }*/




/*Manoj css */


.form-group{
    display:flex;
}
.sidebar-menu .menu-item i {
    margin-right: 12px;
    width: 20px;
    text-align: center;
    background: transparent;
    color: #dc3545;
    padding: 0px;
    border-radius: 0;
}
.sidebar-menu .menu-item{
    background: transparent;
    box-shadow: none;
    padding: 12px 20px;
    margin: 0px;
    border-radius: 0px;
    border-top: 0;
}
.content .notice{
        background: #ffebee;
    color: #c62828;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    border:0px;
    border-bottom: 1px solid #ffcdd2;
    margin:0px;
    border-radius:0px;
}
.btn-row {
    padding:15px;
    font-size:14px;
}
.menu-item button{
    margin:0px !important;
    background:transparent;
    border:none;
    outline:0;
}
.sidebar,
.notifications-panel,
.overlay,.wallet-panel{
    z-index:9999;
}
body > .header {
    z-index:999;
}
body > .header + .header {
    z-index:99;
} 
@media (max-width:576px){
    
}
.header{
    padding:10px 15px !important;
}

.rates,
.controls,
.slots{
    padding:0px 15px!important;
}
.rates{
    margin-top:20px;
}
.table-container{
    overflow-x:auto !important;
    overflow-y:hidden !important;
}
.starline-gampe-page a{
    text-decoration:none;
}
.bids-table {
    margin: 0px 15px !important;
    width: calc(100% - 30px) !important;
}
.nav-btn.active,
.nav-btn:hover,
.nav-btn:focus{
    color: #dc3545;
    font-weight: bold;
}
.wallet-count{
    width:auto;
    height:auto;
    background-color:transparent;
    color:#dc3545;
    font-size:14px;
    font-weight:bold;
}
.game-info + .top-row .input-wrapper i {
    display: none;
}
.game-info + .top-row .input-box{
    padding: 10px 15px 10px 12px;
}



.two-column {
        gap: 0px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 5px;
        padding: 0px;
    }
    .two-column .digit-item input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 13px;
        max-width: calc(100% - 30px);
    }
    .two-column .col-6 {
        padding: 0px 10px;
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
    
    
    
    
    body > .header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 15px;
        background: #fff;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        z-index: 100;
        
    }
    .header .back-btn{
        background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    }
    body > .header h1{
        margin:0px;
    }
    
    body > .header .menu-btn, body > .header .icon-btn{
        background: #dc3545;
    color: #f9c23c;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    }
    .new-card .card-header{
        display:flex;
        margin-bottom:10px;
        align-items:center;
        justify-content:space-between;
    }
    .new-card .card-header *{
        margin:0px;
        font-size:16px !important;
    }
    .new-card .card-footer{
            display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .new-card .card-footer {
        font-size: 14px;
    }
    .new-card .card-footer .transaction-value{
        padding: 4px 12px;
    color: #22c55e;
    font-weight: 700;
    background: #f0f9ff;
    font-size: 13px;
    border-radius: 30px;
    }
    
    
    
    .fund-history-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    display: flex;
    align-items: flex-start;
}

.fund-history-card .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
    
}

.fund-history-card .status {
    margin-left: auto;
    margin-bottom: 0px;
    color: #2f8f3a;
}

.withdrawl-time {
    line-height:1.5;
    max-width: 150px;
}

.fund-history-card p {
    font-size: 13px;
    font-weight: 500;
}

.fund-history-card.success .icon{
    background-color: #e6f8e7;   
    color: #2f8f3a;
}
.fund-history-card.success .status{
    color: #2f8f3a;
}
.fund-history-card.pending .icon{
    background-color: #fff6d1; 
  color: #b68b00;
}
.fund-history-card.pending .status{
    color: #b68b00;
}
.fund-history-card.rejected .icon{
   background-color: #ffe3e3; 
    color: #c62828;
}
.fund-history-card.rejected .status{
    color: #c62828;
}

.initial-amount-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom:20px;
}

.initial-amount-labels button {
      flex: 1 1 calc(33.33% - 10px);
    padding: 12px 0;
    background: #ffe1e3;
    border: 1px solid #e63946;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.initial-amount-labels button:nth-child(4),
.initial-amount-labels button:nth-child(5) {
  flex: 1 1 calc(50% - 10px);
}



.sidebar-menu .menu-item i {
     width: auto; 
}
.sidebar-menu .menu-item{
    font-size:16px;
    font-family: "Outfit", sans-serif !important;
}