.select2-container--default .select2-selection--single {
    border: 1px solid #cccccc;
    border-radius: unset;
  }

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-family: rbtr;
    font-size: 13px;
    color: #4057a9;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

li.select2-results__option{
    color: #4057a9
}