/* CRM Module Custom Styling */

/* CRM Menu Styling */
#crm_menu > a {
    background-color: #f39c12 !important;
    color: white !important;
    font-weight: bold !important;
}

#crm_menu > a:hover {
    background-color: #e67e22 !important;
    color: white !important;
}

#crm_menu.active > a {
    background-color: #d35400 !important;
    color: white !important;
}

#crm_menu > a > .fa {
    color: white !important;
}

/* CRM Menu Icon */
#crm_menu > a > .fa.fa-handshake:before {
    content: "\f2b5";
}