.select2-results__options {
    width: 500px !important;
    font-weight: normal !important;
    color: #444444 !important;
    font-size: 12px !important;
    padding: 0.3rem 1.5em 0.3rem 0.6em !important;
    max-width: 100% !important;
    cursor: pointer !important;
    -webkit-box-sizing: border-box !important;
    border: 1px solid #CBCBCB !important;
    box-sizing: border-box !important;
    border-radius: .1875rem !important;
    min-width: 6.5rem !important;
    height: auto !important;
    position: relative !important;
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single {
    width: 500px !important;
    font-weight: normal !important;
    color: #444444 !important;
    font-size: 12px !important;
    padding: 0.3rem 1.5em 0.3rem 0.6em !important;
    max-width: 100% !important;
    cursor: pointer !important;
    -webkit-box-sizing: border-box !important;
    border: 1px solid #CBCBCB !important;
    box-sizing: border-box !important;
    border-radius: .1875rem !important;
    min-width: 6.5rem !important;
    height: auto !important;
    position: relative !important;
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
        padding-top: 0.3rem !important;
}