input.svelte-z9gpua {
  position: absolute;
  top: var(--size-2);
  right: var(--size-2);
  bottom: var(--size-2);
  left: var(--size-2);
  flex: 1 1 0%;
  transform: translate(-0.1px);
  outline: none;
  border: none;
  background: transparent;
}
span.svelte-z9gpua {
  flex: 1 1 0%;
  outline: none;
  padding: var(--size-2);
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.header.svelte-z9gpua {
  transform: translate(0);
  font: var(--weight-bold);
}
.edit.svelte-z9gpua {
  opacity: 0;
  pointer-events: none;
}
table.svelte-1txh5yn.svelte-1txh5yn {
  position: relative;
  overflow-y: scroll;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  /* max-height: 100vh; */
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  color: #384D65;
  font-size: var(--input-text-size);
  line-height: var(--line-md);
  font-family: var(--font-mono);
  border-spacing: 0;
  width: 100%;
  scroll-snap-type: x proximity;
}
table.svelte-1txh5yn .svelte-1txh5yn:is(thead, tfoot, tbody) {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
tbody.svelte-1txh5yn.svelte-1txh5yn {
  overflow-x: scroll;
  overflow-y: hidden;
}
table.svelte-1txh5yn tbody.svelte-1txh5yn {
  padding-top: var(--bw-svt-p-top);
  padding-bottom: var(--bw-svt-p-bottom);
}
tbody.svelte-1txh5yn.svelte-1txh5yn {
  position: relative;
  box-sizing: border-box;
  border: 0px solid currentColor;
}
tbody.svelte-1txh5yn > tr:last-child {
  border: none;
}
table.svelte-1txh5yn td {
  scroll-snap-align: start;
}
tbody.svelte-1txh5yn > tr:nth-child(2n) {
  background: var(--table-even-background-fill);
}
thead.svelte-1txh5yn.svelte-1txh5yn {
  position: sticky;
  top: 0;
  left: 0;
  z-index: var(--layer-1);
  box-shadow: var(--shadow-drop);
  overflow: hidden;
}
.button-wrap.svelte-1bvc1p0:hover svg.svelte-1bvc1p0.svelte-1bvc1p0 {
  color: var(--color-accent);
}
.button-wrap.svelte-1bvc1p0 svg.svelte-1bvc1p0.svelte-1bvc1p0 {
  margin-right: var(--size-1);
  margin-left: -5px;
}
.label.svelte-1bvc1p0 p.svelte-1bvc1p0.svelte-1bvc1p0 {
  position: relative;
  z-index: var(--layer-4);
  margin-bottom: var(--size-2);
  color: var(--block-label-text-color);
  font-size: var(--block-label-text-size);
}
.table-wrap.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  position: relative;
  transition: 0.15s;
  border: 1px solid var(--border-color-primary);
  border-radius: var(--table-radius);
  overflow: hidden;
}
.table-wrap.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0:focus-within {
  outline: none;
  background-color: none;
}
.dragging.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  border-color: var(--color-accent);
}
.no-wrap.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  white-space: nowrap;
}
table.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  position: absolute;
  opacity: 0;
  transition: 0.15s;
  width: var(--size-full);
  table-layout: auto;
  color: var(--body-text-color);
  font-size: var(--input-text-size);
  line-height: var(--line-md);
  font-family: var(--font-mono);
  border-spacing: 0;
}
div.svelte-1bvc1p0:not(.no-wrap) td.svelte-1bvc1p0.svelte-1bvc1p0 {
  overflow-wrap: anywhere;
}
div.no-wrap.svelte-1bvc1p0 td.svelte-1bvc1p0.svelte-1bvc1p0 {
  overflow-x: hidden;
}
table.fixed-layout.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  table-layout: fixed;
}
thead.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  position: sticky;
  top: 0;
  left: 0;
  z-index: var(--layer-1);
  box-shadow: var(--shadow-drop);
}
tr.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  border-bottom: 1px solid var(--border-color-primary);
  text-align: left;
}
tr.svelte-1bvc1p0 > .svelte-1bvc1p0 + .svelte-1bvc1p0 {
  border-right-width: 0px;
  border-left-width: 1px;
  border-style: solid;
  border-color: var(--border-color-primary);
}
th.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0,
td.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  --ring-color: transparent;
  position: relative;
  outline: none;
  box-shadow: inset 0 0 0 1px var(--ring-color);
  padding: 0;
}
th.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0:first-child {
  border-top-left-radius: var(--table-radius);
}
th.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0:last-child {
  border-top-right-radius: var(--table-radius);
}
th.focus.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0,
td.focus.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  --ring-color: var(--color-accent);
}
tr.svelte-1bvc1p0:last-child td.svelte-1bvc1p0.svelte-1bvc1p0:first-child {
  border-bottom-left-radius: var(--table-radius);
}
tr.svelte-1bvc1p0:last-child td.svelte-1bvc1p0.svelte-1bvc1p0:last-child {
  border-bottom-right-radius: var(--table-radius);
}
tr.svelte-1bvc1p0 th.svelte-1bvc1p0.svelte-1bvc1p0 {
  background: var(--table-even-background-fill);
}
th.svelte-1bvc1p0 svg.svelte-1bvc1p0.svelte-1bvc1p0 {
  fill: currentColor;
  font-size: 10px;
}
.sort-button.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: 0.15s;
  cursor: pointer;
  padding: var(--size-2);
  color: var(--body-text-color-subdued);
  line-height: var(--text-sm);
}
.sort-button.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0:hover {
  color: var(--body-text-color);
}
.des.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  transform: scaleY(-1);
}
.sort-button.sorted.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  color: var(--color-accent);
}
.editing.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  background: var(--table-editing);
}
.cell-wrap.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  display: flex;
  align-items: center;
  outline: none;
  height: var(--size-full);
  min-height: var(--size-9);
}
.controls-wrap.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  display: flex;
  justify-content: flex-end;
  padding-top: var(--size-2);
}
.controls-wrap.svelte-1bvc1p0 > .svelte-1bvc1p0 + .svelte-1bvc1p0 {
  margin-left: var(--size-1);
}
.row_odd.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  background: var(--table-odd-background-fill);
}
.row_odd.focus.svelte-1bvc1p0.svelte-1bvc1p0.svelte-1bvc1p0 {
  background: var(--background-fill-primary);
}
