/* _content/InventoryDashboard/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6ax5ikrbj9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6ax5ikrbj9] {
    flex: 1;
}

.sidebar[b-6ax5ikrbj9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6ax5ikrbj9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6ax5ikrbj9]  a, .top-row[b-6ax5ikrbj9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6ax5ikrbj9]  a:hover, .top-row[b-6ax5ikrbj9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6ax5ikrbj9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6ax5ikrbj9] {
        justify-content: space-between;
    }

    .top-row[b-6ax5ikrbj9]  a, .top-row[b-6ax5ikrbj9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6ax5ikrbj9] {
        flex-direction: row;
    }

    .sidebar[b-6ax5ikrbj9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6ax5ikrbj9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6ax5ikrbj9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6ax5ikrbj9], article[b-6ax5ikrbj9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6ax5ikrbj9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6ax5ikrbj9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/InventoryDashboard/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-bvg7zwgly7] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-bvg7zwgly7] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-bvg7zwgly7] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bvg7zwgly7] {
    font-size: 1.1rem;
}

.bi[b-bvg7zwgly7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-bvg7zwgly7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-bvg7zwgly7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-bvg7zwgly7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-bvg7zwgly7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-bvg7zwgly7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-bvg7zwgly7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-bvg7zwgly7]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-bvg7zwgly7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-bvg7zwgly7]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-bvg7zwgly7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bvg7zwgly7] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-bvg7zwgly7] {
        display: none;
    }

    .nav-scrollable[b-bvg7zwgly7] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/InventoryDashboard/Components/Pages/Inventory.razor.rz.scp.css */
.inventory-dashboard .inventory-tree[b-ocjxfans50] {
    max-height: 28rem;
}

.inventory-dashboard .filter-select[b-ocjxfans50] {
    min-height: 140px;
    padding: 0.5rem;
}

.inventory-dashboard .filter-select option[b-ocjxfans50] {
    padding: 0.35rem 0.25rem;
}

.inventory-dashboard .card[b-ocjxfans50] {
    border-radius: 0.75rem;
}

.inventory-dashboard .card-header[b-ocjxfans50] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* _content/InventoryDashboard/Components/Pages/RcfPlacement.razor.rz.scp.css */
.rcf-placement-container[b-zmqx7k2zxm] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f8fafc;
    overflow: hidden;
}

/* Header */
.rcf-placement-header[b-zmqx7k2zxm] {
    background-color: #1e293b;
    color: white;
    padding: 12px 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    z-index: 20;
}

.rcf-placement-header-icon[b-zmqx7k2zxm] {
    background-color: #4f46e5;
    padding: 8px;
    border-radius: 4px;
}

/* Main Layout */
.rcf-placement-main[b-zmqx7k2zxm] {
    flex: 1;
    display: flex;
    overflow: hidden;
}

/* Left Panel */
.rcf-placement-left-panel[b-zmqx7k2zxm] {
    width: 100%;
    background-color: white;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

@media (min-width: 992px) {
    .rcf-placement-left-panel[b-zmqx7k2zxm] {
        width: 33.333333%;
    }
}

.rcf-placement-panel-header[b-zmqx7k2zxm] {
    padding: 16px;
    border-bottom: 1px solid #f1f5f9;
    background-color: #f8fafc;
}

.rcf-placement-panel-body[b-zmqx7k2zxm] {
    flex: 1;
    overflow-y: auto;
    padding: 12px;
}

/* Carton Card */
.rcf-carton-card[b-zmqx7k2zxm] {
    background-color: white;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 2px solid transparent;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.rcf-carton-card:hover[b-zmqx7k2zxm] {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.rcf-carton-card.active[b-zmqx7k2zxm] {
    border-color: #3b82f6;
    background-color: #eff6ff;
    transform: translateX(4px);
}

/* Right Panel */
.rcf-placement-right-panel[b-zmqx7k2zxm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f8fafc;
    overflow-y: auto;
}

/* Selection Context */
.rcf-selection-context[b-zmqx7k2zxm] {
    background-color: white;
    padding: 24px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e2e8f0;
}

/* Location Panel */
.rcf-location-panel[b-zmqx7k2zxm] {
    margin-top: 24px;
    background-color: #f8fafc;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s;
}

.rcf-location-panel.suggestion-active[b-zmqx7k2zxm] {
    border-color: #3b82f6;
    background-color: #eff6ff;
    animation: pulse-blue-b-zmqx7k2zxm 2s infinite;
}

@keyframes pulse-blue-b-zmqx7k2zxm {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.4);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(59, 130, 246, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
    }
}

.rcf-suggestion-badge[b-zmqx7k2zxm] {
    display: flex;
    align-items: center;
    color: #2563eb;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    animation: pulse 2s infinite;
}

/* Empty State */
.rcf-empty-state[b-zmqx7k2zxm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    padding: 32px;
}

/* Place List */
.rcf-place-list[b-zmqx7k2zxm] {
    flex: 1;
    background-color: white;
    border-top: 1px solid #e2e8f0;
    padding: 24px;
}

/* Select Input Styling */
.rcf-placement-right-panel .form-select[b-zmqx7k2zxm] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
}

/* _content/InventoryDashboard/Components/Pages/RcfReceiving.razor.rz.scp.css */
.rcf-receiving-container[b-r3dhxolhz6] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f8fafc;
    overflow: hidden;
    position: relative;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Toast Notification */
.toast-notification[b-r3dhxolhz6] {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1e293b;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    display: flex;
    align-items: center;
    gap: 12px;
}

@keyframes fade-in-up-b-r3dhxolhz6 {
    from {
        opacity: 0;
        transform: translateY(20px) translateX(-50%);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }
}

.toast-enter[b-r3dhxolhz6] {
    animation: fade-in-up-b-r3dhxolhz6 0.3s ease-out forwards;
}

/* Modal */
.modal-overlay[b-r3dhxolhz6] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(2px);
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.modal-content[b-r3dhxolhz6] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 42rem;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-header[b-r3dhxolhz6] {
    padding: 16px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8fafc;
    border-radius: 12px 12px 0 0;
}

.modal-body[b-r3dhxolhz6] {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}

.modal-footer[b-r3dhxolhz6] {
    padding: 16px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    background-color: #f8fafc;
    border-radius: 0 0 12px 12px;
}

/* Header */
.rcf-header[b-r3dhxolhz6] {
    background-color: #1e293b;
    color: white;
    padding: 12px 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    z-index: 20;
}

.rcf-header .text-muted[b-r3dhxolhz6] {
    color: #94a3b8 !important;
}

.rcf-header-icon[b-r3dhxolhz6] {
    background-color: #4f46e5;
    padding: 8px;
    border-radius: 4px;
}

/* Main Layout */
.rcf-main-layout[b-r3dhxolhz6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 992px) {
    .rcf-main-layout[b-r3dhxolhz6] {
        flex-direction: row;
    }
}

/* Workspace (Left Panel) */
.rcf-workspace[b-r3dhxolhz6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px;
    overflow-y: auto;
    background-color: white;
    position: relative;
    z-index: 10;
}

/* Mode Switcher */
.rcf-mode-switcher[b-r3dhxolhz6] {
    display: flex;
    background-color: #f1f5f9;
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    flex-shrink: 0;
}

.rcf-tab[b-r3dhxolhz6] {
    flex: 1;
    padding: 8px;
    border-radius: 6px;
    border: none;
    background: transparent;
    font-size: 0.875rem;
    font-weight: 700;
    color: #64748b;
    transition: all 0.2s;
    cursor: pointer;
}

.rcf-tab:hover[b-r3dhxolhz6] {
    background-color: #e2e8f0;
}

.rcf-tab.active[b-r3dhxolhz6] {
    background-color: white;
    color: #2563eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* Input Card */
.rcf-input-card[b-r3dhxolhz6] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
}

/* Scale Widget */
.rcf-scale-widget[b-r3dhxolhz6] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.rcf-scale-display[b-r3dhxolhz6] {
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-size: 1.875rem;
    font-weight: 700;
    width: 128px;
    background: transparent;
    border: none;
    border-bottom: 2px solid;
    outline: none;
    transition: all 0.2s;
}

.rcf-scale-display.scale-live[b-r3dhxolhz6] {
    background-color: #ecfdf5;
    color: #059669;
    border-color: #10b981;
}

.rcf-scale-display.scale-locked[b-r3dhxolhz6] {
    background-color: #fef2f2;
    color: #b91c1c;
    border-color: #ef4444;
}

/* Contents Grid */
.rcf-contents-grid[b-r3dhxolhz6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-height: 150px;
    margin-bottom: 16px;
}

.rcf-contents-header[b-r3dhxolhz6] {
    background-color: #f1f5f9;
    padding: 8px 16px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.rcf-contents-body[b-r3dhxolhz6] {
    overflow-y: auto;
    flex: 1;
    padding: 0;
}

.rcf-contents-body table thead[b-r3dhxolhz6] {
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.rcf-contents-body table th[b-r3dhxolhz6] {
    background-color: #f8fafc;
    color: #64748b;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px;
    font-weight: 700;
}

.rcf-contents-body table td[b-r3dhxolhz6] {
    padding: 8px 10px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.85rem;
}

/* Session Panel (Right Panel) */
.rcf-session-panel[b-r3dhxolhz6] {
    height: 288px;
    width: 100%;
    background-color: #f8fafc;
    border-top: 1px solid #cbd5e1;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 20;
}

@media (min-width: 992px) {
    .rcf-session-panel[b-r3dhxolhz6] {
        height: auto;
        width: 384px;
        border-top: none;
        border-left: 1px solid #cbd5e1;
        box-shadow: none;
    }
}

.rcf-session-header[b-r3dhxolhz6] {
    padding: 16px;
    background-color: white;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.rcf-session-body[b-r3dhxolhz6] {
    flex: 1;
    overflow-y: auto;
    padding: 8px;
}

.rcf-session-body table thead th[b-r3dhxolhz6] {
    background-color: #1e293b;
    color: white;
    font-size: 0.75rem;
    padding: 12px;
    text-align: left;
}

.rcf-session-body table tbody td[b-r3dhxolhz6] {
    padding: 12px;
    border-bottom: 1px solid #e2e8f0;
    background: white;
}

.rcf-session-footer[b-r3dhxolhz6] {
    padding: 16px;
    border-top: 1px solid #e2e8f0;
    background-color: white;
    flex-shrink: 0;
}

/* Confirm Button */
.rcf-confirm-btn[b-r3dhxolhz6] {
    background-color: #1e3a8a;
    border-color: #1e3a8a;
    transition: all 0.2s;
}

.rcf-confirm-btn:hover[b-r3dhxolhz6] {
    background-color: #1e40af;
    border-color: #1e40af;
    transform: scale(0.98);
}

.rcf-confirm-btn:active[b-r3dhxolhz6] {
    transform: scale(0.95);
}

/* Select Input Styling */
.rcf-workspace .form-select[b-r3dhxolhz6] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
}

