.np-tabs-container[data-v-74909e9e] {
  position: relative;
}
.np-flex[data-v-74909e9e] {
  display: flex;
  flex-wrap: nowrap;
}
.np-flex.full-width[data-v-74909e9e] {
  width: 100%;
}
.np-flex.full-width .np-tab[data-v-74909e9e] {
  flex: 1;
  text-align: center;
}
.np-tab[data-v-74909e9e] {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  padding: 8px 12px 4px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--ion-color-medium);
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
}
.np-tab[data-v-74909e9e]:hover {
  color: var(--ion-color-primary);
  background: var(--ion-color-light);
}
.np-tab-active[data-v-74909e9e] {
  color: var(--ion-color-primary);
  background: var(--ion-color-light);
}
.tab-border[data-v-74909e9e] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ion-color-primary);
  border-radius: 1px;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s ease-in-out;
}
.tab-border.active[data-v-74909e9e] {
  transform: scaleX(1);
  opacity: 1;
}
.more-tab[data-v-74909e9e] {
  display: flex;
  align-items: center;
}
.more-tab .more-tab-button[data-v-74909e9e] {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: 6px;
}
.more-tab .more-tab-button i[data-v-74909e9e] {
  transition: transform 0.3s ease;
}
.selected-overflow-item[data-v-74909e9e] {
  --background: var(--ion-color-light);
  --color: var(--ion-color-primary);
  font-weight: 500;
}
ion-popover[data-v-74909e9e] {
  --width: auto;
  --min-width: 200px;
  --max-width: 300px;
}
ion-list[data-v-74909e9e] {
  background: transparent;
}
ion-item[data-v-74909e9e] {
  --padding-start: 16px;
  --padding-end: 16px;
  --min-height: 40px;
  font-size: 14px;
  cursor: pointer;
}
ion-item[data-v-74909e9e]:hover {
  --background: var(--ion-color-light);
}
.measurement-container[data-v-74909e9e] {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
}
.measurement-container .measurement-tab[data-v-74909e9e] {
  flex: 0 0 auto !important;
  max-width: none;
}