.custom-tabs .nav-link {
  border: none;
  color: #003366;
  /* Dark blue or customize as needed */
  font-weight: normal;
}

.custom-tabs .nav-link.active {
  border-bottom: 2px solid var(--primary);
  font-weight: bold;
  background-color: transparent;
  border-color: transparent transparent var(--primary) transparent !important;
}

.history-tabs ul li{
  font-size: 0.8rem;
}

.history-tabs .nav-link{
  color: var(--primary) !important;
}

.history-tabs-data {
  max-height: 50vh;
  overflow: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
}
.history-tabs-data::-webkit-scrollbar {
  display: none;
}

.summary-table{
  height: 50vh;
}

.summary-table thead{
  position: sticky;
  top: 0;
}
