body {
  background-color: #e7e7e7;
}

.bg-custom {
  background-color: #0a82c1;
}

.bg-custom-2 {
  background-color: #0a73ac;
}

th {
  white-space: nowrap;
}

/* make card not rounded */
.non-rounded-card {
  border-radius: 0;
}
