span.ew-table-header-sort::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dc"; /* fa-sort */
    margin-left: 5px;
    color: #ccc;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}

/* Sortirano rastuće */
span.ew-table-header-sort.ew-sort-up::after {
    content: "\f0de"; /* fa-sort-up */
    color: #000;
}

/* Sortirano opadajuće */
span.ew-table-header-sort.ew-sort-down::after {
    content: "\f0dd"; /* fa-sort-down */
    color: #000;
}