 body{
         font-family: "Bricolage Grotesque", serif;
         background-color: #ffffff;
    }
    
     /* 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;.call-whatsapp span
      --green-color: #183D3D;
      --sidebar-bg: #452600;
    }
    
    
    
      .hero-section-1 {
              background: #f6f6f6;
          }
    
    .formBg{
       background-color: #053c45;
    margin: 1rem;
    border-radius: 20px;
    padding-bottom: 1.4rem;
}


 .login {
            background-color: var(--orange-color);
        }
        
        
        .submit_buttons {
    background-color: #191919 !important;
    border: none !important;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    border-radius: 10px;
    padding-block: 0.8rem;
}
    
      .header {
        width: 100%;
        background-color: #5e2d06;
        color: #ffffff;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        align-items: center;
        }
        
        
        
        .header a i{
            color: #ffffff;
        }
      .header h1 {
            font-weight: 500 !important;
            font-size: 18px;
            margin-left: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #ffffff !important;
        }
        
        .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;
      font-size: 2rem;
    }
        
    .wallet-container{
      background-color: var(--button-white);
      padding-inline: 0.5rem;
      padding-block: 0rem;
      border-radius: 7px;
      border: 0.5px solid #ffffff;
      color: #000000;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.3rem;
    }

     .card-custom {
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 10px;
        text-align: center;
        color: #000000;
        border: 1px solid #0e2c4c;
        background-color: #ffffff;
        }
        
    /* Custom styling for diamond shapes */
    .diamond-container {
   /*width: 170px;*/
    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;
    /* transform: rotate(45deg); */
    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: #0e2c4c;
    color: #000 !important;
 }
		
	.tabs_section{
    background: #ffffff;
    padding-block: 3px;
    border: 1px solid #191919;
    border-left: 0px;
    border-right: 0px;
    margin-top: 1rem;
    border-radius: 10px;
    margin-inline: 0.8rem;
    }
    
    .bid-item {
    background: #e6752e;
    margin-top: 15px;
    padding: 7px;
    border-block: 1px solid #191919;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    position: relative;
    }
        
    .bi-heading{
    display: block;
    color: #001124;
    font-size: 1.02rem;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    }
        
    .bi-sub-heading{
    display: block;
    color: #001124;
    font-size: 0.9rem;
    font-weight: 500 !important;
    text-transform: uppercase;
    }
        
    .bid-title {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: #0e2c4c;
    padding-block: 0.4rem;
    border-radius: 7px;
    text-transform: uppercase;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    }

    .bid-title1 {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    background: white;
    padding: 7px 10px;
    border-radius: 20px;
    }

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

   .btn:not(:disabled):not(.disabled) {
   cursor: pointer;
   background: #5e2d06;
   border-radius: 15px;
   padding-block: 8px;
   color: #ffffff;
   box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
   border: none;
  }

  /* Navbar */
    .navbar {
     background-color: #5e2d06;
     color: white;
     width: 100%;
     position: fixed;
     z-index: 1000;
     top: 0;
    }
    
    .timing_section {
     width: 100%;
     display: inline-block;
     color: #ffffff;
     text-align: center;
     text-transform: uppercase;
     font-weight: 500;
     font-size: 13px;
     padding-top: 0.3rem;
     border-top-left-radius: 7px;
     border-top-right-radius: 7px;
    }
    
    /* Game Info Cards */
    .game-card {
     padding: 10px;
     padding-top: 14px;
     margin-bottom: 10px;
     background: #341705;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 20px;
     border-block: 1px solid #0e2c4c;
     /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
     position: relative;
    }

    .greenBg{
        background: #c11c1c;
        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: #fff;
     /*border-right: 1px solid #173b45;*/
     color: #fff;
     transform: translateX(-100%);
     transition: transform 0.3s ease;
     z-index: 9999;
     padding-top: 0px;
     overflow-y: auto;
     max-height: 100vh;
    }
    
    
  .winHistory {
    background-color: var(--primary-purple);
    color: #fff;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 7px;
  }

   .marqText {
    background: #28a745;
    color: #ffffff;
    font-weight: 400;
    font-size: 1rem;
    padding-block: 0rem;
    border-bottom: 0.5px solid #00000059 !important;!i;!;
    margin-bottom: -0.5rem;
    border-radius: 0px;
    margin-top: 1rem;
    font-weight: 500;
    line-height: 26px;
   }
 .navbar-brand {
      color: #fff !important;
      font-weight: 600;
      font-size: 1.1rem !important;
      letter-spacing: 0.2px;
      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: 54px;
    height: 23px;
    /* border-radius: 40px; */
    background: #28a745;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    font-size: 23px;
    line-height: 66px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    display: ruby;
    padding: 0px 9px 6px 9px;
    border-radius: 5px;
}

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

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

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

        /* Sidebar item styling */
        .sidebar-item {
            display: flex;
            align-items: center;
            padding: 8px 0;
            font-size: 14px;
            color: #000;
            padding-block: 0.3rem;
        }
        .sidebar-item > a{
          color: #fff;
        }
        .sidebar-item > a span{
            font-size: 16px;
            font-weight: 500;
            color: #0e2c4c !important;
        }
        .sidebar-item .icon {
            font-size: 18px;
            margin-right: 10px;
            border-radius: 50%;
            color: #0e2c4c !important;
        }

        /* 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: 30px;
    }

    .chart-icon{
    width: 50px;
    }

    .game-title {
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 0px
    }

     .status-close-active span{
    font-weight: 500 !important;
    font-size: 1rem !important;
    color: #ffffff !important;
    }
     .status-close-active .runningt{
         color: #2eff38 !important;
     }
    
    .runningt {
    color: #75ff66;
    font-weight: 600;
    font-size: 0.8rem;
    }
    
    .closegt 
    {
      color: #ffffff;
      font-weight: 600;
      font-size: 0.8rem;
    }
    
    .status-close-active {
  display: inline-block;
  color: #ffffff !important;
  font-size: 16px;
  /* margin-bottom: 7px !important; */
  padding-inline: 2px !important;
  /* padding-block: 2px; */
  border-radius: 3px;
}


 .star_section {
      margin-bottom: 0px !important;
      color: #f8f8f8;
      font-size: 20px;
      font-weight: 500;
      text-align: center;
    }




.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 {
    border-radius: 8px;
    background: #eb5d03;
    color: #ffffff;
    font-weight: 600;
    word-spacing: -0.9px;
    font-size: 1rem;
    border: none;
    }
   
   .nav-link{
      color: #222;
    }
         
    .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: 5px;
    background: #ffffff94;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
    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: #0e2c4c !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    width: 49%;
    border-radius: 15px !important;
    box-shadow: none !important;
    }
  
    .btn-custom:last-child {
      margin-right: 0;
    }
    
        .btn-custom2 {
       background: #930c2b !important;
       border: none !important;
       color: #ffffff !important;
       font-size: 16px;
       font-weight: 600;
       width: 49%;
       border-radius: 15px !important;
       box-shadow: none !important;
    }

    .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: 200px;
      background-color: #eaeaea;
      padding-inline: 10px;
    }
    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
    }

    /* 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; */
    padding: 1.5rem;
    background: #3f250f;
   }

.userName{
   font-size: 1.3rem !important;
    font-weight: 500 !important;
    color: #fff !important;
}

.mobNumber{
    color: #fff !important;
}

.userIcon {
    width: 55px;
    height: 55px;
    padding: 0rem;
    background: #fff;
    border-radius: 50%;
}

.userIcon img{
    width: 100%;
    height: 100%;
}

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

        /* Custom icon colors */
        .home-icon { color:#000; }          /* Green for Home */
        .profile-icon {color:#000; }       /* Amber for Profile */
        .add-point-icon { color:#000;}     /* Black for Add Point */
        .withdraw-icon {color:#000; }      /* Light Green for Withdraw Points */
        .wallet-icon { color:#000; }        /* Orange for Wallet Statement */
        .transfer-icon { color:#000; }      /* Light Blue for Transfer Points */
        .winning-history-icon { color:#000; } /* Purple for Winning History */
        .bid-history-icon { color:#000; }   /* Pink for Bid History */
        

.navbar{
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}


.marquee-container{
    padding-top: 3.7rem;
    padding-bottom: 0rem;
}

.quiz-container {
      max-width: 600px;
     margin: 13px auto;
     margin-inline: 15px;
      padding: 15px;
      border-radius: 10px;
      background: #fff;
    }

    .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 {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    padding: 5px;
    font-size: 16px;
    background: #f8f9fa;
    color: #000000;
    border-radius: 6px;
    width: 80%;
    font-weight: 600;
    text-transform: uppercase;
    height: 34px;
    border-radius: 20px;
}
    
.aboutIntroText p {
    font-size: 15px !important;
    line-height: 30px;
    background: #341705 !important;
    color: #ffffff;
}

.call-whatsapp span{
    color: var(--black-text);
    font-weight: 400;
    font-size: 18px;
    margin-left: 0.5rem;
}
        
 .quizButton img{
     width: 20px;
     height: 20px;
 }       
        
        
       .mobile-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #5e2d06;
            box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
            display: flex;
            justify-content: space-around;
            border-radius: 20px;
        }
        .mobile-nav .nav-item {
            text-align: center;
            flex: 1;
        }
        .mobile-nav .nav-link {
            color: #ffffff !important;
            font-size: 12px;
            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 !important;
    padding-inline: 5px;
    padding-block: 5px;
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

        
        .icon-wrapper {
            font-size: 24px;
            /*margin-bottom: 2px;*/
        }        
        
         .mobile-nav .nav-link span{
          color: #ffffff !important;
          font-size: 13px;
        font-weight: 500;
         }
        
         .input-group-text{
          color: #000000;
          background: #e0e0e0;
         }
        
    .bidSecion{
        overflow: hidden !important;
    }


/*Login page code start here*/

   .login-container {
    position: relative;
    width: 92%;
    margin: 50px auto;
    margin-bottom: 0px;
    margin-top: 20px;
    padding-bottom: 2rem;
    background: #341705;
    border-radius: 20px;
    /* border-top-right-radius: 25%; */
    /* border-bottom-right-radius: 25%; */
    overflow: hidden;
    }
    
     .login-container:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #ffe4c9;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    transition: all 0.5s ease 0s;
    }
    
  .formLogo{
           display: flex;
           justify-content: center;
             align-items: center;
        }
        
          .formLogo div{
            width: 189px;
            border-radius: 50%;
            box-shadow: rgb(255 255 255 / 10%) 0px 4px 12px;
        }

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

 .form_header {
            background-color: var(--orange-color);
            padding: 20px 20px;
            text-align: left;
            margin-top: 4rem;
        }
        
         .form_header h1 {
            color: #c11c1c;
            font-size: 32px;
            font-weight: 600;
            margin: 0;
        }
        
          .footerDiv{
              width: 100%;
    display: flex;
    justify-content: center;
        }

  .login_footer{
    width: 30%;
    border: none;
    padding: 10px;
    border-bottom: 5px solid #fff;
        }
        
        .footerDiv2{
              width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -1rem;
        }
        
         .login_footer2{
    width: 18%;
    border: none;
    padding: 10px;
    border-bottom: 5px solid #fff;
        }

        .icon-container {
            text-align: center;
            padding: 30px 0;
            /*background: #ffce39;*/
        }

        .icon-container h3 {
           color: #ffffff;
           font-size: 1.3rem;
           font-weight: 600;
           text-transform: capitalize;
        }

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

        .login-f-g input {
      border: 1px solid #ffffff;
      background: #ffffff;
      border-radius: 15px;
      outline: none;
      width: 100%;
      padding: 10px 10px 10px 55px;
      padding-block: 22px;
      font-size: 17px;
      font-weight: 500 !important;
      line-height: 30px;
      }

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

 .btn-login {
    background-color: #0B666A;
    color: #ffffff !important;
    border: 1px solid #fff;
    width: 100%;
    padding: 10px;
    padding-block: 7px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    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: #fff;
          font-weight: 500;
          text-decoration: none;
          font-size: 18px;
        }

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

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


.otpText{
    padding: 26px;
}

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

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


.otp-container{
    width: 92%;
    background: #eb5d03;
    border-radius: 20px;
    padding-block: 2rem;
    border-top-right-radius: 25%;
    border-bottom-right-radius: 25%;
}

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

.otpHedaer h1{
    font-size: 30px;
    color: #171717 !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: 17px;
 }
        
 .fg-form input{
    background: #ffffff;
    border-radius: 15px;
    outline: none;
    width: 100%;
    padding: 10px 10px 10px 55px;
    padding-block: 22px;
    font-size: 17px;
    font-weight: 500 !important;
    line-height: 30px;
 }       
        
  .fg-form i{
   position: absolute;
   top: 5px;
   left: 8px;
   color: #000000;
   font-size: 20px;
  }       
        
  .chartBox{
      background: #155724;
      padding: 3px 10px;
      border-radius: 4px;
      letter-spacing: 0.5px;
      color:#fff;
  }      
        
 .btn-imgs{
     width: 35px;
     height: 35px;
     line-height: 25px;
     background: #cbffd787;
     padding: 0.3rem;
     border-radius: 50px;
 }
 
 .btn-imgs img{
     width: 100%;
     height: 100%;
 }
        
.chartDiv{
    max-width: 100px;
}
        
.playDiv{
    width: 75px;
    padding: 0.5rem;
    padding-block: 4px;
    border-radius: 7px;
    text-align: center;
}    
        
.chart-container{
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 25%;
    border: 1px solid #059726;
    padding: 0.2rem;
}

.chart-container img{
    width: 100%;
    height: 100%;
    border-radius: 25%;
}
        
.userDetail{
    margin-left: 0.5rem;
}       
    
.icon-wrapper img{
    width: 100%;
    height: 100%;
}      

.sidebarWrapper{
    border-bottom: 0.5px solid #0e2c4c;
}

.card_body{
    padding-inline: 0px !important;
}
    
.play-now{
    font-size: 13px;
}
    
.v-cross-icon{
    background: #c31e1a !important;
}        

.dash-btn-text{
    margin-right: 0.5rem;
}

.gameName {
    background: #28a745 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 10px 13px;
    border-radius: 5px;
}

.video-icon p 
{
   font-size: 15px;
   margin-bottom: 0px;
}

.chartDiv p 
{
 margin-bottom: 0px;   
 color: black;
}


.navbar-dark .navbar-toggler-icon {
   background-image: none;
}


  
    .game-card-1 {
   width: 150px;
    height: 150px;
    border-radius: 63%;
    background: #05374b !important;
    color: #ffffff;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #05374b;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: auto;
}
        
        
        
        
.game-card-1 span {
    padding-top: 10px;
    text-transform: uppercase; 
}

.hero-content {
    background: #fff !important;
}


.dtm_box {
    border: 1px solid #191919 !important;
    text-align: center;
    width: 150px;
}


.timing-new {
    border-radius: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.timing-new span {
    font-size: 14px;
    font-weight: 600;
}

  .login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #721c24;
  }

  .card-topper{
       background: #ffffff;
    border-radius: 7px;
    border-left: 0px;
    border-right: 0px;
  }

  .open-close-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 42px;
  }

  .oc-t{
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    font-size: 1rem;
    color: #0e2c4c;
 }

 .chart-txt{
    font-weight: 500;
    color: #ffffff;
    font-size: 1rem;
 }

 .btn-whatsapp{
  background: transparent !important;
  box-shadow: none !important;
 }

 .btn-whatsapp .w-txt{
  color: #009a24;
  font-size: 1.1rem;
  font-weight: 500;
  margin-left: 0.5rem;
 }

  .formIcons{
    background: #dcb49b45;
    border-radius: 15px;
    width: 37px;
    height: 37px;
    line-height: 40px;
    text-align: center;
  }

  .form-sec-1{
    width: 100%;
  }
  .r-otp{
    color: #ffffffd6;
    font-weight: 400;
    font-size: 16px;
  }
    
  .ribbon{
    color: var(--white);
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 900;
    width: 115px;
    text-transform: capitalize;
    position: relative;
    padding: 58px 10px;
    margin: 0 auto;
    z-index: 1;
  }
.ribbon:before,
.ribbon:after{
    content: "";
    position: absolute;
}
  .ribbon:before{
    background: linear-gradient(251deg, #eb5d03 0%, #0e2c4c 100%) !important;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px;
    outline: 2px solid #ffffff;
    outline-offset: -6px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 42%;
    left: 50%;
    z-index: 1;
 }

.ribbon h3{
    width: 100%;
   display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 37%;
    left: 50%;
    margin: 0 auto;
    z-index: 1;
}

.ribbon span{
    max-width: 100%;
    text-transform: capitalize;
    font-size: 0.9rem;
    font-weight: 500;
}

.ribbon h3 i {
    margin-right: 8px;
}
.ribbon.green{
    --color1:#33d9b2;
    --color2:#218c74;
}
.ribbon.blue{ 
    --color1:#5352ed;
    --color2:#3742fa;
}
.ribbon.purple{ 
    --color1: #B33771;
    --color2: #6D214F;
}
@media screen and (max-width:990px){ 
    .ribbon{ margin-bottom: 60px; } 
}


    .game-runn-text{
       width: 100%;
       padding-block: 0.1rem;
       border-radius: 8px;
       color: #543310 !important;
       text-align: center;
       margin-bottom: 0.3rem;
       box-shadow: none;
    }

  .status-close-active i {
    color: #0e2c4c;
    font-size: 1.5rem;
    padding: 8px;
    padding-inline: 12px;
    background: #ffffff;
    border: 1px solid #0e2c4c;
    border-radius: 25%;
  }

   .wallet-details span{
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 600;
    }

.contact-txt{
    font-weight: 500;
    color: #000;
}

.card-bottom-row{
    background: #f9f9f9;
    margin-bottom: 0.4rem;
    border-radius: 8px;
    border-block: 0.5px solid #0e2c4c;
}

.wallet-container i {
    font-size: 1.2rem;
    line-height: 1.21rem;
}

.status-close-active .play-icn{
    color: #ff0000;
    border: 1px solid #0e2c4c;
}















