.bg-soft-red { background-color: rgba(255, 99, 71, 0.4) !important; }
.bg-soft-orange { background-color: rgba(255, 165, 0, 0.4) !important; }
.bg-soft-green { background-color: rgba(60, 179, 113, 0.4) !important; }

.table th.action-column,
.table td.action-column {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    text-align: center; /* Optional für zentrierten Inhalt */
}

/* Schriftgröße für Tabellenüberschriften */
.table th {
    font-size: 12px;  /* Kleinere Schrift */
    font-weight: bold; /* Optional: Fett für bessere Lesbarkeit */
}

/* Schriftgröße für Tabellenzellen */
.table td {
    font-size: 12px;  /* Kleinere Schrift */
}

