/* /Components/AssistantWidget.razor.rz.scp.css */
/* Floating Sustainability Assistant: a fab bottom-right and a speech-bubble panel above it. */

.assistant-root[b-3l40n5xl5j] {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.assistant-fab[b-3l40n5xl5j] {
    width: 3.25rem;
    height: 3.25rem;
    border: none;
    border-radius: 50%;
    background-color: var(--brand-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

    .assistant-fab:hover[b-3l40n5xl5j] {
        filter: brightness(1.1);
    }

.assistant-panel[b-3l40n5xl5j] {
    width: min(24rem, calc(100vw - 2.5rem));
    max-height: min(70vh, 34rem);
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.75rem;
    /* the speech-bubble tail sits over the fab, so only round the bottom corners a little */
    border-bottom-right-radius: 0.25rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.assistant-header[b-3l40n5xl5j] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: var(--brand-primary);
    color: #fff;
}

.assistant-title[b-3l40n5xl5j] {
    font-weight: 600;
}

.assistant-context[b-3l40n5xl5j] {
    font-size: 0.8rem;
    opacity: 0.85;
}

.assistant-close[b-3l40n5xl5j] {
    border: none;
    background: none;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0.25rem;
}

.assistant-messages[b-3l40n5xl5j] {
    /* column-reverse keeps the newest turn pinned to the bottom without any JS scrolling */
    display: flex;
    flex-direction: column-reverse;
    overflow-y: auto;
    padding: 0.75rem 1rem;
    flex: 1 1 auto;
    min-height: 8rem;
}

.assistant-turn[b-3l40n5xl5j] {
    margin-top: 0.75rem;
}

.assistant-q[b-3l40n5xl5j] {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    padding: 0.4rem 0.6rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.assistant-a[b-3l40n5xl5j] {
    white-space: pre-wrap;
}

.assistant-citations[b-3l40n5xl5j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-top: 0.4rem;
}

.assistant-thinking[b-3l40n5xl5j] {
    color: var(--bs-secondary-color, #6c757d);
    margin-top: 0.75rem;
}

.assistant-hint[b-3l40n5xl5j] {
    color: var(--bs-secondary-color, #6c757d);
    font-size: 0.875rem;
    margin: 0;
}

.assistant-input[b-3l40n5xl5j] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 1rem 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.assistant-smallprint[b-3l40n5xl5j] {
    font-size: 0.72rem;
    color: var(--bs-secondary-color, #6c757d);
    padding: 0.25rem 1rem 0.6rem;
    margin: 0;
}

@media (max-width: 640.98px) {
    .assistant-root[b-3l40n5xl5j] {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .assistant-panel[b-3l40n5xl5j] {
        max-height: 60vh;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-z6a8jjg77r] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-z6a8jjg77r] {
    flex: 1;
    min-width: 0; /* let wide content scroll inside, never the page */
}

.sidebar[b-z6a8jjg77r] {
    /* Tenant primary over a deepening pine floor — flat, calm, eco */
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(10, 61, 49, 0.35) 100%),
        var(--tenant-primary, var(--c-pine, #0E5C4A));
}

.top-row[b-z6a8jjg77r] {
    background-color: color-mix(in srgb, var(--c-paper, #F6F5EF) 65%, white);
    border-bottom: 1px solid var(--c-line, #E1E4DA);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.tagline[b-z6a8jjg77r] {
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--c-ink-soft, #52645B);
}

/* Account settings, as a round icon button top-right — the only control in the header,
   so it stays visible (and comfortably tappable) at every width, including phones where
   the tagline is hidden. */
.top-row[b-z6a8jjg77r]  .account-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 1rem;
    flex-shrink: 0;
    border-radius: 50%;
    color: var(--c-ink-soft, #52645B);
}

.top-row[b-z6a8jjg77r]  .account-link:hover,
.top-row[b-z6a8jjg77r]  .account-link:focus-visible {
    color: var(--tenant-primary, var(--c-pine, #0E5C4A));
    background-color: color-mix(in srgb, var(--tenant-primary, var(--c-pine, #0E5C4A)) 12%, transparent);
}

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

    .sidebar[b-z6a8jjg77r] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        /* Column layout so the nav fills the space under a one- or two-line header */
        display: flex;
        flex-direction: column;
    }

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

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

    article.content[b-z6a8jjg77r] {
        max-width: 72rem;
    }
}

#blazor-error-ui[b-z6a8jjg77r] {
    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-z6a8jjg77r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-egmc7psfc1] {
    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.15);
    border-radius: 8px;
    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.7%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.08);
}

.navbar-toggler:checked[b-egmc7psfc1] {
    background-color: rgba(255, 255, 255, 0.35);
}

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

.navbar-brand[b-egmc7psfc1] {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #fff;
    overflow: hidden;
    white-space: normal;
}

@media (max-width: 640.98px) {
    /* Leave room for the toggler, which only exists on small screens */
    .navbar-brand[b-egmc7psfc1] {
        max-width: calc(100% - 4.5rem);
    }
}

/* Long tenant names wrap onto a second line rather than truncating to an ellipsis */
.navbar-brand span[b-egmc7psfc1] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.brand-mark[b-egmc7psfc1] {
    width: 1.7rem;
    height: 1.7rem;
    flex-shrink: 0;
}

.bi[b-egmc7psfc1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-building-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-building' 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-person-badge-nav-menu[b-egmc7psfc1] {
    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-arrow-bar-left-nav-menu[b-egmc7psfc1] {
    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");
}

.nav-section-title[b-egmc7psfc1] {
    padding-top: 1rem;
    padding-bottom: 0.3rem;
    padding-left: 1.85rem;
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.nav-item[b-egmc7psfc1] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
}

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

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

    .nav-item[b-egmc7psfc1]  .nav-link {
        color: rgba(255, 255, 255, 0.82);
        background: none;
        border: none;
        border-radius: 10px;
        height: 2.8rem;
        display: flex;
        align-items: center;
        line-height: 2.8rem;
        width: 100%;
        padding-left: 0.85rem;
    }

.nav-item[b-egmc7psfc1]  a.active {
    background-color: rgba(255, 255, 255, 0.18);
    color: white;
    box-shadow: inset 3px 0 0 var(--c-sun, #F2B705);
}

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

/* --- Carbonly / Steorra attribution, pinned to the sidebar foot ---------- */

.sidebar-footer[b-egmc7psfc1] {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.1rem 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.sidebar-footer img[b-egmc7psfc1] {
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.95;
}

.sidebar-footer-text[b-egmc7psfc1] {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.sidebar-footer-text .product[b-egmc7psfc1] {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-weight: 600;
    font-size: 0.85rem;
    color: #fff;
    letter-spacing: 0.01em;
}

.sidebar-footer-text .powered[b-egmc7psfc1] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.03em;
}

.sidebar-footer-text .powered img[b-egmc7psfc1] {
    width: 0.55rem;
    height: 0.55rem;
    opacity: 0.9;
}

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

.navbar-toggler:checked ~ .nav-scrollable[b-egmc7psfc1] {
    display: flex;
    flex-direction: column;
}

.nav-scrollable[b-egmc7psfc1] {
    /* The menu panel only ever scrolls vertically */
    overflow-x: hidden;
}

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

    .nav-scrollable[b-egmc7psfc1] {
        /* Never collapse the sidebar for wide screens; pin attribution to the foot.
           The sidebar is a flex column, so this fills whatever the header leaves. */
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 0;
        overflow-y: auto;
    }
}
.bi-speedometer2-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E  %3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4M3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707M2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10m9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5m.754-4.246a.39.39 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.39.39 0 0 0-.029-.518z'/%3E  %3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A8 8 0 0 1 0 10m8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3'/%3E%3C/svg%3E");
}

.bi-journal-text-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-journal-text' viewBox='0 0 16 16'%3E  %3Cpath d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.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-.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 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2'/%3E  %3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z'/%3E%3C/svg%3E");
}

.bi-table-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-table' viewBox='0 0 16 16'%3E  %3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 2h-4v3h4zm0 4h-4v3h4zm0 4h-4v3h3a1 1 0 0 0 1-1zm-5 3v-3H6v3zm-5 0v-3H1v2a1 1 0 0 0 1 1zm-4-4h4V8H1zm0-4h4V4H1zm5-3v3h4V4zm4 4H6v3h4z'/%3E%3C/svg%3E");
}

.bi-file-earmark-arrow-up-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-arrow-up' viewBox='0 0 16 16'%3E  %3Cpath d='M8.5 11.5a.5.5 0 0 1-1 0V7.707L6.354 8.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 7.707z'/%3E  %3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'/%3E%3C/svg%3E");
}

.bi-chat-dots-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chat-dots' viewBox='0 0 16 16'%3E  %3Cpath d='M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0m3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E  %3Cpath d='m2.165 15.803.02-.004c1.83-.363 2.948-.842 3.468-1.105A9 9 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.4 10.4 0 0 1-.524 2.318l-.003.011a11 11 0 0 1-.244.637c-.079.186.074.394.273.362a22 22 0 0 0 .693-.125m.8-3.108a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6-3.004 6-7 6a8 8 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a11 11 0 0 0 .398-2'/%3E%3C/svg%3E");
}

.bi-clipboard-check-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clipboard-check' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0'/%3E  %3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z'/%3E  %3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z'/%3E%3C/svg%3E");
}

.bi-file-earmark-bar-graph-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-bar-graph' viewBox='0 0 16 16'%3E  %3Cpath d='M10 13.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5z'/%3E  %3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'/%3E%3C/svg%3E");
}

.bi-patch-question-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-patch-question' viewBox='0 0 16 16'%3E  %3Cpath d='M8.05 9.6c.336 0 .504-.24.554-.627.04-.534.198-.815.847-1.26.673-.475 1.049-1.09 1.049-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.7 1.7 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745'/%3E  %3Cpath d='m10.273 2.513-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911z'/%3E  %3Cpath d='M7.001 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0'/%3E%3C/svg%3E");
}

.bi-graph-down-arrow-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-graph-down-arrow' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0zm10 11.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v2.6l-3.613-4.417a.5.5 0 0 0-.74-.037L7.06 8.233 3.404 3.206a.5.5 0 0 0-.808.588l4 5.5a.5.5 0 0 0 .758.06l2.609-2.61L13.445 11H10.5a.5.5 0 0 0-.5.5'/%3E%3C/svg%3E");
}

.bi-truck-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-truck' viewBox='0 0 16 16'%3E  %3Cpath d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5zm1.294 7.456A2 2 0 0 1 4.732 11h5.536a2 2 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456M12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2'/%3E%3C/svg%3E");
}

.bi-clipboard-data-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clipboard-data' viewBox='0 0 16 16'%3E  %3Cpath d='M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0z'/%3E  %3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z'/%3E  %3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z'/%3E%3C/svg%3E");
}

.bi-cpu-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cpu' viewBox='0 0 16 16'%3E  %3Cpath d='M5 0a.5.5 0 0 1 .5.5V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 14 4.5h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14a2.5 2.5 0 0 1-2.5 2.5v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 2 11.5H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2A2.5 2.5 0 0 1 4.5 2V.5A.5.5 0 0 1 5 0m-.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3zM5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5zM6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
}

.bi-palette-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-palette' viewBox='0 0 16 16'%3E  %3Cpath d='M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m4 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M5.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E  %3Cpath d='M16 8c0 3.15-1.866 2.585-3.567 2.07C11.42 9.763 10.465 9.473 10 10c-.603.683-.475 1.819-.351 2.92C9.826 14.495 9.996 16 8 16a8 8 0 1 1 8-8m-8 7c.611 0 .654-.171.655-.176.078-.146.124-.464.07-1.119-.014-.168-.037-.37-.061-.591-.052-.464-.112-1.005-.118-1.462-.01-.707.083-1.61.704-2.314.369-.417.845-.578 1.272-.618.404-.038.812.026 1.16.104.343.077.702.186 1.025.284l.028.008c.346.105.658.199.953.266.653.148.904.083.991.024C14.717 9.38 15 9.161 15 8a7 7 0 1 0-7 7'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-egmc7psfc1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E  %3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}

/* /Components/Layout/NotificationBell.razor.rz.scp.css */
/* Header notification bell: a round icon button matching the account icon beside it, a count
   pip on its shoulder, and a panel anchored under it listing the outstanding items. */

.bell-root[b-wdu7iwrt2o] {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 1rem;
    flex-shrink: 0;
}

.bell-button[b-wdu7iwrt2o] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 50%;
    background: none;
    color: var(--c-ink-soft, #52645B);
    cursor: pointer;
}

.bell-button:hover[b-wdu7iwrt2o],
.bell-button:focus-visible[b-wdu7iwrt2o],
.bell-button[aria-expanded="true"][b-wdu7iwrt2o] {
    color: var(--tenant-primary, var(--c-pine, #0E5C4A));
    background-color: color-mix(in srgb, var(--tenant-primary, var(--c-pine, #0E5C4A)) 12%, transparent);
}

.bell-button:focus-visible[b-wdu7iwrt2o] {
    outline: 2px solid var(--tenant-primary, var(--c-pine, #0E5C4A));
    outline-offset: 2px;
}

.bell-count[b-wdu7iwrt2o] {
    position: absolute;
    top: 0.1rem;
    right: 0.05rem;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    border: 2px solid color-mix(in srgb, var(--c-paper, #F6F5EF) 65%, white);
    background: var(--c-sun, #F2B705);
    color: var(--c-ink, #1C2A24);
    font-size: 0.62rem;
    font-weight: 700;
    line-height: calc(1.1rem - 4px);
    text-align: center;
    font-variant-numeric: tabular-nums;
}

.bell-count.is-danger[b-wdu7iwrt2o] {
    background: var(--bs-danger, #B3261E);
    color: #fff;
}

/* Click-away layer: sits under the panel and over the page, so any click outside closes it. */
.bell-backdrop[b-wdu7iwrt2o] {
    position: fixed;
    inset: 0;
    z-index: 1040;
}

.bell-panel[b-wdu7iwrt2o] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 1045;
    width: min(26rem, calc(100vw - 1.5rem));
    max-height: min(70vh, 32rem);
    display: flex;
    flex-direction: column;
    background: var(--c-surface, #fff);
    border: 1px solid var(--c-line, #E1E4DA);
    border-radius: 0.75rem;
    box-shadow: 0 0.5rem 1.5rem rgba(28, 42, 36, 0.18);
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
}

.bell-panel-head[b-wdu7iwrt2o] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem 0.5rem;
    padding: 0.75rem 1rem 0.5rem;
    border-bottom: 1px solid var(--c-line, #E1E4DA);
}

.bell-panel-title[b-wdu7iwrt2o] {
    font-weight: 600;
    color: var(--c-ink, #1C2A24);
}

.bell-panel-sub[b-wdu7iwrt2o] {
    font-size: 0.78rem;
    color: var(--c-ink-soft, #52645B);
}

.bell-empty[b-wdu7iwrt2o] {
    margin: 0;
    padding: 0.9rem 1rem;
    font-size: 0.85rem;
    color: var(--c-ink-soft, #52645B);
}

.bell-list[b-wdu7iwrt2o] {
    list-style: none;
    margin: 0;
    padding: 0.25rem 0;
    overflow-y: auto;
}

.bell-item[b-wdu7iwrt2o] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.55rem 1rem;
    border-bottom: 1px solid color-mix(in srgb, var(--c-line, #E1E4DA) 60%, transparent);
}

.bell-item:last-child[b-wdu7iwrt2o] {
    border-bottom: 0;
}

.bell-badge[b-wdu7iwrt2o] {
    flex-shrink: 0;
    margin-top: 0.15rem;
    font-size: 0.65rem;
}

.bell-item-body[b-wdu7iwrt2o] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.bell-item-text[b-wdu7iwrt2o] {
    font-size: 0.83rem;
    line-height: 1.4;
    color: var(--c-ink, #1C2A24);
}

.bell-item-link[b-wdu7iwrt2o] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--tenant-primary, var(--c-pine, #0E5C4A));
    text-decoration: none;
}

.bell-item-link:hover[b-wdu7iwrt2o],
.bell-item-link:focus-visible[b-wdu7iwrt2o] {
    text-decoration: underline;
}

.bell-panel-foot[b-wdu7iwrt2o] {
    padding: 0.5rem 1rem 0.65rem;
    border-top: 1px solid var(--c-line, #E1E4DA);
    font-size: 0.8rem;
}

.bell-panel-foot a[b-wdu7iwrt2o] {
    font-weight: 600;
    color: var(--tenant-primary, var(--c-pine, #0E5C4A));
    text-decoration: none;
}

.bell-panel-foot a:hover[b-wdu7iwrt2o],
.bell-panel-foot a:focus-visible[b-wdu7iwrt2o] {
    text-decoration: underline;
}

@media (max-width: 640.98px) {
    .bell-panel[b-wdu7iwrt2o] {
        position: fixed;
        top: 3.75rem;
        right: 0.75rem;
        left: 0.75rem;
        width: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ni4rp80xgx],
.components-reconnect-repeated-attempt-visible[b-ni4rp80xgx],
.components-reconnect-failed-visible[b-ni4rp80xgx],
.components-pause-visible[b-ni4rp80xgx],
.components-resume-failed-visible[b-ni4rp80xgx],
.components-rejoining-animation[b-ni4rp80xgx] {
    display: none;
}

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


#components-reconnect-modal[b-ni4rp80xgx] {
    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-ni4rp80xgx 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-ni4rp80xgx {
    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;
    }
}
