@import '_content/AuralizeBlazor/AuralizeBlazor.tf5u2o3oxg.bundle.scp.css';
@import '_content/Nextended.Blazor/Nextended.Blazor.tkxqvq0zjw.bundle.scp.css';

/* _content/LeanPlanning.Web/Components/Pages/Settings/ConfigurationPage.razor.rz.scp.css */
/* Drag and drop placeholder styling for MudBlazor */
[b-a3kgskac7t] .mud-drop-zone .mud-drop-item-placeholder,
[b-a3kgskac7t] .drop-zone-with-placeholder .mud-drop-item-placeholder {
    border: 2px dashed var(--mud-palette-primary) !important;
    border-radius: 4px !important;
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
    min-height: 56px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

[b-a3kgskac7t] .mud-drop-zone .mud-drop-item-placeholder::after,
[b-a3kgskac7t] .drop-zone-with-placeholder .mud-drop-item-placeholder::after {
    content: 'Drop here';
    color: var(--mud-palette-primary);
    font-size: 0.875rem;
    font-weight: 500;
}

/* Style for the item being dragged */
[b-a3kgskac7t] .mud-drop-item-dragging {
    opacity: 0.7;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Hover effect for config rows */
[b-a3kgskac7t] .config-row:hover {
    background-color: var(--mud-palette-action-default-hover);
}

/* Drag handle cursor */
[b-a3kgskac7t] .drag-handle {
    cursor: grab;
}

[b-a3kgskac7t] .drag-handle:active {
    cursor: grabbing;
}
