html, body {
    font-family: 'Iran Sans';
}
.d-ltr {
    direction: ltr !important;
}
.d-rtl {
    direction: rtl !important;
}
table.dataTable > thead .dt-ordering-asc::after, table.dataTable > thead .dt-ordering-asc::before, table.dataTable > thead .dt-ordering-desc::after, table.dataTable > thead .dt-ordering-desc::before {
    position: relative !important;
    float: left !important;
    top: 5px !important;
    margin-left: unset !important;
}