/** Select2 customization */
.select2-dropdown {
    border: 1px solid #e1e1e1;
    border-radius: .25rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
}
.select2-container .select2-selection--single {
    height: calc(1.5em + 1.0626rem + 2px) !important;
    padding: .5313rem 1.75rem .5313rem .75rem;
    font-size: 0.875rem;
}
.select2-container--default .select2-selection--single {
    background:  #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid  #e1e1e1;
    border-radius: .25rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}