.abhalogin {
    width: 60%;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 40%);
    margin: 0em auto;
    display: flex;
    position: absolute;
    top: 17%;
    left: 20%;
    height: 50vh;
}

/* form {
    padding: 0px;
} */

.login_form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobilelable {
    text-align: left;
}

.loginbtn {
    width: 30%;
    padding: 5px 1px;
}

.emailsection {
    margin: 5px 0px;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.tabs {
    margin-bottom: 25px;
    gap: 6px;
}

.tabs button {
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.tabs button.active {
    color: #6785b9;
    border-color: #6785b9;
}

.form-section {
    display: none;
}

.form-section.active {
    display: block;
    text-align: left;
}

.form-section h3 {
    color: #6785b9;
    font-size: 25px;
    margin-bottom: 20px;
}

input.newotp {
    width: 40px !important;
    height: 50px !important;
    padding: 0 !important;
    text-align: center !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    font-size: 20px !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    border: 1px solid #ccc !important;
    margin: 0 4px !important;
    display: inline-block !important;
}

input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 55px;
}

.actions {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.actions button {
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 55px;
}

.cancel {
    background: #f0f0f0;
}

.next {
    background: #6785b9;
    color: #fff;
}

.required {
    color: red;
}

.adharsec {
    display: block;
    align-items: center;
    margin-top: 25px;
}

.adharsec input {
    width: 100%;
    border: 1px solid #eaeaea !important;
    padding: 15px 15px;
    font-size: 15px;
    border-radius: 6px !important;
    box-shadow: 1px 0px 11px 2px rgba(212, 212, 212, 0.4);
}

.otpnumber {
    display: flex;
    justify-content: center;
    gap: 67px;
    padding: 15px 0px;
}

.box {
    width: 60px;
    height: 60px;
    border: 1px solid #00bea3;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 0px;
    box-sizing: border-box;
    overflow: auto;
    font-size: 22px;
    box-shadow: 1px 0px 11px 2px rgba(212, 212, 212, 0.4);
}

.editable {
    width: 100%;
    height: 100%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* === Terms and Conditions === */
.terms-container {
    margin: 10px 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.tab-button.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.terms-container {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}

.terms-label {
    font-weight: bold;
    font-size: 16px;
}

.tcAccept {
    color: #0a58ca;
    text-decoration: none;
    cursor: pointer;
}

.terms-content {
    width: 100%;
    max-height: 200px;
    /* Adjust height as needed */
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-container input {
    margin-right: 10px;
}

.error-text {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}


/* === CAPTCHA === */
.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.captcha-question {
    background-color: #e0f8f5;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    min-width: 60px;
    margin-top: 10px;
    text-align: center;
}

.captcha-input {
    flex: 1;
    min-width: 150px;
    padding: 8px 12px;
    font-size: 14px;
}

.captcha-audio-btn,
.captcha-refresh-btn {
    padding: 8px 12px;
    font-size: 16px;
    background-color: #0dd5c7;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.captcha-audio-btn:hover,
.captcha-refresh-btn:hover {
    background-color: #0ab4ab;
}

.error-text {
    color: red;
    font-size: 13px;
    margin-top: 2px;
    display: block;
}

input.error {
    border-color: red;
}

.otp-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 0 4px;
    outline: none;
    transition: border 0.2s;
}

.otp-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}

.has-error {
    border-color: red;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

.tab-button.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.otp-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 0 4px;
    outline: none;
    transition: border 0.2s;
}

.otp-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}

@media screen and (max-width: 540px) {
    .abhalogin {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 5px 5px rgb(0 0 0 / 40%);
        margin: 0em auto;
        display: flex;
        position: absolute;
        top: 17%;
        left: 20%;
        height: 50vh;
    }


    input[type="text"] {
        width: 100% !important;

    }

    .login_form {
        padding: 0px;
    }

}


@media screen and (max-width: 840px) {
    .abhalogin {
        width: 100%;
        border-radius: 20px;
        box-shadow: 0 5px 5px rgb(0 0 0 / 40%);
        margin: 0em auto;
        display: flex;
        position: absolute;
        top: 17%;
        left: 20%;
        height: 50vh;
    }
}