.bg-custom-deepblue {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
}

.bg-custom-lightblue {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
}

.font-custom-white {
  color: white !important;
}

.nav-tabs .nav-link.active {
  background-color: #295ea4;
  color: white;
  border-color: #1d2939;
}

.nav-tabs .nav-link:hover {
  background-color: rgba(14, 81, 169, 0.5);
  color: white;
  border-color: transparent;
}

th[scope="row"] {
  font-size: 1rem;
  font-weight: 600;
}

td {
  font-size: 1rem;
}