.status-label {
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  padding: 1px;
  border-radius: 12px;
  color: white;
  font-size: 10px;
  line-height: 20px;
}

.status-label:hover {
  font-size: 11px;
  font-weight: 600;
  background: #ffbee5 !important;
}