@import url('https://fonts.googleapis.com/css2?family=El+Messiri&display=swap');


/*.login-mdel-conatiner {*/
/*    margin-top: 8rem!important;*/
/*}*/
#state-city-container {
    display: none; /* Hide by default */
    gap: 12px;
}

#state-city-container.show {
    display: flex;
    
}

.login-modal{
    background-image: url(https://99isolution.com/99panditnew/img/om_logo.png);
    background-size: contain;
    box-shadow: 0 4px 20px rgb(122 119 119 / 30%); 
    border-radius: 15px;
     width: 90%;
    margin: 0 auto;
}
.right-login-content {
    border: 1px solid #D4D3D3;
    border-radius: 24px;
    padding: 20px 40px 20px 0;
    background-color: #fff;
}
.login-nav-link.active {
    background-color: #F0312D!important;
    color: #fff;
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    border-radius: 0%;
}
button#pills-user-tab {
    text-align: center;
    width: 100%;
}
/*li.nav-item {*/
/*      width: 100%;*/
/*}*/
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
}
.email-phone-input {
    border: 1px solid #7F7B7A;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 12px;
}
.user-login-content {
    padding: 20px 50px 0 50px;
}
.lable-input label {
    position: absolute;
    background-color: #fff;
    top: -8px;
    left: 30px;
    font-size: 12px;
    z-index: 99;
    padding: 0 5px;
}
.lable-input {
    position: relative;
}
.login-btn {
    background-color: #F0312D!important;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: white!important;
}
.loginModal_h4 {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 29.02px;
    text-align: left;
    padding: 22px 38px;
}
ul#pills-tab {
    margin-top: 14px;
}
@media(max-width:991px){
    .col-lg-6.left-login-content {
        display: none;
    }
    .right-login-content{
        padding: 20px 0px 20px 0;

    }
}

@media(max-width:450px){
    .login-btn {
    
    width: 90%!important;
    
}
}



/*Otp model css priya*/
.modal-header{
    background: #7e1515
}
.login-btn {
    background-color: #F0312D !important;
    border-radius: 25px!important;
    font-size: 18px!important;
    font-weight: 700!important;
    line-height: 24px;
    color: white!important;
    width: 80%;
    margin-left: 55px;
}
.form-control:focus {
    color: #212529!important;
    background-color: #fff;
    border-color: #970000!important;
    outline: 0;
    box-shadow: none!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
svg.bi.bi-x {
    width: 40px;
    height: 40px;
    background: none !important;
}

/*Otp model css priya*/




/*Register css  priya */

    /*body {*/
    /*  background-color: #f8f9fa;*/
    /*  padding: 30px;*/
      
    /*}*/
    
    
   .register-btn {
    background: #7e1515;
    color: white;
        width: 100%;
             margin-top: 20px;
                 margin-bottom: 10px;
    
    
    }

    .form-wrapper {
      max-width: 550px;
      margin: auto;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.15);
          padding-bottom: 15px;
    }

    .form-header {
      background-color: #8B0000;
      color: white;
      padding: 1.2rem 1rem;
    }

    .form-body {
      padding: 25px;
      background-color: white;
          /*padding-top: 0;*/
    }

    .submit-btn {
      background-color: #8B0000;
      color: white;
      font-size: bold;
    }



    .form-control, .form-select {
      /*margin-bottom: 0px;*/
    }
    .input_group {
    margin-right: 20px;
    font-weight: 600;
    border-bottom: 2px solid #d8d8d8 !important
}
.input_group:focus {
    box-shadow: none;
    border-bottom: 2px solid #7e1515!important;
    /*border: 0;*/
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #970000;
    outline: 0;
    box-shadow: none;
}
.register-book{
    font-family: 'El Messiri', sans-serif;
    font-size: 1.25rem;
}

select::-webkit-scrollbar {
    width: 8px;
  }
  

  
  select::-webkit-scrollbar-thumb {
    background-color: #7E1515;
    border-radius: 10px;
  }
  .submit-btn:hover{
    background-color: #7E1515;
    color: white;
  }




/*empty page css priya*/


.empty-cart-card {
    background-color: #fff;
    border: 1px solid #efefef;
    text-align: center;
    padding: 35px;
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    margin-top: 100px;
}

.empty-cart-card .icon {
  font-size: 54px;
  color: gray;
  margin-bottom: 10px;
}

.empty-cart-card p {
  font-size: 18px;
  color: #333;
}

@media(max-width:768px){
    .empty-cart-card p {
  font-size: 30px;
  color: #333;
}

}

/*empty page css priya*/


/*madan*/

.fixed-top {
     position: sticky; 
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


/*add new css*/

 @media only screen and (max-width: 768px) {
  .login-modal{
          width: 100%;
  }
.user-login-content {
    padding: 20px 20px 0 20px;
}
.login-btn {
    width: 90%!important;
        margin-left: 20px;
}
.email-phone-input {
        font-size: 18px;
}
label[for="loginPhone"] {
  font-size: 18px;
}
}