/* _content/OmnibusLinea/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ys54sq6ieq] {
    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-ys54sq6ieq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.menu-item[b-ys54sq6ieq] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .menu-item:hover[b-ys54sq6ieq] {
        background-color: var(--rz-primary-lighter);
        color: var(--rz-on-primary-lighter)
    }
/* _content/OmnibusLinea/Components/Layout/PublicAdriaticaLayout.razor.rz.scp.css */
#blazor-error-ui[b-k9xslmavdj] {
    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-k9xslmavdj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.menu-item[b-k9xslmavdj] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .menu-item:hover[b-k9xslmavdj] {
        background-color: var(--rz-primary-lighter);
        color: var(--rz-on-primary-lighter)
    }
/* _content/OmnibusLinea/Components/Layout/PublicLayout.razor.rz.scp.css */
#blazor-error-ui[b-hl2katbvzp] {
    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-hl2katbvzp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.menu-item[b-hl2katbvzp] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .menu-item:hover[b-hl2katbvzp] {
        background-color: var(--rz-primary-lighter);
        color: var(--rz-on-primary-lighter)
    }
/* _content/OmnibusLinea/Components/SortableList/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-xzodd9p67i] .sortable-ghost {
    visibility: hidden;
}

[b-xzodd9p67i] .sortable-fallback {
    opacity: 1 !important
}
