#wrapper {
  font-family: Source Sans Pro, system-ui, -apple-system, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Oxygen, Fira Sans, Droid Sans, Helvetica Neue;
}

#wrapper h1,
#wrapper h2 {
  font-size: 2.3rem;
}

.axis text {
  font-weight: bold;
}

.y.axis text {
  text-anchor: end;
}

#xaxis path,
#xAxisLine path,
#yrate path {
  stroke-width: 0;
  fill: none;
}

#yrate {
  text-anchor: end;
}

#wrapperS .lines path {
  fill: none;
  stroke: #e3007d;
  stroke-width: 2;
}

.axis path {
  display: none;
}

text {
  fill: #616161;
  font-size: 12px;
}

#labels text {
  font-size: 16px;
  font-weight: bold;
}

.axis line {
  stroke: #e6e6e6;
}

#tooltip,
#sources {
  display: none;
  position: fixed;
  background: #fff;
  --background: white;
  --shadow-color: rgba(0, 0, 0, 0.05);
  --shadow-depth: 5px;
  position: fixed;
  pointer-events: none;
  z-index: 10;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom-width: 0;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#sources.active {
  display: block;
}

#tooltip.show {
  opacity: 1;
}

#tooltip.tooltip-large {
  max-width: initial;
  width: 340px;
}

#tooltip div.tooltip-arrow {
  --arrow-size: 8px;
  position: absolute;
  left: calc(-1 * var(--arrow-size));
  border-left: var(--arrow-size) solid transparent;
  border-right: var(--arrow-size) solid transparent;
  width: 0;
  height: 0;
}

#tooltip div.tooltip-arrow.tooltip-shadow {
  --shadow-arrow-size: calc(var(--arrow-size) + var(--shadow-depth));
  position: absolute;
  border-left: var(--shadow-arrow-size) solid transparent;
  border-right: var(--shadow-arrow-size) solid transparent;
  left: calc(var(--shadow-depth) - var(--shadow-arrow-size));
}

#tooltip.above div.tooltip-content {
  bottom: 7px;
}

#tooltip.above div.tooltip-arrow {
  bottom: -7px;
  border-top: var(--arrow-size) solid var(--background);
}

#tooltip.above div.tooltip-arrow.tooltip-shadow {
  border-top: var(--shadow-arrow-size) solid var(--shadow-color);
  bottom: calc(-1 * var(--shadow-depth));
  left: calc(-1 * var(--shadow-depth));
}

#tooltip.below div.tooltip-content {
  top: 7px;
}

#tooltip.below div.tooltip-arrow {
  border-bottom: var(--arrow-size) solid var(--background);
  top: -7px;
}

#tooltip.below div.tooltip-arrow.tooltip-shadow {
  border-bottom: var(--shadow-arrow-size) solid var(--shadow-color);
  left: calc(var(--shadow-depth) - var(--shadow-arrow-size));
}

#tooltip div.tooltip-title {
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  margin-bottom: 5px;
  color: #2e2925;
}

#tooltip div.tooltip-subtitle {
  font-size: 12px;
  color: #969696;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
}

#tooltip div.tooltip-value {
  color: #2e2925;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

.hide {
  opacity: 0;
}

.labels {
  float: right;
  clear: both;
  font-size: 10px;
}

.labels span {
  color: #fff;
  padding: 0 8px 1px 8px;
  font-size: 11px;
  border-radius: 6px;
}

rect {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

rect.unfocus {
  opacity: 0.5;
}

.button.active,
.value.active {
  background-color: #00906e;
  color: #ffffff;
}

.bold text {
  font-weight: bold;
}

.button.inactive {
  background-color: #aeaeae;
}

.button:hover {
  background-color: #e3007d;
  color: #ffffff;
}

.button#val2:hover {
  background-color: #015193;
  color: #ffffff;
}

.ts-rich-text {
  clear: both;
}

@media (max-width: 768px) {
  text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 640px) {
  text {
    font-size: 12px;
    text-anchor: middle;
  }
}

@media only screen and (max-width: 400px) {
  text {
    font-size: 10px;
    text-anchor: middle;
  }
}

@media only screen and (max-width: 736px) {
  .note {
    background-color: #fff;
    margin-top: 3vh;
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  text {
    font-size: 11px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .labels,
  .group4 .hold.spot .labels {
    clear: both;
    margin-top: 2px;
    margin-bottom: 2px;
  }
  text {
    font-size: 11px;
  }
}

#tooltip div.tooltip-value span {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

.legend {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.legend .header {
  width: 50%;
  margin-left: 23%;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #2e2925;
  font-size: .7125rem;
  font-weight: 600;
}

.color {
  width: 50%;
  float: left;
  height: 10px;
  background: white;
  margin-top: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e3007d));
  background: linear-gradient(90deg, #ffffff 0%, #e3007d 100%);
}

rect {
  stroke: #ffffff;
  stroke-width: 0.5px;
}

#legend {
  width: 100%;
  max-width: 400px;
  float: right;
}

#legend div {
  float: left;
  margin: 0 2%;
  font-weight: bold;
}

#selectWrapper:after {
  content: "";
  position: absolute;
  top: 1em;
  width: 0;
  right: var(--container-full-padding);
  height: 0;
  border-left: 0.2em solid transparent;
  border-right: 0.2em solid transparent;
  border-top: 0.3em solid #00906e;
}

#selectWrapper {
  display: inline-block;
  position: relative;
  font-weight: 700;
  margin: 10px auto;
  margin-top: 0px;
  padding-right: var(--container-full-padding);
}

#selectWrapper div {
  float: left;
  width: 50%;
}

#selectWrapper div.switch {
  float: right;
  width: auto;
  margin-right: 5%;
}

#selectWrapper div path {
  fill: #015193;
  stroke: none;
}

.overlay #selectWrapper div svg {
  display: none;
}

#selectWrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-width: 0;
  font-weight: bold;
  font-size: 1em;
  border-bottom: #00906e solid 2px;
  cursor: pointer;
  padding-right: 0.8em;
  padding-left: 0.1em;
  color: #00906e;
}

#selectWrapper,
#buttons {
  float: right;
}

#button #stateSelector.overlay #selectWrapper {
  width: 90%;
}

.togs svg {
  height: 20px;
}

.togs path {
  fill: #bdbdbd;
}

.togs path:hover {
  fill: #e3007d;
}

#stateSelector.overlay #selectWrapper select {
  width: 160px;
}

#stateSelector.overlay .switch:after {
  left: calc(5% + 165px);
}

select {
  font-family: Source Sans Pro, system-ui, -apple-system, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Oxygen, Fira Sans, Droid Sans, Helvetica Neue;
  padding: 5px;
  font-size: 18px;
  margin: 5px 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-width: 0;
  font-weight: bold;
  font-size: 1em;
  border-bottom: #e3007d solid 2px;
  cursor: pointer;
  padding-right: 0.8em;
  padding-left: 0.1em;
  color: #e3007d;
}

#selectWrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-width: 0;
  font-weight: bold;
  font-size: 1em;
  border-bottom: #00906e solid 2px;
  cursor: pointer;
  padding-right: 0.8em;
  padding-left: 0.1em;
  color: #00906e;
}

.toggle {
  width: 100%;
  margin-bottom: 30px;
  min-height: 50px;
}
/*# sourceMappingURL=style.css.map */