/*

*/
table.dataTable thead th.sorting:after {
    content: " \f0dc";
    opacity: 0.5;
    font-size: 0.8em;
    padding-top: 0.12em;
    font-family: "Font Awesome 7 Pro","Font Awesome 6 Pro","Font Awesome 5 Pro";
}
table.dataTable thead th.sorting_asc:after {
    content: " \f0de";
    font-family: "Font Awesome 7 Pro","Font Awesome 6 Pro","Font Awesome 5 Pro";
}
table.dataTable thead th.sorting_desc:after {
    content: " \f0dd";
    font-family: "Font Awesome 7 Pro","Font Awesome 6 Pro","Font Awesome 5 Pro";
}
