.card-header {
  background-color: #ff5e00 !important;
}
.btn-warning {
  background-color: #ff5e00 !important;
  border-color: #ff5e00 !important;
}
.btn-warning:hover {
  background-color: #e05400 !important;
}
.badge-active {
  background-color: #28a745;
  color: white;
}
.badge-expired {
  background-color: #dc3545;
  color: white;
}