/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-22fkqd461s] {
    display: flex;
    flex-direction: column;
    position: relative;
}

main[b-22fkqd461s] {
    flex: 1;
}

.sidebar[b-22fkqd461s] {
    background: #123626;
}

.top-row[b-22fkqd461s] {
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #d9e3dd;
    display: flex;
    height: 3.5rem;
    justify-content: space-between;
}

.baseline-label[b-22fkqd461s] {
    color: #17211b;
    font-weight: 700;
}

.baseline-source[b-22fkqd461s] {
    color: #617369;
    font-size: 0.9rem;
}

@media (max-width: 640.98px) {
    .top-row[b-22fkqd461s] {
        align-items: start;
        flex-direction: column;
        height: auto;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
    }

    .top-row[b-22fkqd461s]  a,
    .top-row[b-22fkqd461s]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-22fkqd461s] {
        flex-direction: row;
    }

    .sidebar[b-22fkqd461s] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 280px;
    }

    .top-row[b-22fkqd461s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-22fkqd461s],
    article[b-22fkqd461s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-22fkqd461s] {
    background: #fff4cc;
    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-22fkqd461s] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vcg3wv8bfv] {
    appearance: none;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    cursor: pointer;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    width: 3.5rem;
}

.navbar-toggler-check[b-vcg3wv8bfv] {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.navbar-toggler-check:checked + .navbar-toggler[b-vcg3wv8bfv] {
    background-color: rgba(255, 255, 255, 0.35);
}

.top-row[b-vcg3wv8bfv] {
    background-color: #0e2b1e;
    height: 3.5rem;
}

.navbar-brand[b-vcg3wv8bfv] {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
}

.nav-section[b-vcg3wv8bfv] {
    color: #9db7a8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    padding: 1rem 1rem 0.35rem;
    text-transform: uppercase;
}

.nav-glyph[b-vcg3wv8bfv] {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #ffffff;
    align-items: center;
    display: inline-flex;
    flex: 0 0 1.6rem;
    font-size: 0.72rem;
    font-weight: 800;
    height: 1.6rem;
    margin-right: 0.75rem;
    justify-content: center;
    text-align: center;
    width: 1.6rem;
}

.nav-item[b-vcg3wv8bfv] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
}

.nav-item:last-of-type[b-vcg3wv8bfv] {
    padding-bottom: 1rem;
}

.nav-item[b-vcg3wv8bfv]  .nav-link {
    align-items: center;
    background: none;
    border: none;
    border-radius: 8px;
    color: #d9e6de;
    display: flex;
    line-height: 1.2;
    min-height: 2.65rem;
    width: 100%;
}

.nav-item[b-vcg3wv8bfv]  a.active {
    background-color: rgba(255, 255, 255, 0.16);
    color: white;
}

.nav-item[b-vcg3wv8bfv]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-scrollable[b-vcg3wv8bfv] {
    display: none;
}

.navbar-toggler-check:checked ~ .nav-scrollable[b-vcg3wv8bfv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vcg3wv8bfv],
    .navbar-toggler-check[b-vcg3wv8bfv] {
        display: none;
    }

    .nav-scrollable[b-vcg3wv8bfv] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
