/***BEGIN PullRequestSection.css***/
.repos-pr-section-card {
  padding-bottom: 0; }
  .repos-pr-section-card .repos-pr-section-expand-button.bolt-button.icon-only {
    margin-left: 22px;
    padding: 9px; }
    @media screen and (max-width: 599px) {
      .repos-pr-section-card .repos-pr-section-expand-button.bolt-button.icon-only {
        margin-left: 8px;
        margin-right: 0; } }

.repos-pr-section-header {
  flex-shrink: 1;
  padding-left: 0; }
  .repos-pr-section-header.with-tabs {
    padding-bottom: 0; }

.repos-pr-section-tabs {
  padding-left: 4px; }
  @media screen and (max-width: 599px) {
    .repos-pr-section-tabs {
      padding-left: 0; } }

.repos-pr-section-header-title {
  padding-left: 12px; }
  @media screen and (max-width: 599px) {
    .repos-pr-section-header-title {
      padding-left: 8px; } }

.repos-pr-section-no-results-message {
  margin-left: 54px; }
  @media screen and (max-width: 599px) {
    .repos-pr-section-no-results-message {
      margin-left: 4px; } }
/***END PullRequestSection.css***/

/***BEGIN PullRequestTable.css***/
.repos-pr-reviewer-vote {
  border:  1px solid;
  border-color: rgba( 255, 255, 255 ,  1 );
  border-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  text-align: right;
  background: rgba( 255, 255, 255 ,  1 );
  background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  cursor: default;
  bottom: -3px;
  right: -2px;
  border-radius: 10px;
  line-height: 12px;
  font-size: 0.75rem; }
  .repos-pr-reviewer-vote.approved {
    color: rgba(16, 124, 16, 1);
    color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }
  .repos-pr-reviewer-vote.waiting {
    color: rgba(250, 157, 45, 1);
    color: var(--status-warning-foreground,rgba(250, 157, 45, 1)); }
  .repos-pr-reviewer-vote.rejected {
    color: rgba(205, 74, 69, 1);
    color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }
  .repos-pr-reviewer-vote.tooltip {
    border-color: rgba( 51, 51, 51 ,  0.95 );
    border-color: rgba( var(--palette-neutral-80,51, 51, 51) ,  0.95 ); }

.repos-pr-list-comment-count {
  padding-left: 4px; }

.repos-pr-list-git-logo {
  color: #f05133; }

.repos-pr-list-draft-pill.outlined {
  border-color: rgba(0, 90, 158, 1);
  border-color: var(--communication-foreground,rgba(0, 90, 158, 1));
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1)); }

.repos-pr-list-flag-icon {
  color: rgba(205, 74, 69, 1);
  color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }

.repos-pr-list-conflicts-pill.outlined {
  border-color: rgba(205, 74, 69, 1);
  border-color: var(--status-error-foreground,rgba(205, 74, 69, 1));
  color: rgba(205, 74, 69, 1);
  color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }

.repos-pr-list-auto-complete-pill.outlined {
  border-color: rgba(184, 94, 6, 1);
  border-color: var(--status-warning-text,rgba(184, 94, 6, 1));
  color: rgba(184, 94, 6, 1);
  color: var(--status-warning-text,rgba(184, 94, 6, 1)); }

.repos-pr-list-required-pill.no-vote.outlined {
  border-color: rgba(205, 74, 69, 1);
  border-color: var(--status-error-foreground,rgba(205, 74, 69, 1));
  color: rgba(205, 74, 69, 1);
  color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }

.repos-pr-list-declined-pill.outlined {
  border-color: rgba(0, 0, 0, .55);
  border-color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.pr-reviewer .fluent-icons-enabled {
  display: inline; }
/***END PullRequestTable.css***/

