button.confirm-btn,
.radio-switch__label,
.select-nav__label::after {
    color: var(--primary);
}

.radio-switch__input:checked~.radio-switch__label,
.show-chart-btn {
    background: var(--primary);
    color: #FFF;

    &:focus,
    &:focus-visible {
        outline-offset: 3px;
    }
}

#scrollToTop,
.radio-label:hover .checkmark:before,
.radio-label input:checked+.checkmark:before,
#result_List .autoComplete_result:hover {
    background: var(--primary);
}

#scrollToTop {

    i {
        color: #fff;
    }
}

#innercontainer::before {
    background: url(/style/custom/veiligheidsmonitor/images/banner.jpg) no-repeat bottom center;
    background-size: cover;
    content: "";
    top: 100px;
    position: absolute;
    height: 568px;
    width: 100%;
    z-index: -1;
}

.radio-label .checkmark {
    border-color: var(--primary);
}

.panel-section h1,
.selection-dialog h2,
.chart-tooltip h2,
h3,
.h3 {
    &:after {
        display: none;
    }
}

.selection-map {
    visibility: hidden;
    order: 2;
}

.wp-content {
    margin-bottom: 40px;
}

.show-chart-btn {
    min-width: 46px;
}

.legend-text ul {
    margin-bottom: 16px;
}

.tableview {
    .theme .graph-link {
        display: none;
    }

}

@media screen and (min-width: 768px) {
    .chart-legend tbody tr th:nth-of-type(1) {
        width: 55%;
    }

    .chart-legend tr th:nth-of-type(6) {
        /* white-space: nowrap; */
        min-width: 170px;
    }

    .chart-legend tr th:nth-of-type(5),
    .chart-legend tr td:nth-of-type(4) {
        padding: 10px 30px 10px 0px;
    }
}

.legend-text .legend-text-wrapper {
    h2.h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 17px;
    }

    p,
    ul,
    ol,
    a {
        font-size: 15px;
    }

}