.highcharts-figure {
    margin: 0;
}

.highcharts-credits {
    display: none !important;
}

#sustainability-reporting .highcharts-axis-title,
#sustainability-reporting-mobile .highcharts-axis-title {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

#play-controls,
#play-controls-mobile {
    max-width: 1000px;
    margin: 1em auto;
}

#container {
    height: 900px;
    max-width: 1000px;
    margin: 0 auto;
}

#play-pause-button,
#play-pause-button-mobile {
    margin-left: 10px;
    width: 37px;
    height: 37px;
    cursor: pointer;
    border-radius: 25px;
    color: white;
    background-color: #000;
    transition: background-color 250ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

#play-pause-button:hover,
#play-pause-button-mobile:hover {
    background-color: rgb(39, 39, 39);
}

#play-pause-button svg,
#play-pause-button-mobile svg {
    padding-left: 2px;
}

#play-range,
#play-range-mobile {
    transform: translateY(-22.5px);
    width: calc(100% - 90px);
    -webkit-appearance: none;
    display: flex;
    margin-left: 64px;
    /* background-image: linear-gradient(to right, #000 50%, #DDD 50%); */
}

#play-range::-webkit-slider-thumb,
#play-range-mobile::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 11px;
    width: 11px;
    background: #000;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -2.5px;
}

#play-range::-moz-range-thumb,
#play-range-mobile::-moz-range-thumb {
    height: 11px;
    width: 11px;
    background: #000;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -2.5px;
}

#play-range::-ms-thumb,
#play-range-mobile::-ms-thumb {
    height: 11px;
    width: 11px;
    background: #000;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -2.5px;
}

#play-range::-webkit-slider-runnable-track,
#play-range-mobile::-webkit-slider-runnable-track {
    height: 6px;
    /* background: #DDD; */
    border: none;
    border-radius: 3px;

}