/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

/* Mega Menu Background */
.t-MegaMenu-body {
  background-color: #004f4f !important;  
}
.t-MegaMenu-label {
    color: #ffffff;
}

.t-MegaMenu-itemBody .t-Icon {
    color: #bcd86b;
}

.t-MegaMenu-list--sub .t-Icon {
    color: #9ecb3b;
}

/* Hover effect for mega menu list items */
.t-MegaMenu-item:hover {
  background-color: #006666;  
  color: #ffffff;             
}

/* Hover effect for label inside hovered item */
.a-Menu-item:hover {
  color: #d9ff8f;
   background-color: #063636; 
}
/* Optional: Change icon color on hover */
.t-MegaMenu-item:hover .t-Icon {
  color: #d9ff8f;  
}

.t-MegaMenu-item.is-active {
    color: #d9ff8f;
   background-color: #063636;
}

.t-HeroRegion-icon {
    background-color: unset;
}
