/* _content/Dserve.Admin/Pages/DserveImage.razor.rz.scp.css */
/* _content/Dserve.Admin/Shared/MainLayout.razor.rz.scp.css */
.page[b-n5e5cg3uwm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-n5e5cg3uwm] {
    flex: 1;
}

.sidebar[b-n5e5cg3uwm] {
    background-color: #404040
}

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-n5e5cg3uwm] {
        display: none;
    }

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

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

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

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

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

    .main > div[b-n5e5cg3uwm] {
        padding-right: 1.5rem !important;
    }

}
