/* fakecss:D:/2023/timestamper/src/3rdparty/swipe.esbuild-svelte-fake-css */
.swipe-panel.svelte-17g4ceu.svelte-17g4ceu {
  position: relative;
  height: var(--sv-swipe-panel-height, 100%);
  width: var(--sv-swipe-panel-width, inherit);
}
.swipe-item-wrapper.svelte-17g4ceu.svelte-17g4ceu {
  overflow: hidden;
  position: relative;
  height: inherit;
  z-index: var(--sv-swipe-panel-wrapper-index, 2);
  pointer-events: none;
}
.swipeable-total_elements.svelte-17g4ceu.svelte-17g4ceu,
.swipeable-slot-wrapper.svelte-17g4ceu.svelte-17g4ceu {
  position: relative;
  width: inherit;
  height: inherit;
}
.swipe-handler.svelte-17g4ceu.svelte-17g4ceu {
  width: 100%;
  position: absolute;
  top: var(--sv-swipe-handler-top, 0px);
  bottom: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
}
.swipe-indicator.svelte-17g4ceu.svelte-17g4ceu {
  position: relative;
  bottom: 1.5rem;
  display: flex;
  justify-content: center;
  z-index: var(--sv-swipe-panel-wrapper-index, 2);
  pointer-events: none;
}
.dot.svelte-17g4ceu.svelte-17g4ceu {
  height: 10px;
  width: 10px;
  background-color: transparent;
  border: 1px solid grey;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 2px;
  cursor: pointer;
  pointer-events: fill;
}
.swipe-indicator.svelte-17g4ceu .is-active.svelte-17g4ceu {
  background-color: var(--sv-swipe-indicator-active-color, grey);
}

/* fakecss:D:/2023/timestamper/src/3rdparty/swipeitem.esbuild-svelte-fake-css */
.swipeable-item:not(.is-active) {
  transform: translate3d(100%, 0, 0);
}
.swipeable-item.svelte-13ik1fy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-timing-function: ease-out;
}

/* fakecss:D:/2023/timestamper/src/folioview.esbuild-svelte-fake-css */
.swipe-holder.svelte-65ny8b {
  z-index: 999;
  height: 100vh;
}
.swipe.svelte-65ny8b {
  height: 100vh;
  top: 0%;
  left: 0%;
  transform: translate(-0%, -0%);
}

/* fakecss:D:/2023/timestamper/src/foliolastlineview.esbuild-svelte-fake-css */
.container.svelte-1brohz3 {
  z-index: 999;
  height: 100vh;
}
canvas.svelte-1brohz3 {
  height: 100%;
}

/* fakecss:D:/2023/timestamper/src/3rdparty/thumb.esbuild-svelte-fake-css */
.thumb.svelte-8w8x88 {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
}
.thumb-content.svelte-8w8x88 {
  position: relative;
  width: fit-content;
  height: fit-content;
  transform: translate(-50%, -50%);
}
.thumb-content.svelte-8w8x88::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  transform: translate(-25%, -25%) scale(0);
  border-radius: 100vh;
  background: var(--thumb-bg, #5784fd);
  opacity: 30%;
  transition: transform 100ms ease-in-out;
}
.thumb-content.active.svelte-8w8x88::before {
  transform: translate(-25%, -25%) scale(1);
}

/* fakecss:D:/2023/timestamper/src/3rdparty/rangeslider.esbuild-svelte-fake-css */
input.svelte-ghmuf1 {
  display: none;
}
.track.svelte-ghmuf1 {
  margin: 0.2em 1em;
  position: relative;
  height: 1em;
  width: calc(100% - 2em);
  border-radius: 0.6em;
  background: var(--track-bg, #fffdf6);
}
.progress.svelte-ghmuf1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100vh;
  opacity: 0.7;
  background: var(--progress-bg, #fef1a6);
}
.thumb.svelte-ghmuf1 {
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.6em;
  background: var(--thumb-bg, #f8b358);
}

/* fakecss:D:/2023/timestamper/src/app.esbuild-svelte-fake-css */
.app.svelte-18dlsay {
  height: 100vh;
  display: flex;
  flex-direction: row;
}
