@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/CustomerPortal/AppointmentBooking.razor.rz.scp.css */
.header-card[b-7be25acpdc] {
    border-left: 5px solid var(--rz-primary);
    background-color: #ffffff;
}

.search-field[b-7be25acpdc] {
    min-width: 300px;
}

.appointment-grid[b-7be25acpdc] {
    border-radius: 8px;
    overflow: hidden;
}

.docket-cell[b-7be25acpdc] {
    display: flex;
    flex-direction: column;
}

.docket-no[b-7be25acpdc] {
    font-weight: bold;
    color: var(--rz-primary-dark);
}

.docket-date[b-7be25acpdc] {
    font-size: 0.75rem;
    color: #6c757d;
}

.address-cell strong[b-7be25acpdc] {
    color: #333;
    display: block;
}

.city-tag[b-7be25acpdc] {
    font-size: 0.8rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 4px;
}

.po-cell .rz-badge[b-7be25acpdc] {
    border: 1px solid #e0e0e0;
    padding: 4px 8px;
    color: #444;
}

.inv-cell small[b-7be25acpdc] {
    display: block;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .search-field[b-7be25acpdc] {
        width: 100% !important;
    }
}

/* Container Background */
.main-container[b-7be25acpdc] {
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Rounded Card Style */
.rounded-card[b-7be25acpdc] {
    border-radius: 16px !important;
    border: none;
    padding: 1.5rem !important;
}

/* Rounded DataGrid Style */
.custom-grid[b-7be25acpdc] {
    border-radius: 16px !important;
    overflow: hidden; /* This is critical to make the corners look rounded */
    border: none !important;
}

    /* Make Header look modern */
    .custom-grid .rz-datatable-thead th[b-7be25acpdc] {
        background-color: #f1f4f8 !important;
        padding: 1rem !important;
        font-weight: 600 !important;
        color: #495057 !important;
    }

/* Mobile Responsiveness for Grid Cells */
@media (max-width: 768px) {
    .search-field[b-7be25acpdc] {
        width: 100% !important;
    }

    /* Adjust grid padding for smaller screens */
    .custom-grid .rz-cell-data[b-7be25acpdc] {
        font-size: 0.85rem;
    }

    /* Force buttons to be full width on mobile if needed */
    .rz-button[b-7be25acpdc] {
        display: flex;
        justify-content: center;
    }
}

/* Style for the Docket and Address cells */
.docket-cell[b-7be25acpdc], .address-cell[b-7be25acpdc] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.docket-no[b-7be25acpdc] {
    font-weight: bold;
    color: var(--rz-primary);
}

.city-tag[b-7be25acpdc] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
    color: #6c757d;
}
@media (max-width: 768px) {
    /* 1. Hide the table header on mobile */
    .mobile-responsive-grid .rz-datatable-thead[b-7be25acpdc] {
        display: none !important;
    }

    /* 2. Force each row to look like a separate Card */
    .mobile-responsive-grid .rz-datatable-data tr[b-7be25acpdc] {
        display: block !important;
        margin-bottom: 1.5rem !important;
        border: 1px solid #e9ecef !important;
        border-radius: 12px !important;
        background: white !important;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05) !important;
        padding: 10px !important;
    }

    /* 3. Make each cell take full width and show a Label */
    .mobile-responsive-grid .rz-datatable-data td[b-7be25acpdc] {
        display: flex !important;
        width: 100% !important;
        border: none !important;
        padding: 0.5rem 0.75rem !important;
        justify-content: space-between !important;
        align-items: center !important;
        text-align: right !important;
    }

        /* 4. Add Labels before the data so the user knows what they are looking at */
        .mobile-responsive-grid .rz-datatable-data td[b-7be25acpdc]:before {
            content: attr(title); /* Uses the 'Title' property of the Column */
            float: left;
            font-weight: 700;
            color: #6c757d;
            text-transform: uppercase;
            font-size: 0.75rem;
            text-align: left;
        }

    /* 5. Adjust the Action buttons for mobile */
    .mobile-responsive-grid .rz-stack[b-7be25acpdc] {
        width: 100%;
        justify-content: stretch !important;
    }

    .mobile-responsive-grid .rz-button[b-7be25acpdc] {
        width: 100%;
        margin-top: 5px;
    }
}

/* Card style loading container */
.rz-my-12[b-7be25acpdc] {
    background: white;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: var(--rz-shadow-2);
}

/* Rounded Grid and Card */
.rounded-card[b-7be25acpdc], .custom-grid[b-7be25acpdc] {
    border-radius: 16px !important;
    overflow: hidden;
}

/* Mobile: Stack grid rows into cards */
@media (max-width: 768px) {
    .custom-grid .rz-datatable-thead[b-7be25acpdc] {
        display: none !important; /* Hide headers on mobile */
    }

    .custom-grid .rz-datatable-data tr[b-7be25acpdc] {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid #eee;
        border-radius: 12px;
    }

    .custom-grid .rz-datatable-data td[b-7be25acpdc] {
        display: flex;
        justify-content: space-between;
        border: none;
        text-align: right;
    }

        .custom-grid .rz-datatable-data td[b-7be25acpdc]::before {
            content: attr(title); /* Shows column name as label */
            font-weight: bold;
            text-align: left;
        }
}

/* Transform all cell data to Uppercase */
.appointment-grid .rz-cell-data[b-7be25acpdc] {
    text-transform: uppercase !important;
}

/* Transform all column headers to Uppercase */
.appointment-grid .rz-column-title[b-7be25acpdc] {
    text-transform: uppercase !important;
}

/* Optional: If you use custom templates with <span> or <div>, 
   this ensures they also follow the rule */
.appointment-grid .docket-cell[b-7be25acpdc],
.appointment-grid .address-cell[b-7be25acpdc],
.appointment-grid .po-cell[b-7be25acpdc] {
    text-transform: uppercase !important;
}
/* _content/ERPManagement.Web/Pages/CustomerPortal/CmsLogin.razor.rz.scp.css */
/* 1. MAIN CONTAINER - Full screen centered */
.login-screen-container[b-usw4r9ze9c] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f5;
    padding: 20px;
    font-family: 'Inter', -apple-system, sans-serif;
}

/* 2. THE CARD - Split Horizontal Layout */
.login-card-horizontal[b-usw4r9ze9c] {
    display: flex;
    width: 100%;
    max-width: 850px;
    min-height: 520px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* 3. PANEL LEFT - Branding & Background */
.panel-left[b-usw4r9ze9c] {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background: #0f172a; /* Fallback color */
}

    /* Logistics Background with Subtle Zoom */
    .panel-left[b-usw4r9ze9c]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* High-quality logistics image with dark overlay for readability */
        background: linear-gradient(rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.82)), url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=2000&auto=format&fit=crop');
        background-size: cover;
        background-position: center;
        z-index: 1;
        animation: slowZoom-b-usw4r9ze9c 20s infinite alternate ease-in-out;
    }

@keyframes slowZoom-b-usw4r9ze9c {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

/* Logo Wrapper - Forces Small Size */
.logo-wrapper[b-usw4r9ze9c] {
    position: relative;
    z-index: 2;
    background: white;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 25px;
    width: 160px; /* Small size for better visibility */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
}

[b-usw4r9ze9c] .hero-image-fill {
    width: 100%;
    height: auto;
    display: block;
}

/* Developer Branding at Bottom */
.panel-footer-branding[b-usw4r9ze9c] {
    position: relative;
    z-index: 2;
    margin-top: auto;
    color: #cbd5e1;
    font-size: 0.75rem;
    text-align: center;
    letter-spacing: 0.5px;
}

    .panel-footer-branding strong[b-usw4r9ze9c] {
        color: #60a5fa; /* Branding Blue */
    }

/* 4. PANEL RIGHT - Form Side */
.panel-right[b-usw4r9ze9c] {
    flex: 1.1;
    padding: 50px;
    background: white;
    display: flex;
    align-items: center;
}

.login-box-content[b-usw4r9ze9c] {
    width: 100%;
}

.welcome-text[b-usw4r9ze9c] {
    color: #1e293b;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.instruction-text[b-usw4r9ze9c] {
    color: #64748b;
    font-size: 0.85rem;
    margin-bottom: 30px;
    line-height: 1.5;
}

/* 5. FORM FIELD STYLING */
.form-fields-stack[b-usw4r9ze9c] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

[b-usw4r9ze9c] .custom-field {
    width: 100%;
}

    [b-usw4r9ze9c] .custom-field .rz-form-field-content {
        background: #ffffff !important;
        border: 1px solid #d1d5db !important;
        border-radius: 6px !important;
        height: 42px !important;
    }

/* 6. BUTTON - Moving Forward Animation */
[b-usw4r9ze9c] .login-submit-button {
    width: 100%;
    height: 46px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-transform: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-top: 10px;
}

    [b-usw4r9ze9c] .login-submit-button:hover {
        transform: translateX(6px) !important; /* "Driving forward" effect */
        box-shadow: -6px 6px 15px rgba(59, 130, 246, 0.3) !important;
    }

/* Forgot Password Link */
.forgot-wrapper[b-usw4r9ze9c] {
    text-align: center;
    margin-top: 20px;
}

[b-usw4r9ze9c] .forgot-link-text {
    font-size: 0.85rem !important;
    color: #64748b !important;
    text-decoration: none !important;
}

    [b-usw4r9ze9c] .forgot-link-text:hover {
        color: var(--rz-primary) !important;
        text-decoration: underline !important;
    }

/* 7. RESPONSIVE - Hide left panel on mobile */
@media (max-width: 800px) {
    .panel-left[b-usw4r9ze9c] {
        display: none;
    }

    .login-card-horizontal[b-usw4r9ze9c] {
        max-width: 420px;
    }

    .panel-right[b-usw4r9ze9c] {
        padding: 40px 30px;
    }
}

/* _content/ERPManagement.Web/Pages/CustomerPortal/Dashboard.razor.rz.scp.css */
.dashboard-main[b-yt71beq7p8] {
    background-color: #f9fbff;
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
}

/* HEADER GLASSMORPISM */
.header-glass[b-yt71beq7p8] {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.header-icon-bg[b-yt71beq7p8] {
    background: linear-gradient(135deg, #0984e3, #6c5ce7);
    padding: 10px;
    border-radius: 12px;
}

/* KPI CARD GRADIENTS */
.kpi-card[b-yt71beq7p8] {
    position: relative;
    padding: 25px;
    border-radius: 15px;
    color: white;
    overflow: hidden;
    transition: transform 0.2s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

    .kpi-card:hover[b-yt71beq7p8] {
        transform: translateY(-5px);
    }

.kpi-bg-icon[b-yt71beq7p8] {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 5rem;
    opacity: 0.15;
}

.grad-blue[b-yt71beq7p8] {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
}

.grad-purple[b-yt71beq7p8] {
    background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
}

.grad-orange[b-yt71beq7p8] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.grad-red[b-yt71beq7p8] {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
    color: #d63031 !important;
}

/* CHART & GRID */
.chart-container[b-yt71beq7p8], .activity-container[b-yt71beq7p8] {
    border: none;
    background: white;
}

.rz-badge[b-yt71beq7p8] {
    font-weight: 700;
    text-transform: uppercase;
}
/* _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/Tools/ViewImages.razor.rz.scp.css */
/* Container Spacing */
.gallery-grid[b-f9qdfpujs8] {
    display: grid;
    gap: 2rem;
    padding-bottom: 2rem;
    /* Basic responsive grid */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* Force 3 columns maximum on large screens */
@media (min-width: 1200px) {
    .gallery-grid[b-f9qdfpujs8] {
        grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 2rem), 1fr));
    }
}

/* The Document Card */
.doc-card[b-f9qdfpujs8] {
    cursor: pointer;
    padding: 0 !important;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    background: white;
}

    .doc-card:hover[b-f9qdfpujs8] {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        border-color: var(--rz-primary-light) !important;
    }

/* Image Handling */
.image-wrapper[b-f9qdfpujs8] {
    position: relative;
    height: 280px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

    .image-wrapper img[b-f9qdfpujs8] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Ensures the whole POD is visible */
        transition: transform 0.5s ease;
    }

.doc-card:hover .image-wrapper img[b-f9qdfpujs8] {
    transform: scale(1.05);
}

/* Hover Overlay */
.overlay[b-f9qdfpujs8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark layer */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    backdrop-filter: blur(2px);
}

.image-wrapper:hover .overlay[b-f9qdfpujs8] {
    opacity: 1;
}

.overlay span[b-f9qdfpujs8] {
    font-weight: 500;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

/* Glassmorphism Search Card (Optional enhancement) */
.search-card-custom[b-f9qdfpujs8] {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}
.gallery-grid[b-f9qdfpujs8] {
    display: grid;
    gap: 2rem;
    width: 100%;
}

/* 1 Image: Show as one big row */
.count-1[b-f9qdfpujs8] {
    grid-template-columns: 1fr;
}

    .count-1 .image-wrapper[b-f9qdfpujs8] {
        height: 500px; /* Make the single image much larger/prominent */
    }

/* 2 Images: Show 2 in one row */
.count-2[b-f9qdfpujs8] {
    grid-template-columns: repeat(2, 1fr);
}

/* 3 or More Images: Show max 3 in a row */
.count-3[b-f9qdfpujs8], .count-many[b-f9qdfpujs8] {
    grid-template-columns: repeat(3, 1fr);
}

/* Responsive: On Mobile, always stack to 1 column regardless of count */
@media (max-width: 768px) {
    .gallery-grid[b-f9qdfpujs8] {
        grid-template-columns: 1fr !important;
    }

    .image-wrapper[b-f9qdfpujs8] {
        height: 250px !important;
    }
}

/* Professional Card Styling */
.doc-card[b-f9qdfpujs8] {
    cursor: pointer;
    padding: 0 !important;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 12px;
    background: white;
    border: 1px solid #e0e0e0 !important;
}

    .doc-card:hover[b-f9qdfpujs8] {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    }

.image-wrapper[b-f9qdfpujs8] {
    position: relative;
    height: 300px;
    background: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-wrapper img[b-f9qdfpujs8] {
        width: 100%;
        height: 100%;
        object-fit: contain; /* Keeps the document readable and un-cropped */
        padding: 10px;
    }

.overlay[b-f9qdfpujs8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 130, 246, 0.2); /* Soft blue tint on hover */
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    color: #1e40af;
}

.image-wrapper:hover .overlay[b-f9qdfpujs8] {
    opacity: 1;
}
/* _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;
    }
}
.logout-container[b-ijkgooyyy5] {
    margin-top: auto; /* Pushes logout to the bottom if container is flex */
}

.logout-link[b-ijkgooyyy5] {
    color: #ff6b6b !important; /* Professional soft red */
    transition: background 0.3s;
}

    .logout-link:hover[b-ijkgooyyy5] {
        background-color: rgba(255, 107, 107, 0.1) !important;
    }

    .logout-link span[b-ijkgooyyy5] {
        margin-right: 10px;
    }
/* _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;
    }
