@charset "UTF-8";
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 0 !important;
    content: null !important;
    display: none;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0 !important;
    content: "" !important;
    display: none;
}
table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute !important;
    bottom: 10px !important;
    right: 8px !important;
    display: block !important;
    font-family: "Font Awesome\ 5 Free" !important;
}
table.dataTable thead th.sorting:after {
    content: "\f0dc" !important;
    color: #ddd !important;
    font-size: 0.8em !important;
    padding-top: 0.12em !important;
    font-weight: 900;

}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de" !important;
    font-weight: 900;
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd" !important;
    font-weight: 900;
}
