/* Add here all your CSS customizations */
.select2-results__option{white-space: nowrap !important}
.select2-container {
    width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
    width: 98%;
}