.climate-form-check {
    margin-right: 0rem !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2.5em !important;
    padding-right: .5em !important;
}

    .climate-form-check.active {
        
        background: #fff;
        border-bottom-left-radius: 0.55rem !important;
        border-top-left-radius: 0.55rem !important;
    }

.climatechart-radio[type=radio] {
    border-radius: 5px !important;
    min-height: 25px;
    background-color: #fff0;
    background-image: none !important;
    border: none;
}

.climatechart-radio:checked[type=radio] {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.section-climateChart .section-content-info {
    /*padding-top: 0px !important;*/
}

#chart .highcharts-title {
    font-family: var(--noto-sans) !important;
    color: var(--dark1) !important;
    fill: var(--dark1) !important;
}

#chart .highcharts-axis-title,
#chart .highcharts-axis-labels text {
    font-family: var(--noto-sans) !important;
    color: var(--dark2) !important;
    fill: var(--dark2) !important;
}

#chart .highcharts-data-labels .highcharts-label.highcharts-data-label text,
#chart .highcharts-legend.highcharts-no-tooltip .highcharts-legend-item text {
    font-family: var(--noto-sans) !important;
    color: var(--dark1) !important;
    font-weight: 500 !important;
    fill: var(--dark1) !important;
}