.select2-container .select2-selection--single{box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; -webkit-user-select: none;}
.select2-dropdown{background-color: white; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left:-100000px; width: 100%; z-index: 1051;}
.select2-results__option{padding: 6px; user-select: none; -webkit-user-select: none;}
.select2-results__option[aria-selected]{cursor: pointer;}
.select2-container--open .select2-dropdown{left: 0;}
.select2-search--dropdown{display: block; padding: 4px;}
.select2-search--dropdown .select2-search__field{padding: 4px; width: 100%; box-sizing: border-box;}
.select2-hidden-accessible{border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin:-1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important;}
.select2-container--default .select2-selection--single{background-color: #fff; border: 1px solid #aaa; border-radius: 4px;}
.select2-container--default .select2-results>.select2-results__options{max-height: 200px; overflow-y: auto;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color: #5897fb; color: white;}