/* _content/NosmokeInternCopilot/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-asfms92qut] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-asfms92qut] {
    flex: 1;
}

.sidebar[b-asfms92qut] {
    background-color: #e3e3e3;
    /* background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-asfms92qut] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-asfms92qut]  a, .top-row[b-asfms92qut]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-asfms92qut]  a:hover, .top-row[b-asfms92qut]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-asfms92qut]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-asfms92qut] {
        justify-content: space-between;
    }

    .top-row[b-asfms92qut]  a, .top-row[b-asfms92qut]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-asfms92qut] {
        flex-direction: row;
    }

    .sidebar[b-asfms92qut] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-asfms92qut] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-asfms92qut]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-asfms92qut], article[b-asfms92qut] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-asfms92qut] {
    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-asfms92qut] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/NosmokeInternCopilot/Components/Pages/GoodsReceipt.razor.rz.scp.css */
.selected-input .e-input-group[b-tvqvtvdhjx] {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.selected-input input[b-tvqvtvdhjx] {
    background-color: #d4edda !important;
}

/* Row styling for receipt status */
.row-fully-received[b-tvqvtvdhjx] {
    background-color: #d4edda !important;
}

.row-fully-received:hover[b-tvqvtvdhjx] {
    background-color: #c3e6cb !important;
}

.row-partially-received[b-tvqvtvdhjx] {
    background-color: #fff3cd !important;
}

.row-partially-received:hover[b-tvqvtvdhjx] {
    background-color: #ffeeba !important;
}

/* Ensure the row colors are applied to all cells */
[b-tvqvtvdhjx] .e-grid .e-row.row-fully-received td {
    background-color: #d4edda !important;
}

[b-tvqvtvdhjx] .e-grid .e-row.row-fully-received:hover td {
    background-color: #c3e6cb !important;
}

[b-tvqvtvdhjx] .e-grid .e-row.row-partially-received td {
    background-color: #fff3cd !important;
}

[b-tvqvtvdhjx] .e-grid .e-row.row-partially-received:hover td {
    background-color: #ffeeba !important;
}

/* Cell-level styling for dynamic updates */
[b-tvqvtvdhjx] .e-grid td.cell-fully-received {
    background-color: #d4edda !important;
}

[b-tvqvtvdhjx] .e-grid td.cell-partially-received {
    background-color: #fff3cd !important;
}

/* Put-away table styling */
.putaway-table[b-tvqvtvdhjx] {
    font-size: 0.9rem;
}

.putaway-table thead th[b-tvqvtvdhjx] {
    font-weight: 600;
    white-space: nowrap;
}

/* Print styles */
@media print {
    body *[b-tvqvtvdhjx] {
        visibility: hidden;
    }
    
    #receipt-details-print-area[b-tvqvtvdhjx],
    #receipt-details-print-area *[b-tvqvtvdhjx] {
        visibility: visible;
    }
    
    #receipt-details-print-area[b-tvqvtvdhjx] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 15px;
    }
    
    .e-dialog[b-tvqvtvdhjx],
    .e-dlg-header[b-tvqvtvdhjx],
    .e-footer-content[b-tvqvtvdhjx] {
        display: none !important;
    }
    
    [b-tvqvtvdhjx] .receipt-details-dialog .e-dlg-content {
        border: none !important;
        padding: 0 !important;
    }
    
    .putaway-table[b-tvqvtvdhjx] {
        font-size: 10pt;
        width: 100%;
    }
    
    .putaway-table th[b-tvqvtvdhjx],
    .putaway-table td[b-tvqvtvdhjx] {
        padding: 4px 6px;
        border: 1px solid #333 !important;
    }
    
    .putaway-table thead[b-tvqvtvdhjx] {
        background-color: #f0f0f0 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .badge[b-tvqvtvdhjx] {
        border: 1px solid #666;
        padding: 2px 6px;
    }
    
    .d-print-block[b-tvqvtvdhjx] {
        display: table-cell !important;
    }
    
    .d-none.d-print-block[b-tvqvtvdhjx] {
        display: block !important;
    }
    
    .putaway-list-title[b-tvqvtvdhjx] {
        display: block !important;
    }
    
    .print-footer[b-tvqvtvdhjx] {
        display: block !important;
    }
    
    .receipt-header-info[b-tvqvtvdhjx] {
        margin-bottom: 10px !important;
    }
    
    @page {
        size: A4 landscape;
        margin: 10mm;
    }
}
/* _content/NosmokeInternCopilot/Components/Pages/PurchaseOrderEdit.razor.rz.scp.css */
/* Shipment status row coloring */
[b-lqe7q55mmd] .po-row-fully-shipped td {
    background-color: rgba(25, 135, 84, 0.12) !important;
}

[b-lqe7q55mmd] .po-row-partially-shipped td {
    background-color: rgba(255, 193, 7, 0.15) !important;
}
/* _content/NosmokeInternCopilot/Components/Pages/ShipmentEdit.razor.rz.scp.css */
/* Row styling for shipment item goods receipt status */
[b-70mtyc4qfu] .e-grid .e-row.row-fully-received td {
    background-color: #d4edda !important;
}

[b-70mtyc4qfu] .e-grid .e-row.row-fully-received:hover td {
    background-color: #c3e6cb !important;
}

[b-70mtyc4qfu] .e-grid .e-row.row-partially-received td {
    background-color: #fff3cd !important;
}

[b-70mtyc4qfu] .e-grid .e-row.row-partially-received:hover td {
    background-color: #ffeeba !important;
}
/* _content/NosmokeInternCopilot/Components/Shared/AddProductToShipmentModal.razor.rz.scp.css */
/* Row styling for items already added to the shipment */
[b-0x0y6r4m3w] .e-grid .e-row.row-already-in-shipment td {
    background-color: #fff3cd !important;
}

[b-0x0y6r4m3w] .e-grid .e-row.row-already-in-shipment:hover td {
    background-color: #ffeeba !important;
}
/* _content/NosmokeInternCopilot/Components/Shared/AttachmentsPanel.razor.rz.scp.css */
.attachments-panel-header[b-slxgvqm8k7] {
    cursor: pointer;
    user-select: none;
}

.attachments-panel-header:hover[b-slxgvqm8k7] {
    background-color: var(--bs-gray-100, #f8f9fa);
}
