/* Annotate Block Colors and fonts */
/* Branches explorer */
/* Font */
/* Icons Colors*/
/* Call to Action Colors */
/* History Page */
/* VC Icons (will move to icon strip) */
.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .reviewer-image-with-vote-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.vss-focus-visible .vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .reviewer-image-with-vote-wrapper:focus {
  outline: 1px solid rgba( 0, 0, 0 ,  1 );
  outline: 1px solid rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

@media screen and (-ms-high-contrast: active) {
  .vss-focus-visible .vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .reviewer-image-with-vote-wrapper:focus {
    outline: 1px dashed windowtext !important;
  }
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .reviewer-image-with-vote-wrapper .reviewer-image-with-vote {
  margin-bottom: 0;
  margin-right: 0;
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .reviewer-image-with-vote-wrapper .reviewer-image-with-vote .vote-overlay {
  bottom: -5px;
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .reviewer-image-with-vote-wrapper .reviewer-image-with-vote .identity-picture {
  width: 18px;
  height: 18px;
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .vc-pullrequest-reviewer-row {
  padding: 5px 10px 0px 10px;
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .vc-pullrequest-reviewer-row .reviewer-image-with-vote {
  float: left;
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .vc-pullrequest-reviewer-row .reviewer-name-status-container {
  display: table-cell;
  vertical-align: middle;
  height: 28px;
  max-width: 210px;
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .vc-pullrequest-reviewer-row .reviewer-name-status-container .vote-status-text {
  font-size: 11px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .vc-pullrequest-reviewer-row .vc-pullrequest-review-clear {
  clear: both;
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .vc-pullrequest-reviewer-vote-overflow-tile {
  display: inline-block;
}

.vc-pullrequest-list-reviewers-section .vc-pullrequest-reviewers-list .vc-pr-reviewer-ellipses {
  padding: 2px 4px;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 8px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  height: auto;
  width: auto;
}
