/*----------------------------------------------------------------------------
      HEADER MAIN BAR DESKTOP
  ----------------------------------------------------------------------------*/

#main {
  .main.bar {
    .ui.container {
      .ui.text.menu {
        flex-wrap: wrap;
        justify-content: end;
      }
    }
  }
}

.item-nonclickable {
  opacity: 0.6;
  pointer-events: none;
}

.language-list {
  li.item.disabled {
    color: #a1a1a1 !important;

    &:hover {
      background: none !important;
      cursor: auto !important;
    }
  }

  li.item.active {
    background: @dropdownMenuItemBackgroundColorHover !important;
    color: @dropdownMenuItemColorHover !important;
    cursor: auto !important;
  }
}

.top-header-right-items {
  display: flex;
  gap: 1.5rem;

  a,
  a:active,
  a:hover,
  a:focus,
  a:visited {
    color: @dropdownColor;
  }
}
