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

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

.select2-results {
    font-size: 14px;
}

.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 ul {
    display: block !important;
}

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

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

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none !important;
    position: relative !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: inline-block !important;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: auto;
}

.select2-container .select2-selection--multiple .select2-search {
    padding: 7px 0 8px 0 !important;
    display: inline-block;
}

.select2-container .select2-selection--multiple {
    border-color: rgb(209, 213, 219) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: relative;
    top: 8px;
    color: #888;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    top: 5px;
    color: #888;
}

.op-flow-admin-app .select2-dropdown {
    border-color: rgb(209, 213, 219) !important;
}
