.tabs-item[data-v-b302d6] {
  flex-shrink: 0;
  padding: 0 1em;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
}
.tabs-item.active[data-v-b302d6] {
  color: blue;
  font-weight: bold;
}
.tabs-item.disabled[data-v-b302d6] {
  color: grey;
  cursor: not-allowed;
}
