.card {
    padding: 0px;
}

.login-card {
    padding: 31px;
    box-shadow: 1px 6px 14px 2px rgba(0, 0, 0, 0.4);
}

.card-body {
    padding: 0px;
}

.login-card label {
    font-size: 12px;
    color: #9CA3AF;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 6px;
}

.login-card input {
    padding: 10px 10px;
}

.section-title {
    font-size: 17px;
    font-weight: 400;
    color: #4B5563;
    line-height: 28px;
}

.box-divider {
    width: 100%;
    height: 1px;
    background-color: #D1D5DB;
    margin: 10px auto 20px auto;
    position: relative;
}

.box-divider-text {
    position: relative;
    top: -10px;
    width: fit-content;
    margin: 0px auto;
    background-color: white;
    padding: 0px 10px;
    font-size: 12px;
    color: #6B7280;
}

.password-div {
    position: relative;
}

.toggle-password-visibility-div {
    position: absolute;
    right: 10px;
    top: 40px;
    cursor: pointer;
    z-index: 999;
    background-color: white;
}

.toggle-password-visibility {
    font-size: 16px;
    color: #9CA3AF;
    border: none;
    background-color: transparent;
}

.forgot-password-link {
    font-size: 12px;
    color: #6B7280;
    text-decoration: none;
}

.btn-custom {
    color: white;
    background-color: #EF4444;
    border: 1px solid #EF4444;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0px;
    border-radius: 40px;
    cursor: pointer;
    width: 100%;
}

.btn-custom:hover {
    background-color: #DC2626;
    color: white;
}

.home-link {
    font-size: 16px;
    color: #6B7280;
    text-decoration: none;
}

.social-login-buttons {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.social-login-btn {
    display: block;
}

.social-login-btn img {
    width: 20px;
    height: 20px;
}

.social-login-btn span {
    margin-left: 10px;
    font-size: 14px;
    color: #6B7280;
}

#pre_phno {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0px;
    font-size: 14px;
    color: #6B7280;
    cursor: pointer;
}

#pre_phno:focus {
    outline: none;
}

#frgt_pre_phno {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0px;
    font-size: 14px;
    color: #6B7280;
    cursor: pointer;
}

#frgt_pre_phno:focus {
    outline: none;
}

#vndr_pre_phno {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0px;
    font-size: 14px;
    color: #6B7280;
    cursor: pointer;
}

#vndr_pre_phno:focus {
    outline: none;
}

#business_pre_phno {
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0px;
    font-size: 14px;
    color: #6B7280;
    cursor: pointer;
}

#business_pre_phno:focus {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.email_err {
    font-size: 12px;
    color: red;
    font-weight: 400;
    display: none;
}

.frgt_email_err {
    font-size: 12px;
    color: red;
    font-weight: 400;
    display: none;
}

.vndr_email_err {
    font-size: 12px;
    color: red;
    font-weight: 400;
    display: none;
}

.business_email_err {
    font-size: 12px;
    color: red;
    font-weight: 400;
    display: none;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Email Validator */
.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-valid {
    border-color: #198754;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.pass_alert {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.pass_alert li i {
    font-size: 16px;
}

.pass_alert li span {
    font-size: 13px;
    color: #6B7280;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.password-strength-container {
    width: 100%;
    height: 6px;
    background: #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
}

.password-strength-bar {
    height: 100%;
    width: 0%;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.pass_alert {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.pass_alert li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #666;
}

.pass_alert li i {
    margin-right: 6px;
    font-size: 16px;
    vertical-align: middle;
}

.pass_alert li.valid {
    color: #198754;
    /* bootstrap green */
}

.pass_alert li.valid i {
    color: #198754;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.conf_pass_err {
    font-size: 12px;
    color: red;
    font-weight: 400;
}

.reset_conf_pass_err {
    font-size: 12px;
    color: red;
    font-weight: 400;
}

.conf_vndr_pass_err {
    font-size: 12px;
    color: red;
    font-weight: 400;
}

input::placeholder,
textarea::placeholder {
    color: #ccc !important;
}

input::-webkit-input-placeholder {
    color: #ccc !important;
}

textarea::-webkit-input-placeholder {
    color: #ccc !important;
}

textarea {
    resize: none;
}







.vender-section-title {
    color: black;
    font-size: 25.5px;
    font-weight: 700;
}

.vender-section-descp {
    color: #4B5563;
    font-size: 14px;
    margin-bottom: 20px;
}






.otp_field {
    width: 70px;
    height: 70px;
    font-size: 24px;
    text-align: center;
}

.resend_otp_lnk {
    font-size: 12px;
    color: #0d6efd;
    cursor: pointer;
}












/* Drop zone CSS */
.file-dropzone {
    border: 2px dashed #ced4da;
    border-radius: 10px;
    padding: 30px;
    cursor: pointer;
    transition: 0.3s ease;
    background: #f8f9fa;
}

.file-dropzone:hover,
.file-dropzone.dragover {
    border-color: #0d6efd;
    background: #eef4ff;
}

.dropzone-content i {
    color: #0d6efd;
}

.file-preview {
    position: relative;
    min-height: 200px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    padding: 10px;
    background: #fff;
    text-align: center;
}

.file-preview img,
.file-preview iframe {
    max-height: 250px;
    width: 100%;
    border-radius: 6px;
}

.remove-file {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #dc3545;
    color: #fff;
    border-radius: 50%;
    padding: 4px 7px;
    cursor: pointer;
    font-size: 14px;
}

.preview-placeholder {
    opacity: 0.5;
}











/* forgot password page radio button design */
.resend-option-card {
    display: block;
    cursor: pointer;
    border: 2px solid #dee2e6;
    border-radius: 14px;
    padding: 20px;
    height: 100%;
    transition: 0.3s ease;
    background: #fff;
    position: relative;
}

.resend-option-card:hover {
    border-color: #0d6efd;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.15);
}

.resend-option-card .card-content {
    text-align: left;
}

.card-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
}

.resend-option-card i {
    font-size: 18px;
    color: #6c757d;
    margin-top: 4px;
}

.resend-option-card h6 {
    font-weight: 600;
    margin-bottom: 6px;
}

.resend-option-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0;
}

/* Selected State */
.resend-option-card.active {
    border-color: #0d6efd;
    background: #f0f6ff;
}

.resend-option-card.active i {
    color: #0d6efd;
}