.select2-container .select2-selection--single{
    height: auto !important;
    padding: 8px !important;
    font-size: 15px !important;
    border-color: #000000 !important;
}
.select2-results__option{
    font-size: 15px !important;
}
.select2-dropdown{
    border-color: #000000 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: #000000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.5 !important;
        padding-left: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 38px;
}