.select2-container--custom .select2-selection--multiple {
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 0 0 16px;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
    border-color: var(--grey-200);
    box-shadow: 1px 5px 10px var(--input-unfocused-shadow);
    margin-top: auto;
    margin-bottom: auto;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    cursor: text;
}

.select2-container--custom .select2-results__option--highlighted {
    background-color: #aaa;
    color: white;
}

.select2-container--custom .select2-selection--multiple .select2-selection__choice {
    box-sizing: border-box;
    display: inline-block;
    background-color: #ccc;
    border: 1px solid #888;
    border-radius: 8px;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin: 1px;
    max-width: 100%;
}

.select2-container--custom .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}