table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
	    content: "\e252";
    }

    table.dataTable thead .sorting_desc::after {
	        content: "\e253";
	}
