.aadhaar-input,
.abha-input {
    width: 95px;
    height: 44px;
    text-align: center;
    border-radius: 10px;
    border-width: 2px;
    gap: 10px;
    padding: 2px 22px;
    border-color: #6EB544;
}

.aadhaar-input:focus,
.abha-input:focus {
    outline: none;
    /* Remove default browser outline */
    border-color: #3A9F34;
    /* A deeper green or another color on focus */
    box-shadow: 0 0 5px #6EB544;
    /* A soft glow effect */
}

.card.mb-4 {
    border: 2px solid #2E37A41A;
    border-radius: 30px;
    /* box-shadow: 32px 0 0 0 rgba(0, 0, 0, 0.15); */

}

.otp-input {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border-width: 2px;
    gap: 10px;
    padding-top: 2px;
    padding-right: 11px;
    padding-bottom: 2px;
    padding-left: 10px;
    color: #3A9F34;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
}

.otp-input:focus {
    width: 51px;
    height: 44px;
    border-radius: 10px;
    border-width: 2px;
    gap: 10px;
    padding-top: 2px;
    padding-right: 22px;
    padding-bottom: 2px;
    padding-left: 22px;
    color: #6EB544;
    outline: none;
    /* Remove default browser outline */
    border-color: #3A9F34;
    /* A deeper green or another color on focus */
    box-shadow: 0 0 5px #6EB544;
}

.form-label.input-label {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #2E8D8F;
    padding-bottom: 1rem;
}

.terms-label {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #000000;
}

.terms-box p {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #000;
}

.form-check-label {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #222;
}

.step.active .step-number {
    background-color: #2E8D8F;
}

.resend-link {
    color: #6EB544;
    text-decoration:
        none;
    margin-left: 10px;
    cursor: pointer;
}

.step.active .step-number {
    background-color: #2E8D8F;
}

.text-primary {
    color: #2e8d8f !important;
}

.btn-next {
    background-color: #6eb544;
    border-color: #6eb544;
}

.btn-next:hover {
    background-color: #2e8d8f;
    border-color: #2e8d8f;
}

.submit-btn {
    background-color: #2E8D8F;
    border-color: #2E8D8F;
    color: white;
    padding: 8px 25px;
    font-weight: bold;
    border-radius: 12px;
}

.resend-otp {
    background-color: #fff;
    border-color: #2E8D8F;
    color: #2E8D8F;
    padding: 8px 25px;
    font-weight: bold;
    border-radius: 12px;
}

.submit-btn:hover {
    background-color: #2E8D8F;
    border-color: #2E8D8F;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid #2E8D8F;
    font-weight: bold;
}

.step-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #2E37A41A;
}

.form-control.mobile-input {
    border-radius: 10px;

}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2e8d8f;
    border-color: #2e8d8f;
}

.btn-outline-primary {
    color: #2e8d8f;
    border-color: #2e8d8f;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(110, 181, 68, 0.25);
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgba(110, 181, 68, 1);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(110, 181, 68, 0.25);
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #6eb544;
    border-color: #6eb544;
}

.step.active .step-number {
    background-color: #2e8d8f;
    color: white;
}

.form-container {
    border: none;
}

/* Hide loader overlay by default */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    /* semi-transparent white */
    display: none;
    z-index: 9999;
}

/* Show loader when 'loading' class is present */
body.loading .loader-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Blur background when loading */
body.loading .page-wrapper {
    filter: blur(3px);
    pointer-events: none;
    /* Prevent interaction */
}

.user-info label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.36px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
}

.user-info .small-text {
    font-size: 14px;
}

.abha-card {
    border: 2px solid #2E37A41A;
    border-radius: 30px;
}

.card-header {
    border-bottom: 2px solid #2E37A41A;
}

.user-info p {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
}

.aadhaar-error {
    border: 1px solid red !important;
    box-shadow: 0 0 4px red;
}

#mobileValidIcon.valid {
    color: green;
}

#mobileValidIcon.invalid {
    color: gray;
}

#emailValidIcon.valid {
    color: green;
}

#emailValidIcon.invalid {
    color: gray;
}

.modal-header {
    border-bottom: none;
}

#abhaExistsModal h3 {
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 1.3rem;
}

.abha-exists-modal {
    padding: 30px 0;
}

.input-error {
    border: 1px solid red !important;
    box-shadow: 0 0 4px red;
}

/* Abha Card Dashboard Sidebar Start */
.sidebar {
    background-color: #f5f6fa;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.sidebar-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.sidebar a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.sidebar-item {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-item.active {
    color: #00a0a6;
    background-color: #00a0a610;
    border-radius: 10px;
    padding: 10px;
}
.nav-item a:hover {
  color: #00a0a6;
}
.sidebar-item:hover {
    background-color: #00a0a610;
    border-radius: 10px;
    padding: 10px;
}

.icon {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 10px;
}

.icon.active-icon {
    background-color: #00a0a6;
}

.sidebar-item.acitve {
    color: #00a0a6;
    background-color: #00a0a610;
    border-radius: 10px;
    padding: 10px;
}

.arrow {
    /* margin-left: 3rem; */
    font-size: 12px;
}