/* _content/NoiseTracker.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-0zpj2av05a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0zpj2av05a] {
    flex: 1;
}

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

.top-row[b-0zpj2av05a] {
    border-bottom: 1px solid;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--rz-base-800);
    position: sticky;
    top: 0;
    z-index: 1;
}

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

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

