.fi-sidebar-item-icon {
    color: purple;
}

.filament-stats-overview-widget-card {
    position: relative;
    overflow: hidden;
}

.filament-stats-card-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: rgba(var(--primary-600), 0.1);
    transition: width 0.5s ease;
}

.filament-stats-card-value {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    color: rgb(var(--gray-900));
}

.dark .filament-stats-card-value {
    color: rgb(var(--gray-100));
}

.filament-stats-card-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(var(--gray-600));
}

.dark .filament-stats-card-label {
    color: rgb(var(--gray-400));
}

.filament-stats-card-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: rgb(var(--primary-500));
}

.dark .filament-stats-card-icon {
    color: rgb(var(--primary-400));
}

div[class~="w=full"] {
    width: 100% !important;
}

.fi-sidebar-header .fi-sidebar-title {
    width: 100%; /* full width of sidebar */
    max-width: none; /* remove any max-width */
    white-space: normal; /* allow title to wrap if too long */
    overflow: hidden; /* optional: hide overflow */
    text-overflow: ellipsis; /* optional: show ... if too long */
}



