table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  right: 1em;
  content: "\f106";
  margin-right: 3px;
  font-family: "Font Awesome 5 Free";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  right: 0.5em;
  content: "\f107";
  margin-left: 3px;
  font-family: "Font Awesome 5 Free";
}



table.dataTable thead .sorting_disabled:before{
    display: none !important;
}


table.dataTable thead .sorting_disabled:after{
    display: none !important;
}