﻿.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
    right: unset;
    left: 1.25rem;
}

.noUi-target .noUi-handle {
    background-color: #808080;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
    margin-left: unset;
    margin-right: 1.1rem;
}
.select2-container--bootstrap5 .select2-selection__clear{
    right:unset;
    left:3rem;
}