.required:after {
    content: " *";
    color: red;
}
.h4,
h4 {
    font-size: 1rem;
    margin: 5px 0;
}
.login-container {
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 400px;
}
.login-title {
    text-align: center;
    margin-bottom: 30px;
    color: #2c3e50;
    font-size: 24px;
    font-weight: 600;
}
.toggle-container {
    display: flex;
    background-color: #f0f2f5;
    border-radius: 8px;
    padding: 4px;
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    /* Set a fixed width for the toggle */
}
.toggle-option {
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: center;
}
.toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-label {
    display: block;
    padding: 7px;
    cursor: pointer;
    color: #576574;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 6px;
    user-select: none;
}
.toggle-input:checked+.toggle-label {
    color: #fff;
}
.toggle-slidder {
    /* top: 4px;
    bottom: 4px;
    left: 4px; */
    width: 100%;
    background-color: #27975c;
    border-radius: 6px;
    transition: all 0.3s ease;
}
#dlrloginwithpassword:checked~.toggle-slider {
    transform: translateX(100%);
}
label {
    display: inline-block;
    margin-bottom: .0rem;
}
.backcolor {
    background-color: #48bc59;
}
.padotp {
    padding: 3%;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    background-color: #48bc59 ! important;
    color: white !important;
}
#enterotp {
    margin-bottom: 0.7rem ! important;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 14px;
    color: red;
    letter-spacing: 1px;
    font-weight: 500;
}
#formError{
  color: red; 
}
#timer {
    width: 100%;
    margin-top: .25rem;
    font-size: 14px;
    color: red;
    letter-spacing: 1px;
    font-weight: 500;
}
div#enterotp .form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: red;
    padding-right: 0px ! important;
    background-image: none ! important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
div#enterotp .form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: 0px ! important;
    background-image: none ! important;
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.paddotp {
    padding: 0% 5% ! important;
}
.twitterlogo {
    margin-top: -2%;
    width: 6%;
    color: #6c757d;
}
.soclink a:hover {
    color: #FF9800;
}
.soclink a {
    cursor: pointer ! important;
    letter-spacing: 0.5px;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none;
    color: #FF9800 ! important;
}
form#feedback .form-control.is-valid {
    display: inline;
    background-image: url('') ! important;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #47bb58;
    opacity: 1;
}
.rButton {
    appearance: none;
    /* remove default style */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #4CAF50;
    /* green border */
    border-radius: 50%;
    /* circle */
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}
.rButton:hover {
    border-color: #2e7d32;
    box-shadow: 0 0 5px rgba(46, 125, 50, 0.6);
}
.rButton:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.rButton:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
}
.input-group .input-group-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;
    color: #06aa58;
}
span.input-group-text.rightigt {
    border-radius: 0px 5px 5px 0px ! important;
    cursor: pointer;
}
.password-toggle {
    position: absolute;
    right: 15px;
    /* space from right edge */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    font-size: 14px;
}
i.fas.fa-eye,
i.fas.fa-eye-slash {
    color: #06aa58;
}
span.password-toggle i:hover {
    color: #FF9800;
}
button#togglePassword {
    border-left: 0px;
}
.btn-outline-secondary:hover,
button#togglePassword:focus {
    color: #ffb600 ! important;
    background-color: #e8f0fe ! important;
    border-color: #06aa58;
}
button#btnProceed {
    border: 1px solid #48bc59 ! important;
    background-color: #48bc59 ! important;
    font-size: 16px;
}
button#togglePassword1 {
    border-left: 0px;
}
.btn-outline-secondary {
    color: #ccc ! important;
    border-color: #ccc ! important;
}
#togglePassword,
#togglePassword1 {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}
.was-validated .form-control:invalid~#togglePassword,
.was-validated .form-control:invalid~#togglePassword1 {
    top: 30%;
}
label.topradio {
    vertical-align: top;
}
#openAppBtn {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
#openAppBtn:hover {
    background: linear-gradient(135deg, #43A047, #1B5E20);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.25);
}
#openAppBtn:active {
    transform: translateY(0);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}