.tab-button.active {
  background-color: #2563eb;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #1d4ed8;
  color: #ffffff;
}

.tab-button {
  background-color: #e5e7eb;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #d1d5db;
  color: #374151;
}

.tab-button:hover {
  background-color: #e5e7eb;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #d1d5db;
  color: #374151;
  transition: 0.2s;
}
