.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%!important;
  right: 4px!important;
}

span.select2-selection.select2-selection--single {
  height: 100% !important;
  border: 1px solid #c9c9c9 !important;
}

span.select2-selection.select2-selection--single:focus {
  outline: 0 !important;
  border-color: #085f1f !important;
  -o-box-shadow: 0 0 5px #085f1f !important;
  -moz-box-shadow: 0 0 5px #085f1f !important;
  -ms-box-shadow: 0 0 5px #085f1f !important;
  -khtml-box-shadow: 0 0 5px #085f1f !important;
  -webkit-box-shadow: 0 0 5px #085f1f !important;
  box-shadow: 0 0 5px #085f1f !important;
  -webkit-transition: all 500ms linear !important;
  -moz-transition: all 500ms linear !important;
  -o-transition: all 500ms linear !important;
  -ms-transition: all 500ms linear !important;
  transition: all 500ms linear !important;
}

.select2-selection__rendered {
  height: 100% !important;
  padding-top: 8px !important;
  width: calc(100% - 25px) !important;
}

.select2-container {
  height: 48px !important;
}

