.tablesort {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 1px 0 0 5px;
}
.tablesort--asc {
  background-image: none;
}
.tablesort--asc::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro";
  color: #9c6e02;
  position: relative;
  top: -3px;
}
.tablesort--desc {
  background-image: none;
}
.tablesort--desc::after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Pro";
  color: #9c6e02;
  position: relative;
  top: -3px;
}