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 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 {
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, Font Awesome\ 6 Pro, FontAwesome !important;
}

table.dataTable thead .sorting:after {
    content: "\F883" !important;
    opacity: .5;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid var(--bs-gray-300) !important;
    height: 15px !important;
    border-radius: 8px !important;
}
.selection {
    height: 15px !important;
}

span.deleteicon i {
    margin-top: -23px;
    position: absolute;
    display: block;
    right: 15px;
    width: 15px;
    height: 15px;
    color: #9e9e9e;
    font-size: 13px;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}

table.dataTable thead .sorting_asc:after {
    content: "\F884" !important;
    opacity: 1;
}

table.dataTable thead .sorting_desc:after {
    content: "\F885" !important;
    opacity: 1;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    padding: 5px 10px;
    vertical-align: middle;
}

.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px 10px;
}

.dataTables_filter>label>input {
    height: 29px;
}

#delete-filter-label {
    cursor: pointer;
}

.select2-selection__choice {
    padding: 0  21px !important;
    background-color: var(--bs-success) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.select2-selection__choice__remove {
    color: #fff !important;
}

.card .card-header {
    min-height: 29px !important;
}

.card .card-body  {
    padding: 0rem 2.25rem !important;
}
