.select2-dropdown.select2-dropdown--below{
  /* width: 148px !important; */
}

.select2-container--default .select2-selection--single{
padding-left: 5px;
padding-top: 5px;
height: 42px;
border: 1px solid #666;
border-radius: 3px;
font-size: 12px;
/* padding: 0.5rem 1rem; */
/* width: 148px;  */
font-size: 1.2em;  
position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  padding-top: 35px;
}