/* _content/blazor-server-app/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l5n6ssh5gc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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