.select2-container--default .select2-selection--single {
    background-color: black;
    color: rgba(255,255,255,0.7);
    border-color: #ffffff4D;
    padding:0.625rem 0.5rem;
    height: auto !important;
    border-radius: 0.5rem;
    font-size: 14px !important;
}
.select2-container {
    width:100% !important;
}
.select2-selection__arrow {
    height: 48px !important;
}
.select2-dropdown {
    background-color: black;
    color: rgba(255,255,255,0.7);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: black;
    color: white;
}
.select2-search__field {
    color: black !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: black;
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(255,255,255,0.7);
}
.select-error + .select2 .select2-selection.select2-selection--single {
    border-color:#f43f5e !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
    background-color: black !important;
}
