.wrapper[data-v-311dd705] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
}
.empty-state[data-v-311dd705] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.total[data-v-311dd705] {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 0.7em;
  color: var(--ion-color-medium);
}
.select-box[data-v-311dd705] {
  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-311dd705] {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  display: none;
}
.line-y[data-v-311dd705] {
  width: 100%;
  height: 1px;
}
.line-x[data-v-311dd705] {
  width: 1px;
  height: 100%;
}
.stats[data-v-311dd705] {
  position: absolute;
  top: 0;
  left: 90px;
  font-size: 0.7em;
}