.select2-selection--multiple {
    border: 1px solid #d1d3e2 !important;
}
.select2-selection--multiple .select2-selection__rendered {
    padding: 0 12px !important;
    overflow: inherit !important;
}
.select2-selection__clear {
    padding: 0 0.5rem !important;
    margin-right: 0 !important;
}
.select2-selection__clear:hover {
    border: 1px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #cac5c5!important;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #cac5c5!important;
}
.is-invalid + .select2-container > .selection > .select2-selection {
    border: 1px solid #E74A3B !important;
}

/* form-control-sm FIX */

select.form-control.form-control-sm + .select2.select2-container .select2-selection.select2-selection--single {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}
select.form-control.form-control-sm + .select2.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -4px !important;
}
select.form-control.form-control-sm + .select2.select2-container .select2-selection--single .select2-selection__arrow {
    top: 2px !important;
}

/* Default styles */

.select2-container--default .select2-selection--single {
    display: block!important;
    width: 100%!important;
    height: calc(1.5em + 0.75rem + 2px)!important;
    padding: 0.375rem 0.75rem!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    color: #6e707e!important;
    background-color: #fff;
    background-clip: padding-box!important;
    border: 1px solid #d1d3e2!important;
    border-radius: 0.35rem!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    margin-top: -3px !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 4px!important;
    right: 1px;
    width: 40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #717171;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #cac5c5!important;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #cac5c5!important;
}
.is-invalid + .select2-container > .selection > .select2-selection--single {
    border: 1px solid #E74A3B!important;
}

/* Contrast styles */

html[data-highcontrast-applied="true"] .select2-dropdown {
    background-color: black!important;
    color: white!important;
}
html[data-highcontrast-applied="true"] .select2-container--default .select2-selection--single {
    background-color: #000!important;
    color: #fff!important
}
html[data-highcontrast-applied="true"] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff!important
}
html[data-highcontrast-applied="true"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff!important
}
html[data-highcontrast-applied="true"] .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000!important;
}
html[data-highcontrast-applied="true"] .select2-container--default .select2-selection--multiple {
    background-color: #000!important;
    border: 1px solid #fff!important;
}