.form-check-input{margin:0 1rem 1rem 0;}
.chosen-container-multi .chosen-choices,
.chosen-container .chosen-results,
.chosen-container .chosen-results li,
.chosen-container .chosen-single span,
.chosen-container .chosen-single {
    color: #333 !important;
    background-color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: none !important;
}

.chosen-container .chosen-results li.highlighted {
    background: linear-gradient(#3875d7 20%, #2a62bc 90%) !important;
    color: #fff !important;
}

.chosen-container-single .chosen-default {
    color: #999 !important;
}