/* _content/AccountLinkingWeb/Components/Shared/MainLayout.razor.rz.scp.css */
.page[b-c16nemy96l] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #121212 !important;
}

main[b-c16nemy96l] {
    flex: 1;
    background: #121212 !important;
}

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

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

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

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

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

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