/* _content/Leistungsdokumentation/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-qvlliv6d07] {
    color-scheme: light only;
    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-qvlliv6d07] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.top-row[b-qvlliv6d07] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.3rem;
}

    .top-row[b-qvlliv6d07]  a, label .top-row .btn-link[b-qvlliv6d07] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-qvlliv6d07] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qvlliv6d07] {
        flex-direction: row;
        display: block;
    }
}

.content[b-qvlliv6d07] {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

.container[b-qvlliv6d07] {
    background-color: white;
}
/* _content/Leistungsdokumentation/Components/Pages/Header.razor.rz.scp.css */
h1[b-ewe6dx4obm] {
    font-size: 1.7em;
}
h2[b-ewe6dx4obm] {
    font-size: 1.5em;
}
