@font-face {
  font-family: "Graphik X Cond";
  src: url("../font/Graphik\ X\ Cond-Bold.otf");
}

@font-face {
  font-family: "Graphik Nature l";
  src: url("../font/Graphik\ Nature\ l-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Nature l";
  src: url("../font/Graphik\ Nature\ l-Regular\ Italic.otf");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Nature l";
  src: url("../font/Graphik\ Nature\ l-Semibold.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Nature l";
  src: url("../font/Graphik\ Nature\ l-Semibold\ Italic.otf");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Graphik Nature l";
  src: url("../font/Graphik\ Nature\ l-Bold.otf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Nature l";
  src: url("../font/Graphik\ Nature\ l-Bold\ Italic.otf");
  font-weight: bold;
  font-style: italic;
}


@media (min-width: 980px) {}

@media (min-width: 680px) {}

@media (min-width: 480px) {}

@media (min-width: 380px) {}

@media (max-width: 380px) {}

@media (max-width: 250px) {}

@media (max-width: 240px) {}

body {
  font-family: 'Graphik Nature l';
  font-size: 18px;
  margin: 0px;
}

p {
  margin: 0;
  padding: 0;
}

.div__chart__container {
  background-color: rgba(255, 0, 0, 0.0);
}

.svg__image__close {
  display: none;
}

.group__tooltip {
  position: absolute;
  pointer-events: none;
}

.group__mobile__tooltip {
  position: absolute;
  width: 100%;
}

.div__tooltip,
.div__tooltip__cloned {
  /* width: max-content;
  height: inherit;
  background-color: #000000;
  border-style: solid;
  border-color: #000000;
  border-width: 0.5px;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  padding-top: 20px;
  display: inline-block;
  padding: 10px; /* was 5 in bar */
  /* z-index: 2; */
  /* padding-bottom: 15px; from dot plot */

  background-color: #000000;
  border-style: solid;
  border-color: #000000;
  border-width: 0.5px;
  left: 0px;
  top: 0px;
  pointer-events: none;
  padding: 20px 10px 20px 10px;
  display: inline-block;
  pointer-events: none;
}


.p__tooltip-paragraph {
  font-size: 18px;
  /* 1.0rem in bar and dot */
  line-height: 21.6px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  margin: 0px;
  display: block;
  top: 0px;
  text-anchor: center;
  pointer-events: none;

  /* from line and dot
    left: 10px;
    margin: 5px 5px 0px 5px; (5 all in bar)
    top: -15px; */
}

/*

ni-barChart-style.css

.p__tooltip-paragraph {
  font-size: 1.0rem;
  color: #FFFFFF;
  position: relative;
  left: 10px;
  margin: 5px 5px 0px 5px;
  display: block;
  top: -15px;
}

*/

.p__tooltip-paragraph-line-0 {
  font-weight: 700;
  padding-bottom: 10px;
  color: #FFFFFF;
}

.p__tooltip-paragraph-line-1 {
  font-weight: 400;
  /* font-weight: 550; */
  color: #FFFFFF;
}

/* from dot--so similar to above that i'm placing it here to refactor later */
.p__tooltip-paragraph-line1 {
  font-weight: 500;
}

.p__mobile__tooltip-paragraph {
  font-size: 1.0rem;
  color: #FFFFFF;
  position: relative;
  left: 10px;
  margin: 15px 5px 0px 5px;
  display: block;
  top: -25px;
}

.p__mobile__tooltip-paragraph-line1 {
  font-weight: 500;
}

.div__mobile__tooltip {
  width: 100%;
  background-color: #000000;
  border-style: solid;
  border-color: #000000;
  border-width: 0.5px;
  left: 0px;
  top: 0px;
  pointer-events: none;
  padding-bottom: 15px;
  /* was 0 in line */
}

.div__mobile__tooltip__pointer {
  background-color: #000000;
  width: 25px;
  height: 25px;
  position: relative;
  transform: rotate(45deg);
  top: -3px;
  z-index: -1;
}


.html__table__row__dataColumn-0 {
  width: 150px;
}

.html__table__row__dataColumn-1 {
  width: 150px;
  /* 100 in dot plot */
}

@media screen and (max-width: 600px) {
  .group__tooltip {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
  }

  .div__tooltip {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
  }

  .svg__image__close {
    pointer-events: inherit;
    display: block;
  }

  .svg__axis.svg__axis__x__time>.tick:nth-child(2n),
  .svg__axis.svg__axis__x__linear>.tick:nth-child(2n) {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .svg__axis.svg__axis__x__time>.tick,
  .svg__axis.svg__axis__x__linear>.tick {
    display: none;
  }

  .svg__axis.svg__axis__x__time>.tick:nth-child(4n+1),
  .svg__axis.svg__axis__x__linear>.tick:nth-child(4n+1) {
    display: inline;
  }
}

@media screen and (min-width: 601px) {
  .div__mobile__tooltip {
    display: none;
  }
}

/* check pointer on other charts */
.div__tooltip__pointer,
.div__tooltip__pointer__cloned {
  background-color: #000000;
  width: 25px;
  height: 25px;
  position: absolute;
  transform: rotate(45deg);
  top: 10px;
  pointer-events: none;
}


.p__tooltip-paragraph-text {
  margin-top: -5px;
  font-size: 1.0rem;
  color: #FFFFFF;
  position: relative;
  left: 10px;
  margin-bottom: 20px;
  pointer-events: none;
}

.svg__chart__container {
  background-color: rgba(0, 0, 0, 0.0);
}

.svg__geometry__rect__maskingBar {
  opacity: 0.0;
  fill: #a0a0a0;
}

.svg__geometry__rect__mask {
  opacity: 0.0;
  fill: #a0a0a0;
}

.svg__geometry__rect__mask:hover {
  cursor: pointer;
}

.text__chartTitle {
  font-size: 33px;
  font-family: 'Graphik X Cond';
  font-weight: bold;
  text-transform: uppercase;
  fill: #000;
  stroke: #000;
  stroke-width: 0;
  text-anchor: start;
  line-height: 33px;
  /* margin-right: 10px; from dot */
}

/* old standfirst styling */
/*
.text__standFirst{
  font-size: 18px;
  font-family: 'Graphik Nature l';
  fill: #000;
  stroke: #000;
  stroke-width: 0;
  text-anchor: start;
  margin-right: 25px;
} */

/* standfirst styling taken from dot plot */
.text__standFirst {
  font-size: 18px;
  font-family: 'Graphik Nature l';
  fill: #000;
  stroke: #000;
  stroke-width: 0;
  text-anchor: start;
  margin-right: 10px;
  margin-bottom: 15px;
}

.svg__text__axisTitle {
  font-size: 18px;
  font-family: 'Graphik Nature l';
  fill: #000;
  stroke: #000;
  stroke-width: 0;
  text-anchor: middle;
}

.svg__text__yAxisTitle {
  transform: rotate(270deg);
  text-anchor: middle;
}

.svg__line__category {
  fill: none;
  stroke-width: 5px;
  opacity: .75;
  pointer-events: none;
}

.svg__line__yAxisGridlines,
.svg__line__xAxisGridlines {
  stroke-width: 1;
  stroke: #000;
  opacity: 0.75;
  stroke-linecap: butt;
  fill: none;
  shape-rendering: crispEdges;
  stroke-dasharray: 2 2;
}

.svg__axis__y__linear>.domain {
  display: none;
}

.svg__axis.svg__axis__y__linear path {
  display: none;
}

.svg__axis>.domain {
  display: none;
}

.svg__axis__y__linear>.tick.group__tick>.svg__geometry__line__tickline {
  display: none;
}


.svg__geometry__line__tickline {
  display: inline;
}

.svg__axis__y__linear>.tick.group__tick>.svg__geometry__line__tickline {
  display: none;
}

.svg__axis__x__linear>.tick.group__tick>.svg__geometry__line__tickline {
  display: none;
}

.group__svg__chart.scatterBubble>.svg__axis__x__linear>.tick.group__tick>.svg__geometry__line__tickline,
.group__svg__chart.scatterBubble>.svg__axis__y__linear>.tick.group__tick>.svg__geometry__line__tickline {
  display: inline;
}

.group__svg__chart.bar>.svg__axis__y__scaleBand>.tick.group__tick>.svg__geometry__line__tickline {
  display: none;
}

.axis>.tick>text {
  /* font-size: 18px;
  font-family: 'Graphik Nature l'; */
  font-size: 1.0rem;
}

.svg__axis.svg__axis__x__time>.domain {
  stroke-width: 2.5px;
  stroke: #000;
  display: none;
}

.svg__text__tickLabel {
  font-size: 18px;
  font-family: 'Graphik Nature l';
}

.svg__geometry__line__axis__x__time__domain {
  fill: none;
  stroke: #000;
  stroke-width: 4;
  pointer-events: none;
}

.svg__geometry__line__axis__domainEqualsZeroThickLine {
  fill: none;
  stroke: #000;
  stroke-width: 4;
  pointer-events: none;
  stroke-linecap: square;
}

/* .svg__geometry__line__axis__y__scaleBand__domain,
.svg__geometry__line__axis__zero__domain {
  fill: none;
  stroke: #000;
  stroke-width: 4;
  pointer-events: none;
} */

.logo {
  width: 100px;
  display: block;
  margin-right: 0;
  margin-left: auto;
  padding-top: 16px;
}

.svg__axis__x__scaleBand {
  display: none;
}

.hide {
  display: none;
}

.css__hide {
  display: none;
}

.css__invisible {
  visibility: hidden;
}

.flex-container {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-start;
}

.flex-container>div {
  background-color: none;
}

/* used for colour scaled legend */
.html__flex__div__scaledLegend,
/* used for colour swatch/shape legend */
.html__flex__div__legend {
  padding-right: 16px;
}

.chart__container__legend__title {
  font-weight: bold;
  font-size: 22px;
}

.html__flex__div__buttons {
  flex-grow: 1;
  flex-basis: 65%;
  /* line chart is 50 */
}

.html__button__dataset__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.hatchPath {
  stroke-width: 2;
}

.svg__geometry__rect__axisBufferRectangle {
  fill: none;
  stroke: red;
  stroke-width: 0.5;
}

/* button styling for dot plot */
.html__chart__button__dataset {
  font-family: 'Graphik Nature l', Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 8px 12px 8px 12px;
  margin: 0px 16px 16px 0px;
  border: 0px;
  color: black;
  background-color: #D1DAE4;
  text-align: left;
}

.html__chart__button__dataset:hover {
  cursor: pointer;
}

.html__chart__button__reset {
  width: 140px;
  font-family: 'Graphik Nature l', Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 8px 12px 8px 12px;
  margin: 0px 32px 30px 0px;
  border: 0px;
  color: black;
  background-color: #D1DAE4;
}

.html__chart__button__dataset.selected,
.html__chart__button__reset.selected {
  transition: all 0.5s ease-out;
  background-color: black;
  color: white;
}

.html__chart__button__dataset:hover {
  cursor: pointer;
}

.html__footerContent__group {
  padding-top: 16px;
}

.text__footerDataSource {
  font-size: 14px;
}

.text__footerNote {
  font-size: 14px;
  margin-bottom: 4px;
}

.is-hidden {
  display: none;
}

.is-visible {
  opacity: 0.15;
}

.transparent {
  fill-opacity: 0.5;
}

.single-entry {
  font-weight: normal;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.html__table__row__dataCell {
  /*   width: 50%; */
  height: auto;
  vertical-align: bottom;
  font-weight: normal;
}

.html__table__row__dataCell-0 {
  text-align: left;
  /* width: max-content; */
  /* padding-right: 25px; */
}

.html__table__row__dataCell-1 {
  text-align: right;
  /* width: max-content; */
  padding-left: 25px;
}

.html__tooltip__table__titleRow {
  padding-bottom: 0px;
}

.html__tooltip__table__subtitleRow {
  padding-bottom: 10px;
}

.html__tooltip__table__title {
  color: #FFFFFF;
  padding-bottom: 0px;
  font-weight: 800;
}

.html__tooltip__table__subtitle {
  color: #FFFFFF;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
}

.hovered {
  font-weight: bold;
}

/* .div__tooltip__pointer__cloned{
  position:absolute;
} */

.button__tooltip__accessible__exit__button {
  z-index: -1;
  background: none;
  color: inherit;
  border: black;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  position: absolute;
  top: 0;
}

/* New styling for stacked bar chart */
/* .column__node__marker, */
.square__node__marker {
  width: 15px;
  height: 15px;
  /*   display: inherit; */
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px;
}

.circle__node__marker {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /*  display: inherit; */
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px;
}

.chart__container__legend {
  margin: 0;
  padding: 0;
  /*  margin-top: 20px; */
  margin-top: 10px;
  margin-bottom: 10px;
}

.chart__container__legend>ul {
  margin: 0;
  padding: 0;
  padding-right: 15px;
}

.chart__container__legend ul>li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.chart__container__legend.horizontal ul>li {
  /*   list-style-type: none; */
  display: inline-block;
  /*  margin-right: 20px; */
}

.chart__container__legend.vertical ul>li {
  /*   list-style-type: none; */
  display: block;
  /*  margin-right: 20px; */
}

.chart__container__legend ul>li>p {
  /* display: inherit; */
  display: inline-block;
}

.svg__geometry__delaunay__group__rect {
  /* need colour definition to make interaction layer work correctly */
  /* RELEASE SETUP - MAKES RECT INVISIBLE */
  fill: #FFFFFF;
  stroke: #FFFFFF;
  stroke-width: 0.0;
  fill-opacity: 0.0;
  /* TEST DEV SETUP - MAKES RECT VISIBLE */
  /* fill: #FF0000;
  stroke: #FFFFFF;
  stroke-width: 0.0;
  fill-opacity: 0.2; */
}

.css__threeQuarter__transparent {
  opacity: 0.25;
}

.svg__geometry__circle__dot {
  stroke-width: 2;
  /* was previously disabled */
  stroke: #FFFFFF;
}

.svg__geometry__line__axis__referenceLine {
  fill: none;
  stroke: #3E4B59;
  stroke-width: 2;
  stroke-dashArray: 6 3;
  stroke-linecap: round;
}

.svg__geometry__circle__legendCircle {
  fill: none;
  stroke: #000000;
  stroke-width: 1px;
}

.svg__geometry__text__legendText__circleValues {
  font-size: 16px;
  font-weight: normal;
  text-anchor: middle;
  fill: #000000;
  stroke: none;
  stroke-width: 0;
}

.svg__geometry__line__legendHeaderLine {
  fill: #000000;
  stroke: #000000;
  stroke-width: 1;
}

.chartDataObject:hover {
  cursor: pointer;
}

/* .html__table__row {} */


.html__table__row__dataCell__text {
  color: #FFFFFF;
  font-size: 1.0rem;
  width: max-content;
}


.html__table__row__dataColumn-1 {
  width: 100px;
  text-align: right;
  padding-left: 15px;
}

.font__weight__600 {
  font-weight: 600;
}

.font__weight__normal {
  font-weight: normal;
}

.infoTooltip__Title {
  font-weight: 500;
  margin-bottom: 10px;
}

/* from line chart */

.line__node__marker {
  width: 20px;
  height: 5px;
  border-radius: 2.5px;
  /*  display: inherit; */
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
}

.bar__node__marker {
  width: 12px;
  height: 12px;
  /*  display: inherit; */
  display: inline-block;
  margin-right: 8px;
  margin-top: 2px;
}

.svg__geometry__rect__overlay {
  fill: none;
  pointer-events: all;
}

.svg__text__value__hover {
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
}

.svg__geometry__circle__hover {
  opacity: .75;
}

.svg__line__hover {
  stroke: #000000;
  shape-rendering: crispEdges;
  opacity: 0.5;
}

.svg__text__date__hover {
  text-anchor: middle;
}

.div__tooltip__circles {
  position: relative;
  display: inline-block;
  left: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-radius: 50%;
}

input {
  margin-right: 10px;
}

.form-check-label {
  font-size: 0.8em;
  margin-right: 20px;
}

.svg__geometry__line__backgroundDataline {
  opacity: 1;
  fill: none;
  stroke-width: 8;
  stroke: #FFFFFF;
  stroke-linecap: round;
  pointer-events: none;
}

.svg__geometry__line__dataline {
  opacity: 1;
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  pointer-events: none;
}

.svg__geometry__path__mouse__line {
  stroke: #A9A9A9;
  stroke-width: 2;
  opacity: 0;
}

.svg__geometry__path__mouse__line:focus, .svg__geometry__path__mouse__line:hover {
  opacity: 1;
}

.svg__geometry__circle__datapoint__marker {
  fill: none;
  stroke-width: 3;
  opacity: 0;
}

.svg__geometry__rect__chart__mouseover {
  fill: red;
  fill-opacity: 0.00;
  pointer-events: all;
}

.div__chart__legend__element {
  display: block;
  width: 100%;
  height: auto;
}

.div__chart__legend__element__category__circle__marker {
  position: relative;
  left: 10px;
  width: 15px;
  height: 15px;
  margin: 0px;
  border-radius: 50%;
  top: 0px;
}

.div__chart__legend__element__category__label {
  position: relative;
  font-size: 1rem;
  left: 0px;
  top: 0px;
}

.div__tooltip__table,
.div__mobile__tooltip__table {
  height: auto;
  border-spacing: 0px;
  padding-top: 15px;
  /* padding-bottom: 15px; */
  pointer-events: none;
}

.div__tooltip__table__row,
.div__mobile__tooltip__table__row {
  width: 100%;
  padding-left: 10px;
  pointer-events: none;
}

.div__tooltip__table__table__row__cell,
.div__mobile__tooltip__table__table__row__cell {
  padding-left: 25px;
  padding-right: 25px;
  pointer-events: none;
}

.div__tooltip__table__table__row__cell__0,
.div__mobile__tooltip__table__table__row__cell__0 {
  padding-left: 10px;
  padding-right: 10px;
  pointer-events: none;
}

.div__tooltip__table__table__row__cell__1,
.div__mobile__tooltip__table__table__row__cell__1 {
  width: auto;
  padding-left: 15px;
  padding-right: 5px;
  pointer-events: none;
}

.div__tooltip__table__table__row__cell__2,
.div__mobile__tooltip__table__table__row__cell__2 {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  pointer-events: none;
}

.div__tooltip__table__header__label,
.div__mobile__tooltip__table__header__label {
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  pointer-events: none;
}

.div__mobile__tooltip__table__header__label {
  padding-top: 20px;
}

.svg__geometry__rect__chart__shadedEstimateArea {
  fill: #F2F2F2;
  fill-opacity: 0.75;
  pointer-events: none;
}

.svg__geometry__rect__chart__shadedEstimateArea-label {
  text-anchor: middle;
  font-size: 18px;
  /* alignment-baseline:before-edge; */
  fill: #000000;
}


/* from bar chart */

.svg__axis.svg__axis__y__scaleBand>.domain {
  display: none;
}

.svg__label__dataValue {
  /* fill: #FFFFFF;
  stroke: solid;
  -webkit-text-stroke-color: #000;
  stroke-width: 1; */
  font-size: 18px;
  font-weight: 400;
  pointer-events: none;
  /*  alignment-baseline:central; */
}

.labelOutsideDataRect {
  fill: #000000;
}

/* from dot plot */

html {
  /* prevents horizontal scroll on Firefox due to how it handles rounding */
  overflow-x: hidden;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

.html__mobile__tooltip__table {
  margin-top: -20px;
}

.p__mobile__tooltip-paragraph-text {
  margin-top: -5px;
  font-size: 1.0rem;
  color: #FFFFFF;
  position: relative;
  left: 10px;
  margin-bottom: 20px;
}


.group__svg__line__xAxisReferenceLineGroupLine {
  fill: none;
  stroke: #3E4B59;
  stroke-width: 2;
  stroke-dashArray: 6 3;
  stroke-linecap: round;
}

.group__svg__text__xAxisreferenceLineGroupText {
  fill: #000000;
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
  text-anchor: middle;
}

.svg__geometry__path__voronoiPolygon {
  stroke: red;
  stroke-width: 1;
  fill: transparent;
  fill-opacity: 0.0;
  stroke-opacity: 0.0;
}

.css__svg__geometry__path__voronoiPolygon {
  stroke: red;
  stroke-width: 1;
  fill: red;
  fill-opacity: 0.1;
  stroke-opacity: 1;
}

.svg__geometry__path__voronoiPolygon:hover {
  cursor: pointer;
}

.svg__text__dataPointLabels {
  text-anchor: start;
  font-size: 16px;
  font-weight: 500;
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
  display: none;
}

.svg__chartlegend__container {
  background-color: none;
}

.svg__geometry__legendText_title {
  font-size: 14px;
  font-weight: bold;
  text-anchor: start;
  fill: #000000;
  stroke: none;
  stroke-width: 0;

}

.svg__geometry__legendText_subTitle {
  font-size: 14px;
  font-weight: normal;
  text-anchor: start;
  fill: #000000;
  stroke: none;
  stroke-width: 0;
}

.svg__geometry__rect__legendBackground {
  fill: rgba(255, 255, 255, 1);
}

.html__table__row__dataColumn-0.SDG {
  width: 155px;
}

.html__table__row__dataColumn-0.All {
  width: 197px;
}

.svg__legend__group {
  opacity: 1;
}

.svg__legend__base {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: none;
}

.html__tooltip__accessible__exit__button {
  background: none;
  color: inherit;
  border: none;
  padding: 0px;
  margin: 0px;
  width: 0px;
  height: 0px;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* .svg__geometry__line__axis__y__scaleBand__domain,
.svg__geometry__line__axis__zero__domain {
  fill: none;
  stroke: #000;
  stroke-width: 4;
  pointer-events: none;
} */

/*

d3.tip()

*/

.d3-tip,
.d3-tip__cloned {
  line-height: 1;
  /* font-weight: bold; */
  font-weight: normal;
  padding: 12px;
  background: rgba(0, 0, 0, 1);
  color: #fff;
  border-radius: 0px;
  pointer-events: none;
  width: max-content;
}

.tooltip-left-overhang {
  /* CHART RHS, TOOLTIP OVERHANG TO LEFT */
  transform: translateX(-35%);
}

.tooltip-right-overhang {
  /* CHART LHS, TOOLTIP OVERHANG TO RIGHT */
  transform: translateX(35%);
}

.tooltip-centre-overhang {
  /* CHART MIDDLE CENTRED TOOLTIP */
  transform: translateX(0%);
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after,
.d3-tip__cloned:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: '\25BC';
  position: absolute;
  text-align: center;
}


.d3-tip.tooltip-left-overhang:after,
.d3-tip__cloned.tooltip-left-overhang:after {
  /* CHART RHS, TOOLTIP OVERHANG TO LEFT */
  transform: translateX(35%);
}

.d3-tip.tooltip-right-overhang:after,
.d3-tip__cloned.tooltip-right-overhang:after {
  /* CHART RHS, TOOLTIP OVERHANG TO LEFT */
  transform: translateX(-35%);
}

.d3-tip.tooltip-centre-overhang:after,
.d3-tip__cloned.tooltip-centre-overhang:after {
  /* CHART RHS, TOOLTIP OVERHANG TO LEFT */
  transform: translateX(0%);
}

/*
https://github.com/Caged/d3-tip/blob/master/examples/example-styles.css?MobileOptOut=1
*/
/* Style northward tooltips differently */
.d3-tip.n:after,
.d3-tip__cloned.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0%;
}

/* Northward tooltips */
.d3-tip.n:after,
.d3-tip__cloned.n:after {
  content: '\25BC';
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}

/* Eastward tooltips */
.d3-tip.e:after,
.d3-tip__cloned.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px;
}

/* Southward tooltips */
.d3-tip.s:after,
.d3-tip__cloned.s:after {
  content: '\25B2';
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center;
}

/* Westward tooltips */
.d3-tip.w:after,
.d3-tip__cloned.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}

.strong {
  margin-right: 10px;
  width: max-content;
}

table {
  text-align: left;
}

.floatleft {
  text-align: left;
}

.floatright {
  text-align: right;
}

.html__tooltip__table {
  /* width: max-content; */
  max-width: 260px;
  display: block;
  /* from dot plot */
}

.tableRow, .tableColumn {
  font-weight: normal;
}

.html__table__row-0>.topRowClickedStyling {
  font-weight:
    /* bold */
    normal;
  /*   margin-bottom: 25px; */
}

.html__table__row-title {
  font-weight: bold;
}

.html__table__row-total, .data-columnTitle, .data-total {
  font-weight: bold !important;
}

.d3-tip.multiLine:after {
  display: none;
}

.svg__geometry__line__dataline {
  stroke-width: 6;
  stroke-linecap: round;
  opacity: 0.75;
}
