@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/CollapsiblePanel.razor.rz.scp.css */
/* Collapsible Panel Component Styles */

.bulk-display-card[b-jp2wsh1k6u] {
    background: var(--neutral-1);
    border-radius: var(--radius-large);
    box-shadow: var(--shadow-medium);
    margin-bottom: 1.5rem;
    overflow: visible;
    transition: var(--transition);
    border: 1px solid var(--border);
    position: relative;
    animation: slideInUp-b-jp2wsh1k6u 0.3s ease-out;
}

.bulk-display-card:hover[b-jp2wsh1k6u] {
    box-shadow: var(--shadow-large);
}

.bulk-display-card .card-header[b-jp2wsh1k6u] {
    background: var(--gradient-primary);
    color: var(--neutral-1);
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bulk-display-card .card-header i[b-jp2wsh1k6u] {
    margin-right: 0.5rem;
}

.bulk-display-card .card-body[b-jp2wsh1k6u] {
    padding: 1.5rem;
    overflow: visible;
    position: relative;
}

/* Location Counter Badge */
.location-counter[b-jp2wsh1k6u] {
    background: rgba(255, 255, 255, 0.25);
    padding: 0.25rem 0.75rem;
    border-radius: 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
}

/* Animation */
@keyframes slideInUp-b-jp2wsh1k6u {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .bulk-display-card .card-body[b-jp2wsh1k6u] {
        padding: 1.125rem;
    }
}

@media (max-width: 576px) {
    .bulk-display-card .card-header[b-jp2wsh1k6u] {
        padding: 0.875rem 1rem;
        font-size: 0.9375rem;
    }
    
    .bulk-display-card .card-body[b-jp2wsh1k6u] {
        padding: 1rem;
    }
}

/* Print Styles */
@media print {
    .bulk-display-card[b-jp2wsh1k6u] {
        box-shadow: none;
        border: 1px solid #000;
        break-inside: avoid;
    }
}
/* /Components/DateRangeDisplay.razor.rz.scp.css */
/* Date Range Display Component Styles - FinStock Branded */

.week-range-info[b-br2bpm7u0c] {
    background: linear-gradient(135deg, rgba(46, 96, 157, 0.08) 0%, rgba(46, 96, 157, 0.05) 100%);
    padding: 0.875rem 1.125rem;
    border-radius: var(--radius-medium);
    margin-top: 1rem;
    font-size: 0.875rem;
    border-left: 4px solid var(--secondary-1);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: var(--shadow-small);
    border: 1px solid var(--border);
    border-left-width: 4px;
    border-left-color: var(--secondary-1);
    transition: var(--transition);
}

.week-range-info:hover[b-br2bpm7u0c] {
    box-shadow: var(--shadow-medium);
}

.week-range-info i[b-br2bpm7u0c] {
    color: var(--secondary-1);
    font-size: 1rem;
    margin-right: 0.5rem;
}

.week-range-info strong[b-br2bpm7u0c] {
    color: var(--primary-1);
    margin-right: 0.5rem;
    font-weight: 600;
}

.week-range-info text[b-br2bpm7u0c] {
    color: var(--text);
}

.week-range-info .text-muted[b-br2bpm7u0c] {
    font-size: 0.8125rem;
    color: var(--neutral-4) !important;
    margin-left: 0.5rem;
}

.week-range-info .ms-2[b-br2bpm7u0c] {
    margin-left: 0.5rem;
}

.week-range-info .me-2[b-br2bpm7u0c] {
    margin-right: 0.5rem;
}

/* Animation */
.week-range-info[b-br2bpm7u0c] {
    animation: slideIn-b-br2bpm7u0c 0.3s ease-out;
}

@keyframes slideIn-b-br2bpm7u0c {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .week-range-info[b-br2bpm7u0c] {
        font-size: 0.8125rem;
        padding: 0.75rem 1rem;
    }

    .week-range-info i[b-br2bpm7u0c] {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .week-range-info[b-br2bpm7u0c] {
        font-size: 0.75rem;
        padding: 0.625rem 0.875rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .week-range-info .ms-2[b-br2bpm7u0c] {
        margin-left: 0;
        display: block;
        margin-top: 0.25rem;
    }
}
/* /Components/HierarchicalDropdown.razor.rz.scp.css */
/* FinStock Brand Colors */
:root[b-xh1esf53cv] {
    --finstock-blue: #002554;
    --finstock-grey: #6D6E71;
    --finstock-orange: #E75425;
    --finstock-light-blue: #2E609D;
    --finstock-green: #50A684;
    --dropdown-shadow: 0 10px 40px rgba(0, 37, 84, 0.12);
    --hover-bg: #f8f9fa;
    --selected-bg: #e7f3ff;
    --border-color: #e0e0e0;
}

/* Main Container */
.hierarchical-dropdown[b-xh1esf53cv] {
    position: relative;
    width: 100%;
    max-width: 450px;
    z-index: 9000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Input Group */
.hierarchical-dropdown .input-group[b-xh1esf53cv] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: white;
}

.hierarchical-dropdown .input-group:hover[b-xh1esf53cv] {
    border-color: #c0c0c0;
}

.hierarchical-dropdown .input-group:focus-within[b-xh1esf53cv] {
    border-color: var(--finstock-blue);
    box-shadow: 0 0 0 3px rgba(0, 37, 84, 0.1);
}

.hierarchical-dropdown .input-group-text[b-xh1esf53cv] {
    background: white;
    border: none;
    color: var(--finstock-grey);
    padding: 8px 12px;
}

.hierarchical-dropdown .input-group-text .material-icons[b-xh1esf53cv] {
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}

.hierarchical-dropdown .form-control[b-xh1esf53cv] {
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    background: transparent;
}

.hierarchical-dropdown .form-control:focus[b-xh1esf53cv] {
    box-shadow: none;
    outline: none;
}

/* Count Badge */
.hierarchical-dropdown .count-badge .badge[b-xh1esf53cv] {
    background: var(--finstock-blue);
    color: white;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
}

/* Dropdown Panel */
.hierarchical-dropdown .dropdown-panel[b-xh1esf53cv] {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 999999;
    background: white;
    border: 1px solid rgba(0, 37, 84, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 37, 84, 0.15);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 500px;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.hierarchical-dropdown .dropdown-content[b-xh1esf53cv] {
    padding: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 450px;
    min-height: 250px;
}

/* Header Section */
.hierarchical-dropdown .dropdown-content > .d-flex[b-xh1esf53cv] {
    padding: 4px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 12px;
}

/* Action Buttons */
.hierarchical-dropdown .action-button[b-xh1esf53cv] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    background: white;
    color: var(--finstock-grey);
}

.hierarchical-dropdown .action-button:hover[b-xh1esf53cv] {
    background: #f8f9fa;
    border-color: var(--finstock-blue);
    color: var(--finstock-blue);
}

.hierarchical-dropdown .action-button .material-icons[b-xh1esf53cv] {
    font-size: 18px;
    line-height: 1;
}

/* Primary Button - Select All - Extra specificity to override any other styles */
.hierarchical-dropdown .action-button.primary-button[b-xh1esf53cv],
.hierarchical-dropdown button.action-button.primary-button[type="button"][b-xh1esf53cv] {
    background: #002554 !important;
    background-color: #002554 !important;
    color: white !important;
    border-color: #002554 !important;
    border: 1px solid #002554 !important;
}

.hierarchical-dropdown .action-button.primary-button:hover[b-xh1esf53cv],
.hierarchical-dropdown button.action-button.primary-button[type="button"]:hover[b-xh1esf53cv] {
    background: #001a3d !important;
    background-color: #001a3d !important;
    border-color: #001a3d !important;
    color: white !important;
}

/* Ensure text and icon are white */
.hierarchical-dropdown .action-button.primary-button *[b-xh1esf53cv],
.hierarchical-dropdown .action-button.primary-button .material-icons[b-xh1esf53cv] {
    color: white !important;
}

/* Compact Action Buttons */
.hierarchical-dropdown .action-button-compact[b-xh1esf53cv] {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: white;
    color: var(--finstock-grey);
}

.hierarchical-dropdown .action-button-compact:hover[b-xh1esf53cv] {
    background: #f8f9fa;
    border-color: var(--finstock-blue);
    color: var(--finstock-blue);
}

.hierarchical-dropdown .action-button-compact .material-icons[b-xh1esf53cv] {
    font-size: 16px;
    line-height: 1;
}

/* Secondary Buttons */
.hierarchical-dropdown .secondary-button[b-xh1esf53cv] {
    background: white;
    color: var(--finstock-grey);
    border-color: #e0e0e0;
}

.hierarchical-dropdown .secondary-button:hover[b-xh1esf53cv] {
    background: #f8f9fa;
    border-color: var(--finstock-blue);
    color: var(--finstock-blue);
}

.hierarchical-dropdown .button-group[b-xh1esf53cv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

/* Hierarchy Tree */
.hierarchical-dropdown .hierarchy-tree[b-xh1esf53cv] {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Node Styling - Compact spacing */
.hierarchical-dropdown .hierarchy-item[b-xh1esf53cv] {
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s ease;
    margin: 1px 0;
    position: relative;
    display: block;
    line-height: 20px;
    min-height: 28px;
}

.hierarchical-dropdown .hierarchy-item:hover[b-xh1esf53cv] {
    background: rgba(0, 37, 84, 0.04);
    transform: translateX(2px);
}

.hierarchical-dropdown .hierarchy-item.selected[b-xh1esf53cv] {
    background: rgba(0, 37, 84, 0.08);
    border-left: 3px solid var(--finstock-blue);
    padding-left: 9px;
    transform: none;
}

.hierarchical-dropdown .hierarchy-item.partially-selected[b-xh1esf53cv] {
    background: rgba(231, 84, 37, 0.05);
    border-left: 3px solid var(--finstock-orange);
    padding-left: 9px;
}

/* Parent node styling - More prominent */
.hierarchical-dropdown .hierarchy-item.parent-node[b-xh1esf53cv] {
    font-weight: 600;
}

/* Inline elements styling - compact */
.hierarchical-dropdown .hierarchy-item input[type="checkbox"][b-xh1esf53cv] {
    vertical-align: middle;
    margin: 0;
    margin-right: 6px;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

/* Indeterminate checkbox styling */
.hierarchical-dropdown .hierarchy-item input[type="checkbox"].indeterminate[b-xh1esf53cv] {
    position: relative;
}

.hierarchical-dropdown .hierarchy-item input[type="checkbox"].indeterminate[b-xh1esf53cv]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 2px;
    background-color: var(--finstock-blue);
    display: block;
}

.hierarchical-dropdown .hierarchy-item .material-icons.node-toggle[b-xh1esf53cv] {
    vertical-align: middle;
    font-size: 18px !important;
    margin-right: 4px;
    transition: color 0.2s;
}

.hierarchical-dropdown .hierarchy-item .material-icons.node-toggle:hover[b-xh1esf53cv] {
    color: var(--finstock-blue) !important;
}

/* Node Labels */
.hierarchical-dropdown .node-label[b-xh1esf53cv] {
    vertical-align: middle;
}

.hierarchical-dropdown .node-label.parent-label[b-xh1esf53cv] {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.01em;
}

.hierarchical-dropdown .node-label.leaf-label[b-xh1esf53cv] {
    font-size: 13px;
    font-weight: normal;
    color: #333;
}

.hierarchical-dropdown .node-label strong[b-xh1esf53cv] {
    font-weight: 600;
    color: var(--finstock-blue);
    font-size: 13px;
}

/* Node Children Indentation */
.hierarchical-dropdown .node-children[b-xh1esf53cv] {
    margin-left: 12px;
    padding-left: 6px;
    border-left: 1px dashed #e0e0e0;
    margin-top: 2px;
}

/* Custom Scrollbar */
.hierarchical-dropdown .dropdown-content[b-xh1esf53cv]::-webkit-scrollbar,
.hierarchical-dropdown .hierarchy-tree[b-xh1esf53cv]::-webkit-scrollbar {
    width: 8px;
}

.hierarchical-dropdown .dropdown-content[b-xh1esf53cv]::-webkit-scrollbar-track,
.hierarchical-dropdown .hierarchy-tree[b-xh1esf53cv]::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.hierarchical-dropdown .dropdown-content[b-xh1esf53cv]::-webkit-scrollbar-thumb,
.hierarchical-dropdown .hierarchy-tree[b-xh1esf53cv]::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 10px;
}

.hierarchical-dropdown .dropdown-content[b-xh1esf53cv]::-webkit-scrollbar-thumb:hover,
.hierarchical-dropdown .hierarchy-tree[b-xh1esf53cv]::-webkit-scrollbar-thumb:hover {
    background: var(--finstock-grey);
}

/* Animation */
@keyframes dropdownSlide-b-xh1esf53cv {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hierarchical-dropdown .dropdown-panel[b-xh1esf53cv] {
    animation: dropdownSlide-b-xh1esf53cv 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Z-index for dropdown visibility */
.hierarchical-dropdown.dropdown-open[b-xh1esf53cv] {
    z-index: 999998 !important;
}

.hierarchical-dropdown .dropdown-panel[b-xh1esf53cv] {
    z-index: 999999 !important;
    position: absolute !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hierarchical-dropdown[b-xh1esf53cv] {
        max-width: 100%;
    }

    .hierarchical-dropdown .dropdown-panel[b-xh1esf53cv] {
        max-height: 70vh;
        width: calc(100vw - 32px);
        max-width: 500px;
    }
}

/* Empty State */
.hierarchical-dropdown .empty-state[b-xh1esf53cv] {
    padding: 40px;
    text-align: center;
    color: var(--finstock-grey);
    font-size: 14px;
}

.hierarchical-dropdown .empty-state .material-icons[b-xh1esf53cv] {
    font-size: 48px;
    color: #e0e0e0;
    margin-bottom: 12px;
    display: block;
}

/* Dropdown Backdrop - Click outside to close */
.dropdown-backdrop[b-xh1esf53cv] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 9000;
    cursor: default;
}

/* Max Items Message */
.hierarchical-dropdown .max-items-message[b-xh1esf53cv] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    margin-top: 12px;
    background: #e8f4fd;
    border: 1px solid #b3d9f7;
    border-radius: 6px;
    color: #0277bd;
    font-size: 12px;
}

.hierarchical-dropdown .max-items-message .material-icons[b-xh1esf53cv] {
    font-size: 16px;
    color: #0277bd;
}
/* /Components/LoadingOverlay.razor.rz.scp.css */
/* Loading Overlay Component Styles - FinStock Branded */

.loading-overlay[b-p95bwbniie] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.96);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
}

.loading-spinner[b-p95bwbniie] {
    width: 60px;
    height: 60px;
    border: 5px solid var(--neutral-3);
    border-top: 5px solid var(--primary-1);
    border-radius: 50%;
    animation: spin-b-p95bwbniie 1s linear infinite;
}

@keyframes spin-b-p95bwbniie {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-overlay .text-primary[b-p95bwbniie] {
    color: var(--primary-1) !important;
    font-size: 1rem;
    font-weight: 500;
    animation: pulse-b-p95bwbniie 1.5s ease-in-out infinite;
}

.loading-overlay .mt-3[b-p95bwbniie] {
    margin-top: 1rem;
}

.loading-overlay strong[b-p95bwbniie] {
    font-weight: 600;
    letter-spacing: 0.3px;
}

@keyframes pulse-b-p95bwbniie {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

/* Alternative loading styles */
.loading-overlay .d-flex[b-p95bwbniie] {
    animation: fadeIn-b-p95bwbniie 0.3s ease-in;
}

.loading-overlay .flex-column[b-p95bwbniie] {
    flex-direction: column;
}

.loading-overlay .align-items-center[b-p95bwbniie] {
    align-items: center;
}

@keyframes fadeIn-b-p95bwbniie {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Enhanced spinner with FinStock brand gradient */
.loading-spinner[b-p95bwbniie]::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--secondary-1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin-b-p95bwbniie 1.5s linear infinite reverse;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .loading-spinner[b-p95bwbniie] {
        width: 50px;
        height: 50px;
        border-width: 4px;
    }

    .loading-overlay .text-primary[b-p95bwbniie] {
        font-size: 0.875rem;
    }
}
/* /Components/SearchFilterBar.razor.rz.scp.css */
/* Search Filter Bar Component Styles */
.filter-controls-row[b-vw1cwtrhl4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    flex-wrap: nowrap;
}

.filter-control-item[b-vw1cwtrhl4] {
    display: flex;
    align-items: center;
}

.filter-control-item.search-box[b-vw1cwtrhl4] {
    flex: 1;
    min-width: 200px;
}

.filter-control-item.action-buttons[b-vw1cwtrhl4] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

/* Ensure all form controls have consistent height */
.filter-controls-row .form-control[b-vw1cwtrhl4],
.filter-controls-row .input-group[b-vw1cwtrhl4] {
    height: 32px;
}

.filter-controls-row .input-group-text[b-vw1cwtrhl4] {
    padding: 0.25rem 0.5rem;
    background: #fff;
}

.filter-controls-row .input-group-text .material-icons[b-vw1cwtrhl4] {
    font-size: 16px;
    color: #6c757d;
}

.filter-controls-row .clear-search-btn[b-vw1cwtrhl4] {
    border-left: none;
    display: flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
}

.filter-controls-row .clear-search-btn:hover[b-vw1cwtrhl4] {
    background: #f8f9fa;
}

/* Responsive - only wrap on very small screens */
@media (max-width: 576px) {
    .filter-controls-row[b-vw1cwtrhl4] {
        flex-wrap: wrap;
    }

    .filter-control-item.search-box[b-vw1cwtrhl4] {
        flex: 1 1 100%;
        order: 1;
    }

    .filter-control-item.action-buttons[b-vw1cwtrhl4] {
        order: 2;
        margin-left: 0;
        margin-top: 8px;
    }
}
/* /Components/StatusBadge.razor.rz.scp.css */
/* Status Badge Component Styles - FinStock Branded */

.status-badge[b-g0s270ys12] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    white-space: nowrap;
    box-shadow: none;
    transition: var(--transition);
    border: 1px solid transparent;
}

.status-badge:hover[b-g0s270ys12] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-medium);
}

/* Status-specific colors using FinStock brand palette */
.status-pending[b-g0s270ys12],
.status-pendingstore[b-g0s270ys12] {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.15) 0%, rgba(108, 117, 125, 0.1) 100%);
    color: #495057;
    border-color: rgba(108, 117, 125, 0.3);
}

.status-draft[b-g0s270ys12] {
    background: linear-gradient(135deg, rgba(109, 110, 113, 0.15) 0%, rgba(109, 110, 113, 0.1) 100%);
    color: var(--primary-2);
    border-color: rgba(109, 110, 113, 0.3);
}

.status-submitted[b-g0s270ys12] {
    background: linear-gradient(135deg, rgba(46, 96, 157, 0.15) 0%, rgba(46, 96, 157, 0.1) 100%);
    color: #1a3d6d;
    border-color: rgba(46, 96, 157, 0.3);
}

.status-approved[b-g0s270ys12],
.status-partiallyapproved[b-g0s270ys12] {
    background: linear-gradient(135deg, rgba(80, 166, 132, 0.15) 0%, rgba(80, 166, 132, 0.1) 100%);
    color: #2d6349;
    border-color: rgba(80, 166, 132, 0.3);
}

.status-responded[b-g0s270ys12] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(40, 167, 69, 0.1) 100%);
    color: #1e7e34;
    border-color: rgba(40, 167, 69, 0.3);
}

.status-rejected[b-g0s270ys12] {
    background: linear-gradient(135deg, rgba(231, 84, 37, 0.15) 0%, rgba(231, 84, 37, 0.1) 100%);
    color: #8c2f17;
    border-color: rgba(231, 84, 37, 0.3);
}

.status-revoked[b-g0s270ys12] {
    background: linear-gradient(135deg, rgba(109, 110, 113, 0.15) 0%, rgba(109, 110, 113, 0.1) 100%);
    color: #495057;
    border-color: rgba(109, 110, 113, 0.3);
}

.status-unknown[b-g0s270ys12] {
    background: linear-gradient(135deg, rgba(109, 110, 113, 0.1) 0%, rgba(109, 110, 113, 0.05) 100%);
    color: var(--neutral-4);
    border-color: rgba(109, 110, 113, 0.2);
}

/* Size variants */
.status-badge.status-badge-sm[b-g0s270ys12] {
    padding: 0.25rem 0.5rem;
    font-size: 0.6875rem;
}

.status-badge.status-badge-lg[b-g0s270ys12] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* Icon support */
.status-badge i[b-g0s270ys12] {
    margin-right: 0.25rem;
    font-size: 0.625rem;
}

.status-badge .fas[b-g0s270ys12],
.status-badge .far[b-g0s270ys12] {
    vertical-align: baseline;
}

/* Animation */
.status-badge[b-g0s270ys12] {
    animation: fadeIn-b-g0s270ys12 0.2s ease-out;
}

@keyframes fadeIn-b-g0s270ys12 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .status-badge[b-g0s270ys12] {
        font-size: 0.6875rem;
        padding: 0.3125rem 0.625rem;
    }

    .status-badge.status-badge-lg[b-g0s270ys12] {
        font-size: 0.8125rem;
        padding: 0.375rem 0.875rem;
    }
}

@media (max-width: 480px) {
    .status-badge[b-g0s270ys12] {
        font-size: 0.625rem;
        padding: 0.25rem 0.5rem;
    }
}

/* Print styles */
@media print {
    .status-badge[b-g0s270ys12] {
        box-shadow: none;
        border-width: 1px;
    }
}
/* /Components/SummaryStats.razor.rz.scp.css */
/* Summary Stats Component Styles - FinStock Branded */

.summary-stats[b-jta0x514ad] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, var(--neutral-2) 0%, var(--neutral-1) 100%);
    border-radius: var(--radius-medium);
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    border: 1px solid var(--border);
}

.stat-item[b-jta0x514ad] {
    flex: 1;
    min-width: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--neutral-1);
    padding: 0.35rem 0.5rem;
    border-radius: var(--radius-medium);
    box-shadow: var(--shadow-small);
    transition: var(--transition);
    border: 1px solid var(--border);
}

.stat-item:hover[b-jta0x514ad] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-medium);
}

.stat-label[b-jta0x514ad] {
    font-size: 0.6rem;
    font-weight: 600;
    color: var(--neutral-4);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 0.15rem;
    text-align: center;
}

.stat-value[b-jta0x514ad] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-1);
    line-height: 1;
    text-align: center;
    font-family: var(--font-secondary);
}

/* Color variants for stat values using FinStock brand colors */
.stat-value.text-warning[b-jta0x514ad] {
    color: var(--warning) !important;
}

.stat-value.text-success[b-jta0x514ad] {
    color: var(--success) !important;
}

.stat-value.text-danger[b-jta0x514ad] {
    color: var(--danger) !important;
}

.stat-value.text-info[b-jta0x514ad] {
    color: var(--info) !important;
}

.stat-value.text-primary[b-jta0x514ad] {
    color: var(--primary-1) !important;
}

.stat-value.text-secondary[b-jta0x514ad] {
    color: var(--primary-2) !important;
}

.stat-value.text-orange[b-jta0x514ad] {
    color: var(--primary-3) !important;
}

/* Animation */
.stat-item[b-jta0x514ad] {
    animation: fadeInUp-b-jta0x514ad 0.3s ease-out;
}

@keyframes fadeInUp-b-jta0x514ad {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .summary-stats[b-jta0x514ad] {
        gap: 1rem;
        padding: 1.25rem;
    }

    .stat-item[b-jta0x514ad] {
        min-width: 120px;
        padding: 1rem 0.75rem;
    }

    .stat-value[b-jta0x514ad] {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .summary-stats[b-jta0x514ad] {
        gap: 0.75rem;
        padding: 1rem;
    }

    .stat-item[b-jta0x514ad] {
        min-width: 100px;
        padding: 0.875rem 0.625rem;
    }

    .stat-label[b-jta0x514ad] {
        font-size: 0.6875rem;
    }

    .stat-value[b-jta0x514ad] {
        font-size: 1.25rem;
    }
}

@media (max-width: 576px) {
    .summary-stats[b-jta0x514ad] {
        flex-direction: column;
        gap: 0.625rem;
    }

    .stat-item[b-jta0x514ad] {
        min-width: 100%;
        flex-direction: row;
        justify-content: space-between;
        padding: 0.875rem 1rem;
    }

    .stat-label[b-jta0x514ad] {
        text-align: left;
        margin-bottom: 0;
    }

    .stat-value[b-jta0x514ad] {
        text-align: right;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-p31db7zhvw] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

main[b-p31db7zhvw] {
    flex: 1;
}

/* Sidebar styling */
[b-p31db7zhvw] .rz-sidebar {
    background: var(--gradient-primary) !important;
}

[b-p31db7zhvw] .rz-sidebar * {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[b-p31db7zhvw] .rz-sidebar .rz-panel-menu {
    background: transparent !important;
}

[b-p31db7zhvw] .rz-sidebar .rz-panel-menu-wrapper {
    background: transparent !important;
}

[b-p31db7zhvw] .rz-sidebar .rz-panel-menu-item {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[b-p31db7zhvw] .rz-sidebar .rz-panel-menu-item-children {
    background: transparent !important;
}

[b-p31db7zhvw] .rz-sidebar .rz-navigation-item {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[b-p31db7zhvw] .rz-sidebar .rz-navigation-item-wrapper {
    background: transparent !important;
}

[b-p31db7zhvw] .rz-sidebar .rz-navigation-item-link {
    transition: background-color 0.2s ease;
}

[b-p31db7zhvw] .rz-sidebar .rz-navigation-item-link:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

[b-p31db7zhvw] .rz-sidebar .rz-panel-menu-item-content:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.sidebar[b-p31db7zhvw] {
    background: var(--gradient-primary);
}

.top-row[b-p31db7zhvw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-p31db7zhvw]  a, .top-row[b-p31db7zhvw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-p31db7zhvw]  a:hover, .top-row[b-p31db7zhvw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p31db7zhvw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-p31db7zhvw] {
        justify-content: space-between;
    }

    .top-row[b-p31db7zhvw]  a, .top-row[b-p31db7zhvw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p31db7zhvw] {
        flex-direction: row;
        overflow: hidden;
    }

    .sidebar[b-p31db7zhvw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p31db7zhvw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-p31db7zhvw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-p31db7zhvw], article[b-p31db7zhvw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/ApplicationManagement/BulkDisplay/BulkDisplayApprove.razor.rz.scp.css */
/* Component-scoped CSS for BulkDisplayApprove.razor */

/* Modern Approval Table Styles */
.approval-table-container[b-msrlzq5kvt] {
    max-height: 600px;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.approval-table[b-msrlzq5kvt] {
    margin-bottom: 0;
    font-size: 12px;
}

.approval-table thead th[b-msrlzq5kvt] {
    background: white;
    color: #212529;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 20;
    border: none;
    border-bottom: 2px solid #dee2e6;
    padding: 10px 8px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.approval-table tbody[b-msrlzq5kvt] {
    background: white;
}

.approval-row[b-msrlzq5kvt] {
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.approval-row:hover[b-msrlzq5kvt] {
    background: #f8f9fa;
    transform: translateX(2px);
}

.approval-row.row-selected[b-msrlzq5kvt] {
    background: #E7F3FF;
    border-left-color: #0D6EFD;
}

.approval-row.row-approved[b-msrlzq5kvt] {
    background: linear-gradient(90deg, rgba(40, 167, 69, 0.15) 0%, rgba(40, 167, 69, 0.05) 50%, rgba(255,255,255,0) 100%);
    border-left-color: #28A745;
}

.approval-row.row-partial[b-msrlzq5kvt] {
    background: linear-gradient(90deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 193, 7, 0.05) 50%, rgba(255,255,255,0) 100%);
    border-left-color: #FFC107;
}

.approval-row.row-rejected[b-msrlzq5kvt] {
    background: linear-gradient(90deg, rgba(220, 53, 69, 0.15) 0%, rgba(220, 53, 69, 0.05) 50%, rgba(255,255,255,0) 100%);
    border-left-color: #DC3545;
}

.approval-table tbody td[b-msrlzq5kvt] {
    padding: 8px 10px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.4;
    border-bottom: 1px solid #f1f3f5;
}

/* Stacked Cell Styling */
.stacked-cell[b-msrlzq5kvt] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.3;
}

.stacked-cell strong[b-msrlzq5kvt] {
    font-size: 12px;
    color: #212529;
    font-weight: 600;
}

.stacked-cell small[b-msrlzq5kvt] {
    font-size: 10px;
    color: #6c757d;
    font-weight: 400;
}

/* Display Type Badge */
.display-type-badge[b-msrlzq5kvt] {
    display: inline-block;
    padding: 4px 10px;
    background: #E7F3FF;
    color: #0D6EFD;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

/* Number Badges */
.number-badge[b-msrlzq5kvt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
}

.number-badge.original[b-msrlzq5kvt] {
    background: #E3F2FD;
    color: #1976D2;
}

.number-badge.store[b-msrlzq5kvt] {
    background: #E8F5E9;
    color: #388E3C;
}

/* Modern Input Styling */
.qty-input[b-msrlzq5kvt],
.qty-input-compact[b-msrlzq5kvt],
.comment-input[b-msrlzq5kvt] {
    border: 2px solid #e9ecef;
    border-radius: 6px;
    transition: all 0.2s;
    font-size: 13px;
}

.qty-input[b-msrlzq5kvt] {
    width: 80px;
    text-align: center;
    font-weight: 600;
}

.qty-input-compact[b-msrlzq5kvt] {
    width: 60px;
    text-align: left;
    font-weight: 600;
    padding: 4px 8px;
}

.qty-input:focus[b-msrlzq5kvt],
.qty-input-compact:focus[b-msrlzq5kvt],
.comment-input:focus[b-msrlzq5kvt] {
    border-color: #0D6EFD;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
    outline: none;
}

.comment-input[b-msrlzq5kvt] {
    min-width: 150px;
}

/* Modern Action Buttons */
.action-buttons-modern[b-msrlzq5kvt] {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.btn-action[b-msrlzq5kvt] {
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 2px solid;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-action .material-icons[b-msrlzq5kvt] {
    font-size: 16px;
}

.btn-action-approve[b-msrlzq5kvt] {
    color: #28A745;
    border-color: #28A745;
}

.btn-action-approve:hover[b-msrlzq5kvt] {
    background: #E8F5E9;
    transform: scale(1.05);
}

.btn-action-approve.active[b-msrlzq5kvt] {
    background: #28A745;
    color: white;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.btn-action-reject[b-msrlzq5kvt] {
    color: #DC3545;
    border-color: #DC3545;
}

.btn-action-reject:hover[b-msrlzq5kvt] {
    background: #FFEBEE;
    transform: scale(1.05);
}

.btn-action-reject.active[b-msrlzq5kvt] {
    background: #DC3545;
    color: white;
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

/* Pending Summary */
.pending-summary[b-msrlzq5kvt] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pending-summary .badge[b-msrlzq5kvt] {
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
}

/* Scrollbar Styling for Approval Table */
.approval-table-container[b-msrlzq5kvt]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.approval-table-container[b-msrlzq5kvt]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.approval-table-container[b-msrlzq5kvt]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.approval-table-container[b-msrlzq5kvt]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .approval-table[b-msrlzq5kvt] {
        font-size: 12px;
    }

    .stacked-cell strong[b-msrlzq5kvt] {
        font-size: 12px;
    }

    .stacked-cell small[b-msrlzq5kvt] {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .approval-table-container[b-msrlzq5kvt] {
        max-height: 400px;
    }

    .qty-input[b-msrlzq5kvt],
    .qty-input-compact[b-msrlzq5kvt] {
        width: 50px;
    }

    .comment-input[b-msrlzq5kvt] {
        min-width: 120px;
    }

    .btn-action[b-msrlzq5kvt] {
        width: 26px;
        height: 26px;
    }

    .btn-action .material-icons[b-msrlzq5kvt] {
        font-size: 14px;
    }
}

/* Info Panel */
.info-panel[b-msrlzq5kvt] {
    background: linear-gradient(135deg, #e7f3ff 0%, #dbeafe 100%);
    border: 1px solid #bfdbfe;
    border-left: 4px solid #002554;
    border-radius: 8px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.info-panel .info-icon[b-msrlzq5kvt] {
    color: #002554;
    font-size: 32px;
    flex-shrink: 0;
}

.info-panel .info-content h5[b-msrlzq5kvt] {
    color: #002554;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.info-panel .info-content p[b-msrlzq5kvt] {
    color: #1e40af;
    font-size: 14px;
    margin-bottom: 10px;
}

.info-panel .info-content ul[b-msrlzq5kvt] {
    color: #1e3a8a;
    font-size: 14px;
    margin: 0;
    padding-left: 20px;
}

.info-panel .info-content ul li[b-msrlzq5kvt] {
    margin-bottom: 6px;
}

.info-panel-compact[b-msrlzq5kvt] {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0369a1;
    font-size: 13px;
}

.info-panel-compact .material-icons[b-msrlzq5kvt] {
    color: #0284c7;
    font-size: 18px;
}

.empty-state[b-msrlzq5kvt] {
    text-align: center;
    padding: 24px;
    color: #64748b;
}

.empty-state .material-icons[b-msrlzq5kvt] {
    font-size: 36px;
    color: #cbd5e1;
    margin-bottom: 8px;
    display: block;
}

.empty-state p[b-msrlzq5kvt] {
    margin: 0;
    font-size: 13px;
}
/* /Pages/ApplicationManagement/BulkDisplay/BulkDisplayPush.razor.rz.scp.css */
/* Bulk Display Push Page Styles - FinStock Branded */

.bulk-display-container[b-wcuta1hxnp] {
    padding: 1.25rem;
    background-color: var(--background);
    min-height: 100vh;
}

/* Filter Section */
.filter-section[b-wcuta1hxnp] {
    background: var(--neutral-2);
    padding: 1.25rem;
    border-radius: var(--radius-medium);
    margin-bottom: 1.25rem;
    border: 1px solid var(--border);
    overflow: visible;
    position: relative;
}

/* Fix for dropdown in row/column structure */
.row[b-wcuta1hxnp] {
    overflow: visible !important;
    position: relative;
    z-index: auto;
}

.col-md-4[b-wcuta1hxnp] {
    overflow: visible !important;
    position: relative;
    z-index: auto;
}

/* Ensure the step 1 card has higher z-index when dropdown is active */
.bulk-display-container > div:first-child[b-wcuta1hxnp] {
    z-index: 1000;
}

/* Table container should have lower z-index */
.table-responsive[b-wcuta1hxnp] {
    position: relative;
    z-index: 1;
}

/* Form Controls */
.form-label[b-wcuta1hxnp] {
    font-weight: 500;
    color: var(--text);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-label.fw-semibold[b-wcuta1hxnp] {
    font-weight: 600;
}

.form-control[b-wcuta1hxnp],
.form-select[b-wcuta1hxnp] {
    border-color: var(--border);
    border-radius: var(--radius-small);
    transition: var(--transition);
}

.form-control:focus[b-wcuta1hxnp],
.form-select:focus[b-wcuta1hxnp] {
    border-color: var(--primary-1);
    box-shadow: 0 0 0 0.2rem rgba(0, 37, 84, 0.15);
}

/* Bulk Display Table */
.bulk-display-table[b-wcuta1hxnp] {
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.bulk-display-table thead th[b-wcuta1hxnp] {
    background: white;
    font-weight: 600;
    color: #212529;
    border-bottom: 2px solid #dee2e6;
    padding: 10px 8px;
    position: sticky;
    top: 0;
    z-index: 10;
    white-space: nowrap;
    font-size: 12px;
}

.bulk-display-table tbody tr[b-wcuta1hxnp] {
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.bulk-display-table tbody tr:hover[b-wcuta1hxnp] {
    background: #f8f9fa;
    transform: translateX(2px);
}

.bulk-display-table tbody td[b-wcuta1hxnp] {
    padding: 8px 10px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.4;
    border-bottom: 1px solid #f1f3f5;
}

/* Table Cell Specific Styles */
.bulk-display-id[b-wcuta1hxnp] {
    font-family: 'Courier New', 'Monaco', monospace;
    font-weight: 600;
    color: var(--primary-1);
    background-color: rgba(0, 37, 84, 0.08);
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-small);
    display: inline-block;
    font-size: 0.8125rem;
}

.location-info[b-wcuta1hxnp] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.location-info strong[b-wcuta1hxnp] {
    color: var(--text);
    font-weight: 600;
    font-size: 0.8125rem;
}

.location-info small[b-wcuta1hxnp] {
    color: var(--neutral-4);
    font-size: 0.75rem;
}

.item-info[b-wcuta1hxnp] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.item-info strong[b-wcuta1hxnp] {
    color: var(--text);
    font-weight: 600;
    font-size: 0.8125rem;
}

.item-info small[b-wcuta1hxnp] {
    color: var(--neutral-4);
    font-size: 0.75rem;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.week-range[b-wcuta1hxnp],
.date-range[b-wcuta1hxnp] {
    font-size: 0.8125rem;
    color: var(--text);
    white-space: nowrap;
}

.store-response[b-wcuta1hxnp],
.ho-decision[b-wcuta1hxnp] {
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: var(--radius-small);
    display: inline-block;
}

.store-response[b-wcuta1hxnp] {
    background-color: rgba(80, 166, 132, 0.1);
    color: var(--success);
}

/* HO Decision Badge Styles */
.ho-decision-badge[b-wcuta1hxnp] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.ho-decision-pending[b-wcuta1hxnp] {
    background: rgba(108, 117, 125, 0.15);
    color: #495057;
    border: 1px solid rgba(108, 117, 125, 0.3);
}

.ho-decision-approved[b-wcuta1hxnp] {
    background: rgba(40, 167, 69, 0.15);
    color: #1e7e34;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.ho-decision-partiallyapproved[b-wcuta1hxnp] {
    background: rgba(255, 193, 7, 0.15);
    color: #856404;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.ho-decision-rejected[b-wcuta1hxnp] {
    background: rgba(220, 53, 69, 0.15);
    color: #721c24;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.comments-cell[b-wcuta1hxnp] {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8125rem;
    color: var(--neutral-4);
    cursor: help;
}

.comments-cell:hover[b-wcuta1hxnp] {
    color: var(--text);
}

/* Alerts */
.alert[b-wcuta1hxnp] {
    border-radius: var(--radius-medium);
    border-width: 1px;
    padding: 0.875rem 1.125rem;
}

.alert-info[b-wcuta1hxnp] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0.05) 100%);
    border-color: rgba(59, 130, 246, 0.3);
    color: #1e3a8a;
}

.alert-success[b-wcuta1hxnp] {
    background: linear-gradient(135deg, rgba(80, 166, 132, 0.1) 0%, rgba(80, 166, 132, 0.05) 100%);
    border-color: rgba(80, 166, 132, 0.3);
    color: #2d6349;
}

/* Info Panel */
.info-panel[b-wcuta1hxnp] {
    background: linear-gradient(135deg, #e7f3ff 0%, #dbeafe 100%);
    border: 1px solid #bfdbfe;
    border-left: 4px solid #002554;
    border-radius: 8px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.info-panel .info-icon[b-wcuta1hxnp] {
    color: #002554;
    font-size: 32px;
    flex-shrink: 0;
}

.info-panel .info-content h5[b-wcuta1hxnp] {
    color: #002554;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.info-panel .info-content p[b-wcuta1hxnp] {
    color: #1e40af;
    font-size: 14px;
    margin-bottom: 10px;
}

.info-panel .info-content ul[b-wcuta1hxnp] {
    color: #1e3a8a;
    font-size: 14px;
    margin: 0;
    padding-left: 20px;
}

.info-panel .info-content ul li[b-wcuta1hxnp] {
    margin-bottom: 6px;
}

.info-panel-compact[b-wcuta1hxnp] {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0369a1;
    font-size: 13px;
}

.info-panel-compact .material-icons[b-wcuta1hxnp] {
    color: #0284c7;
    font-size: 18px;
}

.empty-state[b-wcuta1hxnp] {
    text-align: center;
    padding: 24px;
    color: #64748b;
}

.empty-state .material-icons[b-wcuta1hxnp] {
    font-size: 36px;
    color: #cbd5e1;
    margin-bottom: 8px;
    display: block;
}

.empty-state p[b-wcuta1hxnp] {
    margin: 0;
    font-size: 13px;
}

/* Input Group */
.input-group-text[b-wcuta1hxnp] {
    background: var(--neutral-2);
    border-color: var(--border);
    color: var(--neutral-4);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .bulk-display-container[b-wcuta1hxnp] {
        padding: 0.75rem;
    }

    .bulk-display-table[b-wcuta1hxnp] {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .bulk-display-container[b-wcuta1hxnp] {
        padding: 0.625rem;
    }
}

/* Print Styles */
@media print {
    .bulk-display-container[b-wcuta1hxnp] {
        background: white;
        padding: 0;
    }
}
/* /Pages/ApplicationManagement/BulkDisplay/BulkDisplayStore.razor.rz.scp.css */
/* Component-scoped CSS for BulkDisplayStore.razor */

/* Available Bulk Displays Table Row Styling */
.available-row[b-1hnodxeakt] {
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.available-row:hover[b-1hnodxeakt] {
    background: #f8f9fa;
    transform: translateX(2px);
}

.available-row.row-selected[b-1hnodxeakt] {
    background: #E7F3FF;
    border-left-color: #0D6EFD;
}

/* Ensure consistent table styling */
.bulk-display-table tbody td[b-1hnodxeakt] {
    padding: 8px 10px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.4;
}

.bulk-display-table thead th[b-1hnodxeakt] {
    padding: 10px 8px;
    font-size: 12px;
}

/* Info Panel */
.info-panel[b-1hnodxeakt] {
    background: linear-gradient(135deg, #e7f3ff 0%, #dbeafe 100%);
    border: 1px solid #bfdbfe;
    border-left: 4px solid #002554;
    border-radius: 8px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.info-panel .info-icon[b-1hnodxeakt] {
    color: #002554;
    font-size: 32px;
    flex-shrink: 0;
}

.info-panel .info-content h5[b-1hnodxeakt] {
    color: #002554;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.info-panel .info-content p[b-1hnodxeakt] {
    color: #1e40af;
    font-size: 14px;
    margin-bottom: 10px;
}

.info-panel .info-content ul[b-1hnodxeakt] {
    color: #1e3a8a;
    font-size: 14px;
    margin: 0;
    padding-left: 20px;
}

.info-panel .info-content ul li[b-1hnodxeakt] {
    margin-bottom: 6px;
}

.info-panel-compact[b-1hnodxeakt] {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0369a1;
    font-size: 13px;
}

.info-panel-compact .material-icons[b-1hnodxeakt] {
    color: #0284c7;
    font-size: 18px;
}

.empty-state[b-1hnodxeakt] {
    text-align: center;
    padding: 24px;
    color: #64748b;
}

.empty-state .material-icons[b-1hnodxeakt] {
    font-size: 36px;
    color: #cbd5e1;
    margin-bottom: 8px;
    display: block;
}

.empty-state p[b-1hnodxeakt] {
    margin: 0;
    font-size: 13px;
}

/* HO Decision Badge Styles */
.ho-decision-badge[b-1hnodxeakt] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.ho-decision-pending[b-1hnodxeakt] {
    background: rgba(108, 117, 125, 0.15);
    color: #495057;
    border: 1px solid rgba(108, 117, 125, 0.3);
}

.ho-decision-approved[b-1hnodxeakt] {
    background: rgba(40, 167, 69, 0.15);
    color: #1e7e34;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.ho-decision-partiallyapproved[b-1hnodxeakt] {
    background: rgba(255, 193, 7, 0.15);
    color: #856404;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.ho-decision-rejected[b-1hnodxeakt] {
    background: rgba(220, 53, 69, 0.15);
    color: #721c24;
    border: 1px solid rgba(220, 53, 69, 0.3);
}
/* /Pages/ApplicationManagement/OrderCreation/Components/AvailableItems.razor.rz.scp.css */
/* AvailableItems.razor.css - Available items component styling */

.available-items-panel[b-2ptbjm64er] {
    margin-bottom: 1rem;
}

.panel-header-content[b-2ptbjm64er] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.panel-title-section[b-2ptbjm64er] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.panel-icon[b-2ptbjm64er] {
    font-size: var(--font-size-2xl);
    color: var(--rz-primary);
}

.panel-title[b-2ptbjm64er] {
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-xl);
}

.panel-subtitle[b-2ptbjm64er] {
    font-size: var(--font-size-md);
    color: var(--rz-text-secondary-color);
}

.items-badge[b-2ptbjm64er] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: var(--font-size-md);
    color: var(--rz-text-secondary-color);
}

.loading-state[b-2ptbjm64er] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    text-align: center;
}

/* Empty State */
.empty-state[b-2ptbjm64er] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    text-align: center;
    color: var(--neutral-4);
    background: var(--white);
    border-radius: var(--radius-medium);
    margin: 16px;
}

.empty-state .material-icons[b-2ptbjm64er] {
    font-size: 56px;
    color: var(--success);
    margin-bottom: 16px;
    opacity: 0.8;
}

.empty-state h3[b-2ptbjm64er] {
    margin: 0 0 8px 0;
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-semibold);
    color: var(--text);
}

.empty-state p[b-2ptbjm64er] {
    margin: 0;
    font-size: var(--font-size-md);
    color: var(--neutral-4);
    max-width: 400px;
}

.jspreadsheet-container[b-2ptbjm64er] {
/*    min-height: 400px;*/
    width: 100%;
    border-radius: 0.375rem;
    overflow: hidden;
    border: 1px solid var(--rz-border-color);
    background: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .panel-header-content[b-2ptbjm64er] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .items-badge[b-2ptbjm64er] {
        align-self: flex-end;
    }

    .empty-state[b-2ptbjm64er],
    .loading-state[b-2ptbjm64er] {
        padding: 32px 16px;
        margin: 12px;
    }

    .jspreadsheet-container[b-2ptbjm64er] {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .panel-title[b-2ptbjm64er] {
        font-size: 1rem;
    }

    .panel-subtitle[b-2ptbjm64er] {
        font-size: 0.8125rem;
    }

    .empty-state h3[b-2ptbjm64er] {
        font-size: var(--font-size-xl);
    }

    .empty-state p[b-2ptbjm64er] {
        font-size: var(--font-size-md);
    }

    .empty-state .material-icons[b-2ptbjm64er] {
        font-size: 48px;
    }
}

/* Animation */
.available-items-panel[b-2ptbjm64er] {
    animation: fadeInUp-b-2ptbjm64er 0.4s ease-out;
}

@keyframes fadeInUp-b-2ptbjm64er {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Table-based Available Items styles */
.available-items-table[b-2ptbjm64er] {
    font-size: var(--font-size-sm);
}

.available-items-table th[b-2ptbjm64er] {
    font-weight: var(--font-weight-semibold);
    white-space: nowrap;
    padding: 0.4rem 0.6rem;
    border-bottom: 2px solid var(--border);
    border-right: 1px solid var(--neutral-3);
    font-size: var(--font-size-xs);
}

.available-items-table th:last-child[b-2ptbjm64er] {
    border-right: none;
}

.available-items-table td[b-2ptbjm64er] {
    padding: 0.25rem 0.4rem;
    vertical-align: middle;
    font-size: var(--font-size-sm);
    height: 36px; /* Fixed height for virtualization */
    max-height: 36px;
    overflow: hidden;
}

.available-items-table tr[b-2ptbjm64er] {
    height: 36px; /* Fixed height for virtualization */
}

.available-items-table tbody tr:hover[b-2ptbjm64er] {
    background-color: rgba(0, 123, 255, 0.05);
}

.item-info[b-2ptbjm64er], .supplier-info[b-2ptbjm64er] {
    line-height: 1.1;
}

.item-info strong[b-2ptbjm64er], .supplier-info strong[b-2ptbjm64er] {
    font-size: var(--font-size-sm);
}

.item-info small[b-2ptbjm64er], .supplier-info small[b-2ptbjm64er] {
    font-size: var(--font-size-xs);
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination .page-link[b-2ptbjm64er] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
}

/* Smaller form controls in table */
.available-items-table .form-control-sm[b-2ptbjm64er],
.available-items-table .form-select-sm[b-2ptbjm64er] {
    padding: 0.15rem 0.3rem;
    font-size: var(--font-size-xs);
}

.available-items-table .form-check-input[b-2ptbjm64er] {
    width: 0.9em;
    height: 0.9em;
}

/* Filter Controls Row - Consistent Height */
.filter-controls-row[b-2ptbjm64er] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.filter-control-item[b-2ptbjm64er] {
    display: flex;
    align-items: center;
}

.filter-control-item.search-box[b-2ptbjm64er] {
    flex: 1;
    min-width: 200px;
}

.filter-control-item.page-size-select[b-2ptbjm64er] {
    margin-left: auto;
}

/* Ensure all form controls have consistent height */
.filter-controls-row .form-control[b-2ptbjm64er],
.filter-controls-row .form-select[b-2ptbjm64er],
.filter-controls-row .input-group[b-2ptbjm64er] {
    height: 32px;
}

.filter-controls-row .form-select-sm[b-2ptbjm64er] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: var(--font-size-sm);
}

.filter-controls-row .input-group-text[b-2ptbjm64er] {
    padding: 0.25rem 0.5rem;
}

.filter-controls-row .input-group-text .material-icons[b-2ptbjm64er] {
    font-size: 16px;
}

/* Unit of Measure Toggle Styles */
.uom-toggle-container[b-2ptbjm64er] {
    display: flex;
    align-items: center;
    height: 32px;
}

.uom-toggle-group[b-2ptbjm64er] {
    display: inline-flex;
    background: #f1f3f4;
    border-radius: 6px;
    padding: 2px;
    gap: 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
    height: 32px;
    align-items: center;
}

.uom-toggle-btn[b-2ptbjm64er] {
    position: relative;
    padding: 4px 12px;
    border: none;
    background: transparent;
    color: var(--neutral-4);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    border-radius: var(--radius-small);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    outline: none;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uom-toggle-btn:hover:not(.active)[b-2ptbjm64er] {
    background: rgba(0, 0, 0, 0.04);
    color: #3c4043;
}

.uom-toggle-btn:focus-visible[b-2ptbjm64er] {
    box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.4);
}

.uom-toggle-btn.active[b-2ptbjm64er] {
    background: var(--white);
    color: var(--info);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
    font-weight: var(--font-weight-semibold);
}

.uom-toggle-btn.active[b-2ptbjm64er]::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 2px;
    background: #1a73e8;
    border-radius: 1px;
    opacity: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .filter-controls-row[b-2ptbjm64er] {
        flex-wrap: wrap;
    }

    .filter-control-item.search-box[b-2ptbjm64er] {
        flex: 1 1 100%;
        order: 1;
    }

    .filter-control-item:not(.search-box):not(.page-size-select)[b-2ptbjm64er] {
        order: 2;
    }

    .filter-control-item.page-size-select[b-2ptbjm64er] {
        order: 3;
        margin-left: 0;
    }

    .uom-toggle-group[b-2ptbjm64er] {
        width: 100%;
        justify-content: center;
    }

    .uom-toggle-btn[b-2ptbjm64er] {
        flex: 1;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .filter-controls-row[b-2ptbjm64er] {
        gap: 0.375rem;
    }

    .filter-control-item[b-2ptbjm64er] {
        flex: 1 1 calc(50% - 0.25rem);
    }

    .filter-control-item.search-box[b-2ptbjm64er] {
        flex: 1 1 100%;
    }

    .uom-toggle-btn[b-2ptbjm64er] {
        padding: 4px 8px;
        font-size: 0.7rem;
    }
}

/* Items Content Container - for positioning the overlay */
.items-content-container[b-2ptbjm64er] {
    position: relative;
}

/* Bulk Processing Loading Overlay */
.bulk-processing-overlay[b-2ptbjm64er] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(3px);
    animation: fadeIn-b-2ptbjm64er 0.2s ease-out;
    border-radius: 8px;
}

.bulk-processing-content[b-2ptbjm64er] {
    background: white;
    padding: 2.5rem 3rem;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 400px;
    animation: slideIn-b-2ptbjm64er 0.3s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bulk-processing-content h4[b-2ptbjm64er] {
    margin: 1.5rem 0 0.5rem;
    color: var(--text);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-xl);
}

.bulk-processing-content p[b-2ptbjm64er] {
    margin: 0;
    color: var(--neutral-4);
    font-size: var(--font-size-md);
}

@keyframes fadeIn-b-2ptbjm64er {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-2ptbjm64er {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 768px) {
    .bulk-processing-content[b-2ptbjm64er] {
        padding: 2rem;
        margin: 1rem;
    }

    .bulk-processing-content h4[b-2ptbjm64er] {
        font-size: 1rem;
    }
}
/* /Pages/ApplicationManagement/OrderCreation/Components/FilterSection.razor.rz.scp.css */
/* FilterSection.razor.css - Filter component styling */

.filters-section[b-ifxo1cluyd] {
    background: white;
    border: 1px solid var(--rz-border-color);
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    overflow: visible;
}

.filters-header[b-ifxo1cluyd] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--rz-border-color);
}

.filters-title[b-ifxo1cluyd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-xl);
    color: var(--rz-text-color);
}

.filter-icon[b-ifxo1cluyd] {
    font-size: var(--font-size-2xl);
    color: var(--rz-primary);
}

.filters-container[b-ifxo1cluyd] {
    padding: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: end;
}

.filter-group[b-ifxo1cluyd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 200px;
    flex: 1;
}

.filter-group.filter-actions[b-ifxo1cluyd] {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    min-width: auto;
    flex: 0 0 auto;
}

.filter-label[b-ifxo1cluyd] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-md);
    color: var(--rz-text-color);
    margin-bottom: 0.25rem;
}

.filter-dropdown[b-ifxo1cluyd] {
    width: 100%;
    min-width: 200px;
}

.load-items-btn[b-ifxo1cluyd] {
    min-width: 120px;
    background-color: var(--primary-1);
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: var(--font-weight-medium);
    transition: all 0.2s ease;
}

.load-items-btn:hover:not(:disabled)[b-ifxo1cluyd] {
    background-color: var(--finstock-secondary-blue);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 37, 84, 0.3);
}

.load-items-btn:disabled[b-ifxo1cluyd] {
    opacity: 0.6;
    cursor: not-allowed;
}

.reset-filters-btn[b-ifxo1cluyd] {
    min-width: 100px;
    border-color: var(--finstock-dark-grey);
    color: var(--finstock-dark-grey);
    font-weight: var(--font-weight-medium);
    transition: all 0.2s ease;
}

.reset-filters-btn:hover:not(:disabled)[b-ifxo1cluyd] {
    background-color: var(--finstock-dark-grey);
    color: var(--finstock-white);
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .filters-container[b-ifxo1cluyd] {
        flex-direction: column;
        gap: 1rem;
    }

    .filter-group[b-ifxo1cluyd] {
        min-width: 100%;
    }

    .filter-group.filter-actions[b-ifxo1cluyd] {
        flex-direction: column;
        width: 100%;
    }

    .filter-group.filter-actions .rz-button[b-ifxo1cluyd] {
        width: 100%;
        min-width: unset;
    }

    .filters-header[b-ifxo1cluyd] {
        padding: 0.875rem 1rem;
    }

    .filters-container[b-ifxo1cluyd] {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .filters-title[b-ifxo1cluyd] {
        font-size: var(--font-size-lg);
    }

    .filter-label[b-ifxo1cluyd] {
        font-size: var(--font-size-base);
    }
}

/* Loading State */
.filters-section.loading[b-ifxo1cluyd] {
    opacity: 0.7;
    pointer-events: none;
}

/* Focus States for Accessibility */
.filter-dropdown:focus-within[b-ifxo1cluyd] {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
    border-color: var(--rz-primary);
}

/* Animation */
.filters-section[b-ifxo1cluyd] {
    animation: slideIn-b-ifxo1cluyd 0.3s ease-out;
}

@keyframes slideIn-b-ifxo1cluyd {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/ApplicationManagement/OrderCreation/Components/OrderHistory.razor.rz.scp.css */
/* Enhanced OrderHistory.razor.css - Order history component styling with hierarchical view */
/* Compact version - 15% smaller */

/* Base Panel Styles */
.order-history-panel[b-7o1e2b25x0] {
    margin-bottom: 0.85rem;
}

.order-history-panel.enhanced[b-7o1e2b25x0] {
    margin-bottom: 17px;
}

.panel-header-content[b-7o1e2b25x0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.panel-title-section[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.panel-icon[b-7o1e2b25x0] {
    font-size: var(--font-size-xl);
    color: var(--rz-primary);
}

.panel-title[b-7o1e2b25x0] {
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-lg);
}

.panel-subtitle[b-7o1e2b25x0] {
    font-size: var(--font-size-base);
    color: var(--rz-text-secondary-color);
}

.panel-stats[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.panel-actions[b-7o1e2b25x0] {
    display: flex;
    gap: 7px;
}

.expand-btn[b-7o1e2b25x0],
.refresh-btn[b-7o1e2b25x0] {
    min-width: 68px;
    transition: all 0.2s ease;
}

.expand-btn:hover:not(:disabled)[b-7o1e2b25x0],
.refresh-btn:hover:not(:disabled)[b-7o1e2b25x0] {
    transform: translateY(-1px);
}

.orders-badge[b-7o1e2b25x0] {
    font-size: var(--font-size-base);
    color: var(--rz-text-secondary-color);
    background-color: rgba(108, 117, 125, 0.1);
    padding: 0.2rem 0.4rem;
    border-radius: var(--radius-small);
}

.order-history-panel.enhanced .rz-panel-content[b-7o1e2b25x0] {
    padding: 12px;
    padding-top: 17px;
    background: #fafafa;
    font-family: var(--font-primary);
}

/* Order Container - Hierarchical View */
.order-container[b-7o1e2b25x0] {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.order-container.expanded[b-7o1e2b25x0] {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* Order Header */
.order-header[b-7o1e2b25x0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.order-header:hover[b-7o1e2b25x0] {
    background: #f8f9fa;
}

.order-header-left[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.order-info[b-7o1e2b25x0] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.order-id-line[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.order-id[b-7o1e2b25x0] {
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-md);
    color: var(--finstock-text);
    font-family: var(--font-primary);
}

.order-id-line .status-badge[b-7o1e2b25x0] {
    margin-left: 3px;
}

.order-dates-line[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
}

.date-info[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: var(--font-size-sm);
}

.date-label[b-7o1e2b25x0] {
    color: var(--finstock-dark-grey);
    font-weight: var(--font-weight-medium);
}

.date-value[b-7o1e2b25x0] {
    color: var(--finstock-text);
    font-weight: var(--font-weight-semibold);
}

.date-separator[b-7o1e2b25x0] {
    color: var(--border);
    font-weight: var(--font-weight-normal);
}

.order-processed-line[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.processed-info[b-7o1e2b25x0] {
    color: var(--finstock-dark-grey);
    font-size: var(--font-size-sm);
}

.order-header-right[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 17px;
}

.order-summary-stats[b-7o1e2b25x0] {
    display: flex;
    gap: 8px;
}

.stat-badge[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 2px 7px;
    border-radius: 12px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
}

.stat-badge.suppliers[b-7o1e2b25x0] {
    background: #e3f2fd;
    color: #1976d2;
}

.stat-badge.items[b-7o1e2b25x0] {
    background: #f3e5f5;
    color: #7b1fa2;
}

.stat-badge.total[b-7o1e2b25x0] {
    background: #e8f5e9;
    color: #388e3c;
    font-weight: var(--font-weight-semibold);
}

/* Order Details */
.order-details[b-7o1e2b25x0] {
    background: #f5f6f8;
    border-top: 1px solid #dee2e6;
    padding: 12px;
}

/* Supplier-Location Group - Matching Pending Approvals Style */
.supplier-location-group[b-7o1e2b25x0] {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    transition: all 0.2s ease;
    margin-bottom: 0;
    border-radius: 0;
    overflow: visible;
}

.supplier-location-group:last-child[b-7o1e2b25x0] {
    border-bottom: none;
}

.supplier-location-group:hover[b-7o1e2b25x0] {
    background: #f0f1f3;
}

.supplier-header[b-7o1e2b25x0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.15s ease;
    border-left: 2px solid transparent;
}

.supplier-header:hover[b-7o1e2b25x0] {
    background: #eff0f2;
    border-left-color: #007bff;
}

.supplier-header-left[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 1;
}

.supplier-location-info[b-7o1e2b25x0] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.supplier-info-line[b-7o1e2b25x0],
.location-info-line[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--font-size-sm);
    font-family: var(--font-primary);
}

.info-label[b-7o1e2b25x0] {
    color: var(--finstock-dark-grey);
    font-weight: var(--font-weight-medium);
    min-width: 50px;
}

.info-value[b-7o1e2b25x0] {
    color: var(--finstock-text);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
}

.supplier-header-right[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
}

.supplier-stats[b-7o1e2b25x0] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.items-count[b-7o1e2b25x0] {
    color: var(--neutral-4);
    font-size: var(--font-size-base);
    background: rgba(108, 117, 125, 0.1);
    padding: 2px 7px;
    border-radius: 8px;
}

.group-total[b-7o1e2b25x0] {
    font-weight: var(--font-weight-bold);
    color: var(--secondary-2);
    font-size: var(--font-size-md);
}

/* Items Container */
.items-container[b-7o1e2b25x0] {
    padding: 10px;
    background: #ffffff;
    border-top: 1px solid #dee2e6;
    animation: slideDown-b-7o1e2b25x0 0.3s ease;
}

/* Items Detail Table */
.items-detail-table[b-7o1e2b25x0] {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--font-size-base);
}

.items-detail-table thead[b-7o1e2b25x0] {
    background: var(--neutral-2);
}

.items-detail-table th[b-7o1e2b25x0] {
    padding: 6px 10px;
    text-align: left;
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-4);
    border-bottom: 2px solid var(--border);
    font-size: var(--font-size-xs);
}

.items-detail-table td[b-7o1e2b25x0] {
    padding: 5px 10px;
    border-bottom: 1px solid var(--neutral-3);
    font-size: var(--font-size-xs);
}

.items-detail-table tbody tr:hover[b-7o1e2b25x0] {
    background: #f8f9fa;
}

.item-code[b-7o1e2b25x0] {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-desc[b-7o1e2b25x0] {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--font-size-xs);
}

.item-date[b-7o1e2b25x0] {
    color: var(--neutral-4);
    font-size: var(--font-size-xs);
}

.item-qty[b-7o1e2b25x0] {
    text-align: center;
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-xs);
}

.item-comment[b-7o1e2b25x0] {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--neutral-4);
    font-size: 10px;
}


/* Approved Quantity Styles */
.item-approved-qty[b-7o1e2b25x0] {
    text-align: center;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-xs);
}

.approved-qty-full[b-7o1e2b25x0] {
    color: #28a745;
}

.approved-qty-partial[b-7o1e2b25x0] {
    color: #ff9800;
    font-weight: var(--font-weight-bold);
    background: rgba(255, 152, 0, 0.1);
    padding: 2px 5px;
    border-radius: var(--radius-small);
    border: 1px solid rgba(255, 152, 0, 0.3);
}

.no-approved-qty[b-7o1e2b25x0] {
    color: #adb5bd;
    font-style: italic;
}

/* Processed Comment Styles */
.item-processed-comment[b-7o1e2b25x0] {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
}

.processed-comment-text[b-7o1e2b25x0] {
    color: #004085;
    background: rgba(204, 229, 255, 0.2);
    padding: 2px 5px;
    border-radius: var(--radius-small);
    border: 1px solid rgba(0, 64, 133, 0.1);
    font-weight: var(--font-weight-medium);
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-processed-comment[b-7o1e2b25x0] {
    color: #adb5bd;
    font-style: italic;
}

/* Status-specific styling for item rows */
.items-detail-table tbody tr[b-7o1e2b25x0] {
    position: relative;
}

.items-detail-table tbody tr td.item-status span[b-7o1e2b25x0] {
    font-weight: var(--font-weight-semibold);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.no-status[b-7o1e2b25x0] {
    color: #adb5bd;
    font-style: italic;
}

.no-processed[b-7o1e2b25x0] {
    color: #adb5bd;
    font-style: italic;
}

.item-cost[b-7o1e2b25x0],
.item-total[b-7o1e2b25x0] {
    text-align: right;
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-xs);
}

/* Subtotal Row */
.subtotal-row[b-7o1e2b25x0] {
    background: var(--neutral-2);
    font-weight: var(--font-weight-semibold);
}

.subtotal-row td[b-7o1e2b25x0] {
    padding: 8px 10px;
    border-top: 2px solid #dee2e6;
    border-bottom: none;
}

.text-center[b-7o1e2b25x0] {
    text-align: center;
}

.text-right[b-7o1e2b25x0] {
    text-align: right;
}

/* Order Total Summary */
.order-total-summary[b-7o1e2b25x0] {
    margin-top: 14px;
    padding: 10px 14px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.summary-row[b-7o1e2b25x0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-label[b-7o1e2b25x0] {
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-4);
    font-size: var(--font-size-md);
}

.summary-value[b-7o1e2b25x0] {
    font-weight: var(--font-weight-bold);
    color: var(--success);
    font-size: var(--font-size-lg);
}

/* Status Badges */
.status-badge[b-7o1e2b25x0] {
    padding: 0.2rem 0.5rem;
    border-radius: var(--radius-small);
    font-size: 10px;
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.025em;
    display: inline-block;
    min-width: 60px;
    text-align: center;
}

.status-pending[b-7o1e2b25x0] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 193, 7, 0.1) 100%);
    color: #856404;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.status-approved[b-7o1e2b25x0] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(40, 167, 69, 0.1) 100%);
    color: #155724;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.status-rejected[b-7o1e2b25x0] {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(220, 53, 69, 0.1) 100%);
    color: #721c24;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.status-revoked[b-7o1e2b25x0] {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.15) 0%, rgba(108, 117, 125, 0.1) 100%);
    color: #495057;
    border: 1px solid rgba(108, 117, 125, 0.3);
}

.status-mixed[b-7o1e2b25x0] {
    background: linear-gradient(135deg, rgba(111, 66, 193, 0.15) 0%, rgba(111, 66, 193, 0.1) 100%);
    color: #4a2c7a;
    border: 1px solid rgba(111, 66, 193, 0.3);
}

.status-processing[b-7o1e2b25x0] {
    background: #cce5ff;
    color: #004085;
}

.status-completed[b-7o1e2b25x0] {
    background: #d1ecf1;
    color: #0c5460;
}

.status-unknown[b-7o1e2b25x0] {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.1) 0%, rgba(108, 117, 125, 0.05) 100%);
    color: #6c757d;
    border: 1px solid rgba(108, 117, 125, 0.2);
}

/* Action Buttons */
.order-actions[b-7o1e2b25x0] {
    display: flex;
    gap: 7px;
}

.revoke-btn[b-7o1e2b25x0],
.reorder-btn[b-7o1e2b25x0] {
    min-width: 60px;
    font-size: var(--font-size-sm);
    transition: all 0.2s ease;
}

.revoke-btn[b-7o1e2b25x0] {
    background: linear-gradient(135deg, var(--rz-danger) 0%, #c82333 100%);
}

.revoke-btn:hover:not(:disabled)[b-7o1e2b25x0] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.reorder-btn[b-7o1e2b25x0] {
    background: linear-gradient(135deg, var(--rz-primary) 0%, #0056b3 100%);
}

.reorder-btn:hover:not(:disabled)[b-7o1e2b25x0] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

/* Loading State */
.loading-state[b-7o1e2b25x0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 17px;
    color: var(--neutral-4);
}

.loading-state p[b-7o1e2b25x0] {
    margin-top: 14px;
    font-size: var(--font-size-md);
}

/* Empty State */
.empty-state[b-7o1e2b25x0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 17px;
    text-align: center;
    color: var(--neutral-4);
    background: var(--white);
    border-radius: var(--radius-medium);
    margin: 14px;
}

.empty-state .material-icons[b-7o1e2b25x0] {
    font-size: 48px;
    color: var(--success);
    margin-bottom: 14px;
    opacity: 0.8;
}

.empty-state h3[b-7o1e2b25x0] {
    margin: 0 0 7px 0;
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-semibold);
    color: var(--text);
}

.empty-state p[b-7o1e2b25x0] {
    margin: 0;
    font-size: var(--font-size-base);
    color: var(--neutral-4);
    max-width: 340px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .panel-header-content[b-7o1e2b25x0] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .order-header[b-7o1e2b25x0] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .order-header-right[b-7o1e2b25x0] {
        width: 100%;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .supplier-header[b-7o1e2b25x0] {
        flex-direction: column;
        gap: 7px;
        align-items: flex-start;
    }

    .items-detail-table[b-7o1e2b25x0] {
        font-size: 0.68rem;
    }

    .items-detail-table th[b-7o1e2b25x0],
    .items-detail-table td[b-7o1e2b25x0] {
        padding: 5px 7px;
    }

    .status-badge[b-7o1e2b25x0] {
        font-size: 9px;
        padding: 0.2rem 0.4rem;
        min-width: 55px;
    }
}

@media (max-width: 480px) {
    .panel-title[b-7o1e2b25x0] {
        font-size: var(--font-size-md);
    }

    .panel-subtitle[b-7o1e2b25x0] {
        font-size: var(--font-size-sm);
    }

    .empty-state[b-7o1e2b25x0] {
        padding: 27px 14px;
        margin: 10px;
    }

    .empty-state h3[b-7o1e2b25x0] {
        font-size: var(--font-size-lg);
    }

    .empty-state p[b-7o1e2b25x0] {
        font-size: var(--font-size-sm);
    }

    .empty-state .material-icons[b-7o1e2b25x0] {
        font-size: 40px;
    }

    .revoke-btn[b-7o1e2b25x0],
    .reorder-btn[b-7o1e2b25x0] {
        font-size: var(--font-size-sm);
        min-width: 50px;
    }
}

/* Animation */
@keyframes slideDown-b-7o1e2b25x0 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.order-details[b-7o1e2b25x0],
.items-container[b-7o1e2b25x0] {
    animation: slideDown-b-7o1e2b25x0 0.3s ease;
}

.order-history-panel[b-7o1e2b25x0] {
    animation: slideInRight-b-7o1e2b25x0 0.4s ease-out;
}

@keyframes slideInRight-b-7o1e2b25x0 {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.status-badge[b-7o1e2b25x0] {
    animation: fadeIn-b-7o1e2b25x0 0.2s ease-out;
}

@keyframes fadeIn-b-7o1e2b25x0 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Panel actions bar */
.panel-actions-bar[b-7o1e2b25x0] {
    display: flex;
    justify-content: flex-end;
    padding: 7px 0;
    margin-bottom: 7px;
    gap: 7px;
}

/* Cancel button styles */
.cancel-order-btn[b-7o1e2b25x0] {
    background-color: #ff9800 !important;
    color: white !important;
    border-color: #ff9800 !important;
}

.cancel-order-btn:hover[b-7o1e2b25x0] {
    background-color: #f57c00 !important;
    border-color: #f57c00 !important;
}

.cancel-line-btn[b-7o1e2b25x0] {
    padding: 2px 7px !important;
    font-size: var(--font-size-xs) !important;
}

/* Status count badges */
.status-counts[b-7o1e2b25x0] {
    display: inline-flex;
    gap: 7px;
    margin-left: 10px;
}

.status-count[b-7o1e2b25x0] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 7px;
    border-radius: 10px;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    line-height: 1.2;
}

.approved-count[b-7o1e2b25x0] {
    background-color: #4CAF50;
    color: white;
}

.pending-count[b-7o1e2b25x0] {
    background-color: #FF9800;
    color: white;
}

.cancelled-count[b-7o1e2b25x0] {
    background-color: #9E9E9E;
    color: white;
}

.rejected-count[b-7o1e2b25x0] {
    background-color: #f44336;
    color: white;
}

/* Line status styles */
.line-status-approved[b-7o1e2b25x0] {
    color: #4CAF50;
    font-weight: var(--font-weight-semibold);
}

.line-status-partial[b-7o1e2b25x0] {
    color: #2196F3;
    font-weight: var(--font-weight-semibold);
}

.line-status-cancelled[b-7o1e2b25x0] {
    color: #9E9E9E;
    font-weight: var(--font-weight-semibold);
    text-decoration: line-through;
}

.line-status-rejected[b-7o1e2b25x0] {
    color: #f44336;
    font-weight: var(--font-weight-semibold);
}

.item-actions[b-7o1e2b25x0] {
    text-align: center;
    white-space: nowrap;
}

/* Print Styles */
@media print {
    .order-history-panel[b-7o1e2b25x0] {
        break-inside: avoid;
    }

    .panel-stats[b-7o1e2b25x0],
    .expand-btn[b-7o1e2b25x0],
    .refresh-btn[b-7o1e2b25x0],
    .revoke-btn[b-7o1e2b25x0],
    .reorder-btn[b-7o1e2b25x0] {
        display: none;
    }
}
/* /Pages/ApplicationManagement/OrderCreation/Components/OrderSummary.razor.rz.scp.css */
/* Compact Order Summary Styles */

/* Panel Overrides for Compact Mode */
.order-summary-panel.compact[b-augrbjhwgf] {
    margin-bottom: 1rem !important;
}

.order-summary-panel.compact .rz-panel-content[b-augrbjhwgf] {
    padding: 0.75rem !important;
}

/* Compact Header */
.compact-header[b-augrbjhwgf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0;
}

.header-left[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-icon[b-augrbjhwgf] {
    font-size: var(--font-size-2xl);
    color: var(--primary-1);
    opacity: 0.8;
}

.header-title[b-augrbjhwgf] {
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-xl);
    color: var(--finstock-text);
}

.header-status[b-augrbjhwgf] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    background: rgba(255, 193, 7, 0.1);
    color: #856404;
    border-radius: var(--radius-small);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
}

.header-right[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.header-badges[b-augrbjhwgf] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.compact-badge[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 16px;
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
}

.compact-badge.suppliers[b-augrbjhwgf] {
    background: #e3f2fd;
    color: #1976d2;
}

.compact-badge.items[b-augrbjhwgf] {
    background: #f3e5f5;
    color: #7b1fa2;
}

.compact-badge.total[b-augrbjhwgf] {
    background: #e8f5e9;
    color: #388e3c;
    font-weight: var(--font-weight-semibold);
}

/* Empty State */
.empty-state[b-augrbjhwgf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    text-align: center;
    color: var(--neutral-4);
    background: var(--white);
    border-radius: var(--radius-medium);
    margin: 16px;
}

.empty-state .material-icons[b-augrbjhwgf] {
    font-size: 56px;
    color: var(--success);
    margin-bottom: 16px;
    opacity: 0.8;
}

.empty-state h3[b-augrbjhwgf] {
    margin: 0 0 8px 0;
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-semibold);
    color: var(--text);
}

.empty-state p[b-augrbjhwgf] {
    margin: 0;
    font-size: var(--font-size-md);
    color: var(--neutral-4);
    max-width: 400px;
}

/* Empty State Compact Variant */
.empty-state.compact[b-augrbjhwgf] {
    padding: 32px 16px;
    min-height: 120px;
    margin: 12px;
}

/* Compact Summary Content */
.compact-summary-content[b-augrbjhwgf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Summary Statistics Row */
.summary-stats-row[b-augrbjhwgf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.stat-item[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.stat-label[b-augrbjhwgf] {
    font-size: var(--font-size-sm);
    color: var(--finstock-dark-grey);
    font-weight: var(--font-weight-medium);
}

.stat-value[b-augrbjhwgf] {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    color: var(--finstock-text);
}

.stat-value.primary[b-augrbjhwgf] {
    color: var(--primary-1);
}

.stat-value.success[b-augrbjhwgf] {
    color: var(--finstock-success);
}

.stat-value.warning[b-augrbjhwgf] {
    color: var(--finstock-warning);
}

/* Supplier-Location Breakdown */
.supplier-location-breakdown[b-augrbjhwgf] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    background: #fafbfc;
}

.breakdown-header[b-augrbjhwgf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0.75rem;
    background: linear-gradient(135deg, #f1f3f5 0%, #e9ecef 100%);
    border-bottom: 2px solid #dee2e6;
}

.breakdown-title[b-augrbjhwgf] {
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-4);
}

/* Supplier-Location Cards */
.supplier-location-card[b-augrbjhwgf] {
    background: white;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.supplier-location-card:last-child[b-augrbjhwgf] {
    border-bottom: none;
}

.supplier-location-card:hover[b-augrbjhwgf] {
    background: rgba(0, 123, 255, 0.02);
}

.supplier-location-card.expanded[b-augrbjhwgf] {
    margin: 12px 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: white;
}

.supplier-location-card.expanded:first-child[b-augrbjhwgf] {
    margin-top: 8px;
}

.supplier-location-card.expanded:last-child[b-augrbjhwgf] {
    margin-bottom: 8px;
}

/* When expanded, hide the default border */
.supplier-location-card.expanded[b-augrbjhwgf] {
    border-bottom: none;
}

/* Add spacing between consecutive expanded cards */
.supplier-location-card.expanded + .supplier-location-card[b-augrbjhwgf] {
    margin-top: 20px;
}

.supplier-location-card.expanded + .supplier-location-card.expanded[b-augrbjhwgf] {
    margin-top: 24px;
}

/* Card Header */
.card-header[b-augrbjhwgf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.card-header:hover[b-augrbjhwgf] {
    background: rgba(0, 123, 255, 0.05);
}

/* Enhanced header styling when expanded */
.supplier-location-card.expanded .card-header[b-augrbjhwgf] {
    background: #f5f6f8;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 16px;
    color: #2c3e50;
}

.supplier-location-card.expanded .card-header:hover[b-augrbjhwgf] {
    background: #eff0f2;
}

/* Update text colors for expanded header */
.supplier-location-card.expanded .compact-info-row[b-augrbjhwgf] {
    color: #2c3e50;
}

.supplier-location-card.expanded .info-item[b-augrbjhwgf] {
    color: #2c3e50;
}

.supplier-location-card.expanded .info-label[b-augrbjhwgf] {
    color: var(--neutral-4);
    font-weight: var(--font-weight-medium);
}

.supplier-location-card.expanded .info-value[b-augrbjhwgf] {
    color: var(--text);
    font-weight: var(--font-weight-semibold);
}

.supplier-location-card.expanded .items-count[b-augrbjhwgf] {
    color: var(--neutral-4);
    font-size: var(--font-size-md);
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.supplier-location-card.expanded .group-total[b-augrbjhwgf] {
    font-weight: var(--font-weight-semibold);
    color: var(--text);
    font-size: var(--font-size-lg);
}

.card-header-left[b-augrbjhwgf] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1;
}

.supplier-location-info[b-augrbjhwgf] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.order-id-line[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-bottom: 0.25rem;
    line-height: 1;
}

.order-id-line .rz-icon[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.order-id-value[b-augrbjhwgf] {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2px 8px;
    border-radius: var(--radius-small);
    font-size: var(--font-size-sm);
    color: var(--neutral-4);
    font-weight: var(--font-weight-semibold);
    line-height: 1.4;
    vertical-align: middle;
}

.compact-info-row[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--font-size-sm);
    color: var(--neutral-4);
    flex-wrap: wrap;
    line-height: 1;
}

.info-item[b-augrbjhwgf] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: var(--font-weight-medium);
    line-height: 1;
}

.info-item .rz-icon[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    vertical-align: middle;
}

.info-arrow[b-augrbjhwgf] {
    color: #6c757d;
    font-weight: 600;
    line-height: 1;
}

.info-separator[b-augrbjhwgf] {
    color: #6c757d;
    font-weight: 400;
    line-height: 1;
}

.info-label[b-augrbjhwgf] {
    color: var(--neutral-4);
    font-weight: var(--font-weight-medium);
    min-width: 90px;
    display: inline-block;
}

.info-value[b-augrbjhwgf] {
    color: var(--text);
    font-weight: var(--font-weight-semibold);
}

.card-header-right[b-augrbjhwgf] {
    display: flex;
    align-items: center;
}

.group-stats[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.items-count[b-augrbjhwgf] {
    color: var(--neutral-4);
    font-size: var(--font-size-md);
}

.group-total[b-augrbjhwgf] {
    font-weight: var(--font-weight-semibold);
    color: var(--text);
    font-size: var(--font-size-lg);
}

.mov-pill[b-augrbjhwgf] {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
}

.mov-pill.mov-met[b-augrbjhwgf] {
    background: #d4edda;
    color: #155724;
}

.mov-pill.mov-not-met[b-augrbjhwgf] {
    background: #f8d7da;
    color: #721c24;
}

/* Card Content - Items Table */
.card-content[b-augrbjhwgf] {
    padding: 12px;
    background: #ffffff;
    border-top: 1px solid #dee2e6;
    animation: slideDown-b-augrbjhwgf 0.2s ease-out;
}

.items-table[b-augrbjhwgf] {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--font-size-md);
}

.items-table thead[b-augrbjhwgf] {
    background: var(--neutral-2);
}

.items-table th[b-augrbjhwgf] {
    padding: 8px 12px;
    text-align: left;
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-4);
    border-bottom: 2px solid var(--border);
}

.items-table tbody tr:hover[b-augrbjhwgf] {
    background: var(--neutral-2);
}

.items-table td[b-augrbjhwgf] {
    padding: 8px 12px;
    border-bottom: 1px solid var(--neutral-3);
    font-size: var(--font-size-sm);
}

.item-code-cell[b-augrbjhwgf] {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-desc-cell[b-augrbjhwgf] {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--font-size-sm);
}

.item-date-cell[b-augrbjhwgf] {
    text-align: center;
    color: var(--neutral-4);
    font-size: var(--font-size-sm);
    white-space: nowrap;
}

.item-qty-cell[b-augrbjhwgf] {
    text-align: center;
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
}

.item-cost-cell[b-augrbjhwgf],
.item-total-cell[b-augrbjhwgf] {
    text-align: right;
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
}

/* Comment Cell */
.item-comment-cell[b-augrbjhwgf] {
    max-width: 200px;
    color: var(--neutral-4);
    font-size: var(--font-size-xs);
}

/* Editable field containers */
.qty-edit-container[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.handling-qty[b-augrbjhwgf] {
    font-size: var(--font-size-xs);
    color: var(--neutral-4);
    white-space: nowrap;
}

/* Action cell */
.item-action-cell[b-augrbjhwgf] {
    text-align: center;
    padding: 4px !important;
    white-space: nowrap;
}

.item-action-cell .btn-link[b-augrbjhwgf] {
    line-height: 1;
    vertical-align: middle;
}

.item-action-cell .material-icons[b-augrbjhwgf] {
    vertical-align: middle;
}

/* UOM Toggle in header */
.qty-header[b-augrbjhwgf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.uom-toggle-mini[b-augrbjhwgf] {
    display: flex;
    gap: 1px;
    background: #e9ecef;
    border-radius: 3px;
    padding: 1px;
}

.uom-btn[b-augrbjhwgf] {
    border: none;
    background: transparent;
    padding: 1px 6px;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-4);
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.15s ease;
}

.uom-btn:hover[b-augrbjhwgf] {
    background: #dee2e6;
}

.uom-btn.active[b-augrbjhwgf] {
    background: #007bff;
    color: white;
}

/* Subtotal Row */
.subtotal-row[b-augrbjhwgf] {
    background: var(--neutral-2);
    font-weight: var(--font-weight-semibold);
}

.subtotal-row td[b-augrbjhwgf] {
    padding: 10px 12px;
    border-top: 2px solid #dee2e6;
    border-bottom: none;
}

.text-center[b-augrbjhwgf] {
    text-align: center;
}

.text-right[b-augrbjhwgf] {
    text-align: right;
}

/* Compact Order Actions */
.compact-order-actions[b-augrbjhwgf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 1px solid #dee2e6;
    gap: 0.75rem;
}

.compact-order-actions .rz-button[b-augrbjhwgf] {
    font-size: var(--font-size-base) !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .compact-header[b-augrbjhwgf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .header-right[b-augrbjhwgf] {
        width: 100%;
        margin-right: 0;
    }
    
    .summary-stats-row[b-augrbjhwgf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .card-header[b-augrbjhwgf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .card-header-right[b-augrbjhwgf] {
        width: 100%;
    }
    
    .group-stats[b-augrbjhwgf] {
        justify-content: space-between;
        width: 100%;
    }
    
    .items-table[b-augrbjhwgf] {
        font-size: 0.65rem;
    }
    
    .items-table th[b-augrbjhwgf],
    .items-table td[b-augrbjhwgf] {
        padding: 0.375rem 0.25rem;
    }
    
    .item-desc-cell[b-augrbjhwgf] {
        max-width: 150px;
    }

    .empty-state[b-augrbjhwgf] {
        padding: 32px 16px;
        margin: 12px;
    }

    .empty-state h3[b-augrbjhwgf] {
        font-size: var(--font-size-xl);
    }

    .empty-state p[b-augrbjhwgf] {
        font-size: var(--font-size-md);
    }

    .empty-state .material-icons[b-augrbjhwgf] {
        font-size: 48px;
    }

    .compact-order-actions[b-augrbjhwgf] {
        flex-direction: column;
    }
    
    .compact-order-actions .rz-button[b-augrbjhwgf] {
        width: 100%;
    }
}

/* Animation for expanding/collapsing */
@keyframes slideDown-b-augrbjhwgf {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 1500px;
    }
}

/* Visual hierarchy improvements */
.breakdown-header[b-augrbjhwgf] {
    position: sticky;
    top: 0;
    z-index: 10;
}

/* Validation Error Banner */
.validation-error-banner[b-augrbjhwgf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #fff8e6;
    border: 1px solid #ffe0a3;
    border-left: 3px solid var(--warning);
    border-radius: var(--radius-small);
    color: #6b5a34;
    font-size: var(--font-size-md);
    margin-bottom: 0.75rem;
}

.validation-error-banner .warning-icon[b-augrbjhwgf] {
    font-size: 18px;
    color: var(--warning);
    flex-shrink: 0;
}

.validation-error-banner .inline-icon[b-augrbjhwgf] {
    font-size: var(--font-size-md);
    vertical-align: middle;
    color: var(--neutral-4);
}

/* Missing Comment Row Highlight */
.missing-comment-row[b-augrbjhwgf] {
    background: #fff3e0 !important;
    border-left: 4px solid #fb8c00;
}

.missing-comment-row:hover[b-augrbjhwgf] {
    background: #ffe8cc !important;
}

.missing-comment-row td[b-augrbjhwgf] {
    border-bottom: 1px solid #ffcc80 !important;
}

/* Highlight for the comment cell */
.missing-comment-row .item-comment-cell select[b-augrbjhwgf],
.missing-comment-row .item-comment-cell input[b-augrbjhwgf] {
    border: 2px solid #fb8c00 !important;
    background-color: #fff8f0 !important;
}


/* /Pages/ApplicationManagement/OrderCreation/Components/PendingApprovals.razor.rz.scp.css */
/* PendingApprovals Component Styles */

.pending-approvals-container[b-0n0e585yn5] {
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #fafbfc;
}

/* Empty state styling */
.empty-state[b-0n0e585yn5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    text-align: center;
    color: var(--neutral-4);
    background: var(--white);
    border-radius: var(--radius-medium);
    margin: 16px;
}

.empty-state .material-icons[b-0n0e585yn5] {
    font-size: 56px;
    color: var(--success);
    margin-bottom: 16px;
    opacity: 0.8;
}

.empty-state h3[b-0n0e585yn5] {
    margin: 0 0 8px 0;
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-semibold);
    color: var(--text);
}

.empty-state p[b-0n0e585yn5] {
    margin: 0;
    font-size: var(--font-size-md);
    color: var(--neutral-4);
}

/* Loading State */
.approval-loading[b-0n0e585yn5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: var(--white);
    border-radius: var(--radius-medium);
    box-shadow: var(--shadow-small);
    gap: 16px;
}

.approval-loading p[b-0n0e585yn5] {
    color: var(--finstock-dark-grey);
    font-size: var(--font-size-md);
    margin: 0;
}

/* Order Container - Now the main container for each order */
.order-container[b-0n0e585yn5] {
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.order-container.expanded[b-0n0e585yn5] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Order Header */
.order-header[b-0n0e585yn5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.order-header:hover[b-0n0e585yn5] {
    background: #f8f9fa;
}

.order-header-left[b-0n0e585yn5] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

/* Expand icons now handled by RadzenIcon components */

.order-info[b-0n0e585yn5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.order-id-line[b-0n0e585yn5] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-id[b-0n0e585yn5] {
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-lg);
    color: var(--text);
    font-family: var(--font-primary);
}

/* Status Badge */
.status-badge[b-0n0e585yn5] {
    padding: 0.25rem 0.6rem;
    border-radius: var(--radius-small);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.025em;
    display: inline-block;
    min-width: 70px;
    text-align: center;
}

.status-pending[b-0n0e585yn5] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 193, 7, 0.1) 100%);
    color: #856404;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.status-approved[b-0n0e585yn5] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(40, 167, 69, 0.1) 100%);
    color: #155724;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.status-rejected[b-0n0e585yn5] {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(220, 53, 69, 0.1) 100%);
    color: #721c24;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.order-dates-line[b-0n0e585yn5] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

.date-info[b-0n0e585yn5] {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: var(--font-size-base);
}

.date-label[b-0n0e585yn5] {
    color: var(--neutral-4);
    font-weight: var(--font-weight-medium);
}

.date-value[b-0n0e585yn5] {
    color: var(--text);
    font-weight: var(--font-weight-semibold);
}

.date-separator[b-0n0e585yn5] {
    color: var(--border);
    font-weight: var(--font-weight-normal);
}

.order-header-right[b-0n0e585yn5] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.order-summary-stats[b-0n0e585yn5] {
    display: flex;
    gap: 10px;
}

/* Order Quick Actions - Approve/Reject All (Compact Icon Buttons) */
.order-quick-actions[b-0n0e585yn5] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 12px;
    border-left: 1px solid #e0e0e0;
}

/* Compact icon-only action buttons */
.btn-icon-action[b-0n0e585yn5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.btn-icon-action:disabled[b-0n0e585yn5] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-icon-action.btn-approve-all[b-0n0e585yn5] {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    color: #059669;
    border-color: #a7f3d0;
}

.btn-icon-action.btn-approve-all:hover:not(:disabled)[b-0n0e585yn5] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-color: #6ee7b7;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.25);
}

.btn-icon-action.btn-approve-all:active:not(:disabled)[b-0n0e585yn5] {
    transform: translateY(0);
    box-shadow: none;
}

.btn-icon-action.btn-reject-all[b-0n0e585yn5] {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    color: #dc2626;
    border-color: #fecaca;
}

.btn-icon-action.btn-reject-all:hover:not(:disabled)[b-0n0e585yn5] {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-color: #fca5a5;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.25);
}

.btn-icon-action.btn-reject-all:active:not(:disabled)[b-0n0e585yn5] {
    transform: translateY(0);
    box-shadow: none;
}

/* Compact Processed Icon */
.order-processed-icon[b-0n0e585yn5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    color: #16a34a;
    border: 1px solid #86efac;
}

.stat-badge[b-0n0e585yn5] {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 3px 8px;
    border-radius: 14px;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
}

.stat-badge.suppliers[b-0n0e585yn5] {
    background: #e3f2fd;
    color: #1976d2;
}

.stat-badge.items[b-0n0e585yn5] {
    background: #f3e5f5;
    color: #7b1fa2;
}

.stat-badge.total[b-0n0e585yn5] {
    background: #e8f5e9;
    color: #388e3c;
    font-weight: var(--font-weight-semibold);
}

/* MOV Status Badge */
.mov-pill[b-0n0e585yn5] {
    padding: 3px 8px;
    border-radius: 12px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.mov-pill.mov-met[b-0n0e585yn5] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.mov-pill.mov-partial[b-0n0e585yn5] {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.mov-pill.mov-not-met[b-0n0e585yn5] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Order Details */
.order-details[b-0n0e585yn5] {
    background: #f5f6f8;
    border-top: 1px solid #dee2e6;
    padding: 16px;
    display: none;
}

.order-details.show[b-0n0e585yn5] {
    display: block;
    animation: slideDown-b-0n0e585yn5 0.3s ease;
}

/* Supplier-Location Group - Order Summary Style */
.supplier-location-group[b-0n0e585yn5] {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    transition: all 0.2s ease;
    margin-bottom: 0;
    border-radius: 0;
    overflow: visible;
}

.supplier-location-group:last-child[b-0n0e585yn5] {
    border-bottom: none;
}

.supplier-location-group:hover[b-0n0e585yn5] {
    background: #f0f1f3;
}

.supplier-header[b-0n0e585yn5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.15s ease;
    border-left: 3px solid transparent;
}

.supplier-header:hover[b-0n0e585yn5] {
    background: #eff0f2;
    border-left-color: #007bff;
}

/* Enhanced header styling */

.supplier-header-left[b-0n0e585yn5] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

/* Supplier expand icons now handled by RadzenIcon components */

.supplier-location-info[b-0n0e585yn5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.supplier-info-line[b-0n0e585yn5],
.location-info-line[b-0n0e585yn5] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: var(--font-size-base);
    font-family: var(--font-primary);
}

.info-label[b-0n0e585yn5] {
    color: var(--neutral-4);
    font-weight: var(--font-weight-medium);
    min-width: 60px;
}

.info-value[b-0n0e585yn5] {
    color: var(--text);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
}

.supplier-header-right[b-0n0e585yn5] {
    display: flex;
    align-items: center;
}

.supplier-stats[b-0n0e585yn5] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.items-count[b-0n0e585yn5] {
    color: var(--neutral-4);
    font-size: var(--font-size-md);
    background: rgba(108, 117, 125, 0.1);
    padding: 2px 8px;
    border-radius: 10px;
}

.group-total[b-0n0e585yn5] {
    font-weight: var(--font-weight-bold);
    color: var(--success);
    font-size: var(--font-size-lg);
}

.items-container[b-0n0e585yn5] {
    padding: 12px;
    background: #ffffff;
    border-top: 1px solid #dee2e6;
    display: none;
}

.items-container.show[b-0n0e585yn5] {
    display: block;
    animation: slideDown-b-0n0e585yn5 0.2s ease-out;
}

/* Add subtle background to expanded content */

/* Items Detail Table - Match Order History Style */
.items-detail-table[b-0n0e585yn5] {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--font-size-md);
}

.items-detail-table thead[b-0n0e585yn5] {
    background: var(--neutral-2);
}

.items-detail-table th[b-0n0e585yn5] {
    padding: 8px 12px;
    text-align: left;
    font-weight: var(--font-weight-semibold);
    color: var(--neutral-4);
    border-bottom: 2px solid var(--border);
}

/* Center specific column headers */
.items-detail-table th:nth-child(3)[b-0n0e585yn5], /* Service Class */
.items-detail-table th:nth-child(4)[b-0n0e585yn5], /* Requested */
.items-detail-table th:nth-child(5)[b-0n0e585yn5], /* Line Total */
.items-detail-table th:nth-child(6)[b-0n0e585yn5], /* Target Position */
.items-detail-table th:nth-child(7)[b-0n0e585yn5], /* Next Release */
.items-detail-table th:nth-child(9)[b-0n0e585yn5], /* Stock Info */
.items-detail-table th:nth-child(10)[b-0n0e585yn5], /* Approve Qty */
.items-detail-table th:nth-child(12)[b-0n0e585yn5] { /* Action */
    text-align: center;
}

.items-detail-table td[b-0n0e585yn5] {
    padding: 8px 12px;
    border-bottom: 1px solid var(--neutral-3);
    font-size: var(--font-size-sm);
}

/* Center specific column data */
.items-detail-table td:nth-child(3)[b-0n0e585yn5], /* Service Class */
.items-detail-table td:nth-child(4)[b-0n0e585yn5], /* Requested */
.items-detail-table td:nth-child(5)[b-0n0e585yn5], /* Line Total */
.items-detail-table td:nth-child(6)[b-0n0e585yn5], /* Target Position */
.items-detail-table td:nth-child(7)[b-0n0e585yn5], /* Next Release */
.items-detail-table td:nth-child(9)[b-0n0e585yn5], /* Stock Info */
.items-detail-table td:nth-child(10)[b-0n0e585yn5], /* Approve Qty */
.items-detail-table td:nth-child(12)[b-0n0e585yn5] { /* Action */
    text-align: center;
}

.items-detail-table tbody tr:hover[b-0n0e585yn5] {
    background: #f8f9fa;
}

.item-code[b-0n0e585yn5] {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-desc[b-0n0e585yn5] {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--font-size-sm);
}

.item-date[b-0n0e585yn5] {
    color: var(--neutral-4);
    font-size: var(--font-size-sm);
}

.item-qty[b-0n0e585yn5] {
    text-align: center;
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
}

.item-cost[b-0n0e585yn5],
.item-total[b-0n0e585yn5] {
    text-align: right;
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
}

.service-class[b-0n0e585yn5] {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    margin: 0 auto;
}

.service-class.class-a[b-0n0e585yn5] {
    background: #d1ecf1;
    color: #0c5460;
}

.service-class.class-b[b-0n0e585yn5] {
    background: #fff3cd;
    color: #856404;
}

.service-class.class-c[b-0n0e585yn5] {
    background: #f8d7da;
    color: #721c24;
}

/* Target Position */
.target-position[b-0n0e585yn5] {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    font-size: var(--font-size-sm);
    align-items: center;
}

.target-value[b-0n0e585yn5] {
    font-weight: var(--font-weight-semibold);
}

.target-range[b-0n0e585yn5] {
    color: var(--neutral-4);
    font-size: var(--font-size-xs);
}

.target-position.within-target .target-value[b-0n0e585yn5] {
    color: var(--success);
}

.target-position.under-target .target-value[b-0n0e585yn5] {
    color: var(--warning);
}

.target-position.over-target .target-value[b-0n0e585yn5] {
    color: var(--error);
}

.auto-order-info[b-0n0e585yn5] {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    font-size: var(--font-size-sm);
    align-items: center;
}

.auto-date[b-0n0e585yn5] {
    color: var(--neutral-4);
}

.auto-qty[b-0n0e585yn5] {
    color: var(--info);
    font-weight: var(--font-weight-semibold);
}

.comment-cell[b-0n0e585yn5] {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--neutral-4);
    font-size: var(--font-size-xs);
}

/* Stock Info Button */
.btn-stock-info[b-0n0e585yn5] {
    background: #e9ecef;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s;
}

.btn-stock-info:hover[b-0n0e585yn5] {
    background: #6366f1;
    border-color: #6366f1;
    transform: scale(1.1);
}

.btn-stock-info.active[b-0n0e585yn5] {
    background: #6366f1;
    border-color: #6366f1;
}

/* Stock Info Grid */
.stock-info-row td[b-0n0e585yn5] {
    padding: 0 !important;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef !important;
}

.item-stock-grid[b-0n0e585yn5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    padding: 12px;
    background: #f8f9fa;
}

.stock-item[b-0n0e585yn5] {
    background: white;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: background 0.2s;
}

.stock-item:hover[b-0n0e585yn5] {
    background: #f8f9fa;
}

.stock-label[b-0n0e585yn5] {
    font-size: var(--font-size-xs);
    color: var(--neutral-4);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.stock-value[b-0n0e585yn5] {
    font-size: 1rem;
    font-weight: var(--font-weight-bold);
    color: var(--text);
}

/* Projected value colors based on target */
.stock-value.within-target[b-0n0e585yn5] {
    color: #28a745; /* Green - within target */
}

.stock-value.outside-target[b-0n0e585yn5] {
    color: #dc3545; /* Red - outside target (above or below) */
}

/* Legacy classes (kept for other potential uses) */
.stock-value.low[b-0n0e585yn5] {
    color: #dc3545;
}

.stock-value.high[b-0n0e585yn5] {
    color: #28a745;
}

/* Approval Inputs */
.qty-input[b-0n0e585yn5] {
    width: 60px;
    padding: 4px 6px;
    border: 1px solid var(--border);
    border-radius: var(--radius-small);
    font-size: var(--font-size-sm);
    text-align: center;
    transition: border-color 0.15s;
    margin: 0 auto;
    display: block;
}

.qty-input:focus[b-0n0e585yn5] {
    outline: none;
    border-color: var(--info);
}

.qty-input:disabled[b-0n0e585yn5] {
    background: var(--neutral-2);
    cursor: not-allowed;
    opacity: 0.6;
}

.comment-input-small[b-0n0e585yn5] {
    width: 140px;
    padding: 4px 6px;
    border: 1px solid var(--border);
    border-radius: var(--radius-small);
    font-size: var(--font-size-sm);
}

.comment-input-small:disabled[b-0n0e585yn5] {
    background: var(--neutral-2);
    cursor: not-allowed;
    opacity: 0.6;
}

/* Highlight required field for rejection */
.comment-input-small.highlight-required[b-0n0e585yn5] {
    border: 2px solid var(--error) !important;
    background: #fff5f5;
    animation: pulse-border-b-0n0e585yn5 1s ease-in-out infinite;
}

.comment-input-small.highlight-required[b-0n0e585yn5]::placeholder {
    color: var(--error);
    font-weight: var(--font-weight-medium);
}

@keyframes pulse-border-b-0n0e585yn5 {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
    }
    50% {
        box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
    }
}

/* Line Action Buttons */
.line-actions[b-0n0e585yn5] {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.btn-line[b-0n0e585yn5] {
    width: 24px;
    height: 24px;
    border: 1px solid var(--border);
    border-radius: var(--radius-small);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    transition: all 0.15s;
    background: var(--white);
}

.btn-approve-line[b-0n0e585yn5] {
    color: var(--success);
    border-color: var(--success);
}

.btn-approve-line:hover[b-0n0e585yn5] {
    background: var(--success);
    color: var(--white);
}

.btn-reject-line[b-0n0e585yn5] {
    color: var(--error);
    border-color: var(--error);
}

.btn-reject-line:hover[b-0n0e585yn5] {
    background: var(--error);
    color: var(--white);
}

/* Status Labels */
.status-label[b-0n0e585yn5] {
    padding: 4px 8px;
    border-radius: var(--radius-small);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
}

.status-label.approved[b-0n0e585yn5] {
    background: #d1fae5;
    color: #065f46;
}

.status-label.rejected[b-0n0e585yn5] {
    background: #fee2e2;
    color: #991b1b;
}

/* Subtotal Row */
.subtotal-row[b-0n0e585yn5] {
    background: var(--neutral-2);
    font-weight: var(--font-weight-semibold);
}

.subtotal-row td[b-0n0e585yn5] {
    padding: 10px 12px;
    border-top: 2px solid #dee2e6;
    border-bottom: none;
}

/* Align subtotal value with Line Total column */
.subtotal-row td:nth-child(5)[b-0n0e585yn5] {
    text-align: center;
}

.text-center[b-0n0e585yn5] {
    text-align: center;
}

.text-right[b-0n0e585yn5] {
    text-align: right;
}

/* Line States */
.line-approved[b-0n0e585yn5] {
    background: rgba(16, 185, 129, 0.1);
}

.line-rejected[b-0n0e585yn5] {
    background: rgba(239, 68, 68, 0.1);
    opacity: 0.7;
}

.btn[b-0n0e585yn5] {
    padding: 6px 12px;
    border: 1px solid;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
    font-size: 13px;
}

.btn-primary[b-0n0e585yn5] {
    background: #007bff;
    border-color: #007bff;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-0n0e585yn5] {
    background: #0056b3;
    border-color: #0056b3;
}

.btn-success[b-0n0e585yn5] {
    background: #28a745;
    border-color: #28a745;
    color: white;
}

.btn-success:hover:not(:disabled)[b-0n0e585yn5] {
    background: #218838;
    border-color: #1e7e34;
}

.btn-danger[b-0n0e585yn5] {
    background: #dc3545;
    border-color: #dc3545;
    color: white;
}

.btn-danger:hover:not(:disabled)[b-0n0e585yn5] {
    background: #c82333;
    border-color: #bd2130;
}

.btn-secondary[b-0n0e585yn5] {
    background: #6c757d;
    border-color: #6c757d;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-0n0e585yn5] {
    background: #5a6268;
    border-color: #545b62;
}

.btn:disabled[b-0n0e585yn5] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-lg[b-0n0e585yn5] {
    padding: 12px 32px;
    font-size: 16px;
}

/* Animation */
@keyframes slideDown-b-0n0e585yn5 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .order-header[b-0n0e585yn5] {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .order-header-right[b-0n0e585yn5] {
        width: 100%;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .order-quick-actions[b-0n0e585yn5] {
        padding-left: 0;
        border-left: none;
        padding-top: 12px;
        border-top: 1px solid #e0e0e0;
        justify-content: flex-start;
    }

    .supplier-header[b-0n0e585yn5] {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .items-detail-table[b-0n0e585yn5] {
        font-size: 0.8rem;
    }

    .items-detail-table th[b-0n0e585yn5],
    .items-detail-table td[b-0n0e585yn5] {
        padding: 6px 8px;
    }

    .item-stock-grid[b-0n0e585yn5] {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .btn-lg[b-0n0e585yn5] {
        width: 100%;
    }

    .empty-state[b-0n0e585yn5] {
        padding: 32px 16px;
        margin: 12px;
    }

    .empty-state h3[b-0n0e585yn5] {
        font-size: var(--font-size-xl);
    }

    .empty-state p[b-0n0e585yn5] {
        font-size: var(--font-size-md);
    }

    .empty-state .material-icons[b-0n0e585yn5] {
        font-size: 48px;
    }
}
/* /Pages/ApplicationManagement/OrderCreation/Components/RejectAllDialog.razor.rz.scp.css */
/* Reject All Dialog Styles */
.reject-all-dialog[b-jyhcb2cwqv] {
    padding: 0;
}

.dialog-content[b-jyhcb2cwqv] {
    padding: 24px;
    text-align: center;
}

.dialog-icon[b-jyhcb2cwqv] {
    margin-bottom: 16px;
}

.dialog-message[b-jyhcb2cwqv] {
    font-size: 0.95rem;
    color: #374151;
    margin-bottom: 20px;
    line-height: 1.5;
}

.dialog-message strong[b-jyhcb2cwqv] {
    color: #111827;
}

.form-group[b-jyhcb2cwqv] {
    text-align: left;
    margin-bottom: 0;
}

.form-group label[b-jyhcb2cwqv] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.form-group .required[b-jyhcb2cwqv] {
    color: #dc2626;
}

.rejection-textarea[b-jyhcb2cwqv] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.875rem;
    resize: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.rejection-textarea:focus[b-jyhcb2cwqv] {
    outline: none;
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.rejection-textarea[b-jyhcb2cwqv]::placeholder {
    color: #9ca3af;
}

.char-count[b-jyhcb2cwqv] {
    display: block;
    text-align: right;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 4px;
}

.dialog-actions[b-jyhcb2cwqv] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

.dialog-actions .btn[b-jyhcb2cwqv] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.btn-cancel[b-jyhcb2cwqv] {
    background: white;
    color: #374151;
    border-color: #d1d5db;
}

.btn-cancel:hover[b-jyhcb2cwqv] {
    background: #f3f4f6;
    border-color: #9ca3af;
}

.btn-reject[b-jyhcb2cwqv] {
    background: #dc2626;
    color: white;
    border-color: #dc2626;
}

.btn-reject:hover:not(:disabled)[b-jyhcb2cwqv] {
    background: #b91c1c;
    border-color: #b91c1c;
}

.btn-reject:disabled[b-jyhcb2cwqv] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Pages/ApplicationManagement/OrderCreation/OrderCreation.razor.rz.scp.css */
/* Order Creation Page Styles - Combined from inline and external CSS */

/* Main Container Styles */
.order-creation-container[b-prvifnxfji] {
    padding: 0.75rem;
    max-width: 100%;
    background: #f8f9fa;
    min-height: 100vh;
}

/* Page Header Styles */
.page-header[b-prvifnxfji] {
    margin-bottom: 2rem;
    padding: 1.5rem 0;
    border-bottom: 2px solid var(--finstock-border);
    background: white;
    border-radius: var(--finstock-border-radius);
    padding: 1.5rem 2rem;
    box-shadow: var(--finstock-shadow);
}

.page-header h2[b-prvifnxfji] {
    margin-bottom: 0.5rem;
    color: var(--primary-1);
    font-weight: 700;
    font-size: 2rem;
}

/* Breadcrumb Styles */
.breadcrumb[b-prvifnxfji] {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

.breadcrumb-item + .breadcrumb-item[b-prvifnxfji]::before {
    content: "›";
    color: #6c757d;
    font-weight: 600;
    margin: 0 0.5rem;
}

.breadcrumb-item a[b-prvifnxfji] {
    color: var(--primary-1);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
}

.breadcrumb-item a:hover[b-prvifnxfji] {
    text-decoration: underline;
    color: var(--finstock-secondary-blue);
}

.breadcrumb-item.active[b-prvifnxfji] {
    color: var(--finstock-dark-grey);
    font-weight: 500;
}

/* Page Loading State */
.page-loading[b-prvifnxfji] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem;
    text-align: center;
    background: white;
    border-radius: var(--finstock-border-radius);
    box-shadow: var(--finstock-shadow);
}

.page-loading p[b-prvifnxfji] {
    margin-top: 1.5rem;
    color: var(--finstock-dark-grey);
    font-size: 1.125rem;
}

/* Global Panel Styles */
.rz-panel[b-prvifnxfji] {
    border: 1px solid var(--finstock-light-grey);
    border-radius: var(--finstock-radius-medium);
    box-shadow: var(--finstock-shadow-small);
    margin-bottom: 1.5rem;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
}

.rz-panel:hover[b-prvifnxfji] {
    box-shadow: var(--finstock-shadow-large);
}

.rz-panel-header[b-prvifnxfji] {
    background: linear-gradient(135deg, var(--finstock-background) 0%, #ffffff 100%);
    border-bottom: 1px solid var(--finstock-light-grey);
    padding: 1rem 1.25rem;
}

.rz-panel-content[b-prvifnxfji] {
    padding: 1.25rem;
    background: #ffffff;
}

/* Panel Header Components */
.panel-header-content[b-prvifnxfji] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 2.5rem;
}

.panel-title-section[b-prvifnxfji] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.panel-icon[b-prvifnxfji] {
    font-size: 1.5rem;
    color: var(--primary-1);
    opacity: 0.8;
}

.panel-title-text[b-prvifnxfji] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.panel-title[b-prvifnxfji] {
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--finstock-text);
    margin: 0;
    line-height: 1.4;
}

.panel-subtitle[b-prvifnxfji] {
    font-size: 0.875rem;
    color: var(--finstock-dark-grey);
    margin: 0;
    line-height: 1.3;
}

/* Panel Stats and Badges */
.panel-stats[b-prvifnxfji] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-right: 10px;
}

.summary-badges[b-prvifnxfji], .panel-actions[b-prvifnxfji] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.badge[b-prvifnxfji] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: calc(var(--finstock-border-radius) * 0.8);
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    transition: var(--finstock-transition);
}

.badge-suppliers[b-prvifnxfji] {
    background-color: rgba(23, 162, 184, 0.1);
    color: #0c5460;
    border: 1px solid rgba(23, 162, 184, 0.2);
}

.badge-items[b-prvifnxfji] {
    background-color: rgba(255, 193, 7, 0.1);
    color: #856404;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.badge-total[b-prvifnxfji] {
    background-color: rgba(40, 167, 69, 0.1);
    color: #155724;
    border: 1px solid rgba(40, 167, 69, 0.2);
    font-weight: 600;
}

.items-badge[b-prvifnxfji], .orders-badge[b-prvifnxfji] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: #6c757d;
    padding: 0.25rem 0.5rem;
    background-color: rgba(108, 117, 125, 0.1);
    border-radius: calc(var(--finstock-border-radius) * 0.6);
}

/* Loading and Empty States */
.loading-state[b-prvifnxfji], .empty-state[b-prvifnxfji] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    min-height: 300px;
}

.loading-state .rz-progressbar-circular[b-prvifnxfji] {
    margin-bottom: 1rem;
}

.empty-state .rz-icon[b-prvifnxfji] {
    margin-bottom: 1.5rem;
    opacity: 0.6;
}

.empty-state h3[b-prvifnxfji] {
    margin: 0 0 0.75rem 0;
    color: var(--finstock-dark);
    font-weight: 600;
    font-size: 1.25rem;
}

.empty-state p[b-prvifnxfji] {
    margin: 0;
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 400px;
}

/* Data Grid Styles */
.rz-datatable[b-prvifnxfji] {
    border-radius: var(--finstock-border-radius);
    overflow: hidden;
    box-shadow: var(--finstock-shadow);
}

.rz-datatable-header[b-prvifnxfji] {
    background: linear-gradient(135deg, var(--finstock-light) 0%, #ffffff 100%);
    font-weight: 600;
    color: var(--finstock-dark);
}

.rz-datatable-data tr:hover[b-prvifnxfji] {
    background-color: rgba(0, 123, 255, 0.05);
}

/* Supplier Summary Grid */
.summary-grid[b-prvifnxfji] {
    border-radius: var(--finstock-border-radius);
    overflow: hidden;
    margin-bottom: 1rem;
}

.supplier-info[b-prvifnxfji] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.supplier-info strong[b-prvifnxfji] {
    color: var(--finstock-dark);
    font-weight: 600;
}

.supplier-info small[b-prvifnxfji] {
    color: #6c757d;
    font-size: 0.8125rem;
}

.item-count[b-prvifnxfji] {
    font-weight: 600;
    color: var(--finstock-info);
    background-color: rgba(23, 162, 184, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: calc(var(--finstock-border-radius) * 0.6);
    display: inline-block;
}

.cost-cell[b-prvifnxfji] {
    font-weight: 600;
    color: var(--finstock-success);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.mov-met[b-prvifnxfji] {
    color: var(--finstock-success);
    font-weight: 600;
    background-color: rgba(40, 167, 69, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: calc(var(--finstock-border-radius) * 0.6);
    display: inline-block;
}

.mov-not-met[b-prvifnxfji] {
    color: var(--finstock-danger);
    font-weight: 600;
    background-color: rgba(220, 53, 69, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: calc(var(--finstock-border-radius) * 0.6);
    display: inline-block;
}

/* Order Actions */
.order-actions[b-prvifnxfji] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0 0 0;
    border-top: 1px solid var(--finstock-border);
    margin-top: 1rem;
    gap: 1rem;
}

.order-actions .rz-button[b-prvifnxfji] {
    min-width: 140px;
    font-weight: 500;
    transition: var(--finstock-transition);
}

.clear-order-btn[b-prvifnxfji] {
    border-color: #6c757d;
    color: #6c757d;
}

.clear-order-btn:hover[b-prvifnxfji] {
    background-color: #6c757d;
    color: white;
    transform: translateY(-1px);
}

.submit-order-btn[b-prvifnxfji] {
    background: linear-gradient(135deg, var(--finstock-success) 0%, #218838 100%);
    border-color: var(--finstock-success);
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.2);
}

.submit-order-btn:hover[b-prvifnxfji] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}

.submit-order-btn:disabled[b-prvifnxfji] {
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

/* Order History Styles */
.history-grid-container[b-prvifnxfji] {
    width: 100%;
    overflow-x: auto;
}

.history-grid[b-prvifnxfji] {
    min-width: 800px;
}

.order-id[b-prvifnxfji] {
    font-family: 'Courier New', 'Monaco', monospace;
    font-weight: 600;
    color: var(--finstock-primary);
    background-color: rgba(0, 123, 255, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: calc(var(--finstock-border-radius) * 0.6);
    display: inline-block;
    font-size: 0.875rem;
}

.date-value[b-prvifnxfji] {
    font-family: 'Courier New', 'Monaco', monospace;
    font-size: 0.875rem;
    color: var(--finstock-dark);
}

.items-summary[b-prvifnxfji] {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    line-height: 1.4;
}

.cost-value[b-prvifnxfji] {
    font-weight: 600;
    color: var(--finstock-success);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.processed-by[b-prvifnxfji] {
    font-size: 0.875rem;
    color: #6c757d;
    font-style: italic;
}

/* Status Badges */
.status-badge[b-prvifnxfji] {
    padding: 0.375rem 0.75rem;
    border-radius: calc(var(--finstock-border-radius) * 0.8);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    display: inline-block;
    min-width: 80px;
    text-align: center;
}

.status-pending[b-prvifnxfji] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 193, 7, 0.1) 100%);
    color: #856404;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.status-approved[b-prvifnxfji] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(40, 167, 69, 0.1) 100%);
    color: #155724;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

.status-rejected[b-prvifnxfji] {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(220, 53, 69, 0.1) 100%);
    color: #721c24;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.status-revoked[b-prvifnxfji] {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.15) 0%, rgba(108, 117, 125, 0.1) 100%);
    color: #495057;
    border: 1px solid rgba(108, 117, 125, 0.3);
}

.status-unknown[b-prvifnxfji] {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.1) 0%, rgba(108, 117, 125, 0.05) 100%);
    color: #6c757d;
    border: 1px solid rgba(108, 117, 125, 0.2);
}

/* Action Buttons */
.refresh-btn[b-prvifnxfji], .revoke-btn[b-prvifnxfji], .reorder-btn[b-prvifnxfji] {
    min-width: 80px;
    font-size: 0.875rem;
    transition: var(--finstock-transition);
}

.refresh-btn:hover[b-prvifnxfji], .reorder-btn:hover[b-prvifnxfji] {
    transform: translateY(-1px);
}

.revoke-btn[b-prvifnxfji] {
    background: linear-gradient(135deg, var(--finstock-danger) 0%, #c82333 100%);
}

.revoke-btn:hover[b-prvifnxfji] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.reorder-btn[b-prvifnxfji] {
    background: linear-gradient(135deg, var(--finstock-primary) 0%, #0056b3 100%);
}

.reorder-btn:hover[b-prvifnxfji] {
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

/* JSpreadsheet Container */
.jspreadsheet-container[b-prvifnxfji] {
    min-height: 400px;
    width: 100%;
    border-radius: var(--finstock-border-radius);
    overflow: hidden;
    border: 1px solid var(--finstock-border);
    background: white;
}

/* Animation and Transitions */
.rz-panel[b-prvifnxfji] {
    animation: slideInUp-b-prvifnxfji 0.3s ease-out;
}

@keyframes slideInUp-b-prvifnxfji {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.badge[b-prvifnxfji], .status-badge[b-prvifnxfji], .order-id[b-prvifnxfji], .item-count[b-prvifnxfji], .mov-met[b-prvifnxfji], .mov-not-met[b-prvifnxfji] {
    animation: fadeIn-b-prvifnxfji 0.2s ease-out;
}

@keyframes fadeIn-b-prvifnxfji {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .order-creation-container[b-prvifnxfji] {
        padding: 1rem;
    }
    
    .page-header[b-prvifnxfji] {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .page-header h2[b-prvifnxfji] {
        font-size: 1.5rem;
    }
    
    .panel-header-content[b-prvifnxfji] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .panel-stats[b-prvifnxfji] {
        width: 100%;
        justify-content: space-between;
    }
    
    .summary-badges[b-prvifnxfji] {
        flex-wrap: wrap;
        gap: 0.375rem;
    }
    
    .badge[b-prvifnxfji] {
        font-size: 0.8125rem;
        padding: 0.25rem 0.5rem;
    }
    
    .order-actions[b-prvifnxfji] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .order-actions .rz-button[b-prvifnxfji] {
        width: 100%;
        min-width: unset;
    }
    
    .history-grid-container[b-prvifnxfji] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .empty-state[b-prvifnxfji], .loading-state[b-prvifnxfji] {
        padding: 3rem 1rem;
        min-height: 250px;
    }
    
    .empty-state h3[b-prvifnxfji] {
        font-size: 1.125rem;
    }
    
    .empty-state p[b-prvifnxfji] {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .page-header h2[b-prvifnxfji] {
        font-size: 1.25rem;
    }
    
    .panel-title[b-prvifnxfji] {
        font-size: 1rem;
    }
    
    .panel-subtitle[b-prvifnxfji] {
        font-size: 0.8125rem;
    }
    
    .badge[b-prvifnxfji] {
        font-size: 0.75rem;
        padding: 0.1875rem 0.375rem;
    }
    
    .status-badge[b-prvifnxfji] {
        font-size: 0.6875rem;
        padding: 0.25rem 0.5rem;
        min-width: 70px;
    }
}

/* Print Styles */
@media print {
    .order-creation-container[b-prvifnxfji] {
        background: white;
        padding: 0;
    }
    
    .rz-panel[b-prvifnxfji] {
        box-shadow: none;
        border: 1px solid #000;
        break-inside: avoid;
    }
    
    .order-actions[b-prvifnxfji],
    .panel-actions[b-prvifnxfji] {
        display: none;
    }
    
    .page-header[b-prvifnxfji] {
        border-bottom: 2px solid #000;
        box-shadow: none;
    }
}
/* /Pages/ApplicationManagement/ProposalEditing/ProposalEditing.razor.rz.scp.css */
/* ProposalEditing.razor.css - Proposal Editing Page Styles */

/* Empty state styles */
.empty-state-container[b-tzc2ju784f] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 2rem;
}

.placeholder-container[b-tzc2ju784f] {
    text-align: center;
    max-width: 600px;
    padding: 2rem;
}

.placeholder-image[b-tzc2ju784f] {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.placeholder-title[b-tzc2ju784f] {
    color: var(--finstock-text);
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.placeholder-description[b-tzc2ju784f] {
    color: var(--finstock-dark-grey);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.instructions-list[b-tzc2ju784f] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.instruction-item[b-tzc2ju784f] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.instruction-icon[b-tzc2ju784f] {
    background: var(--finstock-gradient-primary);
    color: var(--finstock-white);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}

.instruction-text[b-tzc2ju784f] {
    color: var(--finstock-text);
    font-size: 0.95rem;
}

/* Filter container styles */
.filter-container[b-tzc2ju784f] {
    width: 100%;
    margin: 0 auto;
    padding: 0.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.filter-controls[b-tzc2ju784f] {
    width: 100%;
    padding: 0rem 0;
}

/* Drawer styles */
.drawer[b-tzc2ju784f] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    overflow: hidden;
}

.drawer.expanded[b-tzc2ju784f] {
    max-height: 300px;
    opacity: 1;
}

.drawer.collapsed[b-tzc2ju784f] {
    max-height: 0;
    opacity: 0;
}

.advanced-filter-card[b-tzc2ju784f] {
    border-radius: 10px;
    background-color: var(--finstock-white);
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.filter-label[b-tzc2ju784f] {
    font-weight: 500;
    margin-top: 7px;
    color: var(--finstock-text);
}

.budget-inputs[b-tzc2ju784f] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.budget-input[b-tzc2ju784f] {
    border-radius: 8px;
    border: 1px solid var(--finstock-light-grey);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    min-width: 120px;
}

.budget-input:focus[b-tzc2ju784f] {
    border-color: var(--primary-1);
    box-shadow: 0 0 0 2px rgba(0, 37, 84, 0.1);
}

.range-separator[b-tzc2ju784f] {
    color: var(--finstock-dark-grey);
    font-size: 14px;
    padding: 0 4px;
}

/* Dashboard container styles */
.dashboard-container[b-tzc2ju784f] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 5px;
}

/* Chart container */
.chart-container[b-tzc2ju784f] {
    flex: 1 1 51%;
    min-height: 300px;
    height: auto;
    min-width: 300px;
    order: 2;
}

/* JSpreadsheet styles */
.jss_nested th[b-tzc2ju784f] {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    margin: 0;
}

.jss_nested th[colspan][b-tzc2ju784f] {
    text-align: center;
}

/* Radzen panel adjustments */
.rz-panel-titlebar-icon.rz-panel-titlebar-toggler[b-tzc2ju784f] {
    margin-top: 4px;
    margin-left: 10px
}

/* Responsive design */
@media (max-width: 768px) {
    .dashboard-container[b-tzc2ju784f] {
        flex-direction: column;
    }

    .chart-container[b-tzc2ju784f] {
        width: 100%;
    }
    
    .placeholder-image[b-tzc2ju784f] {
        max-width: 200px;
    }
    
    .placeholder-title[b-tzc2ju784f] {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .placeholder-title[b-tzc2ju784f] {
        font-size: 1.2rem;
    }
    
    .placeholder-description[b-tzc2ju784f] {
        font-size: 0.9rem;
    }
}
/* /Pages/Authentication/Unauthorized.razor.rz.scp.css */
.unauthorized-wrapper[b-056qcvj92g] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--rz-base-100) 0%, var(--rz-base-200) 100%);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.unauthorized-container[b-056qcvj92g] {
    position: relative;
    z-index: 1;
}

.unauthorized-content[b-056qcvj92g] {
    background: var(--rz-base-0);
    border-radius: 24px;
    padding: 4rem 3rem;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    text-align: center;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
    border: 1px solid var(--rz-base-300);
}

.icon-container[b-056qcvj92g] {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shield-icon[b-056qcvj92g] {
    font-size: 120px;
    color: var(--rz-primary);
    opacity: 0.2;
    position: absolute;
}

.lock-overlay[b-056qcvj92g] {
    position: relative;
    z-index: 1;
    background: var(--rz-primary);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.lock-icon[b-056qcvj92g] {
    font-size: 32px;
    color: white;
}

.main-heading[b-056qcvj92g] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--rz-text-primary-color);
    background: linear-gradient(135deg, var(--rz-primary) 0%, var(--rz-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.description[b-056qcvj92g] {
    font-size: 1.125rem;
    color: var(--rz-text-secondary-color);
    margin: 0 0 1rem;
    line-height: 1.6;
}

.sub-description[b-056qcvj92g] {
    font-size: 0.95rem;
    color: var(--rz-text-tertiary-color);
    margin: 0 0 2.5rem;
    line-height: 1.6;
}

.signout-button[b-056qcvj92g] {
    min-width: 180px;
    height: 48px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.signout-button:hover[b-056qcvj92g] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Decorative elements */
.decorative-elements[b-056qcvj92g] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.circle[b-056qcvj92g] {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rz-primary) 0%, var(--rz-secondary) 100%);
    opacity: 0.1;
    animation: float-b-056qcvj92g 20s infinite ease-in-out;
}

.circle-1[b-056qcvj92g] {
    width: 300px;
    height: 300px;
    top: -150px;
    left: -150px;
    animation-delay: 0s;
}

.circle-2[b-056qcvj92g] {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: -100px;
    animation-delay: 5s;
}

.circle-3[b-056qcvj92g] {
    width: 150px;
    height: 150px;
    top: 50%;
    right: -75px;
    animation-delay: 10s;
}

@keyframes float-b-056qcvj92g {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(30px, -30px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .unauthorized-wrapper[b-056qcvj92g] {
        padding: 1rem;
    }

    .unauthorized-content[b-056qcvj92g] {
        padding: 3rem 2rem;
    }

    .main-heading[b-056qcvj92g] {
        font-size: 2rem;
    }

    .icon-container[b-056qcvj92g] {
        width: 100px;
        height: 100px;
    }

    .shield-icon[b-056qcvj92g] {
        font-size: 100px;
    }

    .lock-overlay[b-056qcvj92g] {
        width: 50px;
        height: 50px;
    }

    .lock-icon[b-056qcvj92g] {
        font-size: 28px;
    }
}
