
.select2-container .select2-selection--single {
    height: 40px !important;
    margin-top: 4px !important;
    padding-top: 5px !important;
}
.select2-selection__arrow{
    display: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
}
.select2-container--default .select2-selection--single {
    --border-opacity: 1 !important;
    border-color: rgb(209 213 219) !important;
}

.select2-container .select2-selection--single{
    height: 42px !important;
}


