
.selection {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    height: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    height: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit !important;
    height: auto !important;
    margin: 8px 0 0 0;
    width: 100%;
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px !important;
}

.select2-container--default .select2-results>.select2-results__options{
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit !important;
  height: auto !important;
  margin: 8px 0 0 0;
  width: 100%;
  padding-left: 15px;
  display: block !important;
}