.not_reported,
.done {
  color: #94a3b8;
  background: #273140;
}

.blocked {
  color: #fb7185;
  background: #4b1723;
}

.activity.blocked { color: #fb7185; background: transparent; }
.activity.waiting { color: #f5cc4d; background: transparent; }
.activity.done { color: #94a3b8; background: transparent; }
.activity.in_review { color: #d18aff; background: transparent; }

.reported-live {
  color: #32e986;
  background: #0b3a2a;
}

.not-reported {
  color: #94a3b8;
  background: #273140;
}
