@import '_content/B3.CRUD.UI.Components/B3.CRUD.UI.Components.5kgy36l0wd.bundle.scp.css';

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

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

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

.top-row-logo img[b-1ogfdh6ggb] {
    height: 50px;
}

.top-row[b-1ogfdh6ggb] {
    border-bottom: 10px solid var(--primary-color, #1f1f1f);
    justify-content: center;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1ogfdh6ggb]  a, .top-row .btn-link[b-1ogfdh6ggb] {
        white-space: nowrap;
    }

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

@media (max-width: 640.98px) {
    /*    .top-row:not(.auth) {
        display: none;
    }*/

    .top-row.auth[b-1ogfdh6ggb] {
        justify-content: space-between;
    }

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

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

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

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

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