ion-popover[data-v-b9d138c1]::part(content) {
  min-width: 300px;
}
.popover-content[data-v-b9d138c1] {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 400px;
}
.sticky-header[data-v-b9d138c1] {
  position: sticky;
  top: 0;
  background: var(--ion-background-color);
  z-index: 1;
  border-bottom: 1px solid var(--np-border-color);
}
.scrollable-content[data-v-b9d138c1] {
  flex: 1;
  overflow-y: auto;
  max-height: 300px;
}
.sticky-footer[data-v-b9d138c1] {
  position: sticky;
  bottom: 0;
  background: var(--ion-background-color);
  border-top: 1px solid var(--np-border-color);
  padding: 4px 0;
}
.filter-option[data-v-b9d138c1] {
  border-bottom: 1px solid #cecece;
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  align-items: center;
}
.filter-option .option-text[data-v-b9d138c1] {
  padding-left: 8px;
  font-size: 12px;
  color: var(--ion-text-medium);
  user-select: none;
}
.filter-option .toggle-buttons[data-v-b9d138c1] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.filter-option .toggle-buttons i[data-v-b9d138c1] {
  transition: all 0.4s;
}
.select-all-buttons[data-v-b9d138c1] {
  border-bottom: 1px solid #cecece;
}
.select-all-buttons .np-button[data-v-b9d138c1] {
  cursor: pointer;
  color: var(--ion-text-medium);
}
.select-all-buttons .np-button[data-v-b9d138c1]:hover {
  color: var(--ion-color-primary);
}
.select-all-buttons .np-button i[data-v-b9d138c1] {
  margin-right: 4px;
}
.np-flex-between[data-v-b9d138c1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.clear-icon[data-v-b9d138c1] {
  color: var(--ion-color-medium);
  cursor: pointer;
  font-size: 14px;
  padding: 4px;
  margin-left: 8px;
}
.clear-icon[data-v-b9d138c1]:hover {
  color: var(--ion-color-danger);
}