.tb-no-scrollbar {
  scrollbar-width: none;
}

.tb-no-scrollbar::-webkit-scrollbar {
  display: none;
}

.tb-pill {
  border-radius: 999px;
}
