/*
Theme Name: Houzez Child - XANMENKULEX
Theme URI: https://xan.menkulex.com
Description: Houzez Child Theme for XANMENKULEX CRM Integration
Author: MenkulEX
Author URI: https://xan.menkulex.com
Template: houzez
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: houzez-child
*/

/* XANMENKULEX CRM Custom Styles */
.dashboard-sidebar .dashboard-nav li a[href*="xmx-crm"] {
    color: #06b6d4;
    position: relative;
}

.dashboard-sidebar .dashboard-nav li a[href*="xmx-crm"]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #06b6d4;
    box-shadow: 0 0 10px rgba(6, 182, 212, 0.5);
}