/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.queue-panel, .queue-panel-child {
  /**
     * set a top border on every row except the first
     */ }
  .queue-panel .bolt-list-row:not(.first-row) .bolt-list-cell, .queue-panel-child .bolt-list-row:not(.first-row) .bolt-list-cell {
    border-top:  1px solid;
    border-top-color: rgba( 239, 239, 239 ,  1 );
    border-top-color: rgba( var(--palette-neutral-6,239, 239, 239) ,  1 ); }

.queue-panel-list-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto; }
  .queue-panel-list-container .queue-panel-list-row {
    height: 56px;
    padding: 0 20px;
    overflow-x: hidden; }
    .queue-panel-list-container .queue-panel-list-row .queue-panel-list-icon {
      background-color: rgba( 239, 239, 239 ,  1 );
      background-color: rgba( var(--palette-neutral-6,239, 239, 239) ,  1 );
      border-radius: 50%;
      display: flex;
      height: 32px;
      width: 32px;
      align-items: center;
      justify-content: center; }

.variable-panel .variable-label-div {
  justify-content: space-between; }

.variable-panel .variable-condition-container .vss-PickListDropdown--title {
  flex-grow: 1; }

.padding-horizontal-20 {
  padding-left: 20px;
  padding-right: 20px; }

.pipeline-resource-panel .source-branch-content {
  max-width: 166px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2px; }

.multiline-error {
  white-space: pre-wrap; }
