.container.svelte-mo7hq9 {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.inner.svelte-mo7hq9 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color);
  display: block;
  border: 1px solid rgb(209, 213, 219);
}
.selected.svelte-mo7hq9 {
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.border.svelte-mo7hq9 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid;
  border-color: var(--color);
  border-radius: 50%;
  border: 1px solid rgb(209, 213, 219);
}
.undo.svelte-19dbit1.svelte-19dbit1 {
  width: 26px;
  height: 26px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #32b34b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tools.svelte-19dbit1.svelte-19dbit1 {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  padding: 15px;
  background: white;
  width: 300px;
}
.range.svelte-19dbit1.svelte-19dbit1 {
  width: 100%;
}
.pens.svelte-19dbit1.svelte-19dbit1 {
  display: flex;
  flex: 1;
  gap: 5px;
}
.pens.svelte-19dbit1 > input.svelte-19dbit1 {
  flex: 1;
}
.colors.svelte-19dbit1.svelte-19dbit1 {
  display: flex;
  gap: 5px;
}
.container.svelte-lrold8 {
  background: white;
  touch-action: none;
  overflow: hidden;
  width: 300px;
  height: 300px;
}
body {
  overscroll-behavior-y: contain;
}
