
/* --------------------------------

Change select2 size

-------------------------------- */


 .select2-container .select2-selection--single {   
 height: 40px !important;
 border-radius: 7px;
 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
 line-height: 37px !important;
 
}


.select2-container .select2-selection--multiple {
 min-height: 39px !important; 
}

/* .select2 {
 display:none;
} */