﻿.select2-selection__clear {
    right: inherit !important;
    left: 3rem !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
    right: inherit !important;
    left: 1.25rem !important;
}

.select2-selection__choice{
    direction:ltr;
}
.actions-contianer {
    text-align: left !important;
}

th.sorting_asc:after {
    margin-right: 10px;
}

th.sorting_desc:after {
    margin-right: 10px;
}
table.dataTable > thead .dt-ordering-asc:after {
    margin-right: 5px;
}

#dt-length-0 {
    margin-left: 5px;
}