/* Son ödeme tarihi için özel renkler */
.badge.tarih-kirmizi {
    background-color: #dc3545 !important;
    color: #fff !important;
}
.badge.tarih-turuncu {
    background-color: #fd7e14 !important;
    color: #fff !important;
}
.badge.tarih-yesil {
    background-color: #28a745 !important;
    color: #fff !important;
}