.table tbody tr:hover {
  background-color: #f8fafc;
  transition: 0.2s ease;
}

.badge {
  font-weight: 500;
  letter-spacing: 0.3px;
}

.card {
  border-radius: 16px !important;
}