.frame[data-v-2e1c7a92] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
}
.scroller[data-v-2e1c7a92] {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--np-border-color) transparent;
}
.scroller[data-v-2e1c7a92]::-webkit-scrollbar {
  width: 8px;
}
.scroller[data-v-2e1c7a92]::-webkit-scrollbar-thumb {
  background: var(--np-border-color);
  border-radius: 999px;
}
.wrapper[data-v-2e1c7a92] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.empty-state[data-v-2e1c7a92] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.total[data-v-2e1c7a92] {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 0.7em;
  color: var(--ion-color-medium);
}
.select-box[data-v-2e1c7a92] {
  border: 2px dashed var(--ion-color-primary);
  border-radius: 1px;
  background-color: rgba(var(--ion-color-primary-rgb), 0.4);
  position: absolute;
  pointer-events: none;
  display: none;
}
.line[data-v-2e1c7a92] {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  display: none;
}
.line-y[data-v-2e1c7a92] {
  width: 100%;
  height: 1px;
}
.line-x[data-v-2e1c7a92] {
  width: 1px;
  height: 100%;
}
.stats[data-v-2e1c7a92] {
  position: absolute;
  top: 0;
  left: 90px;
  font-size: 0.7em;
}