.select2-container .selection .select2-selection {
    display: flex;
    align-items: center;
    outline: none;
    min-height: 42px;
    border: 1px solid #E9ECEF;
}

    .select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
        padding: 0 0.75rem;
        margin: 0;
    }

    .select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        position: relative;
        top: unset;
        right: unset;
        width: 42px;
        color: #bcbdbe;
    }

        .select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow:after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f078";
        }

        .select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow b {
            display: none;
        }

    .select2-container .selection .select2-selection.select2-selection--multiple {
        min-height: unset;
        padding: 0;
    }

        .select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            min-height: calc(42px - 2px);
            padding: 0px 0px 5px 8px;
            margin: 0;
        }

            .select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
                float: unset;
                margin: 4px 8px 0px 0px;
                padding: 3px 6px;
                display: flex;
                flex-direction: row-reverse;
                align-items: center;
                justify-content: center;
                border: none;
                background-color: #E9ECEF;
                font-size: 12px;
            }

                .select2-container .selection .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
                    margin-left: 1px;
                    position: unset;
                    border: none;
                    border-radius: 4px;
                    padding: 0;
                    width: 15px;
                    height: 15px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

        .select2-container .selection .select2-selection.select2-selection--multiple .select2-search {
            padding-left: 5px;
            flex-grow: 1;
        }

            .select2-container .selection .select2-selection.select2-selection--multiple .select2-search .select2-search__field {
                width: 100% !important;
                margin: 0 !important;
                font-family: unset !important;
            }

                .select2-container .selection .select2-selection.select2-selection--multiple .select2-search .select2-search__field::placeholder {
                    color: #aaa;
                }

.select2-container .select2-dropdown {
    border-radius: 0;
    border: 1px solid #E9ECEF;
    border-top: none;
}

    .select2-container .select2-dropdown .select2-search {
        padding: 10px;
    }

        .select2-container .select2-dropdown .select2-search .select2-search__field {
            border-radius: 4px;
            padding: 5px 8px;
            border: 1px solid #E9ECEF;
            outline: none;
        }

    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
        background-color: #e0e2e4;
        color: #000;
    }

    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"], .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
        background-color: #E9ECEF;
        color: #000;
    }

.form-group .select2-container {
    width: 100% !important;
}
