.facility-picker {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.facility-picker .select2-container {
    display: block;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
}

.facility-picker .select2-selection,
.facility-picker .select2-dropdown,
.facility-picker .select2-search,
.facility-picker .select2-search__field {
    box-sizing: border-box;
    max-width: 100%;
}

.facility-picker .select2-search__field {
    width: 100% !important;
}

.facility-picker .select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.facility-picker .select2-results__option {
    overflow-wrap: anywhere;
}
