.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown,
.select2-results__option {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.select2-container--default .select2-selection--single {
    height: calc(1.3rem + 2px) !important;
    padding: 0.15rem 0.3rem !important;
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    border-radius: 0.25rem !important;
    border: 1px solid #ced4da !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1rem !important;
    padding-left: 0 !important;
    color: #495057 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.3rem + 2px) !important;
    top: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered.select2-selection__placeholder {
    text-align: center;
}

.select2-container {
    width: 100% !important;
}

.select2-results__option {
    padding: 4px 10px !important;
    font-size: 14px !important;
}
