/* /Shared/MainLayout.razor.rz.scp.css */
.top-row[b-n1wcnli3nx] 
{
    background-color: var(--primary-color);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-n1wcnli3nx]  a, .top-row .btn-link[b-n1wcnli3nx] 
{
        white-space: nowrap;
        margin-left: 1.5rem;
}

.top-row a:first-child[b-n1wcnli3nx] 
{
        overflow: hidden;
        text-overflow: ellipsis;
}

@media (max-width: 640.98px) 
{
    .top-row:not(.auth)[b-n1wcnli3nx] 
    {
        display: none;
    }

    .top-row.auth[b-n1wcnli3nx] 
    {
        justify-content: space-between;
    }

    .top-row a[b-n1wcnli3nx], .top-row .btn-link[b-n1wcnli3nx] 
    {
        margin-left: 0;
    }
}


@media (min-width: 641px) 
{
    .top-row[b-n1wcnli3nx] 
    {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .main > div[b-n1wcnli3nx] 
    {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
