html {
  scroll-behavior: smooth;
}

.card {
  border: 3px solid currentColor;
  border-radius: 0;
  box-shadow: none;
  padding: 1rem;
}

.card.inline-card {
  display: inline-block;
}

.container > .card {
  background-color: #ccc;
}

.w-100 {
  width: 100%;
}

.is-overflow-visible {
  overflow: visible;
}

.is-overflow-auto {
  overflow: auto;
}

.tooltip-container {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  background-color: rgba(204, 255, 255, 0.9);
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 0.5em 0.75em;
  opacity: 0;
}

.tooltip-container.show {
  opacity: 1;
  pointer-events: all;
}

.tooltip-container .delete {
  display: none;
}

.tooltip-container.freezed .delete {
  display: inline-block;
}

text {
  font-size: 12px;
  font-family: inherit;
}

.table {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  margin-bottom: 36px;
}

.layout-table td {
  white-space: pre;
}

.layout-table .column-n {
  min-width: 36px;
}

.layout-table .column-chart {
  width: 100%;
}

.layout-table tbody td {
  vertical-align: middle;
}

.chart-container {
  position: relative;
  padding: 0 !important;
  overflow-y: visible;
}

.chart-container svg {
  display: block;
  position: absolute;
}

.axis .tick line,
.axis.frame {
  stroke: #dbdbdb;
}

.axis .tick .zero-tick-line {
  stroke: currentColor;
}

.axis .tick:first-child line,
.axis .tick:last-child line {
  display: none;
}

.capture-rect {
  fill: none;
  pointer-events: all;
  cursor: pointer;
}

.capture-rect:hover,
.g-row.active .capture-rect {
  fill: #dbdbdb;
}

.table-outer-container {
  overflow: auto;
}

.table .n-value-cell {
  cursor: pointer;
}

.table .n-value-cell:hover,
.table .n-value-cell.active {
  background-color: #dbdbdb;
}

.box-plot {
  color: #bdbdbd;
}

.box-plot .mean-circle {
  fill: #b2182b;
}

.box-plot .median-line {
  stroke: #b2182b;
}

.box-plot .ci-rect {
  fill: #ccc;
}

.box-plot .label-line {
  stroke: #ccc;
  stroke-dasharray: 2;
}

.box-plot .label-texts {
  color: #363636;
}

.forest-plot .row-rect,
.forest-plot .row-summary-path {
  fill: #ccc;
}

.forest-plot .row-line {
  stroke: #182bb2;
}

.axis-title,
.forest-plot .row-title {
  font-weight: bold;
  color: #363636;
}

.forest-plot-legend .label-line {
  stroke: #ccc;
  stroke-dasharray: 2;
}

.forest-plot-legend .label-texts {
  color: #363636;
}

.forest-plot .tabulator {
  margin-bottom: 0;
  overflow: visible;
}

.forest-plot .tabulator-header {
  overflow: visible;
}

.forest-plot .tabulator .tabulator-header {
  border-width: 0;
}

.forest-plot .tabulator-tableHolder {
  display: none;
}

text.chart-title {
  font-weight: bold;
  color: #363636;
}

.tabulator
  .tabulator-header
  .tabulator-col
  .tabulator-col-content
  .tabulator-col-title {
  white-space: normal;
}
