 body{
      font-family: "Poppins", sans-serif;
    background: #fff !important;
    padding-bottom: 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard syntax */
    }
    
    :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;
    }
    a{
        text-decoration: none !important;
            color: #1e1e1e;
    }
    .hero-section-1 {
      background: transparent;
    }
    
    .formBg{
       background-color: #053c45;
       margin: 1rem;
       border-radius: 20px;
       padding-bottom: 1.4rem;
    }

    .login{
    background: #f4f4f4 !important;
    background-position: center;
    background-size: cover;
    height: 100vh;
    padding: 25px 10px;
    padding-top: 35px;
    }
        
    .submit_buttons {
      background-color: #673AB7;
      border: none !important;
      font-weight: bold;
      font-size: 16px;
      color: #000;
      border-radius: 10px;
      padding-block: 0.8rem;
    }
    
    .header {
      background: #3a006e;
      color: #000;
      padding: 0.8rem 1rem;
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      align-items: center;
    }
        
    .header a i{
       color: #fff;
    }
      .header h1 {
        font-weight: 600;
        font-size: 15px;
        margin-left: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #fff;
      }
        
        .header a{
		  color: #fff;
		  text-decoration: none;
		}
	
		.header .back-arrow {
				margin-right: 10px;
				font-size: 1.5rem;
				cursor: pointer;
		}
		
         .wallet-container{
            background: #FFD95A;
            padding-inline: 0.4rem;
            padding-left: 0.2rem !important;
            padding-block: 0rem !important;
            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: #673AB7;
       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-size: 0.8rem;
    font-weight: 600;
    }
        
        
    /* Hamburger Icon */
    .navbar-toggler {
      border: none;
    }
        
    .wallet-container{
        background-color: #fff;
        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: 15px;
    background-color: #077443;
    color: #000;
    font-weight: 500;
    border: none;
        }
        
    .modal-header{
       background-color: #521C0D;
	   color: #000 !important;
	}
		
	.tabs_section{
      background: #eee4ff;
      padding-top: 7px;
      border-bottom: none;
    }
    
    .bid-item {
       /*background: url(https://img.freepik.com/free-vector/blank-blue-leafy-poster_53876-99945.jpg?uid=R185844214&ga=GA1.1.1455306529.1738299805&semt=ais_hybrid&w=740);*/
       /*background-position: center;*/
       /*background-size: cover;*/
       margin-top: 15px;
       padding: 7px;
       padding-block: 0.6rem;
       border-radius: 10px;
       box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    }
        
    .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 {
          background: #fff;
          font-size: 14px;
          font-family: "Merriweather", serif;
          font-weight: 600;
          color: #250047;
          padding-inline: 8px;
          padding-block: 0.4rem;
          text-transform: uppercase;
          border-radius: 4px;
          border-bottom: 1px solid #ddd8d8;
        }


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

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

  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #ffffff;
    box-shadow: none;
  }

    .navbar {
      background: #3a006e;
      color: white;
      width: 100%;
      position: fixed;
      z-index: 1000;
      top: 0;
    }
    
    .timing_section {
    background: #fff;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 0.2rem;
    border-radius: 7px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    }
    
    /* Game Info Cards */
    .game-card {
      background: #ffffff;
      border-radius: 10px;
      padding: 0px;
      padding-inline: 0px;
      padding-top: 0px;
      margin-bottom: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
      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: #fff !important;
      color: #fff;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
      z-index: 9999;
      padding-top: 50px;
      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: #ffffff;
    color: #ff0000;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    padding-block: 0rem;
    margin-bottom: -0.5rem;
    margin-top: 0.35rem;
    text-transform: uppercase;
  }

 .navbar-brand {
      color: #3a006e !important;
      font-weight: 600;
      letter-spacing: 0.2px;
      font-size: 0.9rem;
      text-transform: uppercase;
      margin-right: 0px;
    }
     
 .navbar-brand span{
    color: #3a006e;
 }
     
  .navbar-toggler-icon{
    color: #3a006e !important;
  }

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

  .video-icon {
    width: 84.27px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    background: #006d0f;
    background: url(https://guru567.site/assets/images/bg-gradient.png);
    background-position: top;
    background-size: contain;
    padding: 0px 6px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9rem;
    font-family: "Oleo Script", system-ui;
    letter-spacing: 0.7px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .video-icon img{
    width: 100%;
    height: 100%;
   }
   
  .video-icon1 {
    width: 84.27px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    background: #cf0606;
     padding: 0px 6px;
    border-radius: 5px;
    font-family: "Oleo Script", system-ui;
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
 }
 
.video-icon1 img{
    width: 100%;
    height: 100%;
}

    .sidebar {
      max-width: 300px;
      padding: 15px 7px;
    }

    .sidebar-item {
      display: flex;
      align-items: center;
      padding: 8px 0;
      padding-left: 15px;
      font-size: 14px;
      color: #000;
      padding-block: 0.5rem;
      border-bottom: 0.5px solid #3b3c3d;
    }
        .sidebar-item > a{
          color: #3a006e;
        }
        .sidebar-item > a span{
            font-size: 15px;
            font-weight: 500;
            color: #000;
        }
        .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;
        }

.chart-icon{
    width: 50px;
}

.close-icon{
    width: 45px;
}

    .game-title {
      font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "Merriweather", serif;
    color: #000;
    margin-bottom: 0px;
    text-align: center !important;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgb(0 0 0 / 37%);
    }
    
     .status-close-active span{
       display: inline-block;
       font-weight: 600 !important;
       font-size: 0.8rem !important;
       color: #f90000 !important;
       text-align: center;
    }
     .status-close-active .runningt{
         color:  #004f00 !important;
     }
    
    .runningt 
    {
      color: var( --green-text) !important;   
    }
    
    .closegt 
    {
      color: var(--primary-purple) !important;   
    }
    
    .status-close-active {
    color: #00a404 !important;
    font-weight: 700;
    font-size: 12px !important;
    border-radius: 7px;
    padding-inline: 0px;
    }

   .star_section {
    margin-bottom: 0px !important;
    color: #111;
    background: #FFFFFF;
    font-size: 16px;
    font-family: "Oleo Script", system-ui;
    font-weight: 600;
    line-height: 20px;
    text-align: center !important;
    }

   .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: #673AB7;
        color: #fff;
        font-weight: 600;
        word-spacing: -0.9px;
        font-size: 0.9rem;
   }
    .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: 25px;
      right: 10px;
      background: transparent;
      border: none;
      font-size: 30px;
      color: #000;
      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: #077443 !important;
    border: 1px solid #ffffff !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    width: 30%;
    border-radius: 10px !important;
    margin-right: 8px;
    }

	.btn-custom1 {
	background: #4CAF50;
	border: 1px solid #FF9800 !important;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	border-radius: 10px !important;
	}
	
	.btn-custom1 img{
	  width: 20px !important;
	}
	
	.btn-custom1 i{
	  font-size: 1.4rem;
	 }
   
    .btn-custom:last-child {
      margin-right: 0;
    }
    
    .btn-custom2 {
      background: #077443 !important;
      border: 1px solid #ffffff !important;
      color: #fff !important;
      font-size: 16px;
      font-weight: 500;
      width: 30%;
      border-radius: 10px !important;
      margin-right: 8px;
    }
     .btn-custom2 img{
         width: 35px;
     }
      .btn-custom img{
         width: 35px;
     }
    .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: center;
      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;
   
    border-radius: 10px;
}

.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{
     color: #fff !important;
}

.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;
    padding-top: 15px;
}


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

   .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: #cc5300;
      color: black;
      text-transform: uppercase;
      border: none;
    }

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

    .incorrect {
      background-color: #f8d7da !important;
      color: #721c24 !important;
    }
    
  .play-quiz {
    font-size: 15px;
    background: #e8ddea;
    background-position: bottom;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    color: #1c004d;
    border-radius: 12px;
    width: 100%;
    text-transform: uppercase !important;
    font-weight: 700;
    height: 34px;
    margin-top: 7px;
  }
    
    .aboutIntroText p {
    font-size: 15px !important;
    line-height: 30px;
    background: #077443 !important;
    color: #ffffff;
    font-weight: 500;
    }
   .call-whatsapp{
    width: 30%;
    background: #00334b;
    border: 1px solid #ffffff !important;
   }
   .call-whatsapp span{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 7px;
   }
        
    .quizButton img{
     width: 20px;
     height: 20px;
    }       
        
    .mobile-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #e4ecf0;
      display: flex;
      justify-content: space-around;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
      z-index: 1000;
     }
     
    .mobile-nav .nav-item {
        text-align: center;
        flex: 1;
    }
    .mobile-nav .nav-link {
        color: #000000;
        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: #fff;
        font-weight: bold;
    }
        
    .mobile-nav .nav-link.active .icon-wrapper {
    background-color: #dbc7ff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto;
    }

    .icon-wrapper {
       font-size: 16px;
    }        
        
    .mobile-nav .nav-link span{
       color: #fff !important;
       font-size: 15px;
    }
        
    .input-group-text{
      color: #4950577a;
      background: #f5f5f5;
    }
        
    .bidSecion{
        overflow: hidden !important;
    }

    .login-container {
       max-width: 100%;
       margin: 50px auto;
       margin-bottom: 0px;
       margin-top: 50px;
       padding-block: 1rem !important;
       background: #fff;
       border-radius: 10px;
       overflow: hidden;
    }
    
    .formLogo{
            background: url(../images/form-bg.png);
            background-position: top;
            background-size: cover;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 10px;
            padding-block: 1rem;
     }
        
    .formLogo .form-logo-div{
      width: 100%;
      background-position: top;
      background-size: contain;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      border-radius: 10px;
    }

    .formLogo .form-logo-div img{
    height: 120px;
    border-radius: 15px;
    object-fit: contain;
    background: url(assets/images/form-bg.png);
    padding-block: 2px;
    }

    .form_header {
      width: 100% !important;
      background-color: var(--orange-color);
      text-align: center;
    }
        
     .form_header h1 {
        color: #ffffff;
        font-size: 17px;
        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;
       text-align: center;
       font-weight: 700;
       color: rgb(0 24 24);
    }

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

  .login-f-g input {
    background: #ffffff;
    border: 1px solid rgb(3 49 50);
    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: 9px;
    left: 10px;
    color: rgb(34 35 35);
    font-size: 20px;
   }

   .btn-login {
     background-color: #673AB7;
     color: #fff;
     border: none;
     width: 100%;
     padding: 10px;
     padding-block: 8px;
     border-radius: 20px;
     font-size: 16px;
     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: #000000 !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 #000;
    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: 9px;
    left: 10px;
    color: rgb(49 49 49);
    font-size: 20px;
  }       
        
  .chartBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }      
  
  .chartBox img{
     width: 60px;
  }
        
  .card_body{
    background-position: bottom;
    background-size: cover;
  }
  
  .chart-txt{
      line-height: 19px;
  }
  
  .star_txt{
    color: #ed0101;
    font-size: 20px;
    font-weight: 600;
  }
  
  .gameName{
    color: #000 !important;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    background: #e7e7e7 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 13px;
    border-radius: 12px;
  }
  
     .user-signup{
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    display: block;
}
 .user-signup a{
    color: #00400e;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
  
.phone-icon{
  border: 1px solid #fff;
  border-radius: 50px;
}  
  
.padding-bottom{
    padding-bottom: 1rem;
}  
  
.dark-black{
    color: #000;
}  
  
 .points {
   font-weight: 600;
   color: #000;
   font-size: 16px;
  } 
  
  .icon-box {
    background: #e8eaf7;
    color: #777777;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid rgb(157 157 157);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.dtm_box{
    border: 1px solid rgb(255 255 255);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.card-options {
	margin: 10px 0;
	border-radius: 5px;
	background: #e6e6e6 !important;
	display: flex;
	align-items: center;
	padding: 10px;
	cursor: pointer;
}  
  
.query-txt{
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}  
  
.container-width{
    background: #077443;
    /*border-radius: 10px;*/
}  

.main-content-container{
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;  
}

.sidebar-item > a .userIcon{
    color: #fff;
}

.chart-bg{
  background-color: #f6d5a500 !important;
}

.whatsapp-icon{
    width: 30px !important;
}

.gr-bg{
    background: #f3f4f6;
}

.form-container{
    font-family: 'Roboto', sans-serif;
    padding: 0 10px;
}

.form-container .form-horizontal{
    background: rgba(255,255,255,0.99);
    padding: 0px 0 0;
    border-radius: 10px;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);*/
}

.form-container .title{
    color: #000;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    font-family: "Merriweather", serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding: 10px 10px;
    margin: 0 -10px 15px -10px;
    position: relative;
}


.form-horizontal .form-group{
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0 30px 15px;
    margin-inline: 10px;
    padding-block: 6px;
    border: 1px solid #000000;
    border-radius: 20px;
}

.form-horizontal .input-icon{
    color: #b5b5b5;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 30px;
    margin: 0 0 0 4px;
    vertical-align: top;
    border-right: 1px solid #b5b5b5;
    display: inline-block;
}

.form-horizontal .input-icon i{ line-height:inherit;}
.form-horizontal .form-control{
    color: #222;
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    width: calc(100% - 55px);
    height: 33px;
    padding: 3px 10px 0 10px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}

.form-horizontal .form-control:focus{
    box-shadow: none;
    border: none;
}
.form-horizontal .form-control::placeholder{
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.form-horizontal .btn{
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    padding: 10px 15px 7px;
    margin: auto 0px;
    border: none;
    border-radius: 7px;
    display: inline-block;
    transition: all 0.3s ease;
}
.form-horizontal .btn:hover,
.form-horizontal .btn:focus{
    color: #fff;
    background-color: #D31128;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.form-horizontal .forgot-pass{
    font-size: 12px;
    text-align: right;
    width: calc(100% - 145px);
    margin: 0 30px 20px 0;
    vertical-align: middle;
    display: inline-block;
}
.form-horizontal .forgot-pass a{
    color: #999;
    transition: all 0.3s ease;
}
.form-horizontal .forgot-pass a:hover{
    color: #777;
    text-decoration: underline;
}
.form-horizontal .user-signup{
   color: #000;
   background: #fff;
   text-align: center;
   padding: 10px;
   border-radius: 0 0 10px 10px;
   display: block;
}
.form-horizontal .user-signup a{
    color: #000;
    transition: all 0.3s ease;
}
.form-horizontal .user-signup a:hover{ text-decoration: underline; }

 .action-btn {
      background-color: #2d6a4f !important;
      color: white;
      border: none;
      border-radius: 10px;
      padding: 10px 0;
    }

.btn-outline-success {
    /*background: #60091a;*/
     /*width: 126px;*/
     border: none;
         border-radius: 6px;
}
.btn-outline-success img{
    width: 30px !important;
}



.bg-danger {
    background-color: #fff !important;
    color: #fff;
}

.play-div{
   
    border-radius: 10px;
}

.counter{
    color: #f32626;
    font-family: 'Sarabun', sans-serif;
    /*width: 120px;*/
    /*padding: 70px 0 30px;*/
    border-radius: 12px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.counter:after{
    top: auto;
    bottom: 0;
}

/*.counter .counter-icon{*/
/*    color: #fff;*/
/*    background: #4CAF50;*/
/*    font-size: 30px;*/
/*    line-height: 50px;*/
/*    height: 65px;*/
/*    width: 70px;*/
/*    clip-path: polygon(0 0, 100% 0%, 100% 60%, 50% 100%, 0 60%);*/
/*    position: absolute;*/
/*    top: 9px;*/
/*    right: 9px;*/
/*}*/
.counter .counter-icon i{line-height: 30px; }


.counter h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 10px;
}

.counter .counter-value{
    font-size: 30px;
    font-weight: 600;
}

.navbar-dark .navbar-toggler-icon{
   background-image: none;
   background: #fff !important;
}

.star-txt{
    margin-left: 1rem;
}

.counter1{
    width: 100%;
    background: #f6f6f6;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 2px;
    border-radius: 15px;
}

/* .counter1{*/
/*    color: #489a4e;*/
/*    background: linear-gradient(to top, #521C0D, #FF9B45);*/
/*    text-align: center;*/
/*    width: 112px;*/
/*    padding: 45px 12px 0;*/
/*    padding-inline: 0px;*/
/*    border-radius: 20px 20px;*/
/*    position: relative;*/
/*    margin: 20px auto 0;*/
/*    z-index: 1;*/
/*  }*/
/*.counter1:before{*/
/*    content: "";*/
/*    background: #fff;*/
/*    width: calc(100% - 15px);*/
/*    height: calc(100% + 5px);*/
/*    border-radius: 10px 10px;*/
/*    transform: translateX(-50%) translateY(-50%);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
/*    z-index: -1;*/
/*}*/
/*.counter1 .counter-value1{*/
/*    font-size: 30px;*/
/*    font-weight: 600;*/
/*    display: none;*/
/*}*/
/*.counter1 .counter1-icon{*/
/*    color: #fff;*/
/*    background: linear-gradient(to top, #521C0D, #FF9B45);*/
/*    font-size: 35px;*/
/*    font-weight: 600;*/
/*    width: 70px;*/
/*    height: 50px;*/
/*    line-height: 40px;*/
/*    border-radius: 10px 0 10px 10px;*/
/*    transform: translateX(-50%);*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    left: 50%;*/
/*}*/
/*.counter1 .counter1-icon i {line-height:inherit;}*/
/*.counter1 .counter1-icon:before{*/
/*        content: "";*/
/*    background: linear-gradient(45deg, #2f6833 49%, transparent 50%);*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -12px;*/
/*}*/
.counter1 .counter1-icon img{
    width: 25px;
    height: 25px;
}
.counter1 h3{
    font-size: 12px;
    color: #280900;
    font-weight: 700;
    text-transform: uppercase;
    margin-block: 0px;
}

.star-line-img img{
    width: 25px !important;
}

.chart-img img{
    width: 100% !important;
}

.sidebar-container {
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px; /* adjust as needed */
  background: #fff;
  z-index: 9999;
}

    .sidebar-container.show {
      transform: translateX(0);
    }

	.contai-addp {
		margin-top: 5px !important;
		max-width: 98%;
		background-color: #f3f4f6;
		padding: 20px;
		border-radius: 7px;
	}

    .bid-container {
        margin-top: 50px;
        max-width: 375px;
        background-color: #ffffff;
        padding: 12px;
        border-radius: 10px;
    }

    .game-card-opt {
       border-radius: 15%;
       margin: auto;
    }
    
    .game-card-opt img {
        width: 100%;
        height: 100%;
    }
    
    .game-card-opt span {
        font-size: 17px;
        font-weight: 600;
    }

.profile-container{
     margin-top: 50px;
          max-width: 375px;
          background-color: #ffffff;
          padding: 12px;
          border-radius: 10px;
}

 .winn-container {
           margin-top: 50px;
           max-width: 375px;
           background-color: #ffffff;
           padding: 20px;
           border-radius: 10px;
        }

  .star-container {
	margin-top: 7px !important;
	max-width: 100%;
	padding: 20px;
	border-radius: 10px;
   }
   
  .quiz-button{
    background-color: #077443;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
  }

  .star-bid-container {
     margin-top: 50px;
     max-width: 400px;
     background-color: white;
     padding: 12px;
     border-radius: 10px;
   }
        
   .star-win-container {
     margin-top: 50px;
     max-width: 400px;
     background-color: white;
     padding: 20px;
     border-radius: 10px;
    }      
        
    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 9999;
    }

    #loader {
      display: block;
      position: relative;
      left: 50%;
      top: 50%;
      width: 150px;
      height: 150px;
      margin: -75px 0 0 -75px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #9370DB;
      animation: spin 2s linear infinite;
    }

    #loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #BA55D3;
      animation: spin 3s linear infinite;
    }

    #loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #FF00FF;
      animation: spin 1.5s linear infinite;
    }

    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }


.top-sec
{
    border-bottom: 1px solid #ddd8d8;
}

.navbar-dark .navbar-toggler{
    background: #fff;
    border-radius: 12px;
}

.chart-img{
   width: 110px !important;
}

.modal-title{
    font-size: 16px;
}

.dtm_box{
    width: 150px !important;
}

.video-icon i {
    font-size: 1.5rem;
}

.video-icon1 i {
    font-size: 1.2rem;
}

.counter .counter-icon .video-icon1 i{
    line-height: 24px;
}

.custom-button:hover{
    background: #2d6a4f !important;
}

.whatsapp-card{
    cursor: pointer;
}















