.expansion-panel[data-v-5f8d17b4] {
  --toolbar-background: none;
  border: var(--np-border-thin);
}
.expansion-panel[data-v-5f8d17b4] .button {
  --padding-start:8px;
  --padding-end:8px;
}
.np-card-content[data-v-5f8d17b4] {
  padding: 8px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.np-card-actions[data-v-5f8d17b4] {
  padding: 8px;
  border-top: var(--np-border-thin);
}
.np-card-item[data-v-5f8d17b4] {
  font-size: 12px;
  padding: 8px 8px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.np-card-item[data-v-5f8d17b4]:hover {
  background-color: var(--ion-color-light-tint);
  cursor: pointer;
}
.np-card-item-text[data-v-5f8d17b4] {
  flex: 1;
  line-height: 1.4;
}
.np-card-item-status[data-v-5f8d17b4] {
  width: 20px;
  flex-shrink: 0;
  padding-top: 2px;
}
.slide-up-enter-active[data-v-5f8d17b4],
.slide-up-leave-active[data-v-5f8d17b4] {
  transition: all 0.2s ease-in-out;
  position: absolute;
}
.slide-up-enter-from[data-v-5f8d17b4] {
  opacity: 0;
  transform: translateY(30px);
}
.slide-up-leave-to[data-v-5f8d17b4] {
  opacity: 0;
  transform: translateY(-30px);
}
.np-filter-chip[data-v-5f8d17b4] {
  max-width: 180px;
}
.np-filter-chip .np-filter-chip-text[data-v-5f8d17b4] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}