.tab-scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab-scroll-container::-webkit-scrollbar {
  display: none;
}

.tab-wrapper {
  border-radius: 24px;
}

.tab-pill-btn {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 14px 5px;
  border-radius: 9999px;
  border: none;
  background: transparent;
  color: #101D49;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-in-out;
}

.tab-pill-btn:hover {
  color: #101D49;
  background: #fff;
}

.tab-pill-btn.active {
  background-color: #005EAD;
  color: #ffffff;
}

.tab-pill-btn.active:hover {
  color: #101D49;
  background: #fff;
}
