.select2-dropdown { border: 1px solid #eee; }
img { max-width: 100%; }
.modal-xxl { max-width: 90vw; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    max-height: none;
    white-space: normal;
	margin: 0;
}
