.working {
  background-color: #0dfd7b;
}

.notWorking {
  background-color: #ffb1b1;
}

.stats {
  background: var(--bs-secondary-bg);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

