.sw-sortable-table {
  transition: all 0.2s;
}

.arrow-rotate-asc {
  transform: rotate(180deg);
  transition-duration: 0.2s;
}
.arrow-rotate-des {
  transform: rotate(0deg);
  transition-duration: 0.2s;
}

.row-transition {
  transition: 0.2s;
}
