/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-xjoe7v6ccd] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

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

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

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

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

.content[b-xjoe7v6ccd] {
    padding-top: 1.5rem;
}
