/* TaxAI Ver.127.7 Agent OS nav active style */
.taxai-sidebar-link[href*="agent-os-automation"],
.taxai-sidebar a[href*="agent-os-automation"],
.taxai-side-nav a[href*="agent-os-automation"],
aside a[href*="agent-os-automation"] {
    background: transparent !important;
    color: rgba(226, 232, 240, 0.92) !important;
    border-left: 4px solid transparent !important;
    border-radius: 0 10px 10px 0 !important;
    box-shadow: none !important;
}

.taxai-sidebar-link[href*="agent-os-automation"].active,
.taxai-sidebar a[href*="agent-os-automation"].active,
.taxai-side-nav a[href*="agent-os-automation"].active,
aside a[href*="agent-os-automation"].active,
body:has(a[href*="agent-os-automation"].active) a[href*="agent-os-automation"].active {
    background: rgba(15, 23, 42, 0.72) !important;
    color: #ffffff !important;
    border-left-color: #3b82f6 !important;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.18) !important;
}

.taxai-sidebar-link[href*="agent-os-automation"].active .taxai-sidebar-icon,
.taxai-sidebar a[href*="agent-os-automation"].active .taxai-sidebar-icon,
.taxai-side-nav a[href*="agent-os-automation"].active .taxai-sidebar-icon,
aside a[href*="agent-os-automation"].active .taxai-sidebar-icon {
    background: rgba(59, 130, 246, 0.16) !important;
    color: #bfdbfe !important;
}

.taxai-sidebar-link[href*="agent-os-automation"]:hover,
.taxai-sidebar a[href*="agent-os-automation"]:hover,
.taxai-side-nav a[href*="agent-os-automation"]:hover,
aside a[href*="agent-os-automation"]:hover {
    background: rgba(30, 41, 59, 0.72) !important;
    color: #ffffff !important;
}
