
/*# sourceMappingURL=custom.min.css.map */

.select2-selection__rendered {
    line-height: 32px !important;
}
.select2-container .select2-selection--single {
    height: 36px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #3a497b !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #808088 !important;;
color: #fff;
}