/* _content/EStBelegassistent.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-z8l9b1tisg] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-z8l9b1tisg] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-z8l9b1tisg] {
    background: #12324a;
}

.top-row[b-z8l9b1tisg] {
    background-color: #fff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

.app-topbar[b-z8l9b1tisg] {
    gap: 1rem;
}

.topbar-title[b-z8l9b1tisg] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.topbar-title span[b-z8l9b1tisg] {
    color: #6c757d;
    font-size: .82rem;
}

.topbar-actions[b-z8l9b1tisg] {
    display: flex;
    align-items: center;
    gap: .6rem;
    min-width: 0;
}

.user-chip[b-z8l9b1tisg] {
    display: inline-block;
    max-width: 16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: .32rem .55rem;
    background: #f8f9fa;
    color: #495057;
    font-size: .9rem;
}

.public-main[b-z8l9b1tisg] {
    min-height: 100vh;
    background: #eef2f5;
}

.public-content[b-z8l9b1tisg] {
    min-height: 100vh;
    padding: 0 1rem !important;
}

@media (max-width: 640.98px) {
    .top-row[b-z8l9b1tisg] {
        height: auto;
        min-height: 3.5rem;
        align-items: flex-start;
        flex-direction: column;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

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

    .topbar-actions[b-z8l9b1tisg] {
        flex-wrap: wrap;
    }
}

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

    .sidebar[b-z8l9b1tisg] {
        width: 16rem;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

#blazor-error-ui[b-z8l9b1tisg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-z8l9b1tisg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/EStBelegassistent.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xur4rnxb1k] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.4rem;
    color: white;
    position: absolute;
    top: .55rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    background: rgba(255, 255, 255, .08);
}

.navbar-toggler[b-xur4rnxb1k]::before {
    content: "";
    display: block;
    width: 1.35rem;
    height: 1rem;
    margin: .65rem auto;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0 .42rem 0 #fff;
}

.top-row[b-xur4rnxb1k] {
    height: 3.5rem;
    background: #12324a;
}

.navbar-brand[b-xur4rnxb1k] {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: 1rem;
    font-weight: 700;
}

.brand-mark[b-xur4rnxb1k] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
    background: #ffffff;
    color: #12324a;
    font-size: .78rem;
}

.nav-user[b-xur4rnxb1k] {
    margin: 1rem 0 .75rem;
    color: #fff;
}

.nav-user-label[b-xur4rnxb1k],
.nav-section-label[b-xur4rnxb1k] {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.nav-user strong[b-xur4rnxb1k] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-user small[b-xur4rnxb1k] {
    display: block;
    color: rgba(255, 255, 255, .72);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-section-label[b-xur4rnxb1k] {
    margin: 1rem 0 .35rem;
}

.nav-item[b-xur4rnxb1k] {
    font-size: .92rem;
    padding-bottom: .35rem;
}

.nav-item[b-xur4rnxb1k]  .nav-link,
.nav-item .nav-link[b-xur4rnxb1k] {
    color: rgba(255, 255, 255, .82);
    background: none;
    border: none;
    border-radius: 6px;
    min-height: 2.65rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    width: 100%;
}

.nav-symbol[b-xur4rnxb1k] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    margin-right: .65rem;
    border-radius: 5px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
}

.nav-item[b-xur4rnxb1k]  a.active {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.nav-item[b-xur4rnxb1k]  a.active .nav-symbol {
    background: #fff;
    color: #12324a;
}

.nav-item[b-xur4rnxb1k]  .nav-link:hover,
.nav-item .nav-link:hover[b-xur4rnxb1k] {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.nav-signout[b-xur4rnxb1k] {
    margin-top: 1rem;
}

.nav-signout .nav-link[b-xur4rnxb1k] {
    color: #ffd7d7;
}

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

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

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

    .nav-scrollable[b-xur4rnxb1k] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
