.status.green {
  background-color: #27AB83 !important;
}
.status.orange {
  background-color: #CB6E17 !important;
}
.status.red {
  background-color: #CF1124 !important;
}
.status.yellow {
  background-color: #FADB5F !important;
}
.status.pink {
  background-color: #E8368F !important;
}
.status.purple {
  background-color: #9B59B6 !important;
}
.status.blue {
  background-color: #1992D4 !important;
}
.status.turquoise {
  background-color: #65D6AD !important;
}
.status.light {
  background-color: #e4edf6 !important;
}
.status.grey {
  background-color: #9aa5b1 !important;
}
.status.black {
  background-color: #33404d !important;
}
