.status-empty {
  background: #cbcbcb;
  color: black;
}
.status-recorded {
  background: #91bbff;
  color: black;
}
.status-registered {
  background: #0f6bff;
  color: white;
}
.status-inspection_started {
  background: #be9fff;
  color: white;
}
.status-inspection_finished {
  background: #874fff;
  color: white;
}
.status-documents_started {
  background: #daff96;
  color: black;
}
.status-key_issuance {
  background: #a4fd00;
  color: black;
}
.status-rejection {
  background: red;
  color: white;
}