.select2-container {
  z-index: 2;
}

.select2-container .select2-selection--single {
  height: 48px;
  margin-top: 1px;
}

.select2-container--default .select2-selection--single,
.select2-container--classic .select2-selection--single {
  margin: 1px;
  border: 0;
  background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 40px;
}