/* CoCoAdmin-specific styles */
/* Uses MudBlazor components exclusively - add custom styles here only when MudBlazor doesn't provide what's needed */
/* All custom classes must use the coco- prefix */

.coco-dashboard-card {
    min-height: 120px;
}

.coco-status-chip-completed {
    background-color: var(--mud-palette-success) !important;
    color: white !important;
}

.coco-status-chip-failed {
    background-color: var(--mud-palette-error) !important;
    color: white !important;
}

.coco-status-chip-running {
    background-color: var(--mud-palette-info) !important;
    color: white !important;
}

.coco-status-chip-pending {
    background-color: var(--mud-palette-warning) !important;
    color: var(--mud-palette-text-primary) !important;
}
