.vc-iteration-selector {
  display: flex;
  flex-grow: 1;
}

.vc-iteration-selector .vc-pullrequest-latest-iteration-button {
  min-width: 32px;
  width: 32px;
  padding: 1px 0 0 0;
  font-size: 15px;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.vc-iteration-selector .vc-pullrequest-latest-iteration-button.disabled {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.vc-iteration-selector .vc-iteration-selector-dropdown .ms-Dropdown-title {
  border-color: rgba( 255, 255, 255 ,  1 );
  border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.vc-iteration-selector .vc-iteration-selector-dropdown:focus .ms-Dropdown-title {
  border-color: rgba(0, 120, 212, 1);
  border-color: var(--communication-background,rgba(0, 120, 212, 1));
}

.vc-iteration-selector .vc-iteration-selector-dropdown:hover .ms-Dropdown-title,
.vc-iteration-selector .vc-iteration-selector-dropdown.is-open .ms-Dropdown-title {
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
}

.vc-iteration-selector-row {
  display: flex;
  text-align: left;
  padding-right: 100px;
}

.vc-iteration-selector-row .badge {
  border-radius: 2px;
  margin-right: 15px;
  margin-left: -5px;
  padding: 0px 8px;
  font-size: 12px;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
}

@media screen and (-ms-high-contrast: active) {
  .vc-iteration-selector-row .badge {
    background-color: transparent;
  }
}

.vc-iteration-selector-row .badge.is-new {
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  background-color: rgba(0, 120, 212, 1);
  background-color: var(--communication-background,rgba(0, 120, 212, 1));
}

@media screen and (-ms-high-contrast: active) {
  .vc-iteration-selector-row .badge.is-new {
    color: inherit;
    background-color: transparent;
  }
}

.vc-iteration-selector-row .content {
  max-width: 350px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vc-iteration-selector-row .new-marker {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  line-height: 15px;
  margin-left: 5px;
}

.vc-iteration-selector-row .new-marker .bowtie-dot {
  font-size: 7px;
}

.vc-iteration-selector-row .date {
  position: absolute;
  right: 10px;
}

.vc-pullrequest-new-changes-callout {
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
}

.vc-pullrequest-new-changes-callout .callout-header {
  font-size: 18px;
}
