/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: unset;
    white-space: nowrap;
}