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;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
    left: 30px;
    z-index: 1000 !important;
    position: relative !important;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px !important;
    right: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    padding: 15px !important;
}
html[data-bs-theme="dark"] .select2-dropdown {
    background-color: #1c1c21 !important;
    border: 1px solid #1e2027 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: unset !important;
}