.autocomplete[data-v-fefad84d] {
  position: relative;
  height: 100%;
}
.autocomplete:hover .clear-icon.filled[data-v-fefad84d] {
  opacity: 1;
}
.autocomplete .down-icon[data-v-fefad84d] {
  position: absolute;
  bottom: -3px;
  right: 2px;
  background-color: transparent;
  padding: 4px 6px;
  opacity: 0;
  z-index: 3;
}
.autocomplete .clear-icon[data-v-fefad84d] {
  position: absolute;
  top: calc(50% - 12px);
  right: 2px;
  background-color: var(--ion-background-color);
  transition: opacity 0.25s ease;
  font-size: 20px;
  padding: 4px 6px;
  opacity: 0;
  cursor: pointer;
  z-index: 4;
}
.popover[data-v-fefad84d] {
  background: var(--ion-item-background, var(--ion-background-color, #fff));
  position: absolute;
  z-index: 9999;
  width: 200px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.option[data-v-fefad84d] {
  padding: 12px 8px;
  font-size: 14px;
  cursor: pointer;
}
.option[data-v-fefad84d]:hover {
  background-color: rgba(var(--ion-text-color-rgb), 0.04);
}
.option.highlight[data-v-fefad84d] {
  background-color: rgba(var(--ion-text-color-rgb), 0.08);
}
.editable-input[data-v-fefad84d] {
  display: flex;
  border: none;
  background: transparent;
  padding: inherit;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editable-input-mobile[data-v-fefad84d] {
  justify-content: flex-end;
  width: 50%;
  padding-right: 0;
}