/* .select2-selection { overflow: hidden; }
.select2-selection__rendered { line-height: 38px !important; white-space: normal; word-break: break-all; }
.form-group > .select2-container {
    width: 100% !important;
} */
.select2-selection--single .select2-selection__rendered {
    line-height: 38px !important; 
    white-space: normal; 
    word-break: break-all;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}
.form-group > .select2-container {
    width: 100% !important;
}
img.center {
    display: block;
    margin: 0 auto;
}
.hidden {
    display: none!important
}