.select2-container--default .select2-selection--multiple {
    border: 2px solid #000;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: #4b4b5a;
    text-align: left;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
    left: auto;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container input:-ms-input-placeholder {
    color: #adb5bd;
}

.select2-container input::-ms-input-placeholder {
    color: #adb5bd;
}

.select2-container input::placeholder {
    color: #adb5bd;
}

.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
    padding: 6px 12px;
    text-align: left;
}

.select2-dropdown {
    border: 0 solid #eff1f4;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #4b4b5a;
    text-align: left;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #fda862;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff;
    color: #343a40;
}

.select2-container--default
    .select2-results__option[aria-selected="true"]:hover {
    background-color: #fda862;
    color: #fff;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    min-height: calc(1.5em + 0.9rem + 2px);
    border: 1px solid #000 !important;
    background-color: #fff;
}

.select2-container
    .select2-selection--single
    .select2-selection__choice__display,
.select2-container
    .select2-selection--multiple
    .select2-selection__choice__display {
    padding-left: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 10px;
    float: left;
}

.select2-container .select2-selection--single .select2-search__field,
.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #4b4b5a;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #fda862;
    border: none;
    color: #fff;
    border-radius: 3px;
    float: left;
}

.select2-container
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
    margin-right: 2px;
    margin-left: 0;
    border-right: none;
}

.select2-container
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: #fda862;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
}
