/* _content/VadlexNplCoreWeb/Areas/Admin/Views/Admin/Components/MemberAddress/MemberAddress.cshtml.rz.scp.css */

.address-card[b-7qz2f8lty2] {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    height: 100%;
}

.card-title-bar[b-7qz2f8lty2] {
    padding: 6px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.profile-header[b-7qz2f8lty2] {
    background: linear-gradient(135deg, #13238f, #4285f4);
}

.billing-header[b-7qz2f8lty2] {
    background: linear-gradient(135deg, #c15507, #f68733);
}

.profile-item[b-7qz2f8lty2] {
    padding: 15px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    height: 100%;
}

    .profile-item label[b-7qz2f8lty2] {
        display: block;
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .profile-item span[b-7qz2f8lty2] {
        font-size: 15px;
        font-weight: 600;
        color: #212529;
    }

.form-label[b-7qz2f8lty2] {
    font-weight: 600;
    color: #495057;
}

.form-control[b-7qz2f8lty2],
.form-select[b-7qz2f8lty2] {
    height: 35px;
    border-radius: 6px;
    border: 1px solid #dce3eb;
}

textarea.form-control[b-7qz2f8lty2] {
    height: auto;
    min-height: 60px;
}

.form-control:focus[b-7qz2f8lty2],
.form-select:focus[b-7qz2f8lty2] {
    box-shadow: none;
    border-color: #0d6efd;
}

.form-check-input[b-7qz2f8lty2] {
    width: 42px;
    height: 22px;
    cursor: pointer;
}

.form-check-label[b-7qz2f8lty2] {
    cursor: pointer;
}



@media(max-width:991px) {
    .address-card[b-7qz2f8lty2] {
        margin-bottom: 20px;
    }
}
.address-error:empty[b-7qz2f8lty2] {
    display: none;
}
/* _content/VadlexNplCoreWeb/Areas/Admin/Views/Admin/Dashboard.cshtml.rz.scp.css */

.dash-card[b-raf39qzlu6] {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    background: #fff;
    height: 100%;
}

.dash-header[b-raf39qzlu6] {
    padding: 14px 18px;
    background: linear-gradient(135deg,#2563eb,#3b82f6);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

    .dash-header i[b-raf39qzlu6] {
        margin-right: 8px;
    }

.dash-table[b-raf39qzlu6] {
    margin-bottom: 0;
}

    .dash-table thead th[b-raf39qzlu6] {
        background: #f8fafc;
        color: #64748b;
        font-size: 13px;
        font-weight: 600;
        border-bottom: 1px solid #e5e7eb;
        text-align: center;
    }

    .dash-table td[b-raf39qzlu6] {
        vertical-align: middle;
        text-align: center;
        padding: 12px;
    }

    .dash-table tbody tr:hover[b-raf39qzlu6] {
        background: #f8fbff;
    }

.total-count[b-raf39qzlu6] {
    color: #2563eb;
    font-weight: 700;
}

.pending[b-raf39qzlu6] {
    color: #f59e0b;
    font-weight: 600;
}

.approved[b-raf39qzlu6] {
    color: #10b981;
    font-weight: 600;
}

.rejected[b-raf39qzlu6] {
    color: #ef4444;
    font-weight: 600;
}

.section-gap[b-raf39qzlu6] {
    margin-bottom: 24px;
}

/* _content/VadlexNplCoreWeb/Areas/Admin/Views/Admin/login.cshtml.rz.scp.css */
body[b-m0oanq1tiw] {
    font-family: 'Lexend', sans-serif;
}

.admin-wrap[b-m0oanq1tiw] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/nepal-village.webp);
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

[b-m0oanq1tiw] .admin-wrap {
    min-height: 540px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 12px;
}

[b-m0oanq1tiw] .login-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2.75rem 2.25rem;
    width: 100%;
    max-width: 410px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

[b-m0oanq1tiw] .brand-icon {
    max-width: 60%;
    height: 54px;
    color: #4f46e5;
    margin-bottom: 1.4rem;
    margin: 0px auto;
    margin-bottom: 20px;
}


[b-m0oanq1tiw].login-card h2 {
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}


[b-m0oanq1tiw].login-card p.sub {
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 2rem;
}


[b-m0oanq1tiw] .form-label {
    color: #475569;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 0.4rem;
}


[b-m0oanq1tiw] .input-group-text {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-right: none !important;
    color: #94a3b8 !important;
    border-radius: 12px 0 0 12px !important;
    padding: 0 0.85rem;
    font-size: 17px;
}

.form-control[b-m0oanq1tiw] {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: none !important;
    color: #0f172a !important;
    border-radius: 0 12px 12px 0 !important;
    padding: 0.7rem 0.9rem !important;
    font-size: 0.875rem !important;
    font-family: 'Lexend', sans-serif !important;
    font-weight: 400;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .form-control:focus[b-m0oanq1tiw] {
        border-color: #6366f1 !important;
        box-shadow: none !important;
        outline: none;
        background: #fff !important;
    }

.input-group:focus-within .input-group-text[b-m0oanq1tiw] {
    border-color: #6366f1 !important;
    background: #fff !important;
    color: #6366f1 !important;
}

.form-control[b-m0oanq1tiw]::placeholder {
    color: #cbd5e1 !important;
    font-weight: 300;
}

.toggle-pw[b-m0oanq1tiw] {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: none !important;
    color: #94a3b8 !important;
    border-radius: 0 12px 12px 0 !important;
    cursor: pointer;
    padding: 0 0.85rem;
    font-size: 17px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
}

    .toggle-pw:hover[b-m0oanq1tiw] {
        color: #6366f1 !important;
    }

.input-group:focus-within .toggle-pw[b-m0oanq1tiw] {
    border-color: #6366f1 !important;
    background: #fff !important;
}

.no-right-radius[b-m0oanq1tiw] {
    border-right: none !important;
    border-radius: 0 !important;
}

.btn-login[b-m0oanq1tiw] {
    background: #4f46e5;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Lexend', sans-serif;
    padding: 0.75rem;
    width: 100%;
    transition: background 0.2s, transform 0.1s;
    margin-top: 0.5rem;
    letter-spacing: 0.01em;
}

    .btn-login:hover[b-m0oanq1tiw] {
        background: #4338ca;
        color: #fff;
        transform: translateY(-1px);
    }

    .btn-login:active[b-m0oanq1tiw] {
        transform: scale(0.98);
    }

    .btn-login:disabled[b-m0oanq1tiw] {
        background: #a5b4fc;
        cursor: not-allowed;
        transform: none;
    }

.form-check-input[b-m0oanq1tiw] {
    border-color: #cbd5e1 !important;
    border-radius: 6px !important;
    cursor: pointer;
}

    .form-check-input:checked[b-m0oanq1tiw] {
        background-color: #4f46e5 !important;
        border-color: #4f46e5 !important;
    }

.form-check-label[b-m0oanq1tiw] {
    color: #64748b;
    font-size: 0.83rem;
    font-weight: 300;
    cursor: pointer;
}

.forgot-link[b-m0oanq1tiw] {
    color: #4f46e5;
    font-size: 0.83rem;
    font-weight: 500;
    text-decoration: none;
}

    .forgot-link:hover[b-m0oanq1tiw] {
        color: #4338ca;
        text-decoration: underline;
    }

.divider[b-m0oanq1tiw] {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin: 1.75rem 0 1.25rem;
}

.error-box[b-m0oanq1tiw] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    border-radius: 12px;
    font-size: 0.83rem;
    font-weight: 400;
    padding: 0.65rem 0.9rem;
    display: none;
    margin-bottom: 1.1rem;
    align-items: center;
    gap: 8px;
}

.footer-text[b-m0oanq1tiw] {
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 300;
    text-align: center;
}

.spinner-border[b-m0oanq1tiw] {
    width: 0.9rem;
    height: 0.9rem;
    border-width: 2px;
}

.badge-secure[b-m0oanq1tiw] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 500;
    padding: 2px 10px;
    margin-bottom: 1.4rem;
}
/* _content/VadlexNplCoreWeb/Areas/Admin/Views/Shared/_Layout.cshtml.rz.scp.css */
.side-nav[b-rhdp95dafs] {
    max-width: 280px;
}

.sidebar[b-rhdp95dafs] {
    width: 280px;
    height: 100vh;
    position: fixed;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #eceaff;
}
.right-panel[b-rhdp95dafs]{
    width:calc(100% - 280px)
}
.profile-info h6[b-rhdp95dafs] {
    margin: 0;
    font-weight: 600;
}

.profile-info span[b-rhdp95dafs] {
    font-size: 14px;
    color: #6c757d;
}
[b-rhdp95dafs] .menu-list {
    height: calc(100vh - 93px);
    overflow: auto;
    margin: 0 -18px;
    padding: 0 0px;
}
[b-rhdp95dafs] .menu-item {
    padding: 5px 10px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #1a2e53;
    font-weight: 500;
    transition: all 0.25s ease;
    margin-bottom:5px;
    font-size:14px;
}

.menu-item:hover[b-rhdp95dafs] {
    background: #bdc7ff;
    transform: translateX(2px);
}

.menu-item:active[b-rhdp95dafs] {
    transform: scale(0.98);
}

[b-rhdp95dafs] .menu-icon {
    font-size: 20px;
    margin-right: 14px;
    height: 24px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #0a0909;
}

.menu-icon-profile[b-rhdp95dafs] {
    font-size: 18px;
    margin-right: 14px;
    background: menu-icon;
    height: 24px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #f58634;
    color: #fff;
} 
[b-rhdp95dafs] .sub-menu {
    padding-left: 35px;
}

[b-rhdp95dafs] .sub-item {
    padding: 8px 10px 8px 20px;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease;
    text-decoration:none;
    font-size:14px;
    display:block;
}

.sub-item:hover[b-rhdp95dafs] {
    background: rgba(59, 130, 246, 0.06);
    color: #1a2e53;
} 
.sub-item:hover[b-rhdp95dafs]::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 14px;
    background: #13238f;
    border-radius: 2px;
}
         
.sub-item.active[b-rhdp95dafs] {
    color: #13238f;
    font-weight: 600;
    background: rgba(59, 130, 246, 0.08);
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.08);
}
 
.arrow[b-rhdp95dafs] {
    transition: transform 0.3s ease;
}

.arrow.rotate[b-rhdp95dafs] {
    transform: rotate(180deg);
}

 
.toggle[b-rhdp95dafs] {
    margin-top: 20px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 10px;
} 

.header[b-rhdp95dafs] {
    box-shadow: #f0f1f3 10px 20px 14px 25px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}


/* Profile */
.avatar-btn[b-rhdp95dafs] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #CECBF6;
    color: #3C3489;
    font-weight: 600;
    font-size: 13px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .avatar-btn:focus[b-rhdp95dafs] {
        outline: 2px solid #7F77DD;
        outline-offset: 2px;
    }

.dropdown-menu[b-rhdp95dafs] {
    min-width: 230px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 0;
    overflow: hidden;
}

.profile-header[b-rhdp95dafs] {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.avatar-lg[b-rhdp95dafs] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #CECBF6;
    color: #3C3489;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    flex-shrink: 0;
}

.dropdown-item[b-rhdp95dafs] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
}

    .dropdown-item:hover[b-rhdp95dafs] {
        background: #f5f5f5;
        color: #111;
    }

    .dropdown-item i[b-rhdp95dafs] {
        font-size: 18px;
        color: #888;
    }

    .dropdown-item.danger[b-rhdp95dafs] {
        color: #c0392b;
    }

        .dropdown-item.danger i[b-rhdp95dafs] {
            color: #c0392b;
        }

        .dropdown-item.danger:hover[b-rhdp95dafs] {
            background: #fff5f5;
        }

.dropdown-divider[b-rhdp95dafs] {
    margin: 4px 0;
    border-color: #f0f0f0;
}

.badge-pro[b-rhdp95dafs] {
    margin-left: auto;
    font-size: 10px;
    font-weight: 600;
    background: #EEEDFE;
    color: #3C3489;
    padding: 2px 8px;
    border-radius: 20px;
}

.status-dot[b-rhdp95dafs] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #27ae60;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Dropdown */
 

.header[b-rhdp95dafs] {
    box-shadow: #f0f1f3 10px 20px 14px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #13238f;
}



 

    

/* Layout FIX (only addition) */
.wrapper[b-rhdp95dafs] {
    display: flex;
}

.main[b-rhdp95dafs] {
    flex: 1;
    padding: 20px;
}

/* page-bread-crumbs css */

.page-breadcrumbs[b-rhdp95dafs] {
    margin-bottom: 0;
}

[b-rhdp95dafs] .page-breadcrumbs li a {
    color: #000;
    text-decoration:none;
}
.breadcrumb-item + .breadcrumb-item[b-rhdp95dafs]::before, .breadcrumb-item.active[b-rhdp95dafs] {
    color: #fff;
}
 
[b-rhdp95dafs] .main-content {
    padding: 15px 20px;
}

.canvas-footer[b-rhdp95dafs] {
    /* background-color: #c5c5c51f; */
    padding: 10px;
    /* margin-bottom: 14px; */
    border-top: 1px solid #e1e1e1;
}

[b-rhdp95dafs] .forms-bg {
    border: none;
    box-shadow: 0 8px 24px rgb(19 35 143 / 8%);
    border-radius: 14px;
    border: 1px solid #c7c7c0 !important
}


[b-rhdp95dafs] .contentsection {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 8px 32px rgba(0,0,0,.06);
    padding: 16px;
}
[b-rhdp95dafs] .form-control, [b-rhdp95dafs] .form-select {
    font-size: 14px; 
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 14px; 
}
/* _content/VadlexNplCoreWeb/Areas/Associate/Views/Associate/Dashboard.cshtml.rz.scp.css */
[b-gba55sd0fk].vx-dashboard {
    padding: 15px;
}

[b-gba55sd0fk].vx-card {
    background: #fff;
    border: none;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    overflow: hidden;
}

[b-gba55sd0fk].vx-header {
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg,#4f46e5,#7c3aed);
}

/* Latest */
/* Latest Happenings Carousel */

[b-gba55sd0fk].vx-slider-wrapper {
    padding: 15px;
    position: relative;
}

.latest-slide[b-gba55sd0fk] {
    background: linear-gradient(135deg,#4f46e5,#7c3aed);
    color: #fff;
    border-radius: 16px;
    padding: 20px 25px;
    min-height: 100px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.latest-icon[b-gba55sd0fk] {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 14px;
    background: rgba(255,255,255,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.latestSlider .owl-nav[b-gba55sd0fk] {
    margin: 0 !important;
}

.latestSlider .owl-prev[b-gba55sd0fk],
.latestSlider .owl-next[b-gba55sd0fk] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
}

.latestSlider .owl-prev[b-gba55sd0fk] {
    left: -10px;
}

.latestSlider .owl-next[b-gba55sd0fk] {
    right: -10px;
}

    .latestSlider .owl-prev span[b-gba55sd0fk],
    .latestSlider .owl-next span[b-gba55sd0fk] {
        color: #4f46e5;
        font-size: 28px;
        line-height: 1;
    }

.latestSlider .owl-dot.active span[b-gba55sd0fk] {
    background: #4f46e5 !important;
}

@media(max-width:768px) {

    .latest-slide[b-gba55sd0fk] {
        flex-direction: column;
        text-align: center;
    }

    .latestSlider .owl-prev[b-gba55sd0fk] {
        left: 0;
    }

    .latestSlider .owl-next[b-gba55sd0fk] {
        right: 0;
    }
}

/* Profile */

.vx-profile[b-gba55sd0fk] {
    background: linear-gradient(135deg,#1e3a8a,#4338ca);
    color: #fff;
    padding: 20px;
}

.vx-profile-img[b-gba55sd0fk] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,.25);
    object-fit: cover;
}

.vx-profile-name[b-gba55sd0fk] {
    font-size: 22px;
    font-weight: 700;
}

.vx-info-box[b-gba55sd0fk] {
    background: rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 10px;
    text-align: center;
}

    .vx-info-box small[b-gba55sd0fk] {
        display: block;
        opacity: .8;
    }

    .vx-info-box strong[b-gba55sd0fk] {
        font-size: 14px;
    }

/* KPI */

.vx-kpi[b-gba55sd0fk] {
    background: #fff;
    border-radius: 15px;
    padding: 18px;
    text-align: center;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,.05);
    transition: .3s;
}

    .vx-kpi:hover[b-gba55sd0fk] {
        transform: translateY(-3px);
    }

    .vx-kpi i[b-gba55sd0fk] {
        font-size: 26px;
    }

    .vx-kpi h3[b-gba55sd0fk] {
        margin: 8px 0 0;
        font-weight: 700;
    }

/* KYC */

.vx-kyc[b-gba55sd0fk] {
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}

.vx-approved[b-gba55sd0fk] {
    background: #ecfdf5;
    color: #15803d;
}

.vx-rejected[b-gba55sd0fk] {
    background: #fef2f2;
    color: #dc2626;
}

.vx-kyc i[b-gba55sd0fk] {
    font-size: 28px;
    display: block;
    margin-bottom: 8px;
}

@media(max-width:768px) {

    .vx-profile[b-gba55sd0fk] {
        text-align: center;
    }

    .vx-profile-img[b-gba55sd0fk] {
        margin-bottom: 15px;
    }

    .vx-announcement-box[b-gba55sd0fk] {
        flex-direction: column;
        text-align: center;
    }
}
/* _content/VadlexNplCoreWeb/Areas/Associate/Views/Associate/Login.cshtml.rz.scp.css */
body[b-2yw3szaafy] {
    font-family: 'Lexend', sans-serif;
}

.admin-wrap[b-2yw3szaafy] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/nepal-village.webp);
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

[b-2yw3szaafy] .admin-wrap {
    min-height: 540px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 12px;
}

[b-2yw3szaafy] .login-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2.75rem 2.25rem;
    width: 100%;
    max-width: 410px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

[b-2yw3szaafy] .brand-icon {
    max-width: 60%;
    height: 54px; 
    color: #4f46e5;
    margin-bottom: 1.4rem;
    margin: 0px auto;
    margin-bottom: 20px;
}


[b-2yw3szaafy].login-card h2 {
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}


[b-2yw3szaafy].login-card p.sub {
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 2rem;
}


[b-2yw3szaafy] .form-label {
    color: #475569;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 0.4rem;
}


[b-2yw3szaafy] .input-group-text {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-right: none !important;
    color: #94a3b8 !important;
    border-radius: 12px 0 0 12px !important;
    padding: 0 0.85rem;
    font-size: 17px;
}

.form-control[b-2yw3szaafy] {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: none !important;
    color: #0f172a !important;
    border-radius: 0 12px 12px 0 !important;
    padding: 0.7rem 0.9rem !important;
    font-size: 0.875rem !important;
    font-family: 'Lexend', sans-serif !important;
    font-weight: 400;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .form-control:focus[b-2yw3szaafy] {
        border-color: #6366f1 !important;
        box-shadow: none !important;
        outline: none;
        background: #fff !important;
    }

.input-group:focus-within .input-group-text[b-2yw3szaafy] {
    border-color: #6366f1 !important;
    background: #fff !important;
    color: #6366f1 !important;
}

.form-control[b-2yw3szaafy]::placeholder {
    color: #cbd5e1 !important;
    font-weight: 300;
}

.toggle-pw[b-2yw3szaafy] {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: none !important;
    color: #94a3b8 !important;
    border-radius: 0 12px 12px 0 !important;
    cursor: pointer;
    padding: 0 0.85rem;
    font-size: 17px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
}

    .toggle-pw:hover[b-2yw3szaafy] {
        color: #6366f1 !important;
    }

.input-group:focus-within .toggle-pw[b-2yw3szaafy] {
    border-color: #6366f1 !important;
    background: #fff !important;
}

.no-right-radius[b-2yw3szaafy] {
    border-right: none !important;
    border-radius: 0 !important;
}

.btn-login[b-2yw3szaafy] {
    background: #4f46e5;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Lexend', sans-serif;
    padding: 0.75rem;
    width: 100%;
    transition: background 0.2s, transform 0.1s;
    margin-top: 0.5rem;
    letter-spacing: 0.01em;
}

    .btn-login:hover[b-2yw3szaafy] {
        background: #4338ca;
        color: #fff;
        transform: translateY(-1px);
    }

    .btn-login:active[b-2yw3szaafy] {
        transform: scale(0.98);
    }

    .btn-login:disabled[b-2yw3szaafy] {
        background: #a5b4fc;
        cursor: not-allowed;
        transform: none;
    }

.form-check-input[b-2yw3szaafy] {
    border-color: #cbd5e1 !important;
    border-radius: 6px !important;
    cursor: pointer;
}

    .form-check-input:checked[b-2yw3szaafy] {
        background-color: #4f46e5 !important;
        border-color: #4f46e5 !important;
    }

.form-check-label[b-2yw3szaafy] {
    color: #64748b;
    font-size: 0.83rem;
    font-weight: 300;
    cursor: pointer;
}

.forgot-link[b-2yw3szaafy] {
    color: #4f46e5;
    font-size: 0.83rem;
    font-weight: 500;
    text-decoration: none;
}

    .forgot-link:hover[b-2yw3szaafy] {
        color: #4338ca;
        text-decoration: underline;
    }

.divider[b-2yw3szaafy] {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin: 1.75rem 0 1.25rem;
}

.error-box[b-2yw3szaafy] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    border-radius: 12px;
    font-size: 0.83rem;
    font-weight: 400;
    padding: 0.65rem 0.9rem;
    display: none;
    margin-bottom: 1.1rem;
    align-items: center;
    gap: 8px;
}

.footer-text[b-2yw3szaafy] {
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 300;
    text-align: center;
}

.spinner-border[b-2yw3szaafy] {
    width: 0.9rem;
    height: 0.9rem;
    border-width: 2px;
}

.badge-secure[b-2yw3szaafy] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 500;
    padding: 2px 10px;
    margin-bottom: 1.4rem;
}
/* _content/VadlexNplCoreWeb/Areas/Franchise/Views/Franchise/Login.cshtml.rz.scp.css */
body[b-597p0g4ese] {
    font-family: 'Lexend', sans-serif;
}

.admin-wrap[b-597p0g4ese] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/nepal-village.webp);
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

[b-597p0g4ese] .admin-wrap {
    min-height: 540px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 12px;
}

[b-597p0g4ese] .login-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2.75rem 2.25rem;
    width: 100%;
    max-width: 410px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

[b-597p0g4ese] .brand-icon {
    max-width: 60%;
    height: 54px;
    color: #4f46e5;
    margin-bottom: 1.4rem;
    margin: 0px auto;
    margin-bottom: 20px;
}


[b-597p0g4ese].login-card h2 {
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}


[b-597p0g4ese].login-card p.sub {
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 2rem;
}


[b-597p0g4ese] .form-label {
    color: #475569;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 0.4rem;
}


[b-597p0g4ese] .input-group-text {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-right: none !important;
    color: #94a3b8 !important;
    border-radius: 12px 0 0 12px !important;
    padding: 0 0.85rem;
    font-size: 17px;
}

.form-control[b-597p0g4ese] {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: none !important;
    color: #0f172a !important;
    border-radius: 0 12px 12px 0 !important;
    padding: 0.7rem 0.9rem !important;
    font-size: 0.875rem !important;
    font-family: 'Lexend', sans-serif !important;
    font-weight: 400;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .form-control:focus[b-597p0g4ese] {
        border-color: #6366f1 !important;
        box-shadow: none !important;
        outline: none;
        background: #fff !important;
    }

.input-group:focus-within .input-group-text[b-597p0g4ese] {
    border-color: #6366f1 !important;
    background: #fff !important;
    color: #6366f1 !important;
}

.form-control[b-597p0g4ese]::placeholder {
    color: #cbd5e1 !important;
    font-weight: 300;
}

.toggle-pw[b-597p0g4ese] {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: none !important;
    color: #94a3b8 !important;
    border-radius: 0 12px 12px 0 !important;
    cursor: pointer;
    padding: 0 0.85rem;
    font-size: 17px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
}

    .toggle-pw:hover[b-597p0g4ese] {
        color: #6366f1 !important;
    }

.input-group:focus-within .toggle-pw[b-597p0g4ese] {
    border-color: #6366f1 !important;
    background: #fff !important;
}

.no-right-radius[b-597p0g4ese] {
    border-right: none !important;
    border-radius: 0 !important;
}

.btn-login[b-597p0g4ese] {
    background: #4f46e5;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Lexend', sans-serif;
    padding: 0.75rem;
    width: 100%;
    transition: background 0.2s, transform 0.1s;
    margin-top: 0.5rem;
    letter-spacing: 0.01em;
}

    .btn-login:hover[b-597p0g4ese] {
        background: #4338ca;
        color: #fff;
        transform: translateY(-1px);
    }

    .btn-login:active[b-597p0g4ese] {
        transform: scale(0.98);
    }

    .btn-login:disabled[b-597p0g4ese] {
        background: #a5b4fc;
        cursor: not-allowed;
        transform: none;
    }

.form-check-input[b-597p0g4ese] {
    border-color: #cbd5e1 !important;
    border-radius: 6px !important;
    cursor: pointer;
}

    .form-check-input:checked[b-597p0g4ese] {
        background-color: #4f46e5 !important;
        border-color: #4f46e5 !important;
    }

.form-check-label[b-597p0g4ese] {
    color: #64748b;
    font-size: 0.83rem;
    font-weight: 300;
    cursor: pointer;
}

.forgot-link[b-597p0g4ese] {
    color: #4f46e5;
    font-size: 0.83rem;
    font-weight: 500;
    text-decoration: none;
}

    .forgot-link:hover[b-597p0g4ese] {
        color: #4338ca;
        text-decoration: underline;
    }

.divider[b-597p0g4ese] {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin: 1.75rem 0 1.25rem;
}

.error-box[b-597p0g4ese] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    border-radius: 12px;
    font-size: 0.83rem;
    font-weight: 400;
    padding: 0.65rem 0.9rem;
    display: none;
    margin-bottom: 1.1rem;
    align-items: center;
    gap: 8px;
}

.footer-text[b-597p0g4ese] {
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 300;
    text-align: center;
}

.spinner-border[b-597p0g4ese] {
    width: 0.9rem;
    height: 0.9rem;
    border-width: 2px;
}

.badge-secure[b-597p0g4ese] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 500;
    padding: 2px 10px;
    margin-bottom: 1.4rem;
}
/* _content/VadlexNplCoreWeb/Areas/Franchise/Views/Shared/Components/FMemberAddress/FMemberAddress.cshtml.rz.scp.css */

[b-xosu3suoc7].address-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    height: 100%;
}

.card-title-bar[b-xosu3suoc7] {
    padding: 6px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.profile-header[b-xosu3suoc7] {
    background: linear-gradient(135deg, #13238f, #4285f4);
}

.billing-header[b-xosu3suoc7] {
    background: linear-gradient(135deg, #c15507, #f68733);
}

.profile-item[b-xosu3suoc7] {
    padding: 15px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    height: 100%;
}

    .profile-item label[b-xosu3suoc7] {
        display: block;
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .profile-item span[b-xosu3suoc7] {
        font-size: 15px;
        font-weight: 600;
        color: #212529;
    }

.form-label[b-xosu3suoc7] {
    font-weight: 600;
    color: #495057;
}

.form-control[b-xosu3suoc7],
.form-select[b-xosu3suoc7] {
    height: 35px;
    border-radius: 6px;
    border: 1px solid #dce3eb;
}

textarea.form-control[b-xosu3suoc7] {
    height: auto;
    min-height: 60px;
}

.form-control:focus[b-xosu3suoc7],
.form-select:focus[b-xosu3suoc7] {
    box-shadow: none;
    border-color: #0d6efd;
}

.form-check-input[b-xosu3suoc7] {
    width: 42px;
    height: 22px;
    cursor: pointer;
}

.form-check-label[b-xosu3suoc7] {
    cursor: pointer;
}



@media(max-width:991px) {
    .address-card[b-xosu3suoc7] {
        margin-bottom: 20px;
    }
}

.address-error:empty[b-xosu3suoc7] {
    display: none;
}
/* _content/VadlexNplCoreWeb/Areas/Opensite/Views/Opensite/AboutUs.cshtml.rz.scp.css */
:root[b-njjust3bqe] {
    --primary: #7b9144;
    --dark: #1f2937;
    --text: #5f6368;
    --border: #ececec;
}

body[b-njjust3bqe] {
    font-family: 'Poppins',sans-serif;
    background: #fafaf8;
}

.about-wrapper[b-njjust3bqe] {
    padding: 30px 0;
}

.main-card[b-njjust3bqe] {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,.06);
}

.left-panel[b-njjust3bqe] {
    padding: 60px;
    height: 100%;
}

.section-tag[b-njjust3bqe] {
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 600;
}

.section-title[b-njjust3bqe] {
    font-size: 42px;
    font-weight: 300;
    color: var(--dark);
    margin: 10px 0 20px;
}

.divider[b-njjust3bqe] {
    width: 70px;
    height: 2px;
    background: var(--primary);
    margin-bottom: 30px;
}

.left-panel p[b-njjust3bqe] {
    color: var(--text);
    line-height: 2;
    font-size: 16px;
}

.vision-panel[b-njjust3bqe] {
    background: linear-gradient(135deg,#7b9144,#5e7332);
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 40px;
}

    .vision-panel i[b-njjust3bqe] {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .vision-panel h3[b-njjust3bqe] {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .vision-panel h2[b-njjust3bqe] {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.3;
    }

.mission-box[b-njjust3bqe] {
    padding: 60px;
    border-top: 1px solid var(--border);
}

.mission-header[b-njjust3bqe] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

    .mission-header i[b-njjust3bqe] {
        font-size: 34px;
        color: var(--primary);
    }

    .mission-header h3[b-njjust3bqe] {
        margin: 0;
        color: var(--dark);
        font-weight: 600;
    }

.mission-box p[b-njjust3bqe] {
    color: var(--text);
    line-height: 2;
    margin: 0;
}

@@media(max - width:991px) {
    .left-panel[b-njjust3bqe], .mission-box[b-njjust3bqe], .vision-panel[b-njjust3bqe] {
        padding: 35px;
    }

    .section-title[b-njjust3bqe] {
        font-size: 32px;
    }

    .vision-panel h2[b-njjust3bqe] {
        font-size: 32px;
    }
}
/* _content/VadlexNplCoreWeb/Areas/Opensite/Views/Opensite/Cart.cshtml.rz.scp.css */
.qty-box[b-ywa0cbw772] {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    width: 140px;
}

    .qty-box button[b-ywa0cbw772] {
        border: none;
        background: #f3f3f3;
        width: 45px;
        height: 45px;
        font-size: 20px;
        font-weight: 700;
    }

    .qty-box input[b-ywa0cbw772] {
        border: none;
        width: 50px;
        text-align: center;
        font-weight: 600;
    }
/* _content/VadlexNplCoreWeb/Areas/Opensite/Views/Opensite/Checkout.cshtml.rz.scp.css */
body[b-0jjrjwdr6m] {
}
/* _content/VadlexNplCoreWeb/Areas/Opensite/Views/Opensite/ContactUs.cshtml.rz.scp.css */
body[b-pp9ckp6d3n] {
    background: #f8faf7;
    font-family: 'Inter',sans-serif;
}

.contact-section[b-pp9ckp6d3n] {
    padding: 80px 0;
}

.section-tag[b-pp9ckp6d3n] {
    color: #7f9449;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
}

.section-title[b-pp9ckp6d3n] {
    font-size: 52px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 10px;
}

.section-desc[b-pp9ckp6d3n] {
    color: #64748b;
    max-width: 650px;
    margin: auto;
}

.contact-wrapper[b-pp9ckp6d3n] {
    background: #fff;
    padding: 50px;
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(0,0,0,.06);
}

.info-card[b-pp9ckp6d3n] {
    background: #fff;
    border: 1px solid #edf0ea;
    border-radius: 24px;
    padding: 35px;
    text-align: center;
    height: 100%;
    transition: .3s;
}

    .info-card:hover[b-pp9ckp6d3n] {
        transform: translateY(-8px);
        box-shadow: 0 20px 35px rgba(0,0,0,.08);
    }

.icon-box[b-pp9ckp6d3n] {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #f1f5eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-box i[b-pp9ckp6d3n] {
        font-size: 30px;
        color: #7f9449;
    }

.info-card h5[b-pp9ckp6d3n] {
    font-weight: 600;
    margin-bottom: 10px;
}

.info-card p[b-pp9ckp6d3n] {
    color: #6b7280;
    margin: 0;
}

.form-card[b-pp9ckp6d3n] {
    background: #fafcf8;
    border-radius: 30px;
    padding: 40px;
}

.custom-control[b-pp9ckp6d3n] {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    min-height: 60px;
}

    .custom-control:focus[b-pp9ckp6d3n] {
        box-shadow: none;
        border-color: #7f9449;
    }

.message-box[b-pp9ckp6d3n] {
    height: 180px !important;
}

.btn-send[b-pp9ckp6d3n] {
    background: #7f9449;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 40px;
    font-weight: 600;
}

    .btn-send:hover[b-pp9ckp6d3n] {
        background: #6e833f;
        color: #fff;
    }

.map-card[b-pp9ckp6d3n] {
    overflow: hidden;
    border-radius: 30px;
}

    .map-card iframe[b-pp9ckp6d3n] {
        width: 100%;
        height: 400px;
        border: 0;
    }

@media(max-width:768px) {

    .section-title[b-pp9ckp6d3n] {
        font-size: 36px;
    }

    .contact-wrapper[b-pp9ckp6d3n] {
        padding: 20px;
    }

    .form-card[b-pp9ckp6d3n] {
        padding: 20px;
    }
}
/* _content/VadlexNplCoreWeb/Areas/Opensite/Views/Opensite/Products.cshtml.rz.scp.css */
.product-image-area[b-2mcdj9o20l]{
    width:100%;
    aspect-ratio:2/2;
    height:auto;
    object-fit:cover;
}
.product-image[b-2mcdj9o20l] {
    width: 100%;
    transition: 0.4s ease;
    aspect-ratio: 2 / 2;
    object-fit: cover;
}
.hover-icons[b-2mcdj9o20l] {
    bottom: 10px;
}
.product-content[b-2mcdj9o20l] {
    background: #fff;
}
.product-name[b-2mcdj9o20l] {
    font-size: 14px;
    margin-bottom: 0px;
    height:30px;
}
.product-card[b-2mcdj9o20l] {
    border: 1px solid #b5b5b5;
    border-radius: 10px;
}
.discount-badg[b-2mcdj9o20l] { 
    top: 12px;
    left: 12px; 
    padding: 5px 10px; 
    font-size: 11px; 
}
.discount-badge[b-2mcdj9o20l] { 
    top: 12px;
    left: 12px; 
    padding: 4px 10px;
    border-radius: 13px;
    font-size: 12px; 
}
.icon-btn[b-2mcdj9o20l] {
    width: 36px;
    height: 36px; 
    font-size: 14px; 
}



.category-card[b-2mcdj9o20l] {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,.08);
    position:sticky;
    top:100;
}

.category-header[b-2mcdj9o20l] {
    background: #12248f;
    color: #fff;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 600;
}

.category-list .list-group-item[b-2mcdj9o20l] {
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
    font-weight: 500;
}

    .category-list .list-group-item:hover[b-2mcdj9o20l] {
        background: #f8f9fa;
        color: #198754;
        padding-left: 28px;
    }

.category-list .active[b-2mcdj9o20l] {
    background: #e9f7ef;
    color: #f28b34;
    border-left: 4px solid #f28b34;
    font-weight: 600;
}

.product-count[b-2mcdj9o20l] {
    background: #f1f3f5;
    color: #666;
    border-radius: 30px;
    padding: 3px 10px;
    font-size: 12px;
}


.category[b-2mcdj9o20l] {
    font-size: 11px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    background: #ffffff;
    display: inline-flex;
    padding: 3px 7px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
}
.filter-box[b-2mcdj9o20l] {
    width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    border: 1px solid #e5e7eb;
    position: sticky;
    top: 100px;
}

.filter-title[b-2mcdj9o20l] {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111827;
}

.search-box input[b-2mcdj9o20l] {
    width: 100%;
    height: 48px;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    padding: 0 15px;
    outline: none;
    font-size: 14px;
    margin-bottom: 25px;
}

.section-title[b-2mcdj9o20l] {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111827;
}

.category-item[b-2mcdj9o20l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #f1f1f1;
}

.category-left[b-2mcdj9o20l] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .category-left label[b-2mcdj9o20l] {
        font-size: 15px;
        color: #374151;
        cursor: pointer;
    }

.count[b-2mcdj9o20l] {
    font-size: 13px;
    background: #f3f4f6;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fb8213;
    font-weight: 600;
}

.price-box[b-2mcdj9o20l] {
    margin-top: 25px;
}

.price-values[b-2mcdj9o20l] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fb8213;
}

.slider[b-2mcdj9o20l] {
    width: 100%;
    height: 5px;
    accent-color: #fb8213;
    cursor: pointer;
}

.apply-btn[b-2mcdj9o20l] {
    width: 100%;
    height: 50px;
    border: none;
    background: #fb8213;
    color: #fff;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 25px;
    cursor: pointer;
    transition: .3s;
}

    .apply-btn:hover[b-2mcdj9o20l] {
        background: #1d4ed8;
    }
/* _content/VadlexNplCoreWeb/Areas/Opensite/Views/Opensite/ProductView.cshtml.rz.scp.css */

.product-image-area[b-f7yuqtqgvo] {
    width: 100%;
    aspect-ratio: 2/2;
    height: auto;
    object-fit: cover;
}

.product-image[b-f7yuqtqgvo] {
    width: 100%;
    transition: 0.4s ease;
    aspect-ratio: 2 / 2;
    object-fit: cover;
}

.hover-icons[b-f7yuqtqgvo] {
    bottom: 10px;
}

.product-content[b-f7yuqtqgvo] {
    background: #fff;
}

.product-name[b-f7yuqtqgvo] {
    font-size: 17px;
    margin-bottom: 0px;
}

.product-card[b-f7yuqtqgvo] {
    border: 1px solid #b5b5b5;
    border-radius: 10px;
}
.product-title[b-f7yuqtqgvo] {
    font-size: 34px;
    font-weight: 700;
    color: #111;
}

.rating[b-f7yuqtqgvo] {
    color: #ffb400;
    font-size: 18px;
}


.old-price[b-f7yuqtqgvo] {
    text-decoration: line-through;
    color: #999;
    font-size: 20px;
    margin-left: 10px;
}

.offer-badge[b-f7yuqtqgvo] {
    background: linear-gradient(45deg,#ff416c,#ff4b2b);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.color-box[b-f7yuqtqgvo] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
    transition: 0.3s;
}

    .color-box:hover[b-f7yuqtqgvo] {
        transform: scale(1.1);
    }

.size-btn[b-f7yuqtqgvo] {
    border-radius: 12px;
    padding: 10px 18px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 600;
    transition: 0.3s;
}

    .size-btn:hover[b-f7yuqtqgvo],
    .size-btn.active[b-f7yuqtqgvo] {
        background: #0d6efd;
        color: #fff;
        border-color: #0d6efd;
    }

.qty-box[b-f7yuqtqgvo] {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    width: 140px;
}

    .qty-box button[b-f7yuqtqgvo] {
        border: none;
        background: #f3f3f3;
        width: 45px;
        height: 45px;
        font-size: 20px;
        font-weight: 700;
    }

    .qty-box input[b-f7yuqtqgvo] {
        border: none;
        width: 50px;
        text-align: center;
        font-weight: 600;
    }

.cart-btn[b-f7yuqtqgvo] {
    height: 55px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 17px;
}

.buy-btn[b-f7yuqtqgvo] {
    height: 55px;
    border-radius: 15px;
    background: linear-gradient(45deg,#0d6efd,#6610f2);
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.product-tabs-section[b-f7yuqtqgvo] {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.product-tabs[b-f7yuqtqgvo] {
    border: none;
    gap: 15px;
}

    .product-tabs .nav-link[b-f7yuqtqgvo] {
        border: none;
        background: #eef2f7;
        color: #444;
        font-weight: 600;
        padding: 14px 30px;
        border-radius: 14px;
        transition: 0.3s;
    }

        .product-tabs .nav-link:hover[b-f7yuqtqgvo] {
            background: #111827;
            color: #fff;
            transform: translateY(-2px);
        }

        .product-tabs .nav-link.active[b-f7yuqtqgvo] {
            background: linear-gradient(135deg,#16a34a,#22c55e);
            color: #fff;
            box-shadow: 0 8px 20px rgba(34,197,94,0.35);
        }

.tab-box[b-f7yuqtqgvo] {
    margin-top: 30px;
    background: #fafafa;
    border-radius: 20px;
    padding: 35px;
    border: 1px solid #eee;
}

.tab-title[b-f7yuqtqgvo] {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}

.tab-content-text[b-f7yuqtqgvo] {
    color: #555;
    line-height: 1.9;
    font-size: 16px;
}

.benefits-list[b-f7yuqtqgvo] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .benefits-list li[b-f7yuqtqgvo] {
        position: relative;
        padding-left: 35px;
        margin-bottom: 18px;
        color: #444;
        font-weight: 500;
        line-height: 1.8;
    }

        .benefits-list li[b-f7yuqtqgvo]::before {
            content: "✔";
            position: absolute;
            left: 0;
            top: 0;
            width: 24px;
            height: 24px;
            background: #22c55e;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
        }

.review-card[b-f7yuqtqgvo] {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.review-stars[b-f7yuqtqgvo] {
    color: #f59e0b;
    font-size: 18px;
    margin-bottom: 10px;
}

.review-user[b-f7yuqtqgvo] {
    font-weight: 700;
    color: #111827;
    margin-top: 15px;
}

@media(max-width:768px) {

    .product-tabs[b-f7yuqtqgvo] {
        flex-wrap: nowrap;
        overflow: auto;
    }

        .product-tabs .nav-link[b-f7yuqtqgvo] {
            white-space: nowrap;
        }

    .tab-box[b-f7yuqtqgvo] {
        padding: 22px;
    }

    .tab-title[b-f7yuqtqgvo] {
        font-size: 24px;
    }
}
/* Owl Nav Design */

.related-products-slider .owl-nav[b-f7yuqtqgvo] {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

    .related-products-slider .owl-nav button[b-f7yuqtqgvo] {
        width: 55px;
        height: 55px;
        border-radius: 50% !important;
        background: #ffffff !important;
        border: none !important;
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        transition: 0.3s;
        position: relative;
    }

        .related-products-slider .owl-nav button:hover[b-f7yuqtqgvo] {
            background: linear-gradient(135deg,#16a34a,#22c55e) !important;
            transform: translateY(-3px);
        }

        .related-products-slider .owl-nav button span[b-f7yuqtqgvo] {
            font-size: 34px;
            line-height: 0;
            color: #111827;
            position: relative;
            top: -2px;
        }

        .related-products-slider .owl-nav button:hover span[b-f7yuqtqgvo] {
            color: #fff;
        }



/*New css added*/
.product-gallery[b-f7yuqtqgvo] {
    display: flex;
    gap: 20px;
    position: sticky;
    top: 120px;
}

.thumbs-wrapper[b-f7yuqtqgvo] {
    width: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumb-list[b-f7yuqtqgvo] {
    height: 320px; /* 4 thumbs */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumb[b-f7yuqtqgvo] {
    width: 90px;
    height: 95px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    object-fit: contain;
    padding: 5px;
    background: #fff;
    transition: .3s;
}

    .thumb:hover[b-f7yuqtqgvo],
    .thumb.active[b-f7yuqtqgvo] {
        border-color: #198754;
    }

.thumb-nav[b-f7yuqtqgvo] {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.15);
    margin: 10px 0;
    z-index: 5;
}

    .thumb-nav i[b-f7yuqtqgvo] {
        font-size: 24px;
    }

.main-image-box[b-f7yuqtqgvo] {
    flex: 1;
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 100%;
    box-shadow: 0 5px 25px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

#mainImage[b-f7yuqtqgvo] {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.gallery-btn[b-f7yuqtqgvo] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,.15);
    z-index: 10;
}

.prev-btn[b-f7yuqtqgvo] {
    left: 15px;
}

.next-btn[b-f7yuqtqgvo] {
    right: 15px;
}

.gallery-btn i[b-f7yuqtqgvo] {
    font-size: 26px;
}

@media(max-width:768px) {

    .product-gallery[b-f7yuqtqgvo] {
        flex-direction: column;
        position: relative;
        top: auto;
    }

    .thumbs-wrapper[b-f7yuqtqgvo] {
        width: 100%;
        order: 2;
    }

    .thumb-list[b-f7yuqtqgvo] {
        width: 100%;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        flex-direction: row;
    }

    .thumb[b-f7yuqtqgvo] {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }

    .thumb-nav[b-f7yuqtqgvo] {
        display: none;
    }

    .main-image-box[b-f7yuqtqgvo] {
        min-height: 350px;
        order: 1;
    }
}
/* _content/VadlexNplCoreWeb/Areas/Opensite/Views/Opensite/Registration.cshtml.rz.scp.css */
.ar-new-signup-bg h6[b-9xhr0dmue5] {
    border-left: 4px solid #35621b;
    /* padding-left: 8px; */
    font-size: 16px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
}
.form-input label[b-9xhr0dmue5] {
    font-size: 14px;
    margin-bottom: 6px;
}
h6.signup-h2-titles span[b-9xhr0dmue5] {
    position: relative;
    height: 1px;
    width: 100%;
    background: #ffffff;
    top: 50%;
    z-index: 9;
    padding-right: 20px;
    padding-left: 7px;
    color: #f78e26;
}

h6.signup-h2-titles[b-9xhr0dmue5]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #34641c;
    top: 50%;
    left: 0;
    z-index: 0;
}
.ar-new-signup-bg .form-input[b-9xhr0dmue5] {
    margin-bottom: 15px;
}
/* _content/VadlexNplCoreWeb/Areas/Opensite/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-gmuy3sx1pf] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-gmuy3sx1pf] {
  color: #0077cc;
}

.btn-primary[b-gmuy3sx1pf] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-gmuy3sx1pf], .nav-pills .show > .nav-link[b-gmuy3sx1pf] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-gmuy3sx1pf] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-gmuy3sx1pf] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-gmuy3sx1pf] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-gmuy3sx1pf] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-gmuy3sx1pf] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
header[b-gmuy3sx1pf] {
    background: #f3f3f3;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 999;
}

/* _content/VadlexNplCoreWeb/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-97q3jyle1k] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-97q3jyle1k] {
  color: #0077cc;
}

.btn-primary[b-97q3jyle1k] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-97q3jyle1k], .nav-pills .show > .nav-link[b-97q3jyle1k] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-97q3jyle1k] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-97q3jyle1k] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-97q3jyle1k] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-97q3jyle1k] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-97q3jyle1k] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
