/* Custom HCU styling for boostrap-select plugin */

.dropdown-menu .text {
    font-size: 14px;
}

/* Readable select button (post hover) */
.bootstrap-select .btn:not(:hover) {
    background-color: white !important;
}