.sortable-table thead th {
  cursor: pointer
}
.sortable-table thead th:after {
  padding-left: 7px
}
.sortable-table thead th[data-sort-direction="0"]:after {
  content: "\21D5"
}
.sortable-table thead th[data-sort-direction="1"]:after {
  content: "\25B4"
}
.sortable-table thead th[data-sort-direction="-1"]:after {
  content: "\25BE"
}
.sortable-table.sortable-fa-icons thead th:after {
  font-family: 'Font Awesome 5 Free'
}
.sortable-table.sortable-fa-icons thead th[data-sort-direction="0"]:after {
  content: "\f0dc";
}
.sortable-table.sortable-fa-icons thead th[data-sort-direction="1"]:after {
  color: #5cb85c;
  content: "\f0dd"
}
.sortable-table.sortable-fa-icons thead th[data-sort-direction="-1"]:after {
  color: #5cb85c;
  content: "\f0de"
}