 body{
    font-family: "Jost", sans-serif;
    background: #e6dbdb !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;
    }
    
    .hero-section-1 {
      background: transparent;
    }
    
    .formBg{
       background-color: #053c45;
       margin: 1rem;
       border-radius: 20px;
       padding-bottom: 1.4rem;
    }

    .login{
    height: 100vh;
    padding: 25px 10px;
    padding-top: 35px;
    }
        
    .submit_buttons {
      background: linear-gradient(to bottom, #f7971e, #ba5600);
      border: none !important;
      font-weight: bold;
      font-size: 16px;
      color: #000;
      border-radius: 10px;
      padding-block: 0.8rem;
    }
    
    .header {
      background: linear-gradient(to bottom, #ba5600, #ba5600);
      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.6rem;
            padding-block: 0rem;
            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: #fb8d04;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.25), inset 0 -1px 2px rgba(0, 0, 0, 0.2) !important;
    color: #000 !important;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding-block: 0.7rem;
    }
        
    .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: #ffffff;
        padding-inline: 0.6rem;
            padding-block: 2px;
        border-radius: 5px;
        font-size: 0.9rem;
    font-weight: 600;
    }

   .wallet-container a span{color: #000;}

       .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%;
     background-color: #fb8d04;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.25), inset 0 -1px 2px rgba(0, 0, 0, 0.2) !important;
    color: #000 !important;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding-block: 0.7rem;
        }
        
    .modal-header{
       background-color: #000000;
	   color: #000 !important;
	}
		
	.tabs_section{
      background: #e6dbdb;
      padding-block: 7px;
      border-bottom: none;
    }
    
    .bid-item {
       background: url(../images/bg-textu.jpg);
       background-position: center;
       background-size: cover;
       margin-top: 15px;
       padding: 7px;
       padding-block: 0.6rem;
       border-radius: 10px;
       border: 1px solid #00334b;
       box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
        
    .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%;
    background: #00968852;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border: 1px solid #00000070;
    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: #60091a;
    border: none;  
}

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

    .navbar {
      background: linear-gradient(to bottom, #ba5600, #ba5600);
      color: white;
      width: 100%;
      position: fixed;
      z-index: 1000;
      top: 0;
    }
    
    .timing_section {
    background: #fff;
    padding: 6px 7px;
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 0.2rem;
    border-radius: 7px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    }
    
    /* Game Info Cards */
    .game-card {
      background: #ffffff;
      border-radius: 5px;
      border: none;
      padding: 0px;
      padding-inline: 0px;
      padding-top: 0px;
      padding-bottom: 0.4rem;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 5px -5px 5px -5px #333;
      box-shadow: #000000bf 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
      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: linear-gradient(to top, #521C0D, #ad5000) !important;
      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: #ffffff;
    color: #ff0000;
    font-weight: 600;
    font-size: 14px;
    padding-block: 0rem;
    margin-bottom: -0.5rem;
    margin-top: 1.2rem;
    text-transform: uppercase;
  }

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

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

  .video-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #00a404;
    font-size: 2.5rem;
  }
  
  .video-icon img{
    width: 100%;
    height: 100%;
   }
   
  .video-icon1 {
    width: 35%;
    font-weight: 500;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ff0000;
 }
 
.video-icon1 img{
    width: 100%;
    height: 100%;
}

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

    .sidebar-item {
      display: flex;
      align-items: center;
      padding: 8px 0;
      font-size: 14px;
      color: #000;
      padding-block: 0.6rem;
      border-bottom: 0.5px solid #dee2e6;
    }
        .sidebar-item > a{
          color: #fff;
        }
        .sidebar-item > a span{
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }
        .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: 600;
      font-size: 15px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 0px;
      text-align: start !important;
          font-family: "Poppins", sans-serif;
    }
    
     .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:  var( --green-text) !important;
     }
    
    .runningt 
    {
      color: var( --green-text) !important;   
    }
    
    .closegt 
    {
      color: var(--primary-purple) !important;   
    }
    
    .status-close-active {
    color: #037e08 !important;
    font-weight: 700;
    font-size: 12px !important;
    border-radius: 3px;
    }

   .star_section {
    margin-bottom: 0px !important;
    color: #551400;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: start !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: #fb8d04;
        border-radius: 8px;
    color: #000000;
    font-weight: 600;
    word-spacing: -0.9px;
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.25), inset 0 -1px 2px rgba(0, 0, 0, 0.2) !important;
   }
    .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: #00334b !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: #2f0009;
	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: #00334b !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: 8px;
    }

    /* 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{
     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;
    padding-top: 20px;
}


.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;
    }

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

    .incorrect {
      background-color: #f8d7da !important;
      color: #721c24 !important;
    }
    
  .play-quiz {
   font-size: 16px;
    background: #552400;
    background-position: bottom;
    background-size: cover;
    color: #ffffff;
    border-radius: 12px;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    height: 34px;
    box-shadow: 0 4px 12px #f64401b3 !important;
  }
    
    .aboutIntroText p {
    font-size: 15px !important;
    line-height: 30px;
    background: #077443 !important;
    color: #fff;
    }
   .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: #e6dbdb;
      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: #000;
        font-size: 12px;
        line-height: 22px;
        font-weight: 400;
        padding: 0px !important;
        font-family: "Poppins", sans-serif;
        transition: all 0.3s ease-in-out;
    }
    .mobile-nav .nav-link:hover {
        color: #007bff;
    }
    .mobile-nav .nav-link.active {
        color: #ff7600;
        font-weight: bold;
    }
        
    .mobile-nav .nav-link.active .icon-wrapper {
    background-color: #FFF;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto;
    }
    
    .mobile-nav .nav-link.active .icon-wrapper img {
    width: 100%;
    height: 100%;
   }

    .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{
      display: flex;
      flex-direction: column;
      align-items: center;
     }
        
    .formLogo .form-logo-div{
      width: 140px;
      border-radius: 10px;
    }

    .formLogo .form-logo-div img{
      width: 100%;
      height: 100%;
          background: #fff;
    padding-inline: 10px;
      border-radius: 15px;
    }

    .form_header {
      width: 100% !important;
      background-color: var(--orange-color);
      text-align: center;
    }
        
     .form_header h1 {
        color: #000;
        font-size: 17px;
        font-weight: 500;
        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: #521400;
    font-size: 20px;
   }

   .btn-login {
     background: linear-gradient(to bottom, #f7971e, #ba5600);
     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: #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 #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(63 69 69);
    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: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    display: block;
}
 .user-signup a{
    color: #000;
    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);
}

.card-options {
	    margin: 10px 0;
    border-radius: 5px;
    background: #e2d2c3 !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: #ffffff00;
    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{
    padding: 0 10px;
    padding-top: 0px;
}

.form-container .form-horizontal{
    background: rgba(255,255,255,0.99);
    padding: 0px;
    border-radius: 10px;
}

.form-container .title{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    padding: 10px 10px;
    position: relative;
}


.form-container .title:after{
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}

.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 #521400;
    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;
    text-align: center;
    padding: 0px;
    padding-top: 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 {
       width: 124.34px;
    display: inline-flex
;
    align-items: center;
    gap: 8px;
    background: linear-gradient(to bottom, #f7971e, #ba5600);
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 12px;
    padding: 6px 8px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.25), inset 0 -1px 2px rgba(0, 0, 0, 0.2);
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
.btn-outline-success img{
    width: 30px !important;
}

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

.play-div{
   
    margin-top: 0.5rem;
    padding-block: 0px;
    border-radius: 10px;
}



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

.counter .counter-icon{
    color: #fff;
    background: #521C0D;
    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:inherit; }
.counter .counter-icon:before{
    content: "";
    background: #f2ebd2;
    width: calc(100% - 15px);
    height: calc(100% - 10px);
    clip-path: polygon(0 0, 100% 0%, 100% 60%, 50% 100%, 0 60%);
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: -1;
}

.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;
}

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

 .counter1{
    color: #489a4e;
    background: linear-gradient(to top, #2f0009, #2f0009);
    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, #2f000980, #ffffff);
    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: 30px;
    height: 30px;
}
.counter1 h3{
    font-size: 12px;
    color: #280900;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.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: 95%;
    background-color: #f3f4f6;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
		}

 .bid-container {
          margin-top: 50px;
          max-width: 375px;
          background-color: #ffffff;
          padding: 12px;
          border-radius: 10px;
          box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        }

  .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;
              box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

 .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: #521C0D;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
  }

  .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);
      }
    }
    
                .serviceBox{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 10px;
}
/* Default (desktop) */
/* Default (desktop) */
.serviceBox .service-icon{
    color: #fff;
    background: linear-gradient(135deg, #F09119, #F2C94C); /* gradient background */
    font-size: 45px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    margin-bottom: 0px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}
.serviceBox .service-icon:before{
    background: linear-gradient(135deg, #F09119 50%, transparent 50%);
}
.serviceBox .service-icon:after{
    background: linear-gradient(135deg, #F2C94C, #F09119); /* subtle shadow gradient */
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
.serviceBox .service-icon i{ line-height:inherit; }

.service-icon span img{
    width: 35px;
}

.serviceBox .title{
    color: #F1921A;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 3px;
}
.serviceBox .description{
    color: #777;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}

/* Responsive for mobile */
@media only screen and (max-width:767px){
    .serviceBox .service-icon{
        font-size: 30px;      
        line-height: 70px;    
        width: 70px;
        height: 70px;
    }
    .serviceBox .service-icon:before,
    .serviceBox .service-icon:after{
        top: -7px;
        left: -7px;
        right: -7px;
        bottom: -7px;
    }
    .serviceBox .service-icon:after{
        top: 7px;
        left: 7px;
        right: 7px;
        bottom: 7px;
    }
    .serviceBox .title{
        font-size: 16px;      
    }
    .serviceBox .description{
        font-size: 12px;      
        line-height: 18px;
    }
}

.service-icon{
    box-shadow: none !important;
}

.form-control{
    border: var(--bs-border-width) solid #795548 !important;
}

.counternw{
    color: #fff;
    font-family: 'Hind', sans-serif;
    text-align: center;
    width: 100px;
    padding: 15px 0;
    border: 1px solid #f75700;
    border-right: 4px solid #f75700;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counternw:before,
.counternw .counter-iconnw:before,
.counternw .counter-iconnw:after{
    content: "";
    position: absolute;
}
.counternw:before{
    background: #ff6a00;
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 0 50px 50px 0;
    box-shadow: 6px 6px 6px rgba(0,0,0,0.4);
    transform: translateX(0) translateY(-50%);
    top: 50%;
    left: -8px;
    z-index: -1;
}
.counternw .counter-iconnw{
    display: flex;
    justify-content: center;
    font-size: 35px;
    line-height: 35px;
    margin: auto 0px;
}
.counternw .counter-iconnw i {line-height:inherit;}
.counternw .counter-iconnw:before,
.counternw .counter-iconnw:after{
    background:linear-gradient(to top left,#ec3305 49%,transparent 50%);
    width: 8px;
    height: 8px;
    top: 3px;
    left: -8px;
}
.counternw .counter-iconnw:after{
    background:linear-gradient(to top right,transparent 49%,#ec3305 50%);
    top: auto;
    bottom: 3px;
}
.counternw h3{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
}
.counternw .counter-valuenw{
    font-size: 35px;
    font-weight: 600;
    display: block;
}

@media screen and (max-width:990px){
    .counternw{ margin-bottom: 0px; }
}

.vc-txt{
    font-family: "Poppins", sans-serif;
}

.btn-circle{
    background: linear-gradient(to bottom, #009900, #009900);
    border-radius: 50%;
    width: 60px;
    color: #fff !important;
    height: 60px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px #009900 !important;
    outline: none;
    padding-top: 5px;
    border: 2px solid #fff;
}

.btn-circle1{
    background: #f64401;
    border-radius: 50%;
    width: 60px;
    color: #fff !important;
    height: 60px;
    align-items: center;
    justify-content: center;
    box-shadow:  0 4px 12px #f64401b3 !important;
    outline: none;
    padding-top: 5px;
    border: 2px solid #fff;
}

.btn.btn-circle i {
    font-size: 32px;
        line-height: 40px;
}

.btn.btn-circle1 i {
    font-size: 32px;
        line-height: 40px;
}

.pl-txt{
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}


















