.lara-status {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px 5px;
}
.lara-status--0 {
  background-color: #7c69ef;
}
.lara-status--1 {
  background-color: #42ba96;
}
.lara-status--2 {
  background-color: #df4759;
}
.lara-status--3 {
  background-color: #d9e2ef;
  color: #1b2a4e;
}
