.select2-selection {
    overflow: hidden;
}
.select2-selection__rendered {
    white-space: normal;
    word-break: break-all;
}

.sonata-filter-form .select2-hidden-accessible {
    display: none !important;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    z-index: 2051;
}

.select2-container--default .select2-selection--single {
    line-height: 34px;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;

    color: #273940;

    line-height: 32px;

    padding-left: 13px;

    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    line-height: 32px;
}

select.select2-container-hidden + .select2-container {
    display: block;
    height: 0;
    visibility: hidden;
}