
.select2-container .select2-selection--single .select2-selection__clear {
    left: 3rem !important;
}
.select2-container--bootstrap5 .select2-selection__clear {
    left: 3rem !important;
    right: auto;
}
.select2-selection__choice__remove {
    left: 5px;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
    left: 1.25rem !important;
    right: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 1rem 1rem;
}

[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="number"] {
  direction: rtl;
}