/* _content/ConcreteReport.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-sub[b-pzbfydk8ie] {
    padding-left: 34px;
    font-size: 14px;
    opacity: 0.85;
}

.nav-brand-desktop[b-pzbfydk8ie] { display: none; }

.nav-draft-badge[b-pzbfydk8ie] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 14px;
    height: 22px;
    padding: 0;
    margin-left: auto;
    box-sizing: border-box;
    flex-shrink: 0;
    border: 0;
    background: transparent;
    color: #e8590c;
    font-size: 11.05px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

@media (min-width: 1025px) {
    .nav-brand-mobile[b-pzbfydk8ie] { display: none; }
    .nav-brand-desktop[b-pzbfydk8ie] { display: inline-flex; align-items: center; gap: 7px; }
    .nav-brand-mark[b-pzbfydk8ie] {
        display: block;
        width: 4px;
        height: 20px;
        background: #272d29;
        transform: skew(-13deg);
        margin-right: 2px;
        flex-shrink: 0;
    }
}

/* Account footer stays reachable in short sidebars and mobile drawers. */
.nv-acct[b-pzbfydk8ie] {
    margin-top: auto;
    border-top: 1px solid #e8ece9;
    padding: 14px 16px;
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    z-index: 5;
    background: #fff;
    padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
}
.nv-account-menu[b-pzbfydk8ie] { position: relative; width: 100%; }
.nv-acct-id[b-pzbfydk8ie] {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    width: 100%;
    min-height: 48px;
    min-width: 0;
    padding: 0 5px;
    box-sizing: border-box;
    color: #272d29;
    background: transparent;
    cursor: pointer;
    list-style: none;
}
.nv-acct-id[b-pzbfydk8ie]::-webkit-details-marker { display: none; }
.nv-acct-id[b-pzbfydk8ie]::marker { content: ""; }
.nv-acct-id:focus-visible[b-pzbfydk8ie] { outline: 2px solid #E8590C; outline-offset: 2px; }
.nv-av[b-pzbfydk8ie] {
    width: 32px;
    height: 32px;
    flex: none;
    border-radius: 50%;
    background: #f2f3f2;
    color: #272d29;
    display: grid;
    place-items: center;
}
.nv-acct svg[b-pzbfydk8ie] { width: 17px; height: 17px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.nv-av svg[b-pzbfydk8ie] { width: 16px; height: 16px; }
.nv-meta[b-pzbfydk8ie] { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.nv-name[b-pzbfydk8ie] {
    font-size: 13px;
    font-weight: 500;
    color: #272d29;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nv-acct-id:hover .nv-name[b-pzbfydk8ie],
.nv-acct-id.active .nv-name[b-pzbfydk8ie] { font-weight: 600; }
.nv-status[b-pzbfydk8ie] { font-size: 11px; color: #707871; }
.nv-login-arrow[b-pzbfydk8ie] { margin-left: auto; color: #707871; }
.nv-account-actions[b-pzbfydk8ie] {
    position: absolute;
    bottom: calc(100% + 22px);
    left: 0;
    right: 0;
    padding: 5px;
    border: 1px solid #dce1dd;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 5px 18px #20282010;
}
.nv-out-form[b-pzbfydk8ie] { margin: 0; }
.nv-account-action[b-pzbfydk8ie] {
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    font: inherit;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    color: #272d29;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.nv-account-action:hover[b-pzbfydk8ie] { font-weight: 600; text-decoration: none; background: transparent; }
.nv-account-action:focus-visible[b-pzbfydk8ie] { outline: 2px solid #E8590C; outline-offset: -2px; }
.nv-account-action.nv-out[b-pzbfydk8ie] { color: #b33428; }
.nav-login-link[b-pzbfydk8ie] { font-size: 13px; font-weight: 500; color: #272d29; text-decoration: none; }

.sup-badge[b-pzbfydk8ie] {
    display: inline-grid;
    place-items: center;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    margin-left: 8px;
    border-radius: 999px;
    background: #E8590C;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    vertical-align: middle;
}

@media (min-width: 1025px) {
    .nv-acct[b-pzbfydk8ie] {
        background: #fff;
        padding: 14px 4px 0;
        border-top-color: #e8ece9;
        flex-shrink: 0;
    }
}
