﻿.multi-dropdown-control + .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: 0px !important;
    margin-right: 5px;
}
.multi-dropdown-control + .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: flex;
    align-items: center;
    border-radius: 50px !important;
    padding: 0px 10px;
}

/* Make font size consistent with assignedToSelect (.form-select font-size: 0.813rem) */
.multi-dropdown-control + .select2-container--default .select2-selection--multiple .select2-search__field {
    font-size: 0.813rem !important;
    font-family: var(--default-font-family, "Poppins", sans-serif) !important;
}
.multi-dropdown-control + .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 0.813rem !important;
    font-family: var(--default-font-family, "Poppins", sans-serif) !important;
}

/* Control the overall container height to match form-select */
.multi-dropdown-control + .select2-container .select2-selection--multiple {
    min-height: 2.25rem !important;
    padding: 0.1rem 0.3rem !important;
}

/* Style the selected choice items (pills/tags) to match font size */
.multi-dropdown-control + .select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 0.813rem !important;
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    height: auto !important;
    line-height: 1.4 !important;
}

/* Control the rendered area font size */
.multi-dropdown-control + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    font-size: 0.813rem !important;
    font-family: var(--default-font-family, "Poppins", sans-serif) !important;
    padding: 0 !important;
}

.multi-dropdown-control-disabled .select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: not-allowed !important;
}
/*Selection hover color*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--persian-green-color) !important;
}
/*Disabled selection*/
.multi-dropdown-control:disabled + .select2-container .select2-selection--multiple {
    cursor: not-allowed !important;
}
.select2-container .select2-selection--multiple {
    display:flex !important;
}