/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,400&family=PT+Sans:wght@400;700&display=swap');


body, html {
    margin: 0px;
    padding: 0px;
    font-family: "PT Sans", sans-serif;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#container-group {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#container-data {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.figure--container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}

figure {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
} */


#figure2 {
    font-family: "PT Sans", sans-serif;
    position: relative;
    width: 100%;
    flex: 1 0;
}


#figure2 .label {
    font-size: 14;
    font-weight: 600;
}

#figure2 .axis {
    font-size: 10pt;
    font-family: "PT Sans", sans-serif;
}

#figure2 .domain {
    stroke: none;
}

#figure2 .axisLabel {
    font-weight: 600;
    font-size: 12pt;
    text-anchor: end;
    dominant-baseline: middle;
}


#figure2 .tooltip {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12pt;
    font-weight: 400;
    padding: 3px;
    background-color: rgba(255,255,255,0.8);
    visibility: hidden;
    pointer-events: none;
}

#figure2 .wavelabel {
    font-family: "PT Sans", sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    text-anchor: middle;
    dominant-baseline: central;
    fill: #AAAAAA;
    font-weight: 600;
    letter-spacing: 2px;
    cursor: default;
}

#figure2 .legend--tick {
    stroke: #FFFFFF;
    stroke-width: 2;
}

#figure2 .legend--label {
    font-size: 10pt;
    text-anchor: start;
    dominant-baseline: central;
}

#figure2 .legend--header {
    font-weight: 400;
    font-size: 10pt;
    text-anchor: start;
    dominant-baseline: central;
}

#figure2 .barLabel {
    font-weight: 400;
    font-size: 14px;
    text-anchor: start;
    dominant-baseline: central;
    fill: #000000;
}

#figure2 .bar {
    /* fill: #08306b; */
    fill: #CCCCCC;
}