/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uypmr9ymhj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uypmr9ymhj] {
    flex: 1;
}

.sidebar[b-uypmr9ymhj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uypmr9ymhj] {
    background-color: var(--background-color);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

    .top-row[b-uypmr9ymhj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

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

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

    .sidebar[b-uypmr9ymhj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-uypmr9ymhj] {
    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-uypmr9ymhj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-6dkdxnuyyy] {
    display: flex;
    align-items: center;
    background-color: var(--background-color);
    padding: 0 1rem;
}

.nav-left-container[b-6dkdxnuyyy] {
    display: flex;
    align-items: center;
}

.nav-right-container[b-6dkdxnuyyy] {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end; /* Align nav links to the right */
}

@media (min-width: 992px) {
    .nav-left-container[b-6dkdxnuyyy] {
        width: 10%; /* Matches the offset-content margin-left */
        justify-content: flex-end; /* Align brand to the right within its container */
    }

    .nav-right-container[b-6dkdxnuyyy] {
        width: 90%; /* Remaining width */
        justify-content: flex-start; /* Align nav links to the left within its container */
        padding-left: 12px;
    }
}

@media (max-width: 991px) {
    .top-row[b-6dkdxnuyyy] {
        display: none;
    }

    .mobile-nav[b-6dkdxnuyyy] {
        position: fixed;
        top: 0.75rem;
        right: 1rem;
        z-index: 1100;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.5rem;
    }

    .mobile-nav-toggle[b-6dkdxnuyyy] {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .mobile-nav-links[b-6dkdxnuyyy] {
        display: none;
        flex-direction: column;
        background: var(--background-color);
        border: 1px solid var(--tertiary-color);
        border-radius: 16px;
        padding: 0.5rem;
        min-width: 200px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    }

    .mobile-nav-links.open[b-6dkdxnuyyy] {
        display: flex;
    }

    .mobile-nav .nav-link[b-6dkdxnuyyy] {
        padding: 0.5rem 0.75rem;
    }
}

.navbar-brand[b-6dkdxnuyyy] {
    font-size: 1.1rem;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.beaver-text[b-6dkdxnuyyy] {
    color: var(--beaver-color);
    font-family: 'JetBrains Mono', monospace;
    font-size: 1rem;
    margin-left: 0.5rem;
}

.nav[b-6dkdxnuyyy] {
    display: flex;
    gap: 1rem;
}
/* .top-row {
    border-bottom: 1px solid var(--tertiary-color);
} */

.nav-link[b-6dkdxnuyyy] {
    color: #000;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.nav-link.active[b-6dkdxnuyyy] {
    background-color: var(--tertiary-color);
    color: #000;
}

.nav-link:hover[b-6dkdxnuyyy] {
    background-color: var(--secondary-color);
    color: #fff;
}

@media (min-width: 992px) {
    .mobile-nav[b-6dkdxnuyyy] {
        display: none;
    }
}
