/* _content/TS.Software.CustomerPortal/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-dppk9zenje] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-dppk9zenje] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TS.Software.CustomerPortal/Components/Pages/PreventivoNuova.razor.rz.scp.css */
nav[b-lkevob4ifg] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1rem;
}

section > label[b-lkevob4ifg] {
    display: grid;
    gap: .35rem;
    margin-bottom: 1rem;
}

input[b-lkevob4ifg],
select[b-lkevob4ifg],
textarea[b-lkevob4ifg] {
    width: 100%;
    max-width: 38rem;
}

figure[b-lkevob4ifg] {
    max-width: 26rem;
    margin: 1rem 0;
}

svg[b-lkevob4ifg] {
    display: block;
    width: 100%;
    height: auto;
}

article[b-lkevob4ifg] {
    margin: 1rem 0;
}

article .cp-btn[b-lkevob4ifg] {
    margin: .25rem;
}

@media (max-width: 640px) {
    nav .cp-btn[b-lkevob4ifg] {
        flex: 1 1 45%;
    }
}
