#passwordError {
    max-width: 300px;
}

.nextbtn {
    background: #DC8513;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    padding: 15px;
    border-radius: 50px;
    border: none
}


/* new refactored code.................................////////////////....................///////////////////........... */
/* new refactored code.................................////////////////....................///////////////////........... */

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

* {
    font-family: Poppins;
}

.orangetext {
    color: #DC8513 !important;
}

.Signinflow {
    /* background: #47546717; */
    background: #F9F9F9;

}

.navgroup {
    overflow: scroll;
}

.navgroup::-webkit-scrollbar {
    display: none;
}

.navbarbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: none !important;
    background: #FEFEFE;
    height: 76px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    padding: 20px;
    text-wrap: nowrap !important;
    width: 100%;

}

.navbarbtn.active {
    color: #FFFFFF !important;
    background: #DC8513 !important;
    font-weight: 600 !important;
}

.completed {
    width: 20px;
    height: 20px;
}

.headline {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 42px !important;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;

}

/* Form css */
.Formsection {
    background: #FFFFFF;
    border-radius: 20px !important;
}

.form1image {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

input,
.submit,
select {
    background: #F9F9F9;
    height: 59px;
    border-radius: 50px;
    border: none !important;
    width: 100%;

}

input,
select {
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.submit {
    background-color: #DC8513 !important;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.02em;


}

.google {
    border: 0.5px solid #D9D9D9 !important;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 15px;
    background: white;
}

select option[value=""] {
    color: #475467;
    /* Placeholder text color */
}

/* Change the color of selected text in select dropdowns */
select {
    appearance: none;
    /* Remove default dropdown arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F9F9F9 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>') no-repeat right 16px center;
    background-size: 16px;
    padding-right: 40px;
    /* Space for the custom arrow */
    border-radius: 50px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    height: 59px;
    width: 100%;
    color: #475467;
    /* Color for unselected placeholder option */

}

select:focus-visible {
    outline: 0px !important;
}

select:invalid {
    color: #475467;
    /* Color for unselected placeholder option */
}

label {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #475467;

}

.form-check-input {
    width: 16px;
    height: 16px;
    padding: 2px !important;
    border: 1px solid #475467 !important;

}

.form-check-input:checked {
    background-color: #FFFFFF;
    border: 1px solid #DC8513 !important;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%23DC8513'/%3e%3c/svg%3e");

}

.form-check-input:focus {
    box-shadow: none !important;
}

.form-check-input1 {
    width: 16px;
    height: 16px;
    padding: 2px !important;
    border: 1px solid #475467 !important;

}

.form-check-input1:checked {
    background-color: #FFFFFF;
    border: 1px solid #DC8513 !important;
}

.form-check-input1:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%23DC8513'/%3e%3c/svg%3e");

}

.form-check-input1:focus {
    box-shadow: none !important;
}

.captcha {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 22px;
    background: #F9F9F9;
    border-radius: 20px !important;
    border: none !important;
    padding: 20px;
    width: 30%;

}

/* OTP modal box css starts here */

.otp-form {
    display: flex;
    width: 100%;
    max-width: 392px;
    gap: 18px;
    color: #000;
    white-space: nowrap;
    font: 500 22px Poppins, sans-serif;
}

.otp-input {
    padding: 15px;
    border-radius: 30px;
    background-color: #f9f9f9;
    width: 50px;
    height: 50px;
    text-align: center;
    border: none;
    font-size: 22px;
}

.otp-input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.modal-content .btn-primary {
    color: #fff;
    background-color: #DC8513;
    border-color: #DC8513;
    box-shadow: none;
}

.btn-close {
    background: none;
    background-color: #828282;
    color: #fff;
    height: 20px;
    width: 20px;
    top: 8px;
    right: 8px;
}

.modal-content {
    max-width: 476px;
}

.modal-content .btn-primary {
    height: 50px;
}

.loaderimg{
    width: 125px;
    height: 100px;
    /* mix-blend-mode: luminosity; */
  }

/* OTP modal box css ends here */

@media screen and (min-width: 900px) {

    .left-border {
        border-radius: 10px 0px 0px 10px;
    }

    .right-border {
        border-radius: 0px 10px 10px 0px;
        x;
    }
}

@media screen and (max-width: 700px) {
    .Signinflow {
        background: #FFFFFF;
    }

    .navgroup {
        gap: 1px;
    }

    .navbarbtn {
        height: 48px;
        font-size: 14px;
        font-weight: 400;
        padding: 10px;
        border: 1px solid #F8F9F9 !important;
        text-wrap: nowrap !important;
        width: 100%;
    }

    .completed {
        width: 14px;
        height: 14px;
    }

    .navgateback {
        font-family: Poppins;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0%;

    }

    .headline {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    p {
        font-size: 14px;
        line-height: 21px;
    }

    select {
        padding-right: 20px;
    }

    .captcha {

        width: 40%;

    }

    /* OTP modal box css starts here */

    .otp-form {
        gap: 7px !important;
    }

    .otp-input {
        border-radius: 30px;
        background-color: #f9f9f9;
        width: 45px !important;
        height: 45px !important;
        text-align: center;
        border: none;
        font-size: 18px;
    }

    .modal-content {
        max-width: 342px;
    }
}