#sn-loader-wrap{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 9999;
}
#sn-loader-wrap::after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    background-image: url('../images/white-loading.svg');
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
}

.sn-popup-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
span.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 18px;
}
.otp-v-container {
    background-color: #1e1e1e;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}
.otp-v-container h4 {
    margin-bottom: 1rem;
    color: #ffffff;
    padding: 0;
}
.otp-v-container .otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.otp-v-container .otp-input input {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #444;
    border-radius: 4px;
    background-color: #2a2a2a;
    color: #ffffff;
}
.otp-v-container .otp-input input::-webkit-outer-spin-button,
.otp-v-container .otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.otp-v-container .otp-input input[type=number] {
    -moz-appearance: textfield;
}
.otp-v-container button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    margin: 5px;
}
.otp-v-container button:hover {
    background-color: #45a049;
}
.otp-v-container button:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
}
.otp-v-container #timer {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #ff9800;
}

#sn-popup-wrap{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
span.error{
    color: red;
}
.btn{
    min-height: 49px;
}

.request-otp-header {
    margin: 40px 0px;
  }
  .login-label label {
    /* color: #c74032; */
    font-weight: 600;
  }
  .input-edit {
    border: none !important;
    border-bottom: 2px solid #ccc !important;
    padding: 6px 0px;
    opacity: 0.8;
  }
  /* .input-edit:focus {
    border-bottom-color: #c74032 !important;
    box-shadow: none;
    outline: 0;
  }
  
  .request-otp {
    margin-top: 40px;
    background: linear-gradient(#c74032, #91041b);
    font-size: 14px;
    color: #fff;
  } */
  .request-otp:focus {
    box-shadow: none;
  }
  .fa-chevron-left {
    cursor: pointer;
  }
  .resend-otp{
    margin-top:6px;
    cursor:pointer;
  }

.checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.checkbox-wrap label{
    margin: 0;
}
.checkbox-wrap input#sn-agree {
    margin: 2px 0 0 0;
    height: auto;
}