/**
 * H2 CRM Frontend Custom Colors
 * Override Smart End frontend colors with H2 branding
 */

/* Links and Hover - Blue */
a:hover,
.sidebar-list .list-group .active,
.sidebar-list .list-group a:hover {
    color: #2563eb !important;
}

/* Preloader - Blue */
#preloader:before {
    border-color: #2563eb !important;
    border-top-color: #dbeafe !important;
}
