span.unido-main-menu-link {
  color: #1a1a1a;
}
span.unido-main-menu-link:hover {
  color: #1a1a1a;
}

.unido-navbar {
  background: #fff;
  color: #119DD9;
  max-height: 100px;
}
.unido-navbar .dropdown-menu {
  background-color: #fff;
  border: 1px solid var(--grey-light, #d8d8d8);
  width: 312px;
  border-radius: 0;
  position: absolute;
}
.unido-navbar .dropdown-menu .dropdown-right-arrow {
  position: absolute;
  top: 15px;
  right: 14px;
}
.unido-navbar .dropdown-menu .dropdown-item {
  height: 49px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
}
.unido-navbar .dropdown-menu .dropdown-item:hover {
  transition: 0.4s;
  background-color: #119DD9;
  color: #fff;
}
.unido-navbar .dropdown-menu .dropdown-item:hover + .submenu-click .dropdown-right-arrow {
  color: #fff;
}
.unido-navbar .unido-submenu.dropdown-menu {
  display: none;
}
.unido-navbar .unido-submenu.dropdown-menu.show {
  display: block;
}

ul li.dropdown.active .unido-dropdown-highlight {
  opacity: 1;
}
ul li.nav-item a.highlight-link {
  background-color: transparent;
  position: relative;
}
ul li.nav-item a.highlight-link:after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: -26px;
  left: 0.5rem;
  height: 0.5rem;
  background: #119DD9;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
ul li.nav-item a.is-active {
  background-color: #119DD9;
  color: #fff;
}
ul li.nav-item a.is-active.highlight-link {
  background-color: transparent;
}
ul li.nav-item a.is-active.highlight-link:after {
  opacity: 1;
}

.user-profile-continer {
  display: flex;
  align-items: center;
  gap: 30px;
}
.user-profile-continer .profile-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #DFF2DC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-profile-continer .profile-icon span {
  font-family: Fira Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #60BC4F;
}
.user-profile-continer .dropdown-item.remove-highlight:hover {
  transition: none !important;
  background-color: transparent !important;
  color: #000 !important;
}
.user-profile-continer .dropdown-item.remove-highlight .user-profile-wrapper {
  display: flex;
  width: 52px;
  height: 52px;
  padding: 27px 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #DFF2DC;
}
.user-profile-continer .dropdown-item.remove-highlight .user-profile-wrapper span {
  color: #60BC4F;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.user-profile-continer .dropdown-item.remove-highlight .user-profile-name {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.user-profile-continer .dropdown-item.remove-highlight .user-profile-email {
  color: #676767;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
  white-space: nowrap;
}
.user-profile-continer .dropdown-item.remove-highlight .user-profile-sign-out {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.user-profile-continer .dropdown-item.remove-highlight .user-profile-sign-out a {
  color: #676767;
  text-decoration: none;
}

.edit-profile-text {
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 576px) {
  .parent-logo img {
    height: 50px;
    width: 60px;
  }
  .logo {
    height: 40px;
    width: 150px;
  }
  .ui-widget.ui-widget-content {
    max-width: 375px;
  }
}
