.visit-last-seen {
  width: 10px;
  height: 10px;
  border-radius: 10px !important;
  margin: auto;
}

.visit-last-seen.red {
  background: #ed6b75;
}

.visit-last-seen.green {
  background: #26C281;
}

