<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-control {
    -moz-border-radius: 0px  !important;
    -webkit-border-radius: 3px 3px 0px 0px  !important;
    border-radius: 3px 3px 3px 3px  !important;
    background-color: #f5f5f5 !important;
}
.multiselect-container&gt;li&gt;a&gt;label&gt;input[type=checkbox] {
    margin-bottom: -4px !important;
}

.dropdown-menu&gt;.active&gt;a, .dropdown-menu&gt;.active&gt;a:hover, .dropdown-menu&gt;.active&gt;a:focus {
    color: inherit !important;
    text-decoration: none !important;;
    outline: 0 !important;;
    background-color: transparent !important;;
}


</pre></body></html>