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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-b1rm87xxo1], article[b-b1rm87xxo1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.custom-navbar[b-cq2y2ht3sp] {
    background-color: #181a1b;
    border-bottom: 1px solid #2a2d2f;
}

.navbar-brand[b-cq2y2ht3sp] {
    letter-spacing: 0.03em;
}

.nav-link[b-cq2y2ht3sp] {
    color: #cfcfcf;
    transition: color 0.15s ease;
}

    .nav-link:hover[b-cq2y2ht3sp] {
        color: #ffffff;
    }

    .nav-link:focus[b-cq2y2ht3sp] {
        color: var(--bs-primary);
    }

.navbar-toggler[b-cq2y2ht3sp] {
    border-color: #2a2d2f;
}

.navbar-toggler-icon[b-cq2y2ht3sp] {
    filter: brightness(1.2);
}

.navbar[b-cq2y2ht3sp] {
    min-height: 64px;
}
/* /Pages/Home.razor.rz.scp.css */
.img-big[b-9n48kbptp7] {
    max-height: 360px;
    object-fit: cover;
    filter: brightness(0.9);
}
