/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-81y7lb1uai] {
    height: 100dvh;
    overflow-y: auto;
    /* Momentum scrolling on iOS; without it an overflow container feels broken in standalone PWA mode. */
    -webkit-overflow-scrolling: touch;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0mplewcvga] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
}

main[b-0mplewcvga] {
    flex: 1;
    overflow-y: auto;
}

.bottom-bar[b-0mplewcvga] {
    height: var(--nav-height);
    background-color: black;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 640.98px) {
    .top-row[b-0mplewcvga] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .top-row[b-0mplewcvga] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0mplewcvga]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

#blazor-error-ui[b-0mplewcvga] {
    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-0mplewcvga] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xdz1ithc2x] {
    display:none;
}

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

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

.navbar-brand[b-xdz1ithc2x] {
    font-size: 1.1rem;
}

.nav-item[b-xdz1ithc2x] {
    font-size: 0.9rem;
    padding: 0;
}

    .nav-item:first-of-type[b-xdz1ithc2x] {
        padding-top: 0;
    }

    .nav-item:last-of-type[b-xdz1ithc2x] {
        padding-bottom: 0;
    }

    .nav-item[b-xdz1ithc2x]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: auto;
        display: flex;
        align-items: center;
        line-height: normal;
        width: auto;
        padding: 0.75rem 1rem;
    }

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

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

.nav-scrollable[b-xdz1ithc2x] {
    display: block;
    position: static;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xdz1ithc2x] {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 1rem 0;
}

nav[b-xdz1ithc2x] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 0.5rem;
}

@media (max-width: 640px) {
    .nav-item[b-xdz1ithc2x] {
        flex: 1;
    }

    .nav-item[b-xdz1ithc2x]  .nav-link {
        padding: 0.5rem 0.25rem;
        font-size: 0.75rem;
        justify-content: center;
    }
}

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

    .nav-scrollable[b-xdz1ithc2x] {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        height: auto;
        overflow-y: visible; 
    }

    .nav-item[b-xdz1ithc2x]  .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}
