.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 64px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #702bb0;
  line-height: 64px;
  text-align: left;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #702bb0;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #fff;
  border-left: 1px solid #702bb0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #c5acdd transparent transparent transparent;
  border-width: 9px 5px 0 5px;
  margin-left: -5px;
  margin-top: -4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  border: 1px solid #c5acdd;
  margin-top: -13px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #702bb0;
  line-height: 64px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 2.2rem;
  font-weight: 600;
  padding-left: 30px;
}

.select2-results__options {
  color: #702bb0;
  font-size: 2.2rem;
}

.select2-container--default .select2-selection--single {
  background-color: #f8f8f8;
  border: 1px solid #702bb0;
  border-radius: 0px;
}

