.select2-selection__rendered {
    font-size: 14px;
    line-height: 28px !important;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder { 
    color: #555 !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-selection__arrow {
    height: 34px !important;
}
.select2-container--focus:focus {
    outline: none;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: solid rgba(0, 0, 0, .65);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  margin-left: -1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { 
    border: solid rgba(0, 0, 0, .65);
    border-width: 0 2px 2px 0;
}