.badge-brown {
  background-color: #9c2828;
  color: white;
}

.badge-red {
  background-color: #ff5454;
  color: white;
}

.badge-yellow {
  background-color: #fabb3d;
  color: white;
}

.badge-lightgreen {
  background-color: #6fdb30;
  color: white;
}

.badge-green {
  background-color: #5bc21f;
  color: white;
}

.text-brown {
  color: #9c2828 !important;
}

.text-red {
  color: #ff5454 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

.text-lightgreen {
  color: #6fdb30 !important;
}

.text-green {
  color: #5bc21f !important;
}