:root{
    --default-black: #000;
}

.radio-switch__input:checked~.radio-switch__label {
    background-color: var(--default-black);
}

.radio-switch__label {
	color: var(--default-black);
}

/*Start to top btn*/
#scrollToTop {
    background: #FFF;
    border: 1px solid var(--default-black);
    border-radius: 50px;
}

.back-to-top i {
    color: var(--default-black);
}

.radio-switch__input:checked~.radio-switch__label {
	background-color: var(--default-black);
	color: hsl(0, 0%, 100%);
}

#innercontainer::before {
    background: url(images/banner2.png) no-repeat bottom center;
    background-size: cover;
    content: "";
    top: 80px;
    position: absolute;
    height: 500px;
    width: 100%;
    z-index: -1;
}

body#ballroom #container #innercontainer header {
    background: #fff;
}

#footer {
    margin-top: auto;
}

.select-nav__label::after {
    color: var(--default-black);
}

/*Custom CSS*/
:root {
    --default-black: #275582;
    --main-font-color: #ffffff;
    --black: #000000;
}

.show-chart-btn {
    background: #000;
    color: #fff;
}

.radio-label .checkmark {
    border-color: var(--default-black);
}

.radio-label:hover .checkmark:before, .radio-label input:checked + .checkmark:before {
    background: var(--default-black);
}

body {
    background: var(--default-black-font-color);
}

#ballroom #qs-container {
    padding-top: unset;
}

.page_profieltaart {
    .selection-wrapper {
        padding: unset;
        margin-top: 90px;

        .pie-visible & {
            background: var(--default-black-font-color);
            box-shadow: 0 0 22px 0 rgba(0, 0, 0, 13%);
            background: #F6F6F6;
            box-shadow: none;
            margin-top: 0;
        }
    }
}


/* MAATWERK NALOPEN! */
.chart-indicators-container {
    & .legend-text {
        .legend-text-wrapper {
            display: flex;
            flex-direction: column;

            p,
            ul {
                margin-bottom: 1rem;
            }
        }
    }
}

/* MAATWERK NALOPEN! */
.b_btn {
    white-space: nowrap;
}

#bmt_title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pie-visible .wp-content {
    margin-top: unset;
    padding-top: 30px;
}

.chart-breadcrum a,
.text-block a {
    color: #333;
    text-decoration: none;
}

#download-button:before {
    color: var(--default-black);
}

.item-name {
    border-top: unset;
    border-bottom: unset;
}

.area-level-item:last-child .item-name {
    border-bottom: unset;
}

.theme-selection {
    width: 100%;
}

.chart-breadcrum-home {
    margin-top: unset;
}

#ctl00_QsPH_themes_tileset {
    margin-bottom: unset;
}

.text-block-wrapper h1 {
    margin-bottom: 18px;
}

.show-popup-profieltaart {
    margin-top: 12px;
}

.panel-section .full-width .chart-indicators-wrapper {
    width: 100%; 
}

.chart-tooltip {
    h2 {
        max-width: 500px;
        font-size: 18px;
    }

    h3 {
        margin: 10px 0 2px 0;
    }
}

.legend-text h3 {
    font-size: 17px;
}