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;
}

.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 .n-value-cell {
  cursor: pointer;
}

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

.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 {
  stroke: #dbdbdb;
}

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

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

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

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

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

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

.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;
}

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

select option:disabled {
  cursor: not-allowed;
}

.year-range-container {
  padding: 2.5rem 1rem;
  font-size: 0.75rem;
}

.year-range-container .noUi-marker-horizontal.noUi-marker-large {
  height: 10px;
}
