#kt_header_nav_wrapper .menu-link {
  color: #fff;
}
#kt_header_nav_wrapper .menu-link.active {
  color: var(--app-theme-secondary);
  background: rgba(255, 255, 255, 0.2);
}
#kt_header_nav_wrapper .menu-item .menu-title {
  color: #fff;
}
#kt_header_nav_wrapper .menu-item .menu-arrow:after {
  background-color: #fff;
}
#kt_header_nav_wrapper .menu-item.show .menu-link {
  color: var(--app-theme-secondary);
  background: transparent;
}
#kt_header_nav_wrapper .menu-item .menu-sub .menu-title {
  color: var(--bs-primary);
}
#kt_header_nav_wrapper .menu-item .menu-sub .menu-arrow:after {
  background-color: var(--app-theme-secondary);
}
#kt_header_nav_wrapper .menu-item .menu-sub .menu-link.active .bullet {
  background-color: var(--app-theme-secondary);
}
#kt_header_nav_wrapper .menu-item .menu-sub .menu-link.active .menu-title {
  color: var(--app-theme-secondary);
  background: rgba(255, 255, 255, 0.2);
}
#kt_header_nav_wrapper .menu-item .menu-sub .menu-link:not(.active) .menu-title {
  color: var(--bs-primary) !important;
}
#kt_header_nav_wrapper .menu-item:has(> .menu-sub .menu-link.active) .menu-link {
  background: rgba(255, 255, 255, 0.2);
}
#kt_header_nav_wrapper .menu-item:has(> .menu-sub .menu-link.active) .menu-link .menu-title {
  color: var(--app-theme-secondary);
}
#kt_header_nav_wrapper .menu-item:has(> .menu-sub .menu-link.active) .menu-link .menu-arrow:after {
  background-color: var(--app-theme-secondary);
}
#kt_header_nav_wrapper .menu-item:has(> .menu-sub .menu-link.active) .menu-link .menu-arrow .bullet {
  background-color: var(--app-theme-secondary);
}

[data-kt-sticky-landing-header=on] #kt_header_nav_wrapper .menu-link {
  color: var(--bs-text-gray-600);
}
[data-kt-sticky-landing-header=on] #kt_header_nav_wrapper .menu-link.active {
  color: var(--app-theme-secondary);
  background: rgba(255, 255, 255, 0.2);
}
[data-kt-sticky-landing-header=on] #kt_header_nav_wrapper .menu-rounded .menu-item .menu-title {
  color: var(--bs-text-gray-600);
}
[data-kt-sticky-landing-header=on] #kt_header_nav_wrapper .menu-rounded .menu-item .menu-arrow:after {
  background-color: var(--bs-text-gray-600);
}
