/* stylelint-disable scss/at-import-no-partial-leading-underscore */
/* stylelint-disable-next-line number-max-precision */
.column-statistics {
  min-width: 175px;
  max-width: 350px;
  color: var(--dh-color-fg, #f0f0ee);
  text-align: left;
  font-size: small;
  font-weight: 300;
}

.column-statistics-title {
  display: flex;
  align-items: center;
  font-weight: 500;
  word-break: break-all;
}

.column-statistics-type {
  font-style: italic;
  color: var(--dh-color-gray-600);
  font-weight: normal;
  user-select: none;
  white-space: nowrap;
}

.column-statistics-status {
  margin: 0.25rem 0 0.25rem -1px;
}

.column-statistics-grid {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 0.25rem;
  padding-top: 0.25rem;
}
.column-statistics-grid > div {
  border-bottom: 1px solid var(--dh-color-gray-500);
}
.column-statistics-grid > div:last-child, .column-statistics-grid > div:nth-last-child(2) {
  border-bottom: none;
}
.column-statistics-grid .column-statistics-unique-value {
  margin-left: 1rem;
}
.column-statistics-grid .column-statistic-operation {
  flex-grow: 0;
  padding-right: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.column-statistics-grid .column-statistic-value {
  font-feature-settings: "tnum";
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.column-statistics .btn-link {
  text-decoration: underline;
  padding-top: 0;
  padding-bottom: 0;
}

.column-statistics-loading,
.column-statistics-loading .loading {
  padding-bottom: 2px;
  display: inline-block;
  color: var(--dh-color-gray-600);
}

.column-statistics-loading .loading-spinner {
  margin-right: 5px;
}

/*# sourceMappingURL=ColumnStatistics.css.map */
