/* _content/PRGX/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}*/

.main[b-yd7d6y9hnt] {
    flex: 1;
}

    .main .top-row[b-yd7d6y9hnt] {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a[b-yd7d6y9hnt], .main .top-row .btn-link[b-yd7d6y9hnt] {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child[b-yd7d6y9hnt] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width:1920px) {
    .main .top-row:not(.auth)[b-yd7d6y9hnt] {
        display: none;
    }

    .main .top-row.auth[b-yd7d6y9hnt] {
        justify-content: space-between;
    }

    .main .top-row a[b-yd7d6y9hnt], .main .top-row .btn-link[b-yd7d6y9hnt] {
        margin-left: 0;
    }
}

@media (min-width: 1920px) {
    app[b-yd7d6y9hnt] {
        flex-direction: row;
    }

    .sidebar[b-yd7d6y9hnt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row[b-yd7d6y9hnt] {
        position: sticky;
        top: 0;
    }

    .main > div[b-yd7d6y9hnt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler[b-yd7d6y9hnt] {
        display: none;
    }

    .sidebar .collapse[b-yd7d6y9hnt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .set[b-yd7d6y9hnt] {
        background-color: darkblue;
        color: white;
        font-weight: bold;
    }
}


/*.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

/*@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
