@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/ERPManagement.Web/Pages/Administrator/UserAddEdit.razor.rz.scp.css */
/* Isolated scope for User Definition Screen */

.user-edit-container[b-ivmz5jbd74] {
    background-color: #f8fafc;
    min-height: 100vh;
    padding-bottom: 2rem;
}

/* Glassmorphism Loader */
.glass-loading-overlay[b-ivmz5jbd74] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader-container[b-ivmz5jbd74] {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.professional-spinner[b-ivmz5jbd74] {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(54, 153, 255, 0.1);
    border-top: 3px solid #3699ff;
    border-radius: 50%;
    animation: spin-b-ivmz5jbd74 0.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    margin: 0 auto 1rem;
}

.loading-status[b-ivmz5jbd74] {
    font-weight: 600;
    color: #1e1e2d;
    font-size: 0.9rem;
}

/* Form Design Polish */
[b-ivmz5jbd74] .info-card {
    border: none;
    transition: transform 0.2s ease;
}

 
/* Animations */
@keyframes spin-b-ivmz5jbd74 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.animated-fade-in[b-ivmz5jbd74] {
    animation: fadeIn-b-ivmz5jbd74 0.3s ease-in-out;
}

@keyframes fadeIn-b-ivmz5jbd74 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Card Header Container */
.card-header-modern[b-ivmz5jbd74] {
    display: flex;
    align-items: center; /* Vertically centers icon and text */
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf3;
    margin-bottom: 10px;
}

/* Icon Styling */
.header-icon[b-ivmz5jbd74] {
    font-size: 1.6rem !important;
    margin-right: 12px;
    display: flex;
    color: #1e1e2d;
    
    align-items: center;
    color: #3699ff; /* Primary Blue for Personal Info */
}

/* Title Styling */
.header-title[b-ivmz5jbd74] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e1e2d;
    letter-spacing: 0.3px;
    line-height: 1; /* Prevents text from shifting the line height */
}

/* Security Group Specific Coloring */
.card-header-modern.security .header-icon[b-ivmz5jbd74] {
    color: #f64e60; /* Soft Red for Security */
}

.card-header-modern.security[b-ivmz5jbd74] {
    border-bottom: 1px solid #ffe2e5;
}

/* Card Accent Colors (Optional thin top border for "Very Cool" look) */
.info-card[b-ivmz5jbd74] {
    border-top: 4px solid #3699ff !important;
}

.security-card[b-ivmz5jbd74] {
    border-top: 4px solid #f64e60 !important;
}

/* Shadow Polish */
[b-ivmz5jbd74] .rz-card.rz-shadow-5 {
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05) !important;
}

/* Container Background */
.user-edit-container[b-ivmz5jbd74] {
    background-color: #f0f4f8;
    min-height: 100vh;
}

/* Group Headers with Color */
.card-header-modern[b-ivmz5jbd74] {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 12px;
}

.header-icon[b-ivmz5jbd74] {
    font-size: 1.8rem !important;
    margin-right: 10px;
}

/* Personal Info Group - Blue Theme */
.info-card[b-ivmz5jbd74] {
    border-top: 5px solid #3699ff !important;
}

    .info-card .header-icon[b-ivmz5jbd74] {
        color: #3699ff;
    }

    .info-card .header-title[b-ivmz5jbd74] {
        color: #3699ff;
        font-weight: 800;
        font-size: 1.1rem;
    }

/* Security Group - Purple/Indigo Theme */
.security-card[b-ivmz5jbd74] {
    border-top: 5px solid #6610f2 !important;
}

    .security-card .header-icon[b-ivmz5jbd74] {
        color: #6610f2;
    }

    .security-card .header-title[b-ivmz5jbd74] {
        color: #6610f2;
        font-weight: 800;
        font-size: 1.1rem;
    }

/* NEW: Professional Status Box (Soft Blue/Slate instead of Black) */
.status-toggle-box[b-ivmz5jbd74] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    padding: 1rem 1.25rem;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #90caf9;
}

.status-label[b-ivmz5jbd74] {
    font-weight: 700;
    color: #1565c0;
    font-size: 0.9rem;
}

.status-text[b-ivmz5jbd74] {
    font-weight: 900;
    margin-right: 10px;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

    .status-text.active[b-ivmz5jbd74] {
        color: #2e7d32;
    }

    .status-text.inactive[b-ivmz5jbd74] {
        color: #c62828;
    }

/* Profile Image Upload Styling */
.image-upload-container[b-ivmz5jbd74] {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #dee2e6;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-preview[b-ivmz5jbd74] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-placeholder-inner i[b-ivmz5jbd74] {
    font-size: 100px !important;
    color: #ced4da;
}

.upload-overlay[b-ivmz5jbd74] {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 5px 0;
}

[b-ivmz5jbd74] .rz-upload-button {
    background: transparent !important;
    border: none !important;
    color: white !important;
    font-size: 12px !important;
}

/* Identity Group - Vibrant Blue */
.info-card .header-title[b-ivmz5jbd74] {
    color: #007bff !important; /* आकर्षक निळा */
    font-weight: 700;
}

/* Identity Group - Vibrant Blue */
.info-card .header-title[b-ivmz5jbd74] {
    color: #007bff !important; /* आकर्षक निळा */
    font-weight: 700;
}

/* Security Group - Vibrant Purple */
.security-card .header-title[b-ivmz5jbd74] {
    color: #6f42c1 !important; /* आकर्षक जांभळा */
    font-weight: 700;
}

/* Account Status Box - Professional Light Blue (No Black) */
.status-toggle-box[b-ivmz5jbd74] {
    background: #f0f7ff; /* अत्यंत सौम्य निळा */
    padding: 1.2rem;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cfe5ff;
    margin-top: 15px;
}

.status-label[b-ivmz5jbd74] {
    color: #0056b3 !important; /* गडद निळा टेक्स्ट */
    font-weight: 600;
}

/* Image Container Layout */
.image-upload-container[b-ivmz5jbd74] {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background: #f8f9fa;
    border: 3px solid #e3f2fd; /* Soft Blue Border */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Photo Preview */
.profile-preview[b-ivmz5jbd74] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Avatar Placeholder */
.avatar-placeholder-inner i[b-ivmz5jbd74] {
    font-size: 80px;
    color: #cbd5e0;
}

/* Overlay - Default Hidden */
.upload-overlay[b-ivmz5jbd74] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 97, 255, 0.6); /* Transparent Professional Blue */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.image-upload-container:hover .upload-overlay[b-ivmz5jbd74] {
    opacity: 1; /* माऊस नेल्यावर निळा पारदर्शक पडदा दिसेल */
}

/* RadzenUpload Button Styling inside Overlay */
.upload-overlay .rz-fileupload-buttonbar[b-ivmz5jbd74] {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.upload-overlay .rz-fileupload-choose[b-ivmz5jbd74] {
    background: white !important; /* Button background */
    color: #0061ff !important; /* Button text blue */
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* कॉमन हेडर स्टाईल */
.card-header-modern[b-ivmz5jbd74] {
    display: flex;
    align-items: center; /* आयकॉन आणि टेक्स्ट एका लाईनमध्ये आणण्यासाठी */
    gap: 12px; /* आयकॉन आणि टेक्स्टमध्ये स्पेस ठेवण्यासाठी */
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

/* Identity Section - Vibrant Blue */
.info-card .card-header-modern .header-icon[b-ivmz5jbd74],
.info-card .card-header-modern .header-title[b-ivmz5jbd74] {
    color: #0061ff !important; /* आयकॉन आणि टेक्स्टचा रंग एकच (Vibrant Blue) */
    font-weight: 700;
    font-size: 1.1rem;
}

/* Security Section - Vibrant Purple */
.security-card .card-header-modern .header-icon[b-ivmz5jbd74],
.security-card .card-header-modern .header-title[b-ivmz5jbd74] {
    color: #6f42c1 !important; /* आयकॉन आणि टेक्स्टचा रंग एकच (Vibrant Purple) */
    font-weight: 700;
    font-size: 1.1rem;
}
/* पासपोर्ट कंटेनर - २ इंच x २ इंच आकार आणि गोल कोपरे */
.image-upload-container.passport-container[b-ivmz5jbd74] {
    position: relative;
    /* पासपोर्ट साईज: ५१ मिमी x ५१ मिमी (~२ इंच x २ इंच), पण आपण पिक्सेलमध्ये देऊ */
    width: 200px;
    height: 200px;
    margin: 0 auto; /* कार्डच्या मधोमध आणण्यासाठी */
    border-radius: 12px; /* गोल कोपरे */
    overflow: hidden; /* गोलाच्या बाहेर जाणारी इमेज लपवण्यासाठी */
    border: 3px solid #eef2f6; /* हलकी बॉर्डर प्रोफेशनल लूकसाठी */
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


    .image-upload-container.passport-container:hover[b-ivmz5jbd74] {
        border-color: #d1e6ff;
        box-shadow: 0 0 10px rgba(0, 97, 255, 0.1);
    }


.profile-preview.passport-preview[b-ivmz5jbd74] {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


.avatar-placeholder-inner.passport-avatar i[b-ivmz5jbd74] {
    font-size: 100px; 
    color: #cbd5e0;
}


.upload-overlay.passport-overlay[b-ivmz5jbd74] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 97, 255, 0.6); 
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
    border-radius: 12px; 
}

.image-upload-container.passport-container:hover .upload-overlay.passport-overlay[b-ivmz5jbd74] {
    opacity: 1;
}


.upload-overlay.passport-overlay .rz-icon[b-ivmz5jbd74] {
    font-size: 30px;
}
/* _content/ERPManagement.Web/Pages/Dashboard/GruhDashboard.razor.rz.scp.css */
[b-v0swj5s4uo] .statistic-card {
    font-family: 'Roboto', sans-serif;
    background-color: #f7f7f7;
    padding: 20px;
    color: red;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

[b-v0swj5s4uo] .statistic-card h2 {
    font-weight: 500;
    font-size: 18px;
}

[b-v0swj5s4uo] .statistic-card p {
    font-weight: 700;
    font-size: 24px;
}
/* _content/ERPManagement.Web/Pages/Dashboard/KaizenDashboard.razor.rz.scp.css */

[b-m7x7publ2s] .sticky-bottom {
    position: fixed;
    z-index: -1 ;
    align-content:center;
    bottom: 0px;
   
    right: 0px;
    
}
[b-m7x7publ2s]  body {
    height: 100vh;
    width: 100%;
    background: #3e3232;
    font-family: 'Poppins', sans-sherif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden
}

[b-m7x7publ2s]  .ticker {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto
}

[b-m7x7publ2s]  .news {
    width: 78%;
    background: #cc4444;
    padding: 0 2%
}

[b-m7x7publ2s] .title {
    width: 12%;
    text-align: center;
    background: #c81c1c;
    color: white;
    font-weight: 800;
    align-items: center;
    position: relative
}



[b-m7x7publ2s] .title h5 {
        font-size: 25px;
        padding-top: 14px;
    }

[b-m7x7publ2s] .news {
    font-size: 25px;
    font-weight: 900;
    padding-top: 10px;
}

[b-m7x7publ2s] .news-content p {
    margin-right: 41px;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}

[b-m7x7publ2s] .center marquee {
    margin: auto;
}

[b-m7x7publ2s] .blink_me {
    animation: blinker 1s linear infinite;
    color: yellow !important;
    text-shadow: none !important;
}
/* _content/ERPManagement.Web/Pages/Index.razor.rz.scp.css */
body[b-1qp59m358a] {
}

/* _content/ERPManagement.Web/Pages/LoginPages/Login.razor.rz.scp.css */
/* Force the background to cover the whole screen */
.login-screen-container[b-comt7192pi] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #f0f2f5;
    z-index: 999;
}

/* The split container */
.login-card-horizontal[b-comt7192pi] {
    display: flex !important;
    flex-direction: row !important;
    width: 90%;
    max-width: 1100px;
    height: 600px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

/* Left side strictly 50% */
.panel-left[b-comt7192pi] {
    flex: 0 0 50% !important;
    width: 50% !important;
    position: relative;
    background-color: #f8fbff;
}

.hero-image-fill[b-comt7192pi] {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This stops the overlap */
}

.panel-footer-branding[b-comt7192pi] {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.8rem;
    color: #666;
}

/* Right side strictly 50% */
.panel-right[b-comt7192pi] {
    flex: 0 0 50% !important;
    width: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: white;
}

.login-box-content[b-comt7192pi] {
    width: 100%;
    max-width: 380px;
}

/* UI Elements */
.welcome-text[b-comt7192pi] {
    color: #0056b3;
    font-weight: 700;
    margin-bottom: 5px;
}

.instruction-text[b-comt7192pi] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.form-title[b-comt7192pi] {
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.form-fields-stack[b-comt7192pi] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

[b-comt7192pi] .custom-field {
    width: 100% !important;
}

[b-comt7192pi] .login-submit-button {
    background-color: #0056b3 !important;
    height: 48px !important;
    width: 100% !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
}

.forgot-wrapper[b-comt7192pi] {
    text-align: right;
}

[b-comt7192pi] .forgot-link-text {
    font-size: 0.85rem !important;
    color: #0056b3 !important;
    padding: 0 !important;
}

/* Mobile: Stack them vertically if screen is small */
@media (max-width: 850px) {
    .login-card-horizontal[b-comt7192pi] {
        flex-direction: column !important;
        height: auto;
        max-height: 95vh;
        overflow-y: auto;
    }

    .panel-left[b-comt7192pi], .panel-right[b-comt7192pi] {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    .panel-left[b-comt7192pi] {
        height: 250px;
    }
}
/* _content/ERPManagement.Web/Pages/LoginPages/UpdatePassword.razor.rz.scp.css */
/* _content/ERPManagement.Web/Pages/Master/CustomerList.razor.rz.scp.css */
body[b-l3xc0wm1su] {
}
/* _content/ERPManagement.Web/Pages/Master/MasterList.razor.rz.scp.css */
/* Make the Add New button pop slightly more */
.shadow-button[b-gup42fk9b1] {
    box-shadow: 0 4px 10px rgba(var(--rz-primary-rgb), 0.3);
    transition: transform 0.2s ease;
}

    .shadow-button:hover[b-gup42fk9b1] {
        transform: translateY(-1px);
        box-shadow: 0 6px 15px rgba(var(--rz-primary-rgb), 0.4);
    }

/* Form field refinement for SaaS look */
.rz-form-field-label[b-gup42fk9b1] {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Ensure the search bar feels modern */
.rz-textbox[b-gup42fk9b1] {
    border-radius: 4px;
}
/* _content/ERPManagement.Web/Pages/Transaction/KaizenAddEdit.razor.rz.scp.css */
/* Apply font to the entire form container */
[b-sy2swa3gah] #myid {
    font-family: 'Inter', sans-serif !important;
}


[b-sy2swa3gah] table, th[b-sy2swa3gah], td[b-sy2swa3gah] {
    border: 1px solid black;
    border-collapse: collapse;
}
[b-sy2swa3gah] rz-display-flex {
    display: inline !important
}

 
[b-sy2swa3gah] td {
    border: 1px solid #bbb2b2;
}
[b-sy2swa3gah] .my-grid tbody tr:hover {
    background-color: #f0f0f0 !important; /* or any other color */
    cursor: pointer;
}

/* Apply font to the entire form container */
[b-sy2swa3gah] #myid {
    font-family: 'Inter', sans-serif !important;
}

/* Style for Labels - make them modern and slate-colored */
[b-sy2swa3gah] .rz-form-field-label {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    color: #64748b !important;
    font-size: 0.85rem !important;
}

/* Style for Inputs - the "Feeding" area */
[b-sy2swa3gah] .rz-textbox,
[b-sy2swa3gah] .rz-textarea,
[b-sy2swa3gah] .rz-dropdown,
[b-sy2swa3gah] .rz-numeric-input input {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    color: #1e293b !important;
    background-color: #f8fafc !important; /* Very light cool gray */
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 0.5rem !important;
    transition: all 0.2s ease;
}

/* The "Active" state - gives feedback while typing */
[b-sy2swa3gah] .rz-state-focus {
    background-color: #ffffff !important;
    border-color: #3b82f6 !important; /* Professional Blue */
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important;
}

/* Section Headers styling */
[b-sy2swa3gah] .rz-color-primary strong {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    color: #0f172a;
}
/* _content/ERPManagement.Web/Pages/Transaction/KaizenList.razor.rz.scp.css */
[b-butx8q912t] .link-button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

    [b-butx8q912t] .link-button:hover {
        color: #0056b3;
    }
/* _content/ERPManagement.Web/Pages/Transaction/UploadPOD.razor.rz.scp.css */
.upload-container[b-1nqlxh1yek] {
    max-width: 800px;
    margin: 2rem auto;
}

.upload-zone[b-1nqlxh1yek] {
    position: relative;
    border: 2px dashed #0061ff;
    border-radius: 12px;
    padding: 3rem 1rem;
    text-align: center;
    background: #f8faff;
    transition: all 0.2s ease;
}

    .upload-zone:hover[b-1nqlxh1yek] {
        background: #f0f5ff;
        border-color: #0046b8;
    }

.file-input[b-1nqlxh1yek] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-content i[b-1nqlxh1yek] {
    font-size: 3rem;
    color: #0061ff;
    margin-bottom: 1rem;
}

.file-limit[b-1nqlxh1yek] {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.file-item[b-1nqlxh1yek] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: #f1f3f5;
    border-radius: 6px;
    font-size: 0.9rem;
}

.animated-fade-in[b-1nqlxh1yek] {
    animation: fadeIn-b-1nqlxh1yek 0.5s ease-in;
}

@keyframes fadeIn-b-1nqlxh1yek {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/ERPManagement.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-kwf43vlcot] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kwf43vlcot] {
    flex: 1;
}

.sidebar[b-kwf43vlcot] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kwf43vlcot] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kwf43vlcot]  a, .top-row .btn-link[b-kwf43vlcot] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kwf43vlcot] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kwf43vlcot] {
        display: none;
    }

    .top-row.auth[b-kwf43vlcot] {
        justify-content: space-between;
    }

    .top-row a[b-kwf43vlcot], .top-row .btn-link[b-kwf43vlcot] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kwf43vlcot] {
        flex-direction: row;
    }

    .sidebar[b-kwf43vlcot] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kwf43vlcot] {
        position: sticky;
        top: 0;
        z-index: 99;
    }

    .top-row[b-kwf43vlcot], article[b-kwf43vlcot] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ERPManagement.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ijkgooyyy5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ijkgooyyy5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ijkgooyyy5] {
    font-size: 1.1rem;
}

.oi[b-ijkgooyyy5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ijkgooyyy5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ijkgooyyy5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ijkgooyyy5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ijkgooyyy5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ijkgooyyy5]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ijkgooyyy5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ijkgooyyy5] {
        display: none;
    }

    .collapse[b-ijkgooyyy5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ijkgooyyy5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/ERPManagement.Web/Shared/SideBarLayout.razor.rz.scp.css */
.navbar-toggler[b-lpmc42uvmb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lpmc42uvmb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lpmc42uvmb] {
    font-size: 1.1rem;
}

.oi[b-lpmc42uvmb] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lpmc42uvmb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lpmc42uvmb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lpmc42uvmb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lpmc42uvmb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-lpmc42uvmb]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-lpmc42uvmb]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-lpmc42uvmb] {
        display: none;
    }

    .collapse[b-lpmc42uvmb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-lpmc42uvmb] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

[b-lpmc42uvmb] .sidebar-bottom {
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
    margin-top: auto; /* Isse button hamesha sidebar ke bottom mein rahega */
}
[b-lpmc42uvmb] .btn-logout {
    background: none;
    border: none;
    color: #ef4444; /* Red color for logout */
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 18px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
}

[b-lpmc42uvmb] .btn-logout:hover {
        background: rgba(239, 68, 68, 0.1); /* Halka red hover effect */
        color: #f87171;
    }

[b-lpmc42uvmb] .btn-logout i {
        font-size: 18px;
    }
