 body{
      font-family: "Poppins", sans-serif;
      background: #f0f1f5;
      background-repeat: no-repeat;
      height: 100vh;
    }
    
     /* Colors based on the provided image */
    :root {
     --primary-purple: #A91D3A;
     --primary-second: #dedede;
      --primary-bidform: #6f3131;
      --button-white: white;
      --active-text: #f11000;
      --red-color: #c11c1c;
      --black-text: #000000;
      --red-text: red;
      --green-color: #183D3D;
      --sidebar-bg: #452600;
    }
    
      .hero-section-1 {
              background: var(--primary-second);
          }
    
    .formBg{
       background-color: #053c45;
    margin: 1rem;
    border-radius: 20px;
    padding-bottom: 1.4rem;
}

    .login{
        background-color: #fff;
        padding: 25px 10px;
        padding-top: 35px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        }
        
    .submit_buttons {
    background-color: #469fff;
    border: none !important;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
    padding-block: 0.8rem;
    }
    
      .header {
        background-color: #ffc107;
        color: #000;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        align-items: center;
        }
        
        .header a i{
            color: #1d1d1d;
        }
      .header h1 {
            font-weight: 600;
            font-size: 16px;
            margin-left: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #000000;
        }
        
        .header a{
				color: white;
				text-decoration: none;
		}
	
	
		.header .back-arrow {
				margin-right: 10px;
				font-size: 1.5rem;
				cursor: pointer;
		}
		
		
         .wallet-container{
            background: #FFD95A;
            padding-inline: 0.6rem;
            padding-block: 0.1rem;
            border-radius: 5px;
            }
        
         
        
         .bottom-bar {
      position: fixed !important;
      bottom: 0;
      width: 100%;
      padding-block: 0.4rem !important;
      padding-inline: 0.8rem !important;
      background-color: #000 !important;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1) !important;
      z-index: 1000;
    }

    .bottom-bar .nav-link {
      color: #6c757d;
      font-size: 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      transition: color 0.3s ease, transform 0.3s ease;
    }

    .bottom-bar .nav-link.active {
      color: #fff !important;
      transform: scale(1.1);
    }

    .nav-icon {
      font-size: 20px;
      margin-bottom: 3px;
    }
    
     .btn-submit {
            background-color: var(--primary-purple);
            color: #000;
            font-weight: bold;
            border: none;
        }
        
          .wallet-container{
    background: white;
    padding-inline: 0.6rem;
    padding-block: 0.2rem;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
        }
        
        
    /* Hamburger Icon */
    .navbar-toggler {
      border: none;
    }
        
    .wallet-container{
        background-color: var(--button-white);
        padding-inline: 0.6rem;
        padding-block: 0.1rem;
        border-radius: 5px;
    }

       .card-custom {
         background-color: #07233f;
         border-radius: 8px;
         padding: 15px;
         margin-bottom: 10px;
         color: #fff;
         text-align: center;
         border: 2px solid #b5afaf;
         background-color: var(--primary-purple);
        }
        
    .diamond-container {
      height: 112px;
      background-color: var(--primary-second);
      border: 2.5px solid #511617;
      display: flex;
      justify-content: center;
      border-radius: 7px;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
      align-items: center;
      margin: 2px auto;
      color: #000000;
    }


     .submit-btn {
            width: 100%;
            font-size: 16px;
             background-color: var(--primary-purple);
            color: #000;
            font-weight: bold;
            border: none;
        }
        
        
        	.modal-header{
            background-color: #ed6b01;
			color: #000 !important;
		}
		
		 .tabs_section{
        background: #ffffffc9;
        padding-top: 7px;
    }
    
    .bid-item {
     background-color: #ffeaea;
     margin-top: 15px;
     padding: 7px;
     padding-block: 0.6rem;
     border-radius: 10px;
     border-top: 0.5px solid #33333345;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }
        
    .bi-heading{
        display: block;
        /*text-align: center;*/
        color: #155724;
        font-size: 1.02rem;
        font-weight: 600 !important;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
        
          .bi-sub-heading{
            display: block;
            color: #000;
            font-size: 1.02rem;
            font-weight: 600 !important;
            text-transform: uppercase;
            
        }
        
        .bid-title {
            display: block;
            width: 100%;
            font-size: 16px;
            font-weight: 600;
            color: #ffffff;
            background: #0356be;
            padding-block: 0.4rem;
            border-radius: 4px;
        }


    .bid-title1 {
      font-size: 15px;
      font-weight: 600;
      color: #fff;
      background: #155724;
      padding: 7px;
      border-radius: 5px;
    }

.copy-btn 
{ 
  background: #204873;
    border: none;  
}



.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background-color: #f56300;
    border: 1px solid #f56300;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

 /* Navbar */
    .navbar {
      background: #ffc107;
      color: white;
      width: 100%;
      position: fixed;
      z-index: 1000;
      top: 0;
    }
    
    .timing_section {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: start;
      color: #000;
      border-bottom: 1px solid #481e14a8;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 15px;
      text-align: center;
      padding-top: 0.3rem;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
      background: #ffc107;
    }
    
    
    /* Game Info Cards */
    .game-card {
      border-radius: 10px;
      padding: 0px;
      padding-inline: 0px;
      padding-top: 0px;
      margin-bottom: 10px;
      background: #fff;
      border: 1px solid #F26B0F;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
      overflow: hidden;
    }
    
    .greenBg{
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    
      /* Sidebar */
    .sidebar-container {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 250px;
      background-color: #f56300;
      color: #fff;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      z-index: 9999;
      padding-top: 15px;
      overflow-y: auto; /* Enables vertical scrolling */
      max-height: 100vh;
    }
    
    
  .winHistory {
    background-color: var(--primary-purple);
    color: #fff;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 7px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.marqText {
     background-color: #1f1a17;
     color: #ffffff;
     font-weight: 600;
     font-size: 1rem;
     padding-block: 0rem;
     margin-bottom: -0.5rem;
     margin-top: 0rem;
}

 .navbar-brand {
      color: #000 !important;
      font-weight: 600;
      letter-spacing: 0.2px;
      text-transform: uppercase;
    }
     
      .navbar-brand span{
          color:  #000;
      }
     
     .navbar-toggler-icon{
    color: #000 !important
}

.navbar-toggler-icon {
    width: 1.1em !important;
    height: 1.1em !important;
}

  .video-icon {
     padding: 3px 8px;
    border-radius: 4px;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

.video-icon1 {
     padding: 3px 8px;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.video-icon .playIcon{
    font-size: 18px;
}

/* Sidebar container */
       .sidebar {
            max-width: 300px;
            padding: 20px;
        }

        /* Sidebar item styling */
        .sidebar-item {
            display: flex;
            align-items: center;
            padding: 8px 0;
            font-size: 14px;
            color: #000;
            padding-block: 0.6rem;
            border-bottom: 0.5px solid #ffffff29;
        }
        .sidebar-item > a{
          color: #fff;
        }
        .sidebar-item > a span{
            font-size: 18px;
            font-weight: 400;
            color: #ffffffeb;
        }
        .sidebar-item .icon {
            font-size: 20px;
            margin-right: 10px;
            border-radius: 50%;
        }

        /* Inactive/disabled style */
        .sidebar-item.disabled {
            color: #ffbc21;
            font-size: 1.2rem;
            font-weight: 500;
        }
        
        .paytm-icon{
           width: 25px;
    object-fit: contain;
        }

.whatsapp-icon{
    width: 22px;
}

.chart-icon{
    width: 50px;
}

.close-icon{
    width: 45px;
}
.game-title {
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: black;
      margin-bottom: 0px
    }
    
    
     .status-close-active span{
       display: inline-block;
       width: 100%;
       font-weight: 500 !important;
       font-size: 1rem !important;
       color: #052d11 !important;
       text-align: center;
       background: darkseagreen;
    }
     .status-close-active .runningt{
         color:  var( --green-text) !important;
     }
    
    .runningt 
    {
      color: var( --green-text) !important;   
    }
    
    .closegt 
    {
      color: var(--primary-purple) !important;   
    }
    
    
    .status-close-active {
    color: #000 !important;
    font-weight: 700;
    font-size: 12px !important;
    margin-bottom: 7px !important;
    padding-bottom: 1px;
    background: #1557240a;
    border-radius: 7px;
    border-block: 1px solid #052d11;
}


   .star_section {
    margin-bottom: 0px !important;
    color: #155724;
    font-size: 20px;
    font-weight: 600;
    }

   .pana-imgs{
    width: 45px;
    background: white;
    padding: 4px;
    border-radius: 8px;
   }

    .diamond-content p {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 14px;
    margin-bottom: 0px;
    color: var(--button-white);
    margin-top: 0.2rem;
   }

   .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #fff;
    color: #122984;
    font-weight: 600;
    border: 1px solid #155724;
    word-spacing: -0.9px;
    font-size: 1rem;
   }
    .nav-link{
     color: #000;
    }
         
    .upi_logo img {
    border-radius: 15%;
    width: 241px;
    padding: 0.5rem;
    }
        
   .sidebar-container.open {
      transform: translateX(0);
    }
    .sidebar-close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: transparent;
      border: none;
      font-size: 30px;
      color: #FFF;
      cursor: pointer;
    }
    .sidebar-content {
      margin-top: 40px;
    }
    .sidebar-content a {
      color: #000;
      text-decoration: none;
      display: block;
      padding: 10px 20px;
    }
    .sidebar-content a:hover {
      background-color: #1c0e4c;
    }

    /* Button Styles */
    .btn-custom {
    background-color: #ffc107 !important;
    border: none !important;
    color: #121010 !important;
    font-size: 17px;
    font-weight: 500;
    width: 45%;
    border-radius: 10px !important;
    margin-right: 8px;
    }

	.btn-custom1 {
	background-color: #ffc107 !important;
	border: none !important;
	color: #000000 !important;
	font-size: 17px;
	font-weight: 500;
	width: 45%;
	border-radius: 10px !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
	}
	.btn-custom1 i{
	  font-size: 1.4rem;
	 }
   
    .btn-custom:last-child {
      margin-right: 0;
    }
    
    .btn-custom2 {
      background-color: #ffc107 !important;
      border: none !important;
      color: #000000 !important;
      /*border: none;*/
      font-size: 17px;
      font-weight: 500;
      width: 45%;
      border-radius: 10px !important;
      margin-right: 8px;
    }
     .btn-custom2 i{
         font-size: 1.4rem;
     }
      .btn-custom i{
         font-size: 1.4rem;
     }
    .btn-custom2:last-child {
      margin-right: 0;
    }
    
    /*.btn-custom:hover {*/
    /*  background-color: #1c0e4c;*/
    /*}*/

    .status-close {
      color: #B80000;
      font-weight: 700;
      font-size: 13px;
      margin-bottom: 0px !important;
    }
  
    .status-open {
      color: var(--green-text);
      font-weight: bold;
    }

    /* Slider with Margin */
    .carousel-container {
      /*margin: 10px;
      margin-top: 17px;*/
    }
    .carousel-item {
      height: 195px;
      padding-inline: 7px;
    }
    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
      border-radius: 10px;
    }

    /* Rounded Navigation Dots */
    .carousel-indicators li {
      background-color: var(--button-white);
      border-radius: 50%;
      width: 12px;
      height: 12px;
    }
   

    .top_rt{
        font-weight: 600;
    }


    


.bidHistory{
    background: #F5F7F8;
    border: 1px solid var(--primary-purple);
    text-align: center;
    border-radius: 7px;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}
.bidHistory img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.winHistory img{
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.winHistory span{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 0.9rem;
}
.bidHistory span{
    color: #000;
    font-weight: 500;
      text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 1rem;
}


.userInfo{
    border-bottom: 0.5px solid #ffffffde;
}

.userName{
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mobNumber{
     background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.userIcon i{
    font-size: 3rem !important;
}



.historyDiv{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

        /* Custom icon colors */
        .home-icon {  }         
        .profile-icon {  }   
        .add-point-icon {  }     
        .withdraw-icon {  }    
        .wallet-icon {  }        
        .transfer-icon {  }     
        .winning-history-icon {  } 
        .bid-history-icon {  }  
        

.navbar{
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
}


.marquee-container{
    padding-top: 3.3rem;
}

   .quiz-container {
      max-width: 600px;
      margin: 13px auto;
      margin-top: 0px;
      padding: 12px;
      border-radius: 0px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .option-btn {
      width: 100%;
      margin-bottom: 10px;
      text-align: left;
      background: white;
      color: black;
      text-transform: uppercase;
    }

    .correct {
      background-color: #d4edda !important;
      color: #155724 !important;
    }

    .incorrect {
      background-color: #f8d7da !important;
      color: #721c24 !important;
    }
    
    
    
  .play-quiz {
    padding: 5px;
    font-size: 15px;
    background: #f56300;
    color: #ffffff;
    border-radius: 12px;
    width: 100%;
    font-weight: 550;
    text-transform: uppercase;
    height: 34px;
  }
    
    .aboutIntroText p {
    font-size: 15px !important;
    line-height: 30px;
    background: #ffc107 !important;
    color: #000000;
    }
.call-whatsapp{
    width: 45%;
    background: #ffc107 !important;
}
.call-whatsapp span{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    margin-left: 0.5rem;
}
        
 .quizButton img{
     width: 20px;
     height: 20px;
 }       
        
        
    .mobile-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #ffc107;
      display: flex;
      justify-content: space-around;
      z-index: 1000;
     }
        .mobile-nav .nav-item {
            text-align: center;
            flex: 1;
        }
        .mobile-nav .nav-link {
            color: #000;
            font-size: 12px;
            line-height: 22px;
            font-weight: 400;
            padding: 0px !important;
            transition: all 0.3s ease-in-out;
        }
        .mobile-nav .nav-link:hover {
            color: #007bff;
        }
        .mobile-nav .nav-link.active {
            color: #000;
            font-weight: bold;
        }
        
        .mobile-nav .nav-link.active .icon-wrapper {
    background-color: #ffffff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

        
        .icon-wrapper {
            font-size: 20px;
            /*margin-bottom: 2px;*/
        }        
        
         .mobile-nav .nav-link span{
             color: #000 !important;
             font-size: 16px;
         }
        
           .input-group-text{
          color: #4950577a;
          background: #f5f5f5;
      }
        
    .bidSecion{
        overflow: hidden !important;
    }



/*Login page code start here*/

    .login-container {
        max-width: 100%;
        margin: 50px auto;
        margin-bottom: 0px;
        margin-top: 50px;
        padding-bottom: 2rem;
        background: repeating-linear-gradient(45deg,#fff,#fff 10px,#f9f9f9 10px,#f9f9f9 20px);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 20px 20px 0 rgba(0,0,0,0.1);
    }
    
    .formLogo{
       display: flex;
    flex-direction: column;
    align-items: center;
     }
        
     .formLogo .form-logo-div{
        width: 194px;
      }

         .formLogo .form-logo-div img{
            width: 100%;
            height: 100%;
            border-radius: 100px;
         }

 .form_header {
         width: 100% !important;
         background-color: var(--orange-color);
         text-align: center;
        }
        
         .form_header h1 {
            color: #212529;
            font-size: 20px;
            font-weight: 600;
            margin: 0;
        }
        
          .footerDiv{
            display: flex;
            justify-content: center;
        }

  .login_footer{
    width: 25%;
    border: none;
    padding: 10px;
    border-bottom: 5px solid #fff;
        }

        .icon-container {
            padding: 20px 20px;
        }

        .icon-container h3 {
              font-size: 1.5rem;
    font-weight: 700;
        }

.login-f-g {
            position: relative;
            margin-bottom: 20px;
        }

.login-f-g input {
    background: #2a243800;
    border: 1px solid #000000;
    border-radius: 7px;
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 30px;
    font-weight: 600;
}

        .login-f-g i {
          position: absolute;
          top: 5px;
          left: 10px;
          color: #000;
          font-size: 20px;
        }

 .btn-login {
            background-color: #FF6A33;
            color: #fff;
            border: none;
            width: 100%;
            padding: 10px;
            padding-block: 10px;
            border-radius: 20px;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.7px;
            box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        }

        .btn-login:hover {
            background-color: #e65b28;
        }


   .links {
            text-align: center;
            margin-top: 0px;
        }

        .links a {
          color: #ffffffed;
    font-weight: 500;
    text-decoration: none;
    font-size: 22px;
        }

        .links a:hover {
            text-decoration: underline;
        }

.login-form-f{
     padding: 0 20px 20px;
}


.otpText{
    padding: 26px;
}

.otpText i{
  position: absolute;
    top: 18px;
    left: 15px;
    font-size: 1.3rem;
    color: #000000a8;
}

.otpInput{
    padding: 10px 10px 10px 10px;
    border: none !important;
    margin-top: 7px;
    font-size: 1rem;
}


.otp-container{
    background: #fff;
    border-radius: 10px;
    padding-block: 2rem;
}

.otpSubmit{
    width: 100%;
}
        
.otpInp{
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #c9c9c9;
}        
        
.otpHedaer{
    width: 100%;
    text-align: center;
    border-top-right-radius: 100px;
    background: #fff !important;
    margin-top: 0rem !important;
    padding-top: 0px !important;
}       

.otpHedaer h1{
    font-size: 28px;
    color: #00494f !important;
}        
        
 .otpLogo{
     width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
 }       
        
.otpLogo div{
    width: 107px;
}    
        
 .otpLogo div img {
    width: 100%;
    height: 100%;
}     


 .fg-form{
     position: relative;
    margin-bottom: 20px;
 }
        
 .fg-form input{
    border: 1px solid #000000;
    border-radius: 7px;
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 30px;
    font-weight: 600;
 }       
        
  .fg-form i{
    position: absolute;
    top: 5px;
    left: 10px;
    color: #000;
    font-size: 20px;
  }       
        
  .chartBox{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #fff;
      padding: 3px 8px;
      padding-top: 7px;
      border-radius: 4px;
      letter-spacing: 0.5px;
      color:#fff;
      font-size: 15px;
      font-weight: 500;
  }      
        
  .card_body{
    background: #fff;
  }
  
  .chart-txt{
      line-height: 19px;
  }
  
  .star_txt{
    color: #ed0101;
    font-size: 20px;
    font-weight: 600;
  }
  
  .gameName{
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
    background: #e6f2ff !important;
    padding: 13px;
    border-radius: 12px;
  }
  
     .user-signup{
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
}
 .user-signup a{
    color: #0055b0;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
  
.phone-icon{
  border: 1px solid #fff;
  border-radius: 50px;
}  
  
.padding-bottom{
    padding-bottom: 5rem;
}  
  
.dark-black{
    color: #000;
}  
  
 .points {
   font-weight: 600;
   color: #000;
   font-size: 16px;
  } 
  
  .icon-box {
     background: linear-gradient(to right bottom, #3aadff, #0356be);
     color: white !important; 
     padding: 20px; 
     border-radius: 3px;
     border: 1px solid #122984;
     display: flex;
     align-items: center;
     justify-content: center;
    }

.dtm_box{
    border: 1px solid #000000;
}

.card-options {
	margin: 10px 0;
	border-radius: 5px;
	background: #ffffffc9 !important;
	display: flex;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}  
  
.query-txt{
    font-size: 16px;
    color: rgb(0 15 16);
    font-weight: 600;
    text-align: center;
}  
  
.top-contain{

}
  
.container-width{
  width: 95%;
  background: #fff;
  padding-block: 1rem;
  border-radius: 15px;
}  
  
  
  