body {
  background: #f7f9fb;
}

h1 {
  letter-spacing: 0.5px;
}

.card {
  border: none;
}

.table {
  border-radius: 10px;
  overflow: hidden;
}

.table-hover tbody tr:hover {
  background-color: #eef5ff;
  transition: background-color 0.25s ease;
}

.btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff !important;
}

input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
