.np-item[data-v-9d738c5c] {
  position: relative;
  display: block;
  background: var(--np-item-background, var(--ion-item-background, var(--ion-background-color, #fff)));
  color: var(--np-item-color, inherit);
  text-align: left;
  border: none;
  outline: none;
  transition: background-color 120ms ease;
}
.np-item__row[data-v-9d738c5c] {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 44px;
}
.np-item__main[data-v-9d738c5c] {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.np-item--button[data-v-9d738c5c] {
  cursor: pointer;
}
.np-item--button[data-v-9d738c5c]:not(.np-item--disabled):hover {
  background-color: var(--np-item-hover-bg, rgba(0, 0, 0, 0.03));
}
.np-item--button[data-v-9d738c5c]:focus-visible {
  box-shadow: 0 0 0 2px var(--ion-color-primary, rgba(0, 118, 255, 0.35));
}
.np-item--disabled[data-v-9d738c5c] {
  opacity: 0.6;
  pointer-events: none;
}
.np-item__row[data-v-9d738c5c]::after {
  content: "";
  position: absolute;
  left: var(--np-item-border-inset, 0);
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--ion-border-color, rgba(0, 0, 0, 0.08));
}
.np-item--lines-none .np-item__row[data-v-9d738c5c]::after {
  display: none;
}
.np-item--lines-full[data-v-9d738c5c] {
  --np-item-border-inset: 0;
}
.np-item--lines-inset[data-v-9d738c5c] {
  --np-item-border-inset: 16px;
}
.np-item--lines-inset.np-item--has-start[data-v-9d738c5c] {
  --np-item-border-inset: 56px;
}
.np-item--has-error .np-item__row[data-v-9d738c5c]::after {
  border-bottom-color: var(--ion-color-danger);
}
.np-item__bottom[data-v-9d738c5c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 16px;
  font-size: 12px;
}
.np-item__bottom .error-text[data-v-9d738c5c] {
  color: var(--ion-color-danger);
}
.np-item__bottom .helper-text[data-v-9d738c5c] {
  color: var(--ion-color-medium);
}
.np-item__bottom .counter[data-v-9d738c5c] {
  color: var(--ion-color-medium);
  margin-left: auto;
}
.np-item__start[data-v-9d738c5c],
.np-item__end[data-v-9d738c5c] {
  display: flex;
  align-items: center;
}
.np-item__start[data-v-9d738c5c] {
  flex-shrink: 0;
  padding-left: 16px;
  margin-right: 12px;
}
.np-item__content[data-v-9d738c5c] {
  padding-left: 16px;
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.np-item--has-start .np-item__content[data-v-9d738c5c] {
  padding-left: 0;
}
.np-item__end[data-v-9d738c5c] {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 16px;
  gap: 8px;
  flex-shrink: 0;
}
.np-item__detail-icon[data-v-9d738c5c] {
  font-size: 18px;
  color: var(--np-item-detail-color, var(--ion-color-medium, #92949c));
}