.active-tab {
  color: #2563eb;
  font-weight: 700;
}

.inactive-tab {
  color: #64748b;
  font-weight: 500;
}

/* Hide scrollbar for horizontal scrolling elements */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}