.chosen-container { font: 13px Arial, Helvetica, sans-serif; }
.chosen-container-single .chosen-single {
    height: 38px;
    padding: 6px 12px;
    line-height: 24px;
    border: 1px solid gray;
    border-radius: 4px;
    background: white;
    box-shadow: none;
    color: black;
}
.chosen-container-single .chosen-single div { top: 6px; right: 5px; }
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #0d1a80;
    background: white;
    box-shadow: none;
}
.chosen-container .chosen-results li.highlighted { background: #0d1a80; }
.chosen-container.chosen-with-drop { z-index: 1060; }
select.requiredInput + .chosen-container .chosen-single,
select.border-danger + .chosen-container .chosen-single,
select.invalidInput + .chosen-container .chosen-single { border: 1.5px solid #dc3545; }
.chosen-disabled .chosen-single { background: #e9ecef; cursor: not-allowed; }
