.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.375rem 0.75rem
}

.select2-container .select2-selection--single {
    height: 40px;
    border-radius: 0;
    border-color: #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: solid #495057;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    top: 40%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #495057;
    border-width: 0 2px 2px 0;
}

.select2-results__option {
    padding: 0px 2px 1px 15px;
}

