.select2-container--default .color-preview {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 3px;
    margin-top: 2px;
}


.sortSelectCustom .select2-selection--single .select2-selection__rendered {
    padding: 8px 0;
    color: #777;
    font-size: 13px;
}

.multiple-select2
    + .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    margin: 2px;
    background-color: #e4e4e4;
    border-radius: 4px;
}
.multiple-select2
    + .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    cursor: pointer;
    margin-left: 5px;
    color: #333;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    padding: 7px 10px !important;
    display: flex;
    flex-direction: row-reverse;
    gap: 3px;
    background-color: #eeeeee !important;
    color: #1f1f1f !important;
    border: none !important;
}

