.custom-select2 .select2 {
    width: 100%;
    background-position: right 10px center;
    border-radius: 360px;
    border: 1px solid #BEBFCA;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    font-size: 16px;
    color: #333333;
}

.modal-custom-select2.custom-select2.select2-dropdown {
    z-index: 2000;
}
.custom-select2.w-100 .select2 {
    width: 100% !important;
}

.custom-select2 .select2-selection--single {
    border: 0;
    background-color: transparent;    
}
.custom-select2 .select2-selection--single:focus-visible {
    outline: none;
}
.custom-select2.disabled .select2-selection--single {
    border-radius: 360px;
    background-color: #e9ecef;
}


.custom-select2 .select2-selection__arrow {
    display: none;
}

.custom-select2.select2-dropdown {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 16px !important;
    box-sizing: border-box;
    padding: 16px;
}

.custom-select2.select2-dropdown .select2-search__field,
.custom-select2.select2-dropdown .select2-search__field:focus,
.custom-select2.select2-dropdown .select2-search__field:focus-visible {
    border: 0 !important;
    border-bottom: 1px solid #8E8F97 !important;
    border-radius: 0 !important;
    background: url(../../img/icons/documents/search.svg) no-repeat center left 8px transparent;
    padding: 8px;
    outline: none;
    padding-left: 36px;
}
.custom-select2.select2-dropdown .select2-results__option {
    padding: 16px;
}
.custom-select2.select2-dropdown .select2-results__option--highlighted {
    background-color: #F8F9FF;
    color: #333333;
}
.custom-select2.select2-dropdown .select2-results__option--selected {
    background: url(../../img/icons/system/check.svg) no-repeat center right 16px #F6F7FF;
    color: #333333;
}
