.tag {
  display: inline-block;
  padding: 0.125rem 0.75rem;
  border-radius: 15px;
  font-weight: 600;
  font-size: 1.25rem 
}

.status-active {
  background: #58D68D;
  color: black;
}

.status-onhold {
  background: #F5B041;
  color: black;
}

.status-closed {
  background: #EC7063;
  color: black;
}

.status-approved {
  background: #58D68D;
  color: black;
}

.status-consideration {
  background: #F5B041;
  color: black;
}

.status-blue {
  background: #5DADE2;
  color: black;
}