.select2-container--default .select2-selection--single{
  padding: 0.3rem 0.75rem;
}

.select2-container .select2-selection--single{
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px !important;
    right: 8px !important;
    width: 20px;
}

.select2-results__option {
    background-color: #052638 !important;
    color: #FFFFFF !important;
}

/* new */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00B6EC !important;
  color: #FFFFFF !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 9px 5px 0 5px !important;
    height: 0px;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0px;
}

.select2-search--dropdown .select2-search__field {
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}