@charset "UTF-8";
.sortable {
  border-spacing: 0;
}
.sortable td,
.sortable th {
  padding: 10px;
}
.sortable th.no-sortable {
  pointer-events: none;
}
.sortable th {
  cursor: pointer;
  white-space: nowrap;
}
.sortable th:hover::after {
  color: inherit;
  font-size: 1.2em;
  content: " ﱄ";
}
.sortable th::after {
  font-family: "tabler-icons";
  font-size: 1.2em;
  color: transparent;
  content: " שּׂ";
}
.sortable th.dir-d::after {
  color: inherit;
  content: " שׁ";
}
.sortable th.dir-u::after {
  color: inherit;
  content: " שּׂ";
}/*# sourceMappingURL=sortable.css.map */