@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* _content/Delight/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/Delight/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yseylwod43] {
    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-yseylwod43] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-yseylwod43] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yseylwod43] {
    font-size: 1.1rem;
}

.bi[b-yseylwod43] {
    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-yseylwod43] {
    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-yseylwod43] {
    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-yseylwod43] {
    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-yseylwod43] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-yseylwod43] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yseylwod43] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yseylwod43]  .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-yseylwod43]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-yseylwod43]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-yseylwod43] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-yseylwod43] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yseylwod43] {
        display: none;
    }

    .nav-scrollable[b-yseylwod43] {
        /* 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/Delight/Components/Pages/Auth/Login.razor.rz.scp.css */
.login-bg[b-gfxm2ebb9a] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0f4c81 0%, #1a73c7 50%, #0d9fd8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.login-bg[b-gfxm2ebb9a]::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    top: -200px;
    right: -150px;
}

.login-bg[b-gfxm2ebb9a]::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    bottom: -100px;
    left: -100px;
}

.login-card-wrap[b-gfxm2ebb9a] {
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

.login-card[b-gfxm2ebb9a] {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.login-brand-logo[b-gfxm2ebb9a] {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 0.75rem;
}

.ls-1[b-gfxm2ebb9a] {
    letter-spacing: 0.05em;
}

.input-group-text[b-gfxm2ebb9a] {
    cursor: default;
}

.form-control:focus[b-gfxm2ebb9a] {
    box-shadow: none;
    border-color: #ced4da;
    background: #f8f9fa !important;
}

.is-invalid-subtle[b-gfxm2ebb9a] {
    border-color: #f8d7da !important;
    background-color: #fff8f8 !important;
}

.alert-danger[b-gfxm2ebb9a] {
    background-color: #fff0f0;
    border-color: #f5c6cb;
    border-radius: 0.6rem;
    color: #842029;
}
/* _content/Delight/Components/Pages/Collection/Remittance/RemittanceList.razor.rz.scp.css */
/* Match Sales Order offcanvas sizing */
.rm-verify-offcanvas[b-cqt1qta95t] {
    width: 50vw !important;
    min-width: 340px !important;
    max-width: 50vw !important;
}

@media (max-width: 991.98px) {
    .rm-verify-offcanvas[b-cqt1qta95t] {
        width: 80vw !important;
        max-width: 80vw !important;
    }
}

@media (max-width: 575.98px) {
    .rm-verify-offcanvas[b-cqt1qta95t] {
        width: 100vw !important;
        min-width: unset !important;
        max-width: 100vw !important;
    }
}
/* _content/Delight/Components/Pages/Efund/EFund/EFundList.razor.rz.scp.css */
.efund-detail-canvas .offcanvas-title[b-663ml3s1zn] {
    font-size: 1.12rem;
}

.efund-detail-canvas .form-control[b-663ml3s1zn],
.efund-detail-canvas .input-group-text[b-663ml3s1zn] {
    font-size: .8rem;
}

.efund-detail-canvas .efund-trail-list .list-group-item[b-663ml3s1zn] {
    font-size: .78rem;
}

.efund-detail-canvas .efund-trail-list .badge[b-663ml3s1zn] {
    font-size: .68rem;
}

.efund-detail-canvas .efund-detail-table[b-663ml3s1zn] {
    font-size: .84rem;
}

.efund-detail-canvas .efund-detail-table thead th[b-663ml3s1zn] {
    font-size: .78rem;
    padding: .38rem .45rem;
    white-space: nowrap;
}

.efund-detail-canvas .efund-detail-table tbody td[b-663ml3s1zn] {
    padding: .36rem .45rem;
}
/* _content/Delight/Components/Pages/Home.razor.rz.scp.css */
.dashboard-page[b-vvn2vpfo78] {
    max-width: none;
}

.dashboard-page.container-fluid[b-vvn2vpfo78] {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.dashboard-title[b-vvn2vpfo78] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.dashboard-pill[b-vvn2vpfo78] {
    background: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.85rem;
    color: var(--bs-secondary-color);
}

.dashboard-filter-line[b-vvn2vpfo78] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.filter-group[b-vvn2vpfo78] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.filter-label[b-vvn2vpfo78] {
    font-size: 0.8rem;
    color: var(--bs-secondary-color);
    margin-bottom: 0;
}

.filter-date[b-vvn2vpfo78] {
    min-width: 170px;
}

.filter-category[b-vvn2vpfo78] {
    min-width: 220px;
}

.dashboard-box[b-vvn2vpfo78] {
    border: 1px solid var(--bs-border-color);
    background-color: var(--bs-body-bg);
    border-radius: 0.75rem;
}

.dashboard-surface[b-vvn2vpfo78] {
    box-shadow: var(--bs-box-shadow-sm);
}

.kpi-card[b-vvn2vpfo78] {
    border-top: 3px solid transparent;
}

.kpi-primary[b-vvn2vpfo78] {
    border-top-color: var(--bs-primary);
}

.kpi-success[b-vvn2vpfo78] {
    border-top-color: var(--bs-success);
}

.kpi-warning[b-vvn2vpfo78] {
    border-top-color: var(--bs-warning);
}

.kpi-info[b-vvn2vpfo78] {
    border-top-color: var(--bs-info);
}

.kpi-icon[b-vvn2vpfo78] {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.kpi-value[b-vvn2vpfo78] {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.dashboard-box-title[b-vvn2vpfo78] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--bs-secondary-color);
    margin-bottom: 0.5rem;
}

.metric-row[b-vvn2vpfo78] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: baseline;
    padding: 0.15rem 0;
    border-bottom: 1px dashed var(--bs-border-color-translucent);
}

.metric-row:last-child[b-vvn2vpfo78] {
    border-bottom: none;
}

.progress-thin[b-vvn2vpfo78] {
    height: 0.35rem;
}

.overview-title[b-vvn2vpfo78] {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
}

.overview-header[b-vvn2vpfo78] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overview-main-card[b-vvn2vpfo78] {
    min-height: 190px;
}

.overview-value[b-vvn2vpfo78] {
    font-size: 2rem;
    font-weight: 600;
}

.variance-chart .progress[b-vvn2vpfo78] {
    height: 0.5rem;
}

@media (max-width: 991.98px) {
    .dashboard-filter-line[b-vvn2vpfo78] {
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .filter-group[b-vvn2vpfo78] {
        flex-wrap: wrap;
        white-space: normal;
    }

    .filter-category[b-vvn2vpfo78] {
        min-width: 180px;
    }
}
/* _content/Delight/Components/Pages/Inventory/SupplierReturn/SupplierReturnList.razor.rz.scp.css */
/* ── Offcanvas ── */
.str-offcanvas[b-5fgn7hstzj] {
    width: 50vw !important;
    min-width: 340px !important;
}

@media (max-width: 991.98px) {
    .str-offcanvas[b-5fgn7hstzj] {
        width: 80vw !important;
    }
}

@media (max-width: 575.98px) {
    .str-offcanvas[b-5fgn7hstzj] {
        width: 100vw !important;
        min-width: unset !important;
    }
}

/* ── Status Tabs ── */
[b-5fgn7hstzj] .str-status-tabs .nav-link {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    color: #6c757d;
    border-bottom: 2px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background: transparent;
    transition: color .15s ease, border-bottom-color .15s ease;
    margin-bottom: -1px;
}

[b-5fgn7hstzj] .str-status-tabs .nav-link:hover:not(.active) {
    color: #0d6efd;
    border-bottom-color: #adb5bd;
    background: transparent;
}

[b-5fgn7hstzj] .str-status-tabs .nav-link.active {
    color: #0d6efd;
    font-weight: 600;
    border-bottom: 2px solid #0d6efd;
    background: transparent;
}
/* _content/Delight/Components/Pages/Inventory/Transfers/TransfersList.razor.rz.scp.css */
/* ── Offcanvas ── */
.stt-offcanvas[b-j44kjitpfo] {
    width: 50vw !important;
    min-width: 340px !important;
}

@media (max-width: 991.98px) {
    .stt-offcanvas[b-j44kjitpfo] {
        width: 80vw !important;
    }
}

@media (max-width: 575.98px) {
    .stt-offcanvas[b-j44kjitpfo] {
        width: 100vw !important;
        min-width: unset !important;
    }
}

/* ── Status Tabs ── */
[b-j44kjitpfo] .stt-status-tabs .nav-link {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    color: #6c757d;
    border-bottom: 2px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background: transparent;
    transition: color .15s ease, border-bottom-color .15s ease;
    margin-bottom: -1px;
}

[b-j44kjitpfo] .stt-status-tabs .nav-link:hover:not(.active) {
    color: #0d6efd;
    border-bottom-color: #adb5bd;
    background: transparent;
}

[b-j44kjitpfo] .stt-status-tabs .nav-link.active {
    color: #0d6efd;
    font-weight: 600;
    border-bottom: 2px solid #0d6efd;
    background: transparent;
}

/* ── Items table: allow dropdown to overflow the table-responsive clip ── */
[b-j44kjitpfo] .stt-items-wrap {
    overflow: visible !important;
}

[b-j44kjitpfo] .stt-items-wrap table {
    overflow: visible;
}

/* ── Product search dropdown (like Sales Order) ── */
.stt-product-dropdown[b-j44kjitpfo] {
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: .375rem;
    max-height: 220px;
    overflow-y: auto;
    top: 100%;
}

.stt-product-dropdown-item[b-j44kjitpfo] {
    padding: .4rem .6rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: .83rem;
    transition: background .1s;
}

.stt-product-dropdown-item:last-child[b-j44kjitpfo] {
    border-bottom: none;
}

.stt-product-dropdown-item:hover[b-j44kjitpfo] {
    background: #f0f4ff;
}

.product-code-badge[b-j44kjitpfo] {
    display: inline-block;
    font-size: .65rem;
    font-weight: 600;
    color: #6c757d;
    background: #f1f3f5;
    padding: 0 .35rem;
    border-radius: .2rem;
    letter-spacing: .03em;
}
/* _content/Delight/Components/Pages/Master/Product.razor.rz.scp.css */
.product-image-container-offcanvas[b-m2e5ug8mnt] {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    padding: 20px 15px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-view-image-offcanvas[b-m2e5ug8mnt] {
    max-height: 250px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-label.fw-bold[b-m2e5ug8mnt] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

/* Edit offcanvas image upload zone */
.edit-image-upload-zone[b-m2e5ug8mnt] {
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #eef0f2;
}

.edit-upload-preview[b-m2e5ug8mnt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.edit-upload-overlay[b-m2e5ug8mnt] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    opacity: 0;
    border-radius: 10px;
    transition: opacity 0.18s ease;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.edit-upload-overlay i[b-m2e5ug8mnt] {
    font-size: 1.5rem;
}

.edit-image-upload-zone:hover .edit-upload-overlay[b-m2e5ug8mnt] {
    opacity: 1;
}

/* Tab content - subtle background instead of heavy border */
.tab-content-edit[b-m2e5ug8mnt] {
    background: #f8f9fa;
    border-radius: 0 6px 6px 6px;
}

/* UoM conversion cards */
.uom-card[b-m2e5ug8mnt] {
    background: #ffffff;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    padding: 0.55rem 0.75rem;
    transition: box-shadow 0.15s ease;
}

.uom-card:hover[b-m2e5ug8mnt] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}

.uom-card-base[b-m2e5ug8mnt] {
    border-color: #0d6efd;
    border-left: 4px solid #0d6efd;
    background: #f0f5ff;
}
/* _content/Delight/Components/Pages/Master/ProductFormOffcanvas.razor.rz.scp.css */
/* Image upload zone */
.pfo-image-upload-zone[b-4bo978nt0y] {
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #eef0f2;
}

.pfo-upload-preview[b-4bo978nt0y] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.pfo-upload-placeholder[b-4bo978nt0y] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #adb5bd;
    border-radius: 10px;
}

.pfo-upload-placeholder i[b-4bo978nt0y] {
    font-size: 2.5rem;
}

.pfo-upload-placeholder span[b-4bo978nt0y] {
    font-size: 0.72rem;
}

.pfo-upload-overlay[b-4bo978nt0y] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    opacity: 0;
    border-radius: 10px;
    transition: opacity 0.18s ease;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.pfo-upload-overlay i[b-4bo978nt0y] {
    font-size: 1.5rem;
}

.pfo-image-upload-zone:hover .pfo-upload-overlay[b-4bo978nt0y] {
    opacity: 1;
}

/* Tab content */
.pfo-tab-content[b-4bo978nt0y] {
    background: #f8f9fa;
    border-radius: 0 6px 6px 6px;
}

/* UoM cards */
.pfo-uom-card[b-4bo978nt0y] {
    background: #ffffff;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    padding: 0.55rem 0.75rem;
    transition: box-shadow 0.15s ease;
}

.pfo-uom-card:hover[b-4bo978nt0y] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}

.pfo-uom-card-base[b-4bo978nt0y] {
    border-color: #0d6efd;
    border-left: 4px solid #0d6efd;
    background: #f0f5ff;
}

/* Supplier searchable dropdown */
.pfo-supplier-dropdown[b-4bo978nt0y] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    z-index: 1050;
    max-height: 220px;
    overflow-y: auto;
}

.pfo-supplier-option[b-4bo978nt0y] {
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    font-size: 0.875rem;
    transition: background 0.12s;
    border-bottom: 1px solid #f0f0f0;
}

.pfo-supplier-option:last-child[b-4bo978nt0y] {
    border-bottom: none;
}

.pfo-supplier-option:hover[b-4bo978nt0y] {
    background: #f0f5ff;
}

/* Supplier avatar */
.pfo-supplier-avatar[b-4bo978nt0y] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.pfo-supplier-avatar-lg[b-4bo978nt0y] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 0.8rem;
}

.pfo-supplier-avatar-xl[b-4bo978nt0y] {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 1rem;
}

/* Assigned supplier card */
.pfo-supplier-card[b-4bo978nt0y] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 0.55rem 0.75rem;
    transition: box-shadow 0.15s, border-color 0.15s;
}

.pfo-supplier-card:hover[b-4bo978nt0y] {
    border-color: #b8d0fd;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.08);
}

/* Action buttons on card */
.pfo-supplier-action-btn[b-4bo978nt0y] {
    padding: 3px 8px;
    line-height: 1.2;
    border-radius: 6px;
}

/* Empty state */
.pfo-supplier-empty[b-4bo978nt0y] {
    text-align: center;
    padding: 1.5rem 1rem;
    color: #adb5bd;
    font-size: 0.85rem;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px dashed #dee2e6;
}

/* Modal overlay (raises above offcanvas) */
.pfo-modal-overlay[b-4bo978nt0y] {
    z-index: 1500;
    background: transparent;
}

/* Supplier modal header */
.pfo-supplier-modal-header[b-4bo978nt0y] {
    background: #f8f9ff;
    border-bottom: none;
}

/* Detail row */
.pfo-supplier-detail-row[b-4bo978nt0y] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.875rem;
}

.pfo-supplier-detail-label[b-4bo978nt0y] {
    min-width: 100px;
    color: #6c757d;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.pfo-supplier-detail-value[b-4bo978nt0y] {
    font-weight: 500;
    color: #212529;
    word-break: break-word;
}

/* Supplier cost inline input */
.pfo-cost-input[b-4bo978nt0y] {
    max-width: 130px;
    font-size: 0.85rem;
    padding: 0.2rem 0.45rem;
}

/* Validation summary in footer */
.pfo-validation-summary[b-4bo978nt0y] {
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
    padding-left: 0;
    list-style: none;
}

.pfo-validation-summary:not(:empty)[b-4bo978nt0y] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem 0.5rem 1.5rem;
    color: #664d03;
    list-style: disc;
}

.pfo-validation-summary li[b-4bo978nt0y] {
    margin-bottom: 0.1rem;
}
/* _content/Delight/Components/Pages/Master/Roles.razor.rz.scp.css */
.product-image-container-offcanvas[b-w8qrzgrvfw] {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    padding: 20px 15px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
}

.product-view-image-offcanvas[b-w8qrzgrvfw] {
    max-height: 250px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-label.fw-bold[b-w8qrzgrvfw] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}
/* _content/Delight/Components/Pages/Master/Users.razor.rz.scp.css */
.product-image-container-offcanvas[b-dc4bmsd0ev] {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    padding: 20px 15px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
}

.product-view-image-offcanvas[b-dc4bmsd0ev] {
    max-height: 250px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-label.fw-bold[b-dc4bmsd0ev] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}
/* _content/Delight/Components/Pages/Profile.razor.rz.scp.css */
/* Profile page container */
.profile-page[b-5xl4bvox7x] {
    max-width: 760px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
}

/* Avatar card at the top */
.profile-card[b-5xl4bvox7x] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: var(--bb-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.profile-avatar[b-5xl4bvox7x] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--bs-primary, #0d6efd);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    letter-spacing: .03em;
}

.profile-name[b-5xl4bvox7x] {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 .35rem;
}

.profile-role-badge[b-5xl4bvox7x] {
    display: inline-block;
    font-size: .78rem;
    background: var(--bs-secondary-bg, #e9ecef);
    color: var(--bs-secondary-color, #6c757d);
    border-radius: 999px;
    padding: .2rem .7rem;
    font-weight: 500;
}

/* Info grid: two columns */
.info-grid[b-5xl4bvox7x] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

@media (max-width: 600px) {
    .info-grid[b-5xl4bvox7x] {
        grid-template-columns: 1fr;
    }
}

.info-section[b-5xl4bvox7x] {
    background: var(--bb-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.info-section-title[b-5xl4bvox7x] {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--bs-secondary-color, #6c757d);
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
}

.info-row[b-5xl4bvox7x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .45rem 0;
    font-size: .875rem;
    border-bottom: 1px solid var(--bs-border-color-translucent, rgba(0,0,0,.06));
}

.info-row:last-child[b-5xl4bvox7x] {
    border-bottom: none;
}

.info-label[b-5xl4bvox7x] {
    color: var(--bs-secondary-color, #6c757d);
    font-weight: 500;
}

.info-value[b-5xl4bvox7x] {
    font-weight: 500;
    text-align: right;
}
/* _content/Delight/Components/Pages/Sales/SalesOrder/SalesOrderList.razor.rz.scp.css */
/* ── Product dropdown ── */
.product-dropdown-menu[b-603r3me9ds] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    max-height: 260px;
    overflow-y: auto;
    top: calc(100% + 2px);
}

.product-dropdown-item[b-603r3me9ds] {
    padding: .5rem .75rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background .12s;
    font-size: .82rem;
}

.product-dropdown-item:last-child[b-603r3me9ds] {
    border-bottom: none;
}

.product-dropdown-item:hover[b-603r3me9ds] {
    background: #f0f7ff;
}

.product-code-badge[b-603r3me9ds] {
    display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    background: #e7f0ff;
    color: #0d6efd;
    border: 1px solid #b8d1fc;
    border-radius: .25rem;
    padding: .1rem .45rem;
    letter-spacing: .02em;
}

.product-name[b-603r3me9ds] {
    color: #212529;
    font-weight: 500;
    font-size: .82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-uom-badge[b-603r3me9ds] {
    flex-shrink: 0;
    font-size: .68rem;
    font-weight: 600;
    background: #f0f4f8;
    color: #6c757d;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .1rem .4rem;
    white-space: nowrap;
    margin-top: .1rem;
}

/* ── Channel icon tooltip ── */
.seller-channel-icon[b-603r3me9ds] {
    cursor: default;
    position: relative;
}

.seller-channel-icon:hover[b-603r3me9ds]::after {
    content: attr(title);
    position: absolute;
    bottom: calc(100% + 6px);
    right: 0;
    background: #212529;
    color: #fff;
    font-size: .75rem;
    white-space: nowrap;
    padding: .25rem .5rem;
    border-radius: .25rem;
    pointer-events: none;
    z-index: 1070;
}

.seller-channel-icon:hover[b-603r3me9ds]::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 1px);
    right: .6rem;
    border: 5px solid transparent;
    border-top-color: #212529;
    pointer-events: none;
    z-index: 1070;
}

/* ── Items table ── */
/* Visible overflow on desktop for dropdowns, scroll on mobile */
.so-items-wrap[b-603r3me9ds] {
    overflow: visible;
}

.so-total-box[b-603r3me9ds] {
    min-width: 280px;
}

.so-form-scroll-body[b-603r3me9ds] {
    padding-inline: 1.25rem !important;
}

.so-form-footer[b-603r3me9ds] {
    position: sticky;
    bottom: 0;
    z-index: 6;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .06);
}

.so-seller-credit-meta[b-603r3me9ds] {
    flex-wrap: wrap;
    row-gap: .2rem;
    column-gap: .75rem !important;
}

.so-list-wrap[b-603r3me9ds] {
    overflow-x: auto;
    overflow-y: visible;
}

@media (max-width: 575.98px) {
    .so-items-wrap[b-603r3me9ds] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .so-items-table[b-603r3me9ds] {
        min-width: 620px;
        font-size: .78rem;
    }

    .so-items-table td[b-603r3me9ds],
    .so-items-table th[b-603r3me9ds] {
        padding: .3rem .25rem !important;
    }

    .so-items-table .input-group-text[b-603r3me9ds] {
        padding: .2rem .3rem;
        font-size: .75rem;
    }

    .so-total-box[b-603r3me9ds] {
        min-width: unset;
        width: 100%;
    }
}

/* ── Offcanvas ── */
.so-offcanvas[b-603r3me9ds] {
    width: clamp(720px, 64vw, 980px) !important;
    min-width: 360px !important;
    max-width: 100vw !important;
}

@media (max-width: 1399.98px) {
    .so-offcanvas[b-603r3me9ds] {
        width: 72vw !important;
    }

    .so-form-scroll-body[b-603r3me9ds],
    .so-form-footer[b-603r3me9ds] {
        padding-inline: 1rem !important;
    }

    .so-items-table td[b-603r3me9ds],
    .so-items-table th[b-603r3me9ds] {
        padding: .35rem .3rem !important;
    }

    .so-total-box .fs-5[b-603r3me9ds] {
        font-size: 1.15rem !important;
    }
}

@media (max-width: 991.98px) {
    .so-offcanvas[b-603r3me9ds] {
        width: 88vw !important;
    }

    .so-seller-credit-meta[b-603r3me9ds] {
        font-size: .68rem !important;
    }
}

@media (max-height: 820px) {
    .so-form-scroll-body[b-603r3me9ds] {
        padding-top: .65rem !important;
        padding-bottom: .45rem !important;
    }

    .so-offcanvas .form-label[b-603r3me9ds] {
        margin-bottom: .2rem !important;
    }

    .so-offcanvas .mb-3[b-603r3me9ds] {
        margin-bottom: .65rem !important;
    }

    .so-offcanvas .mt-3[b-603r3me9ds] {
        margin-top: .65rem !important;
    }

    .so-offcanvas textarea.form-control[b-603r3me9ds] {
        min-height: 72px;
    }
}

@media (max-width: 575.98px) {
    .so-offcanvas[b-603r3me9ds] {
        width: 100vw !important;
        min-width: unset !important;
    }

    .so-form-scroll-body[b-603r3me9ds],
    .so-form-footer[b-603r3me9ds] {
        padding-inline: .75rem !important;
    }
}
/* _content/Delight/Components/Pages/Sales/SalesReturn/SalesReturnList.razor.rz.scp.css */
/* ── Offcanvas ── */
.sr-offcanvas[b-bp1ltyla83] {
    width: 50vw !important;
    min-width: 340px !important;
}

@media (max-width: 991.98px) {
    .sr-offcanvas[b-bp1ltyla83] {
        width: 80vw !important;
    }
}

@media (max-width: 575.98px) {
    .sr-offcanvas[b-bp1ltyla83] {
        width: 100vw !important;
        min-width: unset !important;
    }
}

/* ── Status Tabs ── */
[b-bp1ltyla83] .sr-status-tabs .nav-link {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    color: #6c757d;
    border-bottom: 2px solid transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background: transparent;
    transition: color .15s ease, border-bottom-color .15s ease;
    margin-bottom: -1px;    /* sit on top of ul border-bottom */
}

[b-bp1ltyla83] .sr-status-tabs .nav-link:hover:not(.active) {
    color: #0d6efd;
    border-bottom-color: #adb5bd;
    background: transparent;
}

[b-bp1ltyla83] .sr-status-tabs .nav-link.active {
    color: #0d6efd;
    font-weight: 600;
    border-bottom: 2px solid #0d6efd;
    background: transparent;
}
