div[class*="select2"] .select-wrapper, div[class*="select2"] .select-wrapper input.select-dropdown {
    display: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    height: 2.5em !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.4em !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.5em !important;
}

.select2-dropdown,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
	color: #3451E8 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
    border: 1px solid #3451E8 !important;
    color: #3451E8 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    border: 1px solid #00ffa7 !important;
    color: #00ffa7 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #3451E8 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove {
    color: #00ffa7 !important;
}

.select2-container--default .select2-results>.select2-results__options {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f2f2 !important;
    color: #3451E8 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff !important;
    color: #00ffa7 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    background-color: #f2f2f2 !important;
}	

.select2-results__option {
    line-height: 2.5rem !important;