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

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

.sidebar[b-09g4hsgsnw] {
    background: #163f38;
}

.top-row[b-09g4hsgsnw] {
    min-height: 4rem;
    padding-block: .75rem;
    background: rgba(255, 253, 247, .94);
    border-bottom: 1px solid #e4e0d5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    backdrop-filter: blur(10px);
}

.signed-in-label[b-09g4hsgsnw] {
    color: #5c625e;
    font-size: .92rem;
}

@media (max-width: 640.98px) {
    .page[b-09g4hsgsnw] {
        padding-bottom: calc(4.4rem + env(safe-area-inset-bottom));
    }

    .top-row[b-09g4hsgsnw] {
        justify-content: space-between;
        min-height: 3.4rem;
        padding-inline: 1rem !important;
    }

    .signed-in-label[b-09g4hsgsnw] {
        max-width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

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

    .sidebar[b-09g4hsgsnw] {
        width: 260px;
        min-width: 260px;
        min-height: 100vh;
        position: sticky;
        top: 0;
        align-self: flex-start;
    }

    .top-row[b-09g4hsgsnw] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row[b-09g4hsgsnw],
    article[b-09g4hsgsnw] {
        padding-left: clamp(2rem, 5vw, 5rem) !important;
        padding-right: clamp(2rem, 5vw, 5rem) !important;
    }
}

#blazor-error-ui[b-09g4hsgsnw] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .15);
    display: none;
    left: 0;
    padding: .8rem 3rem .8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-09g4hsgsnw] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
}
/* _content/OperationAhpa.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d7uq3bo6b1] {
    appearance: none;
    cursor: pointer;
    width: 3.25rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: .65rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: .5rem;
    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,.9%29' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.55rem;
}

.top-row[b-d7uq3bo6b1] {
    min-height: 4rem;
}

.navbar-brand[b-d7uq3bo6b1] {
    display: flex;
    flex-direction: column;
    color: #fffdf7;
    line-height: 1.05;
    white-space: normal;
}

.brand-kicker[b-d7uq3bo6b1] {
    color: #b9d8c4;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.brand-name[b-d7uq3bo6b1] {
    margin-top: .3rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
}

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

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

.nav-item[b-d7uq3bo6b1]  .nav-link {
    min-height: 3rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding-inline: .9rem;
    color: #d9e7df;
    border-radius: .65rem;
}

.nav-item[b-d7uq3bo6b1]  .nav-link span {
    width: 1.1rem;
    text-align: center;
    font-size: 1.15rem;
}

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

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

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

.mobile-tab-bar[b-d7uq3bo6b1] {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(4.4rem + env(safe-area-inset-bottom));
    padding: .45rem .55rem calc(.45rem + env(safe-area-inset-bottom));
    border-top: 1px solid #d7d4ca;
    background: rgba(255, 253, 247, .96);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .25rem;
    box-shadow: 0 -8px 30px rgba(29, 48, 40, .1);
    backdrop-filter: blur(14px);
}

.mobile-tab-bar[b-d7uq3bo6b1]  .mobile-tab {
    min-height: 3.35rem;
    color: #5f6b66;
    border-radius: .75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .15rem;
    text-decoration: none;
}

.mobile-tab-bar[b-d7uq3bo6b1]  .mobile-tab span {
    font-size: 1.25rem;
    line-height: 1;
}

.mobile-tab-bar[b-d7uq3bo6b1]  .mobile-tab small {
    font-size: .67rem;
    font-weight: 700;
}

.mobile-tab-bar[b-d7uq3bo6b1]  .mobile-tab.active {
    color: #176b55;
    background: #e4f0e9;
}

.mobile-tab-bar[b-d7uq3bo6b1]  .mobile-tab-primary {
    color: white;
    background: #176b55;
}

.mobile-tab-bar[b-d7uq3bo6b1]  .mobile-tab-primary.active {
    color: white;
    background: #124c3f;
}

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

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

    .top-row[b-d7uq3bo6b1] {
        padding: 1.5rem .75rem 1rem;
    }

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

    .mobile-tab-bar[b-d7uq3bo6b1] {
        display: none;
    }
}
