/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-wasq5loehl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wasq5loehl] {
    flex: 1;
}

.sidebar[b-wasq5loehl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wasq5loehl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wasq5loehl]  a, .top-row[b-wasq5loehl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wasq5loehl]  a:hover, .top-row[b-wasq5loehl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wasq5loehl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wasq5loehl] {
        justify-content: space-between;
    }

    .top-row[b-wasq5loehl]  a, .top-row[b-wasq5loehl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wasq5loehl] {
        flex-direction: row;
    }

    .sidebar[b-wasq5loehl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wasq5loehl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wasq5loehl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wasq5loehl], article[b-wasq5loehl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nlx1yj245i] {
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
}

.top-row[b-nlx1yj245i] {
    min-height: 3.5rem;
    background: linear-gradient(135deg, #312e81, #1e1b4b);
}

.navbar-brand[b-nlx1yj245i] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #facc15 !important;
}

.nav-item[b-nlx1yj245i] {
    font-size: 0.95rem;
}

.nav-item[b-nlx1yj245i]  a {
    color: #e2e8f0;
    border-radius: 9999px;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    text-decoration: none;
}

.nav-item[b-nlx1yj245i]  a.active {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: white;
    font-weight: 700;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

.nav-item[b-nlx1yj245i]  a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nlx1yj245i] {
        display: none;
    }

    .collapse[b-nlx1yj245i] {
        display: block;
    }

    .nav-scrollable[b-nlx1yj245i] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        background: #1e1b4b;
    }
}
