.status-red {
    background-color: #fee2e2;
}

.status-orange {
    background-color: #ffedd5;
}

.status-green {
    background-color: #dcfce7;
}

.status-light-green {
    background-color: #f0fdf4;
}

.status-blue {
    background-color: #eff6ff;
}

// fix za visinu ApexChart widget-a na dashboardu
.filament-apex-charts-widget .fi-section {
    height: auto !important;
}

.fi-section {
    height: auto !important;
}

.fi-wi-widget .fi-section {
    height: auto !important;
}
