.recover-group {
    width: 100%;
    position: relative;
    min-height: 100vh;
}

.recover-container {
    display: flex;
    justify-content: center;
    align-items: start;
    min-height: 100vh;
    padding: 1%;
}

.recover-form {
    width: 100%;
    max-width: 68%;
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.recover-title {
    width: 100%;
    background: #ffffff;
    padding: 3% 12% 2% 16%;
}

.recover-text-wrapper1 {
    position: relative;
    height: 24px;
    top: 0;
    left: 0;
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    font-weight: 400;
    color: var(--collection-1-grey);
    font-size: clamp(0.9rem, 5vw, 1rem);
    letter-spacing: 0;
    line-height: normal;
    /* margin-bottom: 0.5rem; */
}

.recover-text-wrapper2 {
    position: relative;
    width: 100%;
    height: 72px;
    top: 24px;
    left: 0;
    font-family: "Poppins-SemiBold", Helvetica, sans-serif;
    font-weight: 600;
    color: var(--collection-1-black);
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: 0;
    line-height: normal;
}

.recover-label-container {
    /* position: absolute; */
    height: 24px;
    top: 0;
    left: 0;
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    font-weight: 400;
    color: var(--collection-1-black);
    font-size: clamp(0.9rem, 5vw, 1rem);
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 5px;
}

.recover-custom-input {
    height: 42px;
    padding: 0.5rem;
    /* same as p-2 */
    padding-right: 3rem;
    /* same as pr-5 */
    margin-bottom: 4px;
    width: 100%;
    border: 3px solid #dee2e6;
    border-radius: 0.25rem;
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    /* optional, can remove if not needed */
    font-size: 1rem;
    /* Bootstrap default */
    color: var(--collection-1-black);
    background-color: var(--collection-1-white);
    outline: none;
    transition: border-color 0.2s ease-in-out;
}

.recover-error-text {
    font-family: 'Poppins-SemiBold', Helvetica;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    color: var(--collection-1-black);
    font-size: clamp(0.6rem, 5vw, 0.8rem);
}

.recover-custom-input:focus {
    border: 3px solid var(--collection-1-blue);
    outline: none;
}

.recover-group .form-label {
    font-weight: bold;
}

.recover-input-note {
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    padding-top: 2px;
}

/* On screens smaller than 768px (tablets & phones), reduce padding and allow full width */
/* @media screen and (max-width: 768px) {
    .recover-title {
        padding: 3% 6% 2% 6%;
    }

    .recover-container {
        padding: 1rem;
    }

    .recover-form {
        max-width: 100%;
        padding: 1rem;
        box-shadow: none;
    }

    .recover-verification-2 .div {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
} */

/*===========================*/
/* Recover Verification Page */
/*===========================*/

.recover-verification-2 {
    background-color: #ffffff;
    /* display: flex; */
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.recover-verification-2 .div-recover {
    position: relative;
    height: 832px;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 !important;
    box-sizing: border-box;
}

.recover-verification-2 .group-recover {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* align-items: center; */
    justify-content: left;
    max-width: 100%;
    width: 90%;
    max-height: 70%;
    padding-right: 2%;
    top: 49px;
    left: 70px;
}

.recover-verification-2 .p-text {
    position: relative;
    width: 100%;
    margin-top: 5rem;
    font-size: clamp(0.7rem, 2vw, 1.0rem);
    font-family: "Poppins-SemiBold", Helvetica, sans-serif;
    font-weight: normal;
    color: var(--collection-1-black);
    letter-spacing: 0;
    line-height: normal;
}

.recover-verification-2 .p-text2 {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    font-size: clamp(0.7rem, 2vw, 1.0rem);
    font-family: "Poppins-SemiBold", Helvetica, sans-serif;
    font-weight: normal;
    color: var(--collection-1-black);
    letter-spacing: 0;
    line-height: normal;
}


.recover-verification-2 .text-wrapper-2 {
    position: relative;
    font-family: "Poppins-SemiBold", Helvetica, sans-serif;
    font-weight: 600;
    color: var(--collection-1-black);
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: 0;
    line-height: normal;
}

.recover-verification-2 .text-wrapper-2.recover-success {
    left: 50px;
    width: 80%;
}

.recover-verification-2 .resend-OTP-in {
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    font-weight: 400;
    color: var(--collection-1-black);
    font-size: clamp(0.7rem, 2vw, 0.875rem);
    line-height: normal;
    text-align: left;
    padding-left: 0.25rem;
    /* aligns better with input padding */
}

.recover-verification-2 .countdown-timer-finish {
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    font-weight: 400;
    /* color: var(--collection-1-black); */
    font-size: clamp(0.7rem, 2vw, 0.875rem);
    line-height: normal;
    text-align: left;
    padding-left: 0.25rem;
    /* aligns better with input padding */
}

.recover-verification-2 .verify-option {
    text-align: right;
    top: 100%;
    margin-top: 2%;
}

.recover-verification-2 .verify-option-text {
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    font-weight: 400;
    font-size: clamp(0.7rem, 2vw, 0.875rem);
    line-height: normal;
    text-align: left;
    margin-top: 2px;
}

.recover-verification-2 .verify-button {
    top: 100%;
    /* Push it below the input + resend */
    margin-top: 3rem;
    /* Large top space */
    text-align: right;

}


.recover-verification-2 .OTP {
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    font-weight: 400;
    color: var(--collection-1-black);
    font-size: clamp(0.7rem, 2vw, 1.0rem);
    letter-spacing: 0;
    line-height: normal;
}

.recover-verification-2 .form-container {
    width: 100%;
    justify-content: left;
    margin-top: 4%;
}

.recover-verification-2 .image-box {
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
}


.recover-verification-2 .right-section {
    max-width: 90%;
    padding-right: 5%;
    margin-right: 20%;
}

.recover-verification-2 .phone-sms {
    position: relative;
    max-width: 100%;
    padding-bottom: 20px;
    height: auto;
}

.recover-verification-2 .mail-icon {
    position: relative;
    max-width: 100%;
    padding-bottom: 20px;
    padding-right: 10%;
    height: auto;
}


.recover-verification-2-custom-input {
    height: 42px;
    padding: 0.5rem;
    /* same as p-2 */
    padding-right: 3rem;
    /* same as pr-5 */
    margin-bottom: 4px;
    width: 200px;
    border: 3px solid #dee2e6;
    border-radius: 0.25rem;
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    /* optional, can remove if not needed */
    font-size: 1rem;
    /* Bootstrap default */
    color: var(--collection-1-black);
    background-color: var(--collection-1-white);
    outline: none;
    transition: border-color 0.2s ease-in-out;
}

.recover-verification-2-custom-input::placeholder {
    color: var(--collection-1-grey);
}

.recover-verification-2-custom-input:focus {
    border: 3px solid var(--collection-1-blue);
    outline: none;
}

.recover-verification-2-error-text {
    font-family: 'Poppins-SemiBold', Helvetica;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    color: var(--collection-1-black);
    font-size: clamp(0.6rem, 5vw, 0.8rem);
}

/* Mobile layout override */
@media screen and (max-width: 768px) {
    .recover-title {
        padding: 3% 6% 2% 6%;
    }

    .recover-container {
        padding: 1rem;
    }

    .recover-form {
        max-width: 100%;
        padding: 1rem;
        box-shadow: none;
    }

    .recover-verification-2 .group-recover {
        width: 100%;
        margin-right: 0;
        padding: 0;
        left: 0px;
    }
}

/*====================*/
/* Reset Password Page */
/*====================*/

@font-face {
    font-family: "bootstrap-icons";
    src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/fonts/bootstrap-icons.woff2") format("woff2"),
        url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/fonts/bootstrap-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* Base icon styling */
.bi {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
}

/* Eye icon */
.bi-eye::before {
    content: "\f33e";
}

/* Eye-slash icon */
.bi-eye-slash::before {
    content: "\f33f";
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/* .reset-password-text-wrapper2 {
    position: relative;
    width: 100%;
    height: 72px;
    top: 24px;
    left: 0;
    font-family: "Poppins-SemiBold", Helvetica, sans-serif;
    font-weight: 600;
    color: var(--collection-1-black);
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    letter-spacing: 0;
    line-height: normal;
    justify-content: center;
} */

/* .reset-password--container {
    display: flex;
    justify-content: center;
    align-items: start;
    min-height: 100vh;
    padding: 1%;
}

.reset-password--title {
    width: 100%;
    background: #ffffff;
    padding: 2% 12% 0% 19%;
}

.reset-password-form {
    width: 100%;
    max-width: 65%;
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
} */

/* .reset-password-group {
    width: 100%;
    position: relative;
    min-height: 100vh;

} */

/* .reset-password-group .form-label {
    font-weight: bold;
}

.reset-password-group .font-red {
    font-size: 20px;
} */

.reset-password-note-box {
    background-color: #fff3cd;
    /* Bootstrap warning background */
    color: #856404;
    /* Bootstrap warning text */
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #ffeeba;
}

.reset-password-note-text {
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    font-weight: 400;
    color: var(--collection-1-black);
    font-size: clamp(0.9rem, 5vw, 1rem);
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0.5rem 0 0 0;
}

.qrWrapper {
    position: relative;
}

.recover-qrCodeCanvas {
    width: 100%;
    text-align: center;
}

.overlay-qr-recover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 0.85);
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 10;
}

.qr-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.recover-qr-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    font-family: "Poppins-Regular", Helvetica, sans-serif;
    font-weight: 400;
    color: var(--collection-1-black);
    font-size: clamp(0.9rem, 5vw, 1rem);
    letter-spacing: 0;
    line-height: normal;
}