.vc-pullRequestCreate-workItemsSelector {
  position: relative;
}

.vc-pullRequestCreate-workItemsSelector .vc-pullRequestCreate-label {
  display: inline-block;
}

.vc-pullRequestCreate-workItemsSelector .vc-pullRequestCreate-removeAllWorkItemsTooltipHost {
  display: inline-block;
  position: absolute;
  right: -3px;
  top: 6px;
}

.vc-pullRequestCreate-workItemsSelector button.vc-pullRequestCreate-removeAllWorkItemsButton.bowtie-icon.bowtie-edit-delete {
  height: 20px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.vc-pullRequestCreate-workItemsSelector button.vc-pullRequestCreate-removeAllWorkItemsButton.bowtie-icon.bowtie-edit-delete:focus, .vc-pullRequestCreate-workItemsSelector button.vc-pullRequestCreate-removeAllWorkItemsButton.bowtie-icon.bowtie-edit-delete:hover {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.vc-pullRequestCreate-workItemsSelector .workItemsSelector-error {
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
}

.vc-pullRequestCreate-workItemsSelector .workItemsSelector-error.hidden {
  opacity: 0;
  height: 0;
  width: 0;
}

.vc-pullRequestCreate-workItemsSelector .workItemsSelector-error.visible {
  opacity: inherit;
  height: auto;
  width: auto;
}

.vc-pullRequestCreate-workItemsSelector .linked-artifacts-container {
  margin-top: 4px;
}

.vc-pullRequestCreate-workItemsSelector .linked-artifacts-container .la-additional-data {
  display: none;
}

.vc-pullRequestCreate-workItemsSelector .linked-artifacts-container .la-not-shown-count {
  display: none;
}

.vc-pullRequestCreate-workItemsSelector .linked-artifacts-container .la-item .la-item-delete {
  position: absolute;
  top: 4px;
  right: 5px;
  bottom: 4px;
}

.vc-pullrequest-view-details-relatedartifacts-addartifactbox-container {
  position: relative;
}

.vc-pullrequest-view-details-relatedartifacts-addartifactbox-container .drop-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  padding-top: 9px;
}

.vc-pullrequest-view-details-relatedartifacts-addartifactbox-container .vc-pullrequest-view-details-relatedartifacts-addartifactbox::-ms-clear {
  display: none;
}
