._tableHeader_xpf3d_1 {
  position: sticky;
  top: 0;
  background: var(--background-primary);
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--text-primary);
  box-shadow: inset 0 -1px 0 var(--border-tertiary-alpha);
  padding: 0 8px;
  z-index: 1;
  cursor: pointer;
  min-width: 20px;
}
._tableHeader_xpf3d_1._checkboxWrapper_xpf3d_17 {
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }
._tableHeader_xpf3d_1._checkboxWrapper_xpf3d_17 button {
      max-width: 16px;
      max-height: 16px;
      box-sizing: border-box;
    }
._tableHeader_xpf3d_1 ._tableHeaderWrapper_xpf3d_32 {
    display: flex;
    align-items: center;
    height: 44px;
    font-size: 11px;
    letter-spacing: .07em;
    font-variation-settings: "opsz" 32;
  }
._tableHeader_xpf3d_1 ._activeBorderCover_xpf3d_41 {
    width: 10px;
    height: 100%;
    background: var(--background-primary);
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 0;
  }
._tableHeader_xpf3d_1 svg {
    fill: var(--icon-primary);
    transition: transform 150ms ease-in;
    min-width: 20px;
  }
._tableHeader_xpf3d_1 svg._isAscending_xpf3d_56 {
      transform: rotateZ(180deg);
    }
._tableHeader_xpf3d_1 ._headerSpinner_xpf3d_61 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -25px;
  }
._tableHeader_xpf3d_1 ._headerSpinner_xpf3d_61 div {
      width: 16px;
      height: 16px;
      border: 2px solid var(--text-secondary);
      border-color: var(--text-secondary) transparent transparent transparent;
    }
