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

main[b-ue12j0c5j8] {
    flex: 1;
}

.top-row[b-ue12j0c5j8] {
    min-height: 68px;
}

.top-row[b-ue12j0c5j8]  a, .top-row[b-ue12j0c5j8]  .btn-link {
    white-space: nowrap;
    align-self: center;
    text-decoration: none;
}

.top-row[b-ue12j0c5j8]  a:hover, .top-row[b-ue12j0c5j8]  .btn-link:hover {
    text-decoration: underline;
}

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




@media (min-width: 641px) {
    .top-row[b-ue12j0c5j8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}
