.searchable-field {
border-radius: 10px !important;
}
        
.select2-dropdown {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: transparent!important;
    border: unset !important;
    border-radius: 10px!important;
    font-size: 16px!important;
    font-weight: 500!important;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    background-color: #212e48;
    border: 2px solid var(--color-border);
}

.select2-results__option {
        font-weight: 500;
    font-size: 16px;
    padding-left: 10px!important;
    background-color: #212e48;
}
    
.select2-results__option:hover {
    color: white;
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: white;
    border: 1px solid #aaaaaa5c;
    font-weight: 500;
    font-size: 16px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #0AD9E7!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 100px !important;
    padding-left: 10px !important;
    border: 0 none !important;
    box-shadow: none !important;
    outline: none !important;
    
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ffffffb5 !important;
}

.select2-container--default {
    background: #212e48!important;
    border: 3px solid #212e48 !important;
    border-radius: 10px !important;
}