b[role="presentation"] {
  border: 0;
}
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container,
#select2-pickup_location-container,
.select2-container--default .select2-selection--single {
  height: 100%;
}
.select2-container--default .select2-selection--single {
  border-radius: 7px;
  background-color: #F2F2F2;
  border: 1px solid #AEAEAE;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529;
  height: 100%;
  text-align: left;
  padding: .375rem 2.25rem .375rem .75rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered::after {
  top: 50%;
  width: 9px;
  height: 8px;
  right: 12px;
  content: '';
  position: absolute;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../../src/assets/images/arrow-down.svg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 300px;
}
#pickup_time + .select2.select2-container .select2-selection,
#return_time + .select2.select2-container .select2-selection {
  border-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#pickup_time + .select2.select2-container .select2-selection .select2-selection__rendered,
#return_time + .select2.select2-container .select2-selection .select2-selection__rendered {
  padding-left: 56px;
}
#pickup_time + .select2.select2-container .select2-selection .select2-selection__rendered::before,
#return_time + .select2.select2-container .select2-selection .select2-selection__rendered::before {
  top: 50%;
  width: 20px;
  height: 20px;
  left: 11px;
  content: '';
  position: absolute;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../../src/assets/images/clock-icon.svg);
}
#pickup_time + .select2.select2-container .select2-selection .select2-selection__rendered::after,
#return_time + .select2.select2-container .select2-selection .select2-selection__rendered::after {
  display: none;
}
