/* _content/MIRA/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kgh8u1ve2q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kgh8u1ve2q] {
    flex: 1;
}

.sidebar[b-kgh8u1ve2q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kgh8u1ve2q] {
    height: 3.5rem;
    background-color: white !important;
    color: white;
}

#blazor-error-ui[b-kgh8u1ve2q] {
    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-kgh8u1ve2q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MIRA/Components/Layout/NavMenu.razor.rz.scp.css */
#mainNavbar[b-6563ssyixd] {
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

#mainNavbar.navbar-hidden[b-6563ssyixd] {
    transform: translateY(-100%);
}

.navbar-toggler[b-6563ssyixd] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}

.navbar-toggler:checked[b-6563ssyixd] {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-brand[b-6563ssyixd] {
    font-size: 1.1rem;
}

.nav-item[b-6563ssyixd] {
    font-size: 0.9rem;
    margin: 0;
    padding: 0.5rem 1rem;
    display:flex;
    align-items: center;
}

.nav-scrollable[b-6563ssyixd] {
    display: none;
}

.navbar-hidden[b-6563ssyixd] {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .navbar-nav[b-6563ssyixd] {
        flex-direction: row;
    }
}
