.vc-pullRequestCreate-page .vc-pullRequestCreate-title {
  font-size: 18px;
}

.vc-pullRequestCreate-page .vc-pullRequestCreate-title .pr-icon {
  line-height: 32px;
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}

.vc-pullRequestCreate-page .vc-pullRequestCreate-content {
  margin-left: 20px;
  padding-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0px;
}

.vc-pullRequestCreate-page .vc-pullRequestCreate-content .vc-pullRequestCreate-panel {
  width: 50%;
  min-width: 800px;
}

.vc-pullRequestCreate-page .vc-pullRequestCreate-content .vc-pullRequestCreate-panel > div {
  margin-top: 8px;
}

.vc-pullRequestCreate-page .vc-pullRequestCreate-content .vc-pullRequestCreate-panel div.tfs-tags ul > li {
  height: 24px;
}

.vc-pullRequestCreate-page .vc-pullRequestCreate-content .vc-pullRequestCreate-panel .vc-pullRequestCreate-createButton {
  text-align: right;
}

.vc-pullRequestCreate-page .vc-pullRequestCreate-content .vc-pullRequestCreate-panel .vc-pullRequestCreate-workItemsSelector .la-main-component {
  font-size: 12px;
}

.vc-pullRequestCreate-page .vc-pullRequestCreate-content .vc-pullRequestCreate-panel .vc-pullRequestCreate-reviewers-selector {
  overflow-x: hidden;
}

.vc-pullRequestCreate-page .vc-pullRequestCreate-content .vc-pullRequestCreate-bar-separator {
  margin-top: 25px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-top:  1px solid;
  border-top-color: rgba( 218, 218, 218 ,  1 );
  border-top-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
}

.vc-pullRequestCreate-page .vc-pullRequestCreate-content .notification-area-container {
  padding-left: 0px;
}
