/* visible-select-all-20260716 */
.matrix-table th.code-col .visible-select-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  color: inherit;
  cursor: pointer;
  user-select: none;
}

.matrix-table th.code-col .visible-select-all-checkbox {
  width: 12px;
  height: 12px;
  margin: 0;
  accent-color: #1d4ed8;
  cursor: pointer;
  flex: 0 0 auto;
}

.matrix-table th.code-col .visible-select-all-checkbox:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.matrix-table th.code-col .visible-select-all-text {
  line-height: 1;
}

.matrix-table.visible-select-all-processing th.code-col .visible-select-all {
  opacity: 0.75;
}
