/* Fix pour les grandes icônes Filament */
/* Ce fichier force les bonnes dimensions des icônes */

:root {
    --filament-spacing: 0.25rem;
}

/* Forcer les dimensions des icônes Filament */
.fi-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
    max-width: 1.25rem !important;
    max-height: 1.25rem !important;
}

.fi-icon.fi-size-xs {
    width: 0.75rem !important;
    height: 0.75rem !important;
}

.fi-icon.fi-size-sm {
    width: 1rem !important;
    height: 1rem !important;
}

.fi-icon.fi-size-md {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.fi-icon.fi-size-lg {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.fi-icon.fi-size-xl {
    width: 1.75rem !important;
    height: 1.75rem !important;
}

/* Spécifiquement pour l'éditeur riche */
.fi-fo-rich-editor-toolbar .fi-fo-rich-editor-tool .fi-icon {
    width: 1rem !important;
    height: 1rem !important;
}

.fi-fo-rich-editor-floating-toolbar .fi-fo-rich-editor-tool .fi-icon {
    width: 1rem !important;
    height: 1rem !important;
}

/* Icônes des boutons */
.fi-btn .fi-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

/* Icônes des badges */
.fi-badge .fi-icon {
    width: 1rem !important;
    height: 1rem !important;
}

/* Icônes des dropdowns */
.fi-dropdown .fi-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

/* Icônes de la sidebar */
.fi-sidebar .fi-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

/* Icônes de la topbar */
.fi-topbar .fi-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
}
