.select2-container--bootstrap5 .select2-dropdown {
    border-radius: 8px;
}

.select2-container--bootstrap5.select2-container--focus .form-select:not(.form-select-solid):not(.form-select-white),
.select2-container--bootstrap5.select2-container--open .form-select:not(.form-select-solid):not(.form-select-white) {
    border-color: #30BFB1;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #7C7F87;
}

.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field {
    font-size: 13px;
    font-weight: 500;
    border: 2px solid #F5F8FA;
    background-color: #F5F8FA;
    color: var(--tbr-body-txt);
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: var(--tbr-rgba-primary);
    color: var(--tbr-primary);
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: var(--tbr-primary);
    color: var(--tbr-white);
}

.tbr_input--group .select2-container--bootstrap5.select2-container--focus .form-select:not(.form-select-solid):not(.form-select-white),
.tbr_input--group .select2-container--bootstrap5.select2-container--open .form-select:not(.form-select-solid):not(.form-select-white),
.tbr_input--group .select2-container--bootstrap5 .select2-selection--single {
    padding-left: 44px;
}

.tbr_input--group .select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered[title="Nama person, nama perusahaan, nomor kontak ..."] {
    color: #B5B5C3;
}

#select2-filter-datatable-container[title=""],
#select2-filter-tag-datatable-container[title="all"] {
    color: #B5B5C3;
}

.form-select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23A1A5B7" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-size: initial;
}

.select2-container--bootstrap5 .select2-selection--single[aria-disabled="true"] {
    background-color: #EDEBF7;
    border-color: #EDEBF7 !important;
}

.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field {
    font-size: 13px;
    color: #7C7F87;
    font-family: Poppins, Helvetica, "sans-serif";
    font-weight: 500;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered {
    display: inline-flex;
    flex-wrap: wrap;
}