.work-items-hub-spinner {
  bottom: 50%;
  position: absolute;
  left: 0;
  right: 0;
  transform: translate(0, -50%); }

.work-items-tab-content {
  width: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 20px; }
  .work-items-tab-content .zero-data-load-more {
    text-align: center; }
  .work-items-tab-content .message-container {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55));
    padding: 5px 0; }
    .work-items-tab-content .message-container .spinner {
      display: inline-block;
      margin-top: 2px;
      margin-right: 7px; }
    .work-items-tab-content .message-container .spinner-label {
      display: inline-block;
      vertical-align: top;
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
    .work-items-tab-content .message-container .bowtie-icon {
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1));
      margin-right: 5px; }
  .work-items-tab-content .work-items-hub-detailslist .ms-DetailsRow-cell:not(.vss-DetailsList--cellCheck) > div,
  .work-items-tab-content .work-items-hub-grid .ms-DetailsRow-cell:not(.vss-DetailsList--cellCheck) > div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media screen and (-ms-high-contrast: active) {
    .work-items-tab-content .ms-DetailsRow.is-selected .work-item-tags .tag-item {
      background-color: Highlight;
      border-color: HighlightText; } }
  .work-items-tab-content .work-items-hub-detailslist > div[role="grid"] > div[role="presentation"]:first-child {
    position: sticky;
    top: 0px;
    z-index: 1; }
