/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-54dqi5e7yl] {
    position: relative;
    display: flex;
    flex-direction: column;
    /* Used by fixed UI in main content (e.g. Start order cart bar) so it does not cover the sidebar. */
    --main-sticky-left-offset: 0px;
}

main[b-54dqi5e7yl] {
    flex: 1;
    position: relative;
}

/* Bottom-right page-specific link (sits over main content; stays clear of full-width error bar). */
.site-disclaimer-link[b-54dqi5e7yl] {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(0.85rem, env(safe-area-inset-bottom, 0px));
    z-index: 50;
    font-size: 0.8125rem;
    color: var(--bs-secondary-color, #6c757d);
    text-decoration: none;
    opacity: 0.9;
    padding: 0.25rem 0.35rem;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 0.25rem;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.site-disclaimer-link:hover[b-54dqi5e7yl] {
    color: var(--bs-body-color, #212529);
    text-decoration: underline;
    opacity: 1;
}

@media (min-width: 641px) {
    .site-disclaimer-link[b-54dqi5e7yl] {
        /* Roughly align with article’s right padding on desktop (MainLayout narrows article padding). */
        right: max(1.5rem, env(safe-area-inset-right, 0px));
    }
}

.sidebar[b-54dqi5e7yl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

@media (min-width: 641px) {
    .page[b-54dqi5e7yl] {
        flex-direction: row;
        --main-sticky-left-offset: 250px;
    }

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

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

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

    .top-row[b-54dqi5e7yl], article[b-54dqi5e7yl], .layout-content[b-54dqi5e7yl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-54dqi5e7yl] {
    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-54dqi5e7yl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-88ot0nw7i4] {
    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-88ot0nw7i4] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.about-preview-admin[b-88ot0nw7i4] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.72rem;
    line-height: 1.2;
}

.about-preview-admin__link[b-88ot0nw7i4] {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.about-preview-admin__link:hover[b-88ot0nw7i4] {
    color: #fff;
    text-decoration: underline;
}

.about-preview-admin__sep[b-88ot0nw7i4] {
    color: rgba(255, 255, 255, 0.45);
}

.bi[b-88ot0nw7i4] {
    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-88ot0nw7i4] {
    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");
}

/* Bootstrap Icons: award-fill — rank / distinction (captain-style or ceremonial) */
.bi-global-admin-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='m8 0 1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864z'/%3E%3Cpath d='M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1z'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: buildings — multiple locations / businesses */
.bi-establishments-plural-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022M6 8.694 1 10.36V15h5zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5z'/%3E%3Cpath d='M2 11h1v1H2zm2 0h1v1H4zm-2 2h1v1H2zm2 0h1v1H4zm4-4h1v1H8zm2 0h1v1h-1zm-2 2h1v1H8zm2 0h1v1h-1zm2-2h1v1h-1zm0 2h1v1h-1zM8 7h1v1H8zm2 0h1v1h-1zm2 0h1v1h-1zM8 5h1v1H8zm2 0h1v1h-1zm2 0h1v1h-1zm0-2h1v1h-1z'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: building — single business / site */
.bi-establishment-building-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'/%3E%3Cpath d='M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h3z'/%3E%3C/svg%3E");
}

.bi-envelope-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.789-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z'/%3E%3C/svg%3E");
}

.bi-tags-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 2a1 1 0 0 0-1 1v3.586a1 1 0 0 0 .293.707l6.414 6.414a1 1 0 0 0 1.414 0l3.586-3.586a1 1 0 0 0 0-1.414L7.293 2.293A1 1 0 0 0 6.586 2H3Zm1 2.5A1.5 1.5 0 1 1 5.5 6 1.5 1.5 0 0 1 4 4.5Z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-88ot0nw7i4] {
    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");
}

.bi-lock-nav-menu[b-88ot0nw7i4] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-geo-alt-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524-1.062-1.75-2.364-2.616-3.04 1.16-1.955 2.094-3.117 2.616-3.04l.002-.001ZM8 6.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM4.54.879a.75.75 0 0 0-1.06 1.061l.506.506C3 2.61 2.343 3.37 1.922 4.234a8.754 8.754 0 0 0 .196 8.801c.653 1.101 2.01 1.739 3.538 1.838.522-.077 1.455-1.085 2.616-3.04.866-.676 2.092-1.978 2.616-3.04L12 11.06V15a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-3.94l1.566-1.567A.748.748 0 0 0 16 8.25a.75.75 0 0 0-.22-.53l-7-7a.748.748 0 0 0-1.06 0l-7 7A.75.75 0 0 0 0 8.25c0 .199.079.39.22.53l1.566 1.567V15a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-3.94l.506-.506a6.01 6.01 0 0 0 4.893-.757 8.754 8.754 0 0 0 .196-8.801c-.421-.865-1.078-1.625-1.868-1.788L7.06.22a.75.75 0 0 0-1.06 0Z'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: person-lines-fill — roster / employees */
.bi-employees-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: shop — storefront / venue (owner locations list) */
.bi-locations-shop-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.37 2.37 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0M1.5 8.5A.5.5 0 0 1 2 9v6h1v-5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v5h6V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5M4 15h3v-5H4zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zm3 0h-2v3h2z'/%3E%3C/svg%3E");
}

.bi-search-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85h-.017Zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10Z'/%3E%3C/svg%3E");
}

.bi-heart-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 3.905C3.046 9.854 6.823 12.742 8 13.5c1.177-.758 4.954-3.646 6.286-6.542.955-1.405.838-2.882.314-3.905C13.486.878 10.4.28 8.717 2.01L8 2.748Z'/%3E%3C/svg%3E");
}

.bi-cart-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M3.102 4l1.313 7h8.17l1.313-7z'/%3E%3Cpath d='M5.5 12a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m7 0a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m-7 1a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1m7 0a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1'/%3E%3C/svg%3E");
}

.bi-graph-up-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0zm14.817 4.113a.5.5 0 0 1 .07.704l-4 5a.5.5 0 0 1-.74.037L7.64 7.655 4.95 10.82a.5.5 0 0 1-.765-.644l3-3.5a.5.5 0 0 1 .737-.06l2.51 2.44 3.68-4.6a.5.5 0 0 1 .705-.07'/%3E%3C/svg%3E");
}

.bi-info-circle-nav-menu[b-88ot0nw7i4] {
    background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0'/%3E%3C/svg%3E\");
}

/* Bootstrap Icons: journal-text — details / document */
.bi-journal-text-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5 10.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1m0 1v14h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3z'/%3E%3Cpath d='M1 2.5a.5.5 0 0 1 .5-.5H2v1H1.5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5H2v1H1.5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5H2v1H1.5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5H2v1H1.5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5H2v1H1.5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5H2v1H1.5a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.bi-trash-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6Z'/%3E%3Cpath d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1ZM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118ZM2.5 3h11V2h-11v1Z'/%3E%3C/svg%3E");
}

.bi-receipt-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793a.5.5 0 0 1 .854.353v13a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V1a.5.5 0 0 1 .42-.494ZM4 15h8V2.118l-.254-.255a.5.5 0 0 0-.708 0L10 2.293l-.646-.647a.5.5 0 0 0-.708 0L8 2.293l-.646-.647a.5.5 0 0 0-.708 0L6 2.293 4.354.646a.5.5 0 0 0-.708 0L3 2.293V15h1Zm0-1H3V3.354l.854.853a.5.5 0 0 0 .708 0L6 3.354l.646.647a.5.5 0 0 0 .708 0L8 3.354l.646.647a.5.5 0 0 0 .708 0L10 3.354l.646.647a.5.5 0 0 0 .708 0L12 3.354V14H4Z'/%3E%3Cpath d='M4 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: people */
.bi-people-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1zm-7.978-1L7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002-.014.002zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0M6.936 9.28a6 6 0 0 0-1.23-.247A7 7 0 0 0 5 9c-4 0-5 3-5 4q0 1 1 1h4.216A2.24 2.24 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816M4.92 10A5.5 5.5 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275ZM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: clock-history */
.bi-clock-history-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022zm2.004.45a7 7 0 0 0-.985-.299l.219-.976q.576.129 1.126.342zm1.37.71a7 7 0 0 0-.439-.27l.493-.87a8 8 0 0 1 .979.654l-.615.789a7 7 0 0 0-.418-.302zm1.834 1.79a7 7 0 0 0-.653-.796l.724-.69q.406.429.747.91zm.744 1.352a7 7 0 0 0-.214-.468l.893-.45a8 8 0 0 1 .45 1.088l-.95.313a7 7 0 0 0-.179-.483m.53 2.507a7 7 0 0 0-.1-1.025l.985-.17q.1.58.116 1.17zm-.131 1.538q.05-.254.081-.51l.993.123a8 8 0 0 1-.23 1.155l-.964-.267q.069-.247.12-.501m-.952 2.379q.276-.436.486-.908l.914.405q-.24.54-.555 1.038zm-.964 1.205q.183-.183.35-.378l.758.653a8 8 0 0 1-.401.432z'/%3E%3Cpath d='M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0z'/%3E%3Cpath d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: list-check */
.bi-list-check-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0m0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0m0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: sliders — settings */
.bi-sliders-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8zm7.45 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1z'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: cash-stack */
.bi-cash-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm7 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/%3E%3Cpath d='M0 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V7a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: egg-fried */
.bi-egg-fried-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3Cpath d='M13.997 5.17a5 5 0 0 0-8.101-4.09A5 5 0 0 0 1.28 9.342a5 5 0 0 0 8.336 5.109 3.5 3.5 0 0 0 5.201-4.065 3.001 3.001 0 0 0-.822-5.216zm-1-.034a1 1 0 0 0 .668.977 2.001 2.001 0 0 1 .547 3.478 1 1 0 0 0-.341 1.113 2.5 2.5 0 0 1-3.715 2.905 1 1 0 0 0-1.262.152 4 4 0 0 1-6.67-4.087 1 1 0 0 0-.2-1 4 4 0 0 1 3.693-6.61 1 1 0 0 0 .8-.2 4 4 0 0 1 6.48 3.273z'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: calendar2-week — schedule */
.bi-calendar2-week-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V1.5A.5.5 0 0 1 3 1h.5V.5a.5.5 0 0 1 .5-.5M2 2.5v2h12V2.5zm0 3v8.5h12V5.5z'/%3E%3Cpath d='M6.5 8.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5m-2 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5m4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: grid-fill — dashboard */
.bi-grid-fill-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5zm8 0A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5z'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: list-ul — cuisines list */
.bi-cuisine-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M1.713 11.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0-4a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0-4a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0'/%3E%3C/svg%3E");
}

/* Nav tree indentation: top-level rows use .nav-item.px-3 only; submenu containers indent */
.nav-submenu[b-88ot0nw7i4] {
    padding-left: 0;
    padding-bottom: 0.25rem;
}

.nav-submenu.nav-tree-level-1[b-88ot0nw7i4] {
    padding-left: var(--nav-indent-step);
}

.nav-submenu.nav-tree-level-2[b-88ot0nw7i4] {
    padding-left: var(--nav-indent-step);
}

/* Keeps text aligned with sibling rows that use .bi icons */
.nav-submenu .nav-link .nav-submenu-icon-spacer[b-88ot0nw7i4],
.nav-submenu[b-88ot0nw7i4]  .nav-link .nav-submenu-icon-spacer {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

details.nav-more[b-88ot0nw7i4] {
    width: 100%;
}

details.nav-more > summary[b-88ot0nw7i4] {
    list-style: none;
    cursor: pointer;
}

details.nav-more > summary[b-88ot0nw7i4]::-webkit-details-marker {
    display: none;
}

details.nav-more > summary[b-88ot0nw7i4]::marker {
    content: "";
}

.nav-item[b-88ot0nw7i4] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

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

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

    .nav-item[b-88ot0nw7i4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: auto;
        min-height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 1.25;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
        width: 100%;
    }

/* Long labels: icon stays top-left; text wraps left-aligned beside it */
.nav-item[b-88ot0nw7i4]  .nav-link.nav-link-multiline {
    align-items: flex-start;
    line-height: 1.35;
}

.nav-item[b-88ot0nw7i4]  .nav-link.nav-link-multiline .bi {
    top: 0;
    margin-top: 0.125rem;
    flex-shrink: 0;
    align-self: flex-start;
}

.nav-item[b-88ot0nw7i4]  .nav-link.nav-link-multiline .nav-link-multiline-text {
    flex: 1;
    min-width: 0;
    text-align: left;
    white-space: normal;
}

.nav-item[b-88ot0nw7i4]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

/* Top-level rows: gutter from .nav-item.px-3 only — no extra link padding */
.nav-scrollable > nav > .nav-item.px-3:not(.nav-group)[b-88ot0nw7i4]  .nav-link,
.nav-scrollable > nav > .nav-group > .nav-group-toggle[b-88ot0nw7i4],
.nav-scrollable > nav > .nav-item.px-3:not(.nav-group)[b-88ot0nw7i4]  .nav-top-level-link {
    padding-left: 0;
    padding-right: 0;
}

.nav-group + .nav-item.px-3:not(.nav-group)[b-88ot0nw7i4] {
    margin-left: 0;
}

.nav-group .nav-group-toggle[b-88ot0nw7i4],
.nav-item.px-3:not(.nav-group)[b-88ot0nw7i4]  .nav-top-level-link {
    color: #d7d7d7;
}

.nav-group .nav-group-toggle:hover[b-88ot0nw7i4],
.nav-item.px-3:not(.nav-group)[b-88ot0nw7i4]  .nav-top-level-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-submenu .nav-item[b-88ot0nw7i4]  .nav-link,
.nav-submenu .nav-item > details.nav-more > summary.nav-link[b-88ot0nw7i4] {
    font-size: 0.88rem;
}

.nav-submenu .nav-item > details.nav-more > summary.nav-link:hover[b-88ot0nw7i4] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-scrollable[b-88ot0nw7i4] {
    --nav-indent-step: 1.25rem;
    display: none;
}

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

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

    .nav-scrollable[b-88ot0nw7i4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* Bootstrap Icons: briefcase — bids / outreach */
.bi-briefcase-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v8A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3Zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5Zm1 1V4h1v-.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V4h.5a.5.5 0 0 1 .5.5v1H1V4.5a.5.5 0 0 1 .5-.5Zm0 3h13v8H1z'/%3E%3C/svg%3E");
}

/* Bootstrap Icons: check circle — accepted quotes */
.bi-check-circle-nav-menu[b-88ot0nw7i4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm3.78-9.375-4.3 5.001L4.598 8.28l-.748.667 3.25 3.649 5.15-6-.647-.576z'/%3E%3C/svg%3E");
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fazlipk9tl],
.components-reconnect-repeated-attempt-visible[b-fazlipk9tl],
.components-reconnect-failed-visible[b-fazlipk9tl],
.components-pause-visible[b-fazlipk9tl],
.components-resume-failed-visible[b-fazlipk9tl],
.components-rejoining-animation[b-fazlipk9tl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fazlipk9tl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fazlipk9tl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fazlipk9tl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fazlipk9tl],
#components-reconnect-modal.components-reconnect-retrying[b-fazlipk9tl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fazlipk9tl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fazlipk9tl],
#components-reconnect-modal.components-reconnect-failed[b-fazlipk9tl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fazlipk9tl] {
    display: block;
}


#components-reconnect-modal[b-fazlipk9tl] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-fazlipk9tl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fazlipk9tl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fazlipk9tl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fazlipk9tl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fazlipk9tl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fazlipk9tl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fazlipk9tl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fazlipk9tl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fazlipk9tl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fazlipk9tl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fazlipk9tl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fazlipk9tl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fazlipk9tl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fazlipk9tl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fazlipk9tl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fazlipk9tl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fazlipk9tl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fazlipk9tl {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Ops/BusinessDashboard.razor.rz.scp.css */
.ops-dashboard-hero[b-fqs90qak2j] {
    background: linear-gradient(135deg, #157347 0%, #20c997 55%, #0d6efd 100%);
    border-radius: 0.75rem;
    color: #fff;
    padding: 1.35rem 1.5rem;
    box-shadow: 0 0.35rem 1rem rgba(21, 115, 71, 0.22);
}

.ops-dashboard-hero__eyebrow[b-fqs90qak2j] {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 0.35rem;
}

.ops-dashboard-hero__title[b-fqs90qak2j] {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.ops-dashboard-tile[b-fqs90qak2j] {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 0.15rem 0.65rem rgba(0, 0, 0, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ops-dashboard-tile:hover[b-fqs90qak2j] {
    transform: translateY(-3px);
    box-shadow: 0 0.45rem 1.15rem rgba(0, 0, 0, 0.14);
    color: inherit;
}

.ops-dashboard-tile:focus-visible[b-fqs90qak2j] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 3px;
}

.ops-dashboard-tile__body[b-fqs90qak2j] {
    padding: 1.15rem 1.2rem 1.2rem;
    min-height: 9.5rem;
    display: flex;
    flex-direction: column;
}

.ops-dashboard-tile__top[b-fqs90qak2j] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.ops-dashboard-tile__label[b-fqs90qak2j] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.92;
}

.ops-dashboard-tile__icon[b-fqs90qak2j] {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.55rem;
    background-color: rgba(255, 255, 255, 0.28);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
}

.ops-dashboard-tile__icon--schedule[b-fqs90qak2j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm6 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.ops-dashboard-tile__icon--awaiting[b-fqs90qak2j] {
    background-color: rgba(255, 255, 255, 0.45);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234a2c00' viewBox='0 0 16 16'%3E%3Cpath d='M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4zm-1.17-.437A1.5 1.5 0 0 1 4.98 3h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.714l-.39-3.124a.5.5 0 0 1 .106-.374z'/%3E%3C/svg%3E");
}

.ops-dashboard-tile__icon--sent[b-fqs90qak2j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M15.964.686a.5.5 0 0 0-.65-.65L.767 8.855a.5.5 0 0 0-.115.34l.347 9a.5.5 0 0 0 .49.501h.972a.5.5 0 0 0 .49-.501l-.347-9a.5.5 0 0 0-.115-.34zM1.854 8.855l13.15-7.19-7.19 13.15z'/%3E%3Cpath d='M6.5 9.026h4v1h-4z'/%3E%3C/svg%3E");
}

.ops-dashboard-tile__icon--accepted[b-fqs90qak2j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
}

.ops-dashboard-tile__count[b-fqs90qak2j] {
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.45rem;
}

.ops-dashboard-tile__hint[b-fqs90qak2j] {
    font-size: 0.85rem;
    margin: 0;
    margin-top: auto;
    opacity: 0.9;
}

.ops-dashboard-tile__cta[b-fqs90qak2j] {
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 0.65rem;
    opacity: 0.95;
}

.ops-dashboard-tile--schedule[b-fqs90qak2j] {
    background: linear-gradient(160deg, #0d6efd 0%, #4dabf7 100%);
    color: #fff;
}

.ops-dashboard-tile--awaiting[b-fqs90qak2j] {
    background: linear-gradient(160deg, #e67700 0%, #ffc078 100%);
    color: #4a2c00;
}

.ops-dashboard-tile--sent[b-fqs90qak2j] {
    background: linear-gradient(160deg, #2b8a3e 0%, #69db7c 100%);
    color: #fff;
}

.ops-dashboard-tile--accepted[b-fqs90qak2j] {
    background: linear-gradient(160deg, #157347 0%, #63e6be 100%);
    color: #fff;
}

.ops-dashboard-tile--zero[b-fqs90qak2j] {
    opacity: 0.88;
}

.ops-dashboard-tile--zero .ops-dashboard-tile__count[b-fqs90qak2j] {
    opacity: 0.75;
}
/* /Components/Pages/Ops/BusinessStatus.razor.rz.scp.css */
/* Requirement checklist rows: content + action side-by-side on wide screens */
.bs-req-item[b-suiklalqb7] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem 1rem;
}

.bs-req-item__main[b-suiklalqb7] {
    display: flex;
    gap: 0.5rem;
    flex: 1 1 12rem;
    min-width: 0;
}

.bs-req-item__action[b-suiklalqb7] {
    flex: 0 0 auto;
    align-self: center;
}

@media (max-width: 575.98px) {
    .bs-req-item[b-suiklalqb7] {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.5rem;
    }

    .bs-req-item__main[b-suiklalqb7] {
        flex: 0 0 auto;
        width: 100%;
    }

    .bs-req-item__action[b-suiklalqb7] {
        align-self: flex-start;
        margin-left: 1.75rem;
    }
}
/* /Components/Pages/Ops/LocationDetails.razor.rz.scp.css */
.guided-setup-chips-bar[b-wld2rtopjj] {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
    padding: 0.75rem 0;
    margin-bottom: 1rem;
}

.guided-setup-chips[b-wld2rtopjj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.guided-setup-chip[b-wld2rtopjj] {
    border: 1px solid var(--bs-border-color);
    border-radius: 2rem;
    padding: 0.35rem 0.9rem;
    font-size: 0.875rem;
    background: var(--bs-body-bg);
    color: var(--bs-secondary-color);
}

.guided-setup-chip--current[b-wld2rtopjj] {
    border-color: var(--bs-primary);
    background: var(--bs-primary);
    color: #fff;
    font-weight: 600;
}

.guided-setup-chip--done[b-wld2rtopjj] {
    border-color: var(--bs-success);
    color: var(--bs-success);
    background: var(--bs-body-bg);
}

.guided-setup-chip--disabled[b-wld2rtopjj] {
    opacity: 0.55;
    cursor: not-allowed;
}

.guided-setup-chip--clickable[b-wld2rtopjj] {
    cursor: pointer;
}

button.guided-setup-chip[b-wld2rtopjj] {
    appearance: none;
    font: inherit;
    line-height: inherit;
    margin: 0;
    box-shadow: none;
}

button.guided-setup-chip:focus-visible[b-wld2rtopjj] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

button.guided-setup-chip--done:hover[b-wld2rtopjj],
button.guided-setup-chip--clickable:hover:not(.guided-setup-chip--current)[b-wld2rtopjj] {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

button.guided-setup-chip--current:hover[b-wld2rtopjj] {
    color: #fff;
}
/* /Components/Pages/Ops/Menu/ManageMenuCategoriesTab.razor.rz.scp.css */
/* Subtle motion so "Copy in progress.." feels informal / not rigidly fixed. */
.rh-copy-in-progress[b-c9mg0431o1] {
    font-style: italic;
    letter-spacing: 0.04em;
    color: var(--bs-body-color);
    animation: rh-copy-in-progress-shift-b-c9mg0431o1 2.6s ease-in-out infinite;
}

@keyframes rh-copy-in-progress-shift-b-c9mg0431o1 {
    0%, 100% {
        opacity: 0.78;
        transform: translateX(0);
    }

    50% {
        opacity: 1;
        transform: translateX(2px);
    }
}

/* Unobtrusive elapsed timer on sample-copy modals (m:ss). */
.rh-copy-elapsed-corner[b-c9mg0431o1] {
    position: absolute;
    right: 0.45rem;
    bottom: 0.3rem;
    z-index: 2;
    font-size: 0.62rem;
    line-height: 1.1;
    color: var(--bs-secondary-color);
    opacity: 0.65;
    pointer-events: none;
}

/* Compact "Load sample menu" wizard (narrower than modal-xl; fits copy + pick flows). */
.rh-sample-copy-dialog[b-c9mg0431o1] {
    max-width: min(32rem, 94vw);
}

/* Diet/cuisine + sample list: reserve vertical space for ~5 list rows before scroll */
.rh-sample-copy-filter-results[b-c9mg0431o1] {
    min-height: 16.5rem;
    max-height: min(62vh, 38rem);
    overflow-y: auto;
}
/* /Components/Pages/Ops/Menu/ManageMenuItemsTab.razor.rz.scp.css */
/* Category chip strip: shared styles in wwwroot/app.css (.rh-cat-chip-*). */

/* Bulk actions: sticky chip strip directly above the items table (drag-scroll like category chips). */
.mm-bulk-actions-chip-strip[b-voxynrt2v8] {
    scroll-margin-top: 0.75rem;
    position: sticky;
    top: max(0px, env(safe-area-inset-top, 0px));
    z-index: 1019;
    background: var(--bs-body-bg, #fff);
    padding-block: 0.15rem 0.25rem;
    border-bottom: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.08));
}

.mm-bulk-actions-chip-strip--below-cats[b-voxynrt2v8] {
    top: 3.1rem;
}

.mm-bulk-actions-chip-strip .rh-cat-chip.btn:disabled[b-voxynrt2v8] {
    opacity: 0.55;
}

/* Bulk edit: full-width table; narrow columns shrink-wrap; name column absorbs remaining width.
   Category control is a custom checkbox panel (not .table-responsive) so it is not clipped. */
.mm-bulk-edit-table-outer[b-voxynrt2v8] {
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

table.mm-items-bulk-edit-table .mm-bulk-cat-dd-panel[b-voxynrt2v8] {
  z-index: 1060;
}

table.mm-items-bulk-edit-table[b-voxynrt2v8] {
  table-layout: auto;
  width: 100%;
}

table.mm-items-bulk-edit-table :is(th, td):not(.mm-bulk-col-name):not(.mm-bulk-col-category)[b-voxynrt2v8] {
  white-space: nowrap;
}

table.mm-items-bulk-edit-table td:not(.mm-bulk-col-name):not(.mm-bulk-col-category)[b-voxynrt2v8] {
  width: 1%;
}

table.mm-items-bulk-edit-table td.mm-bulk-col-category[b-voxynrt2v8] {
  white-space: nowrap;
  vertical-align: middle;
}

table.mm-items-bulk-edit-table td.mm-bulk-col-name[b-voxynrt2v8] {
  width: 100%;
  min-width: 8rem;
  max-width: none;
  white-space: normal;
  vertical-align: middle;
}

table.mm-items-bulk-edit-table td.mm-bulk-col-name .mm-bulk-fit-control[b-voxynrt2v8] {
  width: 100%;
  max-width: none;
  min-width: 0;
}

@supports (field-sizing: content) {
  table.mm-items-bulk-edit-table tr > td:not(.mm-bulk-col-name) input.mm-bulk-fit-control:not(.mm-bulk-price-input)[b-voxynrt2v8] {
    field-sizing: content;
    width: auto;
    max-width: 100%;
    min-width: 2.5ch;
  }
}
/* /Components/Pages/Ops/Menu/MenuItemOptionGroupBulkEditor.razor.rz.scp.css */
.bulk-opt-editor-wrap[b-rugawrmbi3] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.bulk-opt-editor-table[b-rugawrmbi3] {
    table-layout: fixed;
    width: 100%;
    min-width: 40rem;
}

.bulk-opt-editor-table .bulk-opt-col-delete[b-rugawrmbi3] {
    width: 4.25rem;
}

.bulk-opt-editor-table .bulk-opt-col-name[b-rugawrmbi3] {
    width: auto;
    min-width: 4.5rem;
}

.bulk-opt-editor-table .bulk-opt-col-price[b-rugawrmbi3] {
    width: 5.25rem;
}

.bulk-opt-editor-table .bulk-opt-col-flag[b-rugawrmbi3] {
    width: 3rem;
}

.bulk-opt-editor-table .bulk-opt-col-sort[b-rugawrmbi3] {
    width: 3.75rem;
}

.bulk-opt-editor-table .bulk-opt-col-photo[b-rugawrmbi3] {
    width: 12.5rem;
    min-width: 12.5rem;
}

.bulk-opt-editor-table .bulk-opt-name-input[b-rugawrmbi3] {
    font-size: 0.8125rem;
}

.bulk-opt-editor-table .bulk-opt-col-flag .form-check-input[b-rugawrmbi3] {
    margin-top: 0;
}

.bulk-opt-photo-cell[b-rugawrmbi3] {
    min-width: 0;
    overflow: visible;
    vertical-align: top;
}

.bulk-opt-photo-cell[b-rugawrmbi3]  input[type="file"].form-control {
    max-width: 100%;
    min-width: 0;
    font-size: 0.75rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}

.bulk-opt-photo-cell .bulk-opt-pending-name[b-rugawrmbi3] {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .bulk-opt-editor-wrap[b-rugawrmbi3] {
        overflow-x: visible;
    }

    .bulk-opt-editor-table[b-rugawrmbi3] {
        min-width: 0;
    }

    .bulk-opt-editor-table[b-rugawrmbi3],
    .bulk-opt-editor-table thead[b-rugawrmbi3],
    .bulk-opt-editor-table tbody[b-rugawrmbi3],
    .bulk-opt-editor-table tr[b-rugawrmbi3],
    .bulk-opt-editor-table th[b-rugawrmbi3],
    .bulk-opt-editor-table td[b-rugawrmbi3] {
        display: block;
        width: 100%;
    }

    .bulk-opt-editor-table thead[b-rugawrmbi3] {
        display: none;
    }

    .bulk-opt-editor-table tr[b-rugawrmbi3] {
        border: 1px solid var(--bs-border-color);
        border-radius: 0.375rem;
        padding: 0.5rem 0.75rem;
        margin-bottom: 0.75rem;
        background: var(--bs-body-bg);
    }

    .bulk-opt-editor-table tr:last-child[b-rugawrmbi3] {
        margin-bottom: 0;
    }

    .bulk-opt-editor-table td[b-rugawrmbi3] {
        border: none;
        padding: 0.4rem 0;
    }

    .bulk-opt-editor-table td.bulk-opt-mobile-field[b-rugawrmbi3] {
        display: grid;
        grid-template-columns: minmax(5.5rem, 38%) 1fr;
        align-items: center;
        gap: 0.35rem 0.5rem;
    }

    .bulk-opt-editor-table td.bulk-opt-mobile-field[b-rugawrmbi3]::before {
        content: attr(data-label);
        font-weight: 600;
        font-size: 0.75rem;
        color: var(--bs-secondary-color);
        margin: 0;
    }

    .bulk-opt-editor-table td.bulk-opt-col-delete[b-rugawrmbi3] {
        display: flex;
        justify-content: flex-end;
        padding-bottom: 0.5rem;
        margin-bottom: 0.15rem;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .bulk-opt-editor-table td.bulk-opt-col-delete[b-rugawrmbi3]::before {
        display: none;
    }

    .bulk-opt-editor-table td.bulk-opt-col-photo[b-rugawrmbi3] {
        display: block;
        width: 100%;
        min-width: 0;
        padding-top: 0.5rem;
        margin-top: 0.15rem;
        border-top: 1px dashed var(--bs-border-color);
    }

    .bulk-opt-editor-table td.bulk-opt-col-photo[b-rugawrmbi3]::before {
        content: attr(data-label);
        display: block;
        font-weight: 600;
        font-size: 0.75rem;
        color: var(--bs-secondary-color);
        margin-bottom: 0.35rem;
    }

    .bulk-opt-photo-cell[b-rugawrmbi3]  input[type="file"].form-control {
        font-size: 0.8125rem;
    }
}
/* /Components/Pages/Ops/Menu/MenuItemOptions.razor.rz.scp.css */
.menu-item-options-screen-hint-toast[b-l2j3i3m3qt] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1085;
    margin: 0;
    padding: 0.875rem 1rem;
    padding-bottom: max(0.875rem, env(safe-area-inset-bottom, 0px));
    background-color: var(--bs-dark, #212529);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.4);
}

.menu-item-options-screen-hint-toast__bar[b-l2j3i3m3qt] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.menu-item-options-screen-hint-toast__text[b-l2j3i3m3qt] {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.9375rem;
    line-height: 1.4;
}
/* /Components/Pages/Order/OrderMenuItemQuickAddRow.razor.rz.scp.css */
.order-quick-add-row[b-pge9ifooqa] {
    --order-row-thumb-w: 48px;
    --order-row-thumb-h: 36px;
}

@media (min-width: 576px) {
    .order-quick-add-row[b-pge9ifooqa] {
        --order-row-thumb-w: 96px;
        --order-row-thumb-h: 72px;
    }
}

.order-quick-add-row__layout[b-pge9ifooqa] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

@media (min-width: 576px) {
    .order-quick-add-row__layout[b-pge9ifooqa] {
        gap: 0.75rem;
    }
}

.order-quick-add-row__left[b-pge9ifooqa] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.order-quick-add-row__main[b-pge9ifooqa] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

@media (min-width: 576px) {
    .order-quick-add-row__main[b-pge9ifooqa] {
        gap: 0.75rem;
    }
}

.order-quick-add-row__thumb-col[b-pge9ifooqa] {
    flex-shrink: 0;
    width: var(--order-row-thumb-w);
    line-height: 0;
}

.order-quick-add-row__copy-col[b-pge9ifooqa] {
    flex: 1 1 auto;
    min-width: 0;
}

.order-quick-add-row__actions[b-pge9ifooqa] {
    flex: 0 0 auto;
    min-width: 140px;
    align-self: flex-start;
}

.order-quick-add-row__in-cart[b-pge9ifooqa] {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    text-align: left;
    padding-left: 0;
}

.order-quick-add-row__in-cart-chips[b-pge9ifooqa] {
    gap: 2px;
    align-items: stretch;
}

.order-quick-add-row__options-editor-slot[b-pge9ifooqa] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.order-quick-add-row__options-editor-slot :deep(.cart-line-options-editor)[b-pge9ifooqa],
.order-quick-add-row__options-editor-slot :deep(.cart-line-options-editor__groups)[b-pge9ifooqa],
.order-quick-add-row__options-editor-slot :deep(.cart-line-options-editor__group)[b-pge9ifooqa] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.order-quick-add-row__in-cart-line[b-pge9ifooqa] {
    cursor: pointer;
}

.order-quick-add-row__in-cart-line:hover[b-pge9ifooqa],
.order-quick-add-row__in-cart-line:focus-visible[b-pge9ifooqa] {
    border-color: var(--bs-primary-border-subtle, rgba(13, 110, 253, 0.35)) !important;
    background-color: var(--bs-primary-bg-subtle, #cfe2ff) !important;
    color: var(--bs-body-color) !important;
}

.order-quick-add-row__in-cart-line-body[b-pge9ifooqa] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    width: 100%;
}

@media (min-width: 576px) {
    .order-quick-add-row__in-cart-line-body[b-pge9ifooqa] {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.375rem;
    }
}

.order-quick-add-row__in-cart-line-name[b-pge9ifooqa] {
    line-height: 1.25;
    flex-shrink: 0;
}

.order-quick-add-row__in-cart-option-chips[b-pge9ifooqa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    width: 100%;
}

@media (min-width: 576px) {
    .order-quick-add-row__in-cart-option-chips[b-pge9ifooqa] {
        width: auto;
    }
}

.order-quick-add-row__in-cart-qty[b-pge9ifooqa] {
    flex-shrink: 0;
}

.order-quick-add-row__in-cart-option-chip[b-pge9ifooqa] {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.25;
    padding: 0.125rem 0.4375rem;
    border-radius: 0.25rem;
    background-color: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.12));
    color: var(--bs-body-color);
    white-space: nowrap;
}

.order-quick-add-row__in-cart-line:hover .order-quick-add-row__in-cart-option-chip[b-pge9ifooqa],
.order-quick-add-row__in-cart-line:focus-visible .order-quick-add-row__in-cart-option-chip[b-pge9ifooqa] {
    background-color: rgba(255, 255, 255, 0.65);
    border-color: var(--bs-primary-border-subtle, rgba(13, 110, 253, 0.35));
}

.order-quick-add-row__thumb-col :deep(img)[b-pge9ifooqa],
.order-quick-add-row__thumb-col :deep(.menu-img-preview-trigger)[b-pge9ifooqa],
.order-quick-add-row__thumb-col :deep([style*="width"])[b-pge9ifooqa] {
    display: block;
    vertical-align: top;
}

.order-quick-add-row__title[b-pge9ifooqa] {
    font-size: 1rem;
}

.order-quick-add-row__desc[b-pge9ifooqa] {
    --order-row-desc-font-size: 0.8125rem;
    --order-row-desc-line-height: 1.35;
    width: 100%;
    margin-top: 0.125rem;
    font-size: var(--order-row-desc-font-size);
    line-height: var(--order-row-desc-line-height);
    text-decoration: none;
    overflow-wrap: anywhere;
}

@media (min-width: 576px) {
    .order-quick-add-row__desc[b-pge9ifooqa] {
        --order-row-desc-font-size: 0.875rem;
    }
}

.order-quick-add-row__desc--expandable[b-pge9ifooqa] {
    display: block;
    cursor: pointer;
}

.order-quick-add-row__desc-text[b-pge9ifooqa] {
    display: block;
}

.order-quick-add-row__desc--collapsed .order-quick-add-row__desc-text[b-pge9ifooqa],
.order-quick-add-row__desc--static[b-pge9ifooqa] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .order-quick-add-row__desc--collapsed .order-quick-add-row__desc-text[b-pge9ifooqa],
    .order-quick-add-row__desc--static[b-pge9ifooqa] {
        min-height: calc(2 * var(--order-row-desc-line-height) * 1em);
    }
}

.order-quick-add-row__desc-more[b-pge9ifooqa] {
    display: none;
}

@media (max-width: 575.98px) {
    .order-quick-add-row__desc--expandable.order-quick-add-row__desc--collapsed .order-quick-add-row__desc-more[b-pge9ifooqa],
    .order-quick-add-row__desc--expandable.order-quick-add-row__desc--toast-open .order-quick-add-row__desc-more[b-pge9ifooqa] {
        display: inline-block;
        margin-top: 0.125rem;
        font-size: 0.75rem;
        font-weight: 600;
        color: var(--bs-primary);
        text-decoration: underline;
        text-underline-offset: 0.12em;
    }

    .order-quick-add-row__desc--expandable.order-quick-add-row__desc--collapsed[b-pge9ifooqa],
    .order-quick-add-row__desc--expandable.order-quick-add-row__desc--toast-open[b-pge9ifooqa] {
        border-left: 2px solid var(--bs-primary-border-subtle, rgba(13, 110, 253, 0.35));
        padding-left: 0.375rem;
    }
}

.order-quick-add-row__desc--expandable.order-quick-add-row__desc--collapsed:hover .order-quick-add-row__desc-text[b-pge9ifooqa],
.order-quick-add-row__desc--expandable.order-quick-add-row__desc--collapsed:focus-visible .order-quick-add-row__desc-text[b-pge9ifooqa],
.order-quick-add-row__desc--expandable.order-quick-add-row__desc--expanded:hover .order-quick-add-row__desc-text[b-pge9ifooqa],
.order-quick-add-row__desc--expandable.order-quick-add-row__desc--expanded:focus-visible .order-quick-add-row__desc-text[b-pge9ifooqa] {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 0.12em;
}

.order-quick-add-row__desc--expanded .order-quick-add-row__desc-text[b-pge9ifooqa] {
    display: block;
    overflow: visible;
    white-space: pre-wrap;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    max-height: none;
}

.order-quick-add-row__desc--expanded .order-quick-add-row__desc-more[b-pge9ifooqa] {
    display: none;
}

@media (max-width: 575.98px) {
    .order-quick-add-row__desc--expanded .order-quick-add-row__desc-text[b-pge9ifooqa] {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        white-space: normal;
    }
}

.order-quick-add-row__desc-toast[b-pge9ifooqa] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1085;
    margin: 0;
    padding: 0.875rem 1rem;
    background-color: var(--bs-dark, #212529);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.4);
}

.order-quick-add-row__desc-toast-bar[b-pge9ifooqa] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.375rem;
}

.order-quick-add-row__desc-toast-title[b-pge9ifooqa] {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-quick-add-row__desc-toast-body[b-pge9ifooqa] {
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #fff;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    max-height: min(45vh, 14rem);
    overflow-y: auto;
}
/* /Components/Pages/Order/StartOrder.razor.rz.scp.css */
/* Category chip strip styles live in wwwroot/app.css (.rh-cat-chip-*). */
/* /Components/Pages/Quote/QuoteRequestForm.razor.rz.scp.css */
.quote-request-items__line-body[b-rliek5wrhm] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    width: 100%;
}

@media (min-width: 576px) {
    .quote-request-items__line-body[b-rliek5wrhm] {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.375rem;
    }
}

.quote-request-items__line-name[b-rliek5wrhm] {
    line-height: 1.25;
    flex-shrink: 0;
}

.quote-request-items__option-chips[b-rliek5wrhm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    width: 100%;
}

@media (min-width: 576px) {
    .quote-request-items__option-chips[b-rliek5wrhm] {
        width: auto;
    }
}

.quote-request-items__qty[b-rliek5wrhm] {
    flex-shrink: 0;
}

.quote-request-items__option-chip[b-rliek5wrhm] {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.25;
    padding: 0.125rem 0.4375rem;
    border-radius: 0.25rem;
    background-color: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, 0.12));
    color: var(--bs-body-color);
    white-space: nowrap;
}

.quote-vendor-modal__content[b-rliek5wrhm] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.quote-vendor-modal__hint[b-rliek5wrhm] {
    margin: 0;
}

.quote-vendor-modal__checks[b-rliek5wrhm] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 0.125rem;
}

.quote-vendor-modal__check[b-rliek5wrhm] {
    min-height: 0;
    padding-left: 1.5em;
}

.quote-vendor-modal__check .form-check-input[b-rliek5wrhm] {
    margin-top: 0.125rem;
}

.quote-vendor-modal__links[b-rliek5wrhm] {
    margin: 0;
}
/* /Components/Pages/Quote/SpecialRequestsCateringIntro.razor.rz.scp.css */
.src-intro-page[b-gfywnhaj9h] {
    max-width: 40rem;
}

.src-intro-lead[b-gfywnhaj9h] {
    font-size: 1.05rem;
    line-height: 1.55;
}

.src-intro-request[b-gfywnhaj9h],
.src-intro-visibility[b-gfywnhaj9h] {
    padding: 1rem 1.1rem;
    background: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.65rem;
}
/* /Components/Pages/WhatIsFoodUnified.razor.rz.scp.css */
.about-fu-page[b-7tvjyufv74] {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.5rem;
}

.about-fu-actions[b-7tvjyufv74] {
    position: sticky;
    top: 0.5rem;
    z-index: 20;
}

.about-fu-compact-lead[b-7tvjyufv74] {
    font-size: 1.08rem;
    line-height: 1.6;
    color: var(--bs-emphasis-color);
    margin-bottom: 0.5rem;
}

.about-fu-expand[b-7tvjyufv74] {
    font-weight: 600;
    text-decoration: none;
}

.about-fu-expand:hover[b-7tvjyufv74] {
    text-decoration: underline;
}

.about-fu[b-7tvjyufv74] {
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--bs-body-color);
}

.about-fu .about-gc-lead[b-7tvjyufv74] {
    font-size: 1.2rem;
    line-height: 1.55;
    margin-bottom: 1.75rem;
    color: var(--bs-emphasis-color);
}

.about-fu .about-gc-highlights[b-7tvjyufv74] {
    display: grid;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .about-fu .about-gc-highlights[b-7tvjyufv74] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.about-fu .about-gc-highlight[b-7tvjyufv74] {
    background: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1rem 1.1rem;
    margin: 0;
}

.about-fu .about-gc-highlight__label[b-7tvjyufv74] {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin-bottom: 0.45rem;
}

.about-fu .about-gc-highlight p[b-7tvjyufv74] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.about-fu .about-gc-section[b-7tvjyufv74] {
    margin-top: 0;
    padding-top: 2rem;
    border-top: 1px solid var(--bs-border-color);
}

.about-fu .about-gc-section__title[b-7tvjyufv74] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

.about-fu .about-gc-section__intro[b-7tvjyufv74] {
    color: var(--bs-secondary-color);
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.about-fu .about-gc-subtitle[b-7tvjyufv74] {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
    color: var(--bs-emphasis-color);
}

.about-fu .about-gc-callout[b-7tvjyufv74] {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08) 0%, rgba(25, 135, 84, 0.08) 100%);
    border: 1px solid rgba(13, 110, 253, 0.2);
    border-radius: 0.5rem;
    padding: 1.1rem 1.25rem;
    margin: 1.25rem 0;
}

.about-fu .about-gc-callout--muted[b-7tvjyufv74] {
    background: var(--bs-light);
    border-color: var(--bs-border-color);
}

.about-fu .about-gc-callout__title[b-7tvjyufv74] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin: 0 0 0.4rem;
}

.about-fu .about-gc-callout p:last-child[b-7tvjyufv74] {
    margin-bottom: 0;
}

.about-fu .about-gc-callout p[b-7tvjyufv74] {
    margin-bottom: 0.5rem;
    font-size: 0.98rem;
}

.about-fu .about-gc-list[b-7tvjyufv74] {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
}

.about-fu .about-gc-list--compact li[b-7tvjyufv74] {
    margin-bottom: 0.4rem;
}

.about-fu .about-gc-paths[b-7tvjyufv74] {
    display: grid;
    gap: 1rem;
    margin: 0.75rem 0 1.5rem;
}

@media (min-width: 576px) {
    .about-fu .about-gc-paths[b-7tvjyufv74] {
        grid-template-columns: 1fr 1fr;
    }
}

.about-fu .about-gc-path[b-7tvjyufv74] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1rem 1.1rem;
    background: #fff;
}

.about-fu .about-gc-path__name[b-7tvjyufv74] {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.about-fu .about-gc-path p[b-7tvjyufv74] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.about-fu .about-gc-steps[b-7tvjyufv74] {
    margin: 0.5rem 0 0;
    padding-left: 1.35rem;
}

.about-fu .about-gc-steps li[b-7tvjyufv74] {
    margin-bottom: 0.5rem;
}
/* /Components/Shared/CustomerSelectedBusinessBanner.razor.rz.scp.css */
/* Align with .sidebar (MainLayout): deep blue → plum; darker than prior lavender strip */
.rh-selected-business-banner[b-7vn9obduqf] {
    background: linear-gradient(
        90deg,
        rgb(5, 36, 88) 0%,
        rgb(22, 12, 58) 38%,
        rgb(42, 8, 56) 72%,
        rgb(52, 10, 64) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 3px solid rgba(70, 110, 190, 0.55);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.rh-selected-business-banner-label[b-7vn9obduqf] {
    font-weight: 500;
    margin-right: 0.35rem;
    color: rgba(220, 228, 242, 0.82) !important;
}

/* High-contrast name link on dark bar */
.rh-selected-business-banner-name[b-7vn9obduqf] {
    color: rgba(255, 252, 255, 0.96) !important;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.38);
    text-underline-offset: 0.15rem;
    font-size: 1.05rem;
    line-height: 1.3;
}

.rh-selected-business-banner-name:hover[b-7vn9obduqf],
.rh-selected-business-banner-name:focus-visible[b-7vn9obduqf] {
    color: #fff !important;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.65);
}

.rh-selected-business-banner-name:focus-visible[b-7vn9obduqf] {
    outline: 2px solid rgba(180, 210, 255, 0.85);
    outline-offset: 2px;
    border-radius: 0.2rem;
}
/* /Components/Shared/ItemImageOrInitials.razor.rz.scp.css */
.menu-img-preview-trigger[b-6mrishpvds] {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    line-height: 0;
    cursor: pointer;
}

.menu-img-preview-trigger:focus-visible[b-6mrishpvds] {
    outline: 2px solid var(--bs-primary, #0d6efd);
    outline-offset: 2px;
}
/* /Components/Shared/MenuImagePreviewHost.razor.rz.scp.css */
/* Dim is visual only so other thumbnails stay clickable; close via X or Escape. */
.menu-img-preview-host-root[b-j5k785w7yk] {
    position: fixed;
    inset: 0;
    z-index: 2050;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
}

.menu-img-preview-dim[b-j5k785w7yk] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none;
    z-index: 0;
}

.menu-img-preview-close-btn[b-j5k785w7yk] {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    z-index: 2;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 1.35rem;
    pointer-events: auto;
}

.menu-img-preview-stage[b-j5k785w7yk] {
    position: relative;
    z-index: 1;
    pointer-events: auto;
    line-height: 0;
    outline: none;
    max-width: min(5in, 100%);
    max-height: min(5in, calc(100vh - 1.5rem));
}

.menu-img-preview-img[b-j5k785w7yk] {
    display: block;
    max-width: 5in;
    max-height: 5in;
    width: auto;
    height: auto;
    object-fit: contain;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
