/*registration sec*/
/* .registration-blk {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100vh;
    background: #fff;
    overflow: hidden;
} */

/* .registration-img img {
    height: 100vh;
} */

/* .registration-form {
    width: 50%;
    border-radius: 25px;
    border: none;
    padding: 0 100px;
    height: 100%;
    overflow-y: auto;
} */

/* .register-sec {
    background: #fff;
    box-shadow: 0 0 4px 2px #f0f0f0;
    border-radius: 10px;
    padding: 1px;
    margin: 0 60px 80px;
} */

.registration-form ul.loginTab {
    /* margin: 40px 60px 35px; */
    border-radius: 24px;
    border: 1px solid #ccc;
    font-size: 16px;
    overflow: hidden;
}

.registration-form ul.loginTab li.nav-item:first-child {
    border-radius: 5px 0 0 5px;
    color: #333;
    overflow: hidden;
}

.registration-form .nav-pills .nav-link.active,
.registration-form .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0000ff;
}

.registration-form ul.loginTab li.nav-item button {
    font-weight: 600;
    margin-bottom: 0px;
}

.registration-form ul.loginTab li.nav-item:last-child {
    color: #333;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    font-size: 16px;
}

/* .ques-form {
    padding: 40px 40px 30px;
    background: #fff;
    margin: 15px 0 0;
    border-top: 1px solid #f5f5f5;
    border-radius: 0 0 10px;
} */

.ques-form .form-group,
.ques-form .row .form-group:last-child {
    position: relative;
    margin-bottom: 25px !important;
}

.ques-form .form-group:last-child {
    margin-bottom: 10px !important;
}

.registration-form ul.loginTab li.nav-item:first-child button {
    border-radius: 5px 0 0 5px;
}

.registration-form ul.loginTab li.nav-item:last-child button {
    border-radius: 0 5px 5px 0;
}

.ques-form label {
    position: absolute;
    top: -8px;
    font-size: 12px;
    left: 12px;
    background: #fff;
    padding: 0 5px;
    z-index: 100;
}

.ques-form .form-group input.form-control,
.ques-form .form-select {
    border: 1px solid #ccc;
    color: #000;
    background: #fff;
    font-size: 14px;
    height: 50px;
    font-weight: 600;
    z-index: 100;
}

.form-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-btn a,
button.loginnow-btn {
    float: none;
    display: block;
    text-align: center;
    padding: 10px 40px;
    color: #fff !important;
    background: #0000ff;
    font-weight: 600;
    font-size: 16px;
    border: unset;
    margin: 0px;
    border-radius: 24px;
    width: max-content;
}

a.frgt-btn,
.logo-top a {
    color: #00f;
}

.logo-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin: 35px 0 8%; */
}

.ques-form .form-group .form-select {
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: right .75rem center;
    cursor: pointer;
}

.registration-form::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.registration-form::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #00d3ff;
    border-radius: 10px;
}

.registration-form::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

/*login modal*/
.login-modal .modal-body {
    padding: 0;
}

.login-modal .ques-form {
    margin: 0;
    background: transparent;
    border-radius: 0;
    border: none;
}

.login-modal .modal-title {
    font-weight: 600;
}

.frgt-blk.reg {
    justify-content: flex-end;
}

button.login-btn {
    float: right;
    border: none;
    background: #00f;
    color: #fff;
    border-radius: 10px;
    padding: 6px 30px;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
}

.login-modal .modal-footer {
    justify-content: center;
    padding: 20px 0;
}

.login-modal .modal-footer p a {
    margin-left: 10px;
    color: #00f;
}

.login-modal .modal-footer p {
    font-size: 18px;
    font-weight: 600;
}

.frgt-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.registration-img img, .supplier-Login-Image img{
    width: 200px;
    height: 80px;
}

/* @media screen and (max-width:1140px) {

    .registration-form {
        padding: 0 25px;
        width: 65%;
    }

    .registration-img img {
        max-width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1340px) {
    .registration-form {
        padding: 0 25px;
        width: 65%;
    }

    .registration-img img {
        max-width: 100%;
    }
} */

/* @media (min-width: 1341px) and (max-width: 1460px) {


    .registration-form {
        padding: 0 50px;
        width: 65%;
    }

    .registration-img img {
        max-width: 100%;
    }

}


@media (min-width: 1461px) and (max-width: 1670px) {
    .registration-form {
        padding: 0 50px;
        width: 50%;
    }

    .register-sec {
        margin: 0 25px 50px;
    }

    .registration-img img {
        max-width: 100%;
    }

} */
.error {
    color: red;
}
.registration-sec {
    max-height: 100vh;
    /* overflow: hidden; */
}

.registration-sec .card {
    border-radius: 1rem;
    overflow: hidden;
}

.registration-sec .card-header {
    background-color: #002050;
}

.registration-sec .nav-link, .registration-sec .nav-link:hover {
    color: #333;
    text-decoration: none;
}

.bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,15,12,0.9), rgba(10,15,12,0.95));
}

.login-card {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(16px);
    border-radius: 16px;
    padding: 2rem;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.form-control-custom {
    padding: 0.9rem;
    border-radius: 10px;
    width: 350px;
}

.input-group-text-custom {
    background: #f1f5f9;
    border-radius: 10px 0 0 10px;
    padding: 0.9rem;
}

.btn-verify {
    background: linear-gradient(135deg, #0f9d58, #0b7a44);
    color: #fff;
    border-radius: 10px;
    padding: 0.9rem;
    font-weight: 600;
}
.btn-verify:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 157, 88, 0.4);
    color: white;
}

.card-header-logo {
    max-height: 60px;
    display: block;
    margin: 0 auto 20px;
}

.divider {
    position: relative;
    text-align: center;
    margin: 2rem 0;
}
.divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e2e8f0;
    z-index: 1;
}
.divider span {
    position: relative;
    z-index: 2;
    background: white;
    padding: 0 1rem;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
}

.btn-email-login {
    background-color: #f1f5f9;
    border: none;
    border-radius: 0.75rem;
    padding: 0.75rem;
    font-weight: 600;
    color: #1a202c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}
.btn-email-login:hover {
    background-color: #e2e8f0;
    text-decoration: none;
    color: #000;
}
.create-account{
    color: #0f9d58;
    font: bold;
    text-decoration: none;
}
.modal-header{
    background-color: #e4f3ec !important;
}
    .submit-otp-btn{
    background-color: #0f9d58 !important;
    }
    .otp-input {
    width: 48px;
    height: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    outline: none;
    transition: 0.2s;
}

.otp-input:focus {
    border-color: #0f9d58;
    box-shadow: 0 0 0 3px rgba(15,157,88,0.15);
}

.otp-input.filled {
    background: #f0fdf4;
    border-color: #0f9d58;
}

/* Change number link */
.change-number {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #64748b;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.change-number:hover {
    color: #0f9d58;
    text-decoration: none;
}

.change-number .material-symbols-outlined {
    font-size: 16px;
}