.nav-link {
  position: relative;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.active-tab {
  font-weight: bold;
  color: #007bff;
}

.active-tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #007bff;
}

.default-icon {
  margin-left: 0.5rem;
  color: orange;
}
