/* Minimal public-list subset of Semantic UI. The full framework is not
   needed by the white-label table theme and remains available in Git history
   for rollback. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Noto Sans SC", "Microsoft YaHei", sans-serif;
  line-height: 1.4285;
  color: rgba(0, 0, 0, .87);
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

.ui.table {
  width: 100%;
  margin: 1em 0;
  background: transparent;
  border: 1px solid rgba(34, 36, 38, .15);
  border-radius: .28571429rem;
  box-shadow: none;
  color: rgba(0, 0, 0, .87);
  text-align: left;
  border-spacing: 0;
}

.ui.table thead th {
  padding: .92857143em .78571429em;
  background: #f9fafb;
  color: rgba(0, 0, 0, .87);
  font-weight: 700;
  text-align: inherit;
  vertical-align: inherit;
}

.ui.table td {
  padding: .78571429em;
  text-align: inherit;
  vertical-align: inherit;
}

.ui.basic.table {
  background: transparent;
  border: none;
  box-shadow: none;
}

.ui.unstackable.table {
  display: table;
}

.ui.progress {
  display: block;
  max-width: 100%;
  height: 1.75rem;
  margin: 1em 0;
  overflow: hidden;
  border: none;
  border-radius: .28571429rem;
  background: rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}

.ui.progress .bar {
  display: block;
  min-width: 0;
  height: 100%;
  border-radius: .28571429rem;
  background: #888;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.ui.progress.success .bar {
  background: #21ba45;
}

.ui.progress.warning .bar {
  background: #fbbd08;
}

.ui.progress.error .bar {
  background: #db2828;
}

@media only screen and (max-width: 992px) {
  html,
  body {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}
