/* Force white for Cloud Console menu item */
nav.material-navbar a[href*="easyrfidpro.zohocloud.com"],
nav.material-navbar a[href*="easyrfidpro.zohodesk.com"],
nav.navbar a[href*="easyrfidpro.zohocloud.com"],
nav.navbar a[href*="easyrfidpro.zohodesk.com"] {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

/* Keep it white even after visited */
nav.material-navbar a[href*="easyrfidpro.zohocloud.com"]:visited,
nav.material-navbar a[href*="easyrfidpro.zohodesk.com"]:visited {
  color: #ffffff !important;
}

/* Hover accent color */
nav.material-navbar a[href*="easyrfidpro.zohocloud.com"]:hover,
nav.material-navbar a[href*="easyrfidpro.zohodesk.com"]:hover {
  color: #ffbd4a !important; /* Easy RFID yellow */
}
/* Force the 4th menu item (Cloud Console Login) to match the other white items */
nav.material-navbar ul.navbar-nav > li:nth-child(4) > a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

/* Hover color to match your theme accent */
nav.material-navbar ul.navbar-nav > li:nth-child(4) > a:hover {
  color: #ffbd4a !important; /* or #35b729 if you want green */
}
/* Force styling for the Cloud Console menu item */
a.erf-cloud-link {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

/* Hover state */
a.erf-cloud-link:hover {
  color: #ffbd4a !important;  /* or #35b729 if you want green */
  text-decoration: none !important;
}
/* Default: ALL header nav items white */
#headerContainer .Header__tabsList a,
#headerContainer .Header__tabsList a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

/* Make "Submit a Ticket" + "Add Topic" ERP Yellow */
#headerContainer .Header__tabsList a[href*="newticket"],
#headerContainer .Header__tabsList a[href*="topic"],
#headerContainer .Header__tabsList a[aria-label*="Submit"],
#headerContainer .Header__tabsList a[aria-label*="Topic"] {
  color: #fbbd4a !important;  /* ERP Yellow */
  font-weight: 600 !important;
}

/* Optional: hover effect */
#headerContainer .Header__tabsList a[href*="newticket"]:hover,
#headerContainer .Header__tabsList a[href*="topic"]:hover {
  color: #ffffff !important;
}

/* Hover color for all header items */
#headerContainer .Header__tabsList a:hover {
  color: #ffbd4a !important; /* Easy RFID yellow */
}
/* Add proper spacing between custom nav items */
#headerContainer .Header__tabsList > li {
  margin-right: 18px;
}
/* Fix dropdown menu text visibility */
.zd-nav-dropdown a,
.zd-user-menu a,
.zd-dropdown-menu a {
    color: #444 !important;  /* Dark gray text */
}

/* Hover state */
.zd-nav-dropdown a:hover,
.zd-user-menu a:hover,
.zd-dropdown-menu a:hover {
    color: #35b729 !important;  /* ERP Green */
}
.dropdown-menu {
    background-color: #ffffff !important;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
/* Keep Submit Ticket & Add Topic yellow on hover */
#headerContainer .Header__tabsList a[href*="newticket"]:hover,
#headerContainer .Header__tabsList a[href*="topic"]:hover,
.dropdown-menu a[href*="newticket"]:hover,
.dropdown-menu a[href*="topic"]:hover {
  color: #fbbd4a !important;  /* Keep ERP Yellow */
}
