/* Исправление проблемы с обрезанием текста в поле "Ответственные" в модальном окне массового редактирования */

/* Переопределяем проблемное правило для поля executors в модальном окне */
#objects-edit-modal .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
}

/* Специфичное правило для поля executors в модальном окне массового редактирования */
#objects-edit-modal #id_executors + .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Специфичное правило для поля place_clients в модальном окне массового редактирования */
#objects-edit-modal #id_place_clients + .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Специфичное правило для поля objects_works_type в модальном окне массового редактирования */
#objects-edit-modal #id_objects_works_type + .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Правила для модального окна массового редактирования работ */
#mass-works-edit-form .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
}

#mass-works-edit-form #id_executors + .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

#objects-edit-modal .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    flex-wrap: wrap !important;
    align-items: center !important;
    min-height: 32px;
}

#objects-edit-modal .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 5px 0 0 6px !important;
    word-break: break-word !important;
}

/* Убеждаемся, что поле поиска имеет достаточно места */
#objects-edit-modal .select2-container--bootstrap .select2-search--inline {
    flex: 1 !important;
    min-width: 150px !important;
}

#objects-edit-modal .select2-container--bootstrap .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 150px !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Исправление для модального окна массового редактирования */
.modal-open #objects-edit-modal .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
}

/* Дополнительные стили для лучшего отображения в модальном окне */
#objects-edit-modal .select2-container {
    width: 100% !important;
}

#objects-edit-modal .select2-container--bootstrap {
    width: 100% !important;
}

/* Исправление для всех select2 полей в модальном окне массового редактирования */
#objects-edit-modal .select2-container--bootstrap .select2-selection--multiple .select2-search--inline {
    width: auto !important;
    flex: 1 !important;
}

#objects-edit-modal .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Специфичное правило для переопределения проблемного CSS из plugins.min.css */
.modal-open #objects-edit-modal #id_executors + .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

.modal-open #objects-edit-modal #id_place_clients + .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

.modal-open #objects-edit-modal #id_objects_works_type + .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Дополнительное правило для всех полей executors в модальных окнах */
.modal-open .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
    min-width: 200px !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* Стили для клиентских селектов - перенос длинных значений на новую строку */
.client-select + .select2-container .select2-selection--single {
    height: auto !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}

/* Специфичные стили для клиентских селектов в модальном окне */
#objects-edit-modal .client-select + .select2-container .select2-selection--single {
    height: auto !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}

#objects-edit-modal .client-select + .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
    display: flex !important;
    align-items: center !important;
}

/* Стили для dropdown опций клиентских селектов */
.client-select + .select2-container .select2-results__option {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
}

/* Специфичные стили для dropdown опций в модальном окне */
#objects-edit-modal .client-select + .select2-container .select2-results__option {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
}

/* Фиксация ширины контейнера для предотвращения расширения */
.client-select + .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

#objects-edit-modal .client-select + .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}
