tr.htmx-swapping td {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.selected {
  background: #f2f2f2;
}

.hiddenItem {
  display: none;
}
