@CHARSET "UTF-8";

.select2-dropdown {
  border-radius: 2px;
}

.select2-container--default .select2-selection--single {
  border-radius: 2px; 
}
  
.select2-container--default .select2-selection--multiple {
  border-radius: 2px; 
}
 
.select2-container--classic .select2-selection--multiple {
  border-radius: 2px;
}
  
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 2px;
}
    
.select2-container--classic .select2-selection--single {
  border-radius: 2px;
}
  
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
    
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
  
.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px; 
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 15px;
}