.vsts-header .internal-content-host.selected-l1-element {
  position: relative;
}

.vsts-header .internal-content-host.selected-l1-element::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: calc(50% - 6px);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom:  6px solid;
  border-bottom-color: rgba( 244, 244, 244 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
}

.vsts-header .l1-navigation-text, .vsts-header .l1-navigation-text.menu-item {
  display: table-cell;
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  background-color: rgba( 0, 90, 158 ,  1 );
  background-color: rgba( var(--palette-primary-shade-20,0, 90, 158) ,  1 );
  padding: 0 20px;
  min-width: 200px;
  max-width: 200px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  padding-top: 1px;
  text-overflow: ellipsis;
}

.vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item {
  cursor: pointer;
  outline: 0;
}

.vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item.focus, .vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item.hover, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item.focus, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item.hover {
  outline: none;
  background-color: rgba( 0, 69, 120 ,  1 );
  background-color: rgba( var(--palette-primary-shade-30,0, 69, 120) ,  1 );
}

.vss-focus-visible .vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item.focus::after, .vss-focus-visible .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item.focus::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border:  1px solid;
  border-color: rgba( 255, 255, 255 ,  1 );
  border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item:hover .text, .vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item.focus .text, .vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item.hover .text, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item:hover .text, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item.focus .text, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item.hover .text {
  text-decoration: none;
}

.vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item .drop, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item .drop {
  position: absolute;
  right: 10px;
  top: 13px;
}

.vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item .text, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item .text {
  padding-right: 0;
}

.vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item > .drop::before, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item > .drop::before {
  content: "\E9A8";
}

.vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item .pinned-project .text, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item .pinned-project .text {
  font-weight: 600;
}

.vsts-header .l1-collection-picker.menu-bar .l1-navigation-text.menu-item .pinned-project .menu-item-icon, .vsts-header .l1-navigation-menu.menu-bar .l1-navigation-text.menu-item .pinned-project .menu-item-icon {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.vsts-header .l1-collection-picker.menu-bar .sub-menu, .vsts-header .l1-navigation-menu.menu-bar .sub-menu {
  min-width: 200px;
}

.vsts-header .l1-collection-picker.menu-bar .sub-menu .menu-item-separator.project-separator, .vsts-header .l1-navigation-menu.menu-bar .sub-menu .menu-item-separator.project-separator {
  border-top-color: rgba( 200, 200, 200 ,  1 ) !important;
  border-top-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 ) !important;
  border-top: 1px solid;
}

.vsts-header .l1-collection-picker.menu-bar .sub-menu .menu-item-separator > .text-separator, .vsts-header .l1-navigation-menu.menu-bar .sub-menu .menu-item-separator > .text-separator {
  text-transform: none;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  font-weight: normal;
  font-size: 12px;
}
