.select2-container--default .select2-selection--multiple {
    padding: 0 24px !important;
}

.select2-container--open {
    z-index: 99998;
}

.select2 .select2-selection, .select2 .select2-selection {
    margin-bottom: 6px !important;
    min-height: 45px !important;
}


.select2 .select2-selection, .opui-modal .select2 .select2-selection {
    padding: 0 8px !important;
}

.select2-container .select2-selection--multiple {
    display: flex !important;

    ul {
        display: inline-block !important;
        width: auto !important;
    }

    .select2-search--inline {
        float: none !important;
        padding-top: 5px !important;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    display: inline-flex !important;

    .select2-selection__choice__remove {
        position: relative !important;
        left: 0 !important;
        padding: 0 5px !important;
        display: block !important;
        border-right: none !important;
    }

    .select2-selection__choice__display {
        left: 0 !important;
        padding: 5px 8px 5px 1px !important;
        display: block !important;
        position: relative !important;
    }
}

.select2-container .select2-search--inline .select2-search__field {
    min-height: 30px;
}
