/* _content/PomeHistory/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pd2vppuohk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-pd2vppuohk] {
    flex: 1;
    margin-left: -230px;
    margin-top: 37px;
}

.top-row[b-pd2vppuohk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pd2vppuohk]  a, .top-row[b-pd2vppuohk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-pd2vppuohk]  a:hover, .top-row[b-pd2vppuohk]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-pd2vppuohk]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }



#blazor-error-ui[b-pd2vppuohk] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pd2vppuohk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PomeHistory/Components/Layout/NavMenu.razor.rz.scp.css */
