/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-yhler7hgo6] {
    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: 10000000;
}

    #blazor-error-ui .dismiss[b-yhler7hgo6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Settings/MenuPlans/MenuPlanForm.razor.rz.scp.css */
/* Drag and drop styles */
tr[draggable="true"]:hover[b-fyd6vxye07] {
    background-color: rgba(0, 123, 255, 0.05);
}

tr[draggable="true"].dragging[b-fyd6vxye07] {
    opacity: 0.5;
    background-color: rgba(0, 123, 255, 0.1);
}

tr.drag-over[b-fyd6vxye07] {
    border-top: 2px solid #007bff;
}

.bi-grip-vertical[b-fyd6vxye07] {
    cursor: move !important;
    font-size: 16px;
}
/* /Components/SavedSearch.razor.rz.scp.css */
.saved-search .form-label-sm[b-wongh8kj80]{font-size:.75rem;font-weight:500;color:#555}
.saved-search .min-h-line[b-wongh8kj80]{min-height:1.25rem}
.saved-search .input-group>.form-select[b-wongh8kj80]{flex:1 1 auto}
