

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6c7ea1;
}

.select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--multiple {
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    margin: 0px 0;
    padding: 2px 0 2px 7px;
    width: 100%; 
}

.select2-container--default .select2-selection--single {

    font-size: 14px;
    margin: 0px 0;
   
    width: 100%;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05Ljg3MTA5IDEuNjgzNTlMNS43MTQ4NCA1LjYyMTA5QzUuNTc4MTIgNS43NTc4MSA1LjQxNDA2IDUuODEyNSA1LjI1IDUuODEyNUM1LjA4NTk0IDUuODEyNSA0LjkyMTg4IDUuNzU3ODEgNC43ODUxNiA1LjYyMTA5TDAuNjI4OTA2IDEuNjgzNTlDMC4zODI4MTIgMS40Mzc1IDAuMzU1NDY5IDEuMDI3MzQgMC42Mjg5MDYgMC43ODEyNUMwLjg3NSAwLjUwNzgxMiAxLjI4NTE2IDAuNTA3ODEyIDEuNTU4NTkgMC43NTM5MDZMNS4yNSA0LjI1MzkxTDguOTQxNDEgMC43NTM5MDZDOS4yMTQ4NCAwLjUwNzgxMiA5LjYyNSAwLjUwNzgxMiA5Ljg3MTA5IDAuNzgxMjVDMTAuMTQ0NSAxLjAyNzM0IDEwLjExNzIgMS40Mzc1IDkuODcxMDkgMS42ODM1OVoiIGZpbGw9IiMyQTJFMzQiLz4KPC9zdmc+Cg==')
		no-repeat 97% 50%;
	background-color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	
	color: #6c7ea1;
	
}

/* For all dropdowns */
.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 14px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #ccc;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eff2f7;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single {
	border-radius: 5px;
    border: 1px solid #b7c0d1;
    height: 40px;
    display: flex;
    align-items: center;
}

.select2-search .select2-search--dropdown{
	display:none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #EFF1F5;
    border-radius: 5px;
    margin: 5px;
	color: #2A2E34;
	    max-height: 35px;
    min-height: 35px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #EFF1F5;
    color: #2A2E34;
	border-radius: 5px;
    margin: 5px;
	    max-height: 35px;
    min-height: 35px;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    margin: 5px;
	max-height: 35px;
    min-height: 35px;
}

.select2-search--dropdown .select2-search__field {
    display:none;
}

.select2-dropdown {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: 0;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 10px;
    border-top: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select2-container--open .select2-dropdown--above {
    margin-top: -10px;
    border-bottom: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select2-results__option[aria-selected] {
    max-height: 35px;
    min-height: 35px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select2-container--default .select2-selection--single:hover, .select2-selection .select2-selection--multiple:hover{
	border:1px solid #0B363C;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c7ea1;
}