/* 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;
}
