/* TicketPlus – custom badge colors for ticket status badges
 * These classes are generated by dolGetStatus() / dolGetBadge() when
 * $statusType is set to 'tp-new' or 'tp-response' in LibStatut().
 */

/* "Neues Ticket" – bright blue */
.badge-tp-new {
    background-color: #1976d2 !important;
    color: #fff !important;
}

/* "Kundenrückmeldung" – orange */
.badge-tp-response {
    background-color: #e65100 !important;
    color: #fff !important;
}
