.custom-select2 .select2-container--default .select2-selection--multiple {
    background-color: #18154f;
    border: 1px solid #5e57ab;
    border-radius: 12px;
    cursor: text;
}

.light .select2-container--default .select2-results>.select2-results__options {
    background-color: #ffffff;
}

.select2-container--default .select2-results>.select2-results__options {
    background-color: #18154f;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    border-radius: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7022ae;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #7022ae;
    color: #fff;
}

.light .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4d1eea !important;
}

.light .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--nft-violet-glow);
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--nft-guide-card-heading);
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}

.brand-multi-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #18154f;
}
.light  .brand-multi-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
}
.light .brand-multi-select .select2-container--default .select2-selection--multiple {
    background-color: #ffffff;
}