.select2-container--default .select2-selection--single{
    height: 40px !important;
    border-color: rgba(0, 0, 0, 0.09) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px !important;
}

.select2{
    width: 100% !important;
}