.allergy-ingredients-select .select2-container--bootstrap .select2-selection--multiple {
    min-height: 38px;
    padding: 3px 56px 3px 8px;
    border: 1px solid #d8e0ef;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 0 1px 1px rgba(21, 37, 72, 0.03);
    overflow: visible;
    position: relative;
}

.allergy-ingredients-select .select2-container--bootstrap .select2-selection--multiple::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-top: 5px solid #7b8798;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    pointer-events: none;
}

.allergy-ingredients-select .select2-container--bootstrap.select2-container--focus .select2-selection--multiple {
    border-color: #7aa6e8;
    box-shadow: 0 0 0 3px rgba(72, 128, 213, 0.14);
}

.allergy-ingredients-select .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 0;
    overflow: visible;
}

.allergy-ingredients-select .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    flex: 0 0 auto;
    max-width: 170px;
    margin: 0;
    padding: 3px 24px 3px 9px;
    border: 1px solid #b8c9e8;
    border-radius: 999px;
    background: #eef5ff;
    color: #29466f;
    font-weight: 500;
    position: relative;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.allergy-ingredients-select .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    margin: 0;
    border-radius: 50%;
    background: #c6d6ef;
    color: #28496f;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    cursor: pointer;
}

.allergy-ingredients-select .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: #8faedc;
    color: #fff;
}

.allergy-ingredients-select .select2-container--bootstrap .select2-selection--multiple .select2-search__field {
    min-width: 0;
    width: 0 !important;
    height: 0;
    margin: 0;
    padding: 0;
}

.allergy-ingredients-select .select2-container--bootstrap .select2-selection--multiple .select2-search--inline {
    flex: 0 0 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.allergy-ingredients-select .select2-container--bootstrap.select2-container--open .select2-selection--multiple .select2-search--inline {
    flex: 1 0 120px;
    height: 28px;
    overflow: visible;
}

.allergy-ingredients-select .select2-container--bootstrap.select2-container--open .select2-selection--multiple .select2-search__field {
    min-width: 120px;
    width: 100% !important;
    height: 28px;
}

.allergy-ingredients-select .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 28px;
    margin: 0;
    transform: translateY(-50%);
}

.allergy-ingredients-select .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple {
    background: #f8fafc;
    color: #8a96a8;
    cursor: not-allowed;
    pointer-events: none;
}
