/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-5qdvuh4hep] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.page-content[b-5qdvuh4hep] {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

main[b-5qdvuh4hep] {
    flex: 1;
}

.sidebar[b-5qdvuh4hep] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    position: sticky;
    height: 100vh;
    top: 0;
}

.top-row[b-5qdvuh4hep] {
    background-image: linear-gradient(90deg, rgba(4,22,61,255) 0%, #3a0647 70%);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5qdvuh4hep]  a, .top-row[b-5qdvuh4hep]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5qdvuh4hep]  a:hover, .top-row[b-5qdvuh4hep]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5qdvuh4hep]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* Scroll buttons - Start */
@media (max-width: 640.98px) {
    #scroll-btns:not(.auth)[b-5qdvuh4hep] {
        display: none;
    }

    #scroll-btns.auth[b-5qdvuh4hep] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    #scroll-btns[b-5qdvuh4hep] {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
    }

    #scroll-btns[b-5qdvuh4hep], article[b-5qdvuh4hep] {
        padding-right: 1rem !important;
        padding-bottom: 1rem !important;
    }
}
/* Scroll to buttons - End */
/* /Shared/NavMenu.razor.rz.scp.css */
.top-row[b-kzic7fzc83] {
    height: 3.5rem;
    position: absolute;
}

.navbar-brand[b-kzic7fzc83] {
    font-size: 1.1rem;
}
