.chart-toggle-container {
    margin-bottom: 20px;
}
.chart-toggle-container .show-chart-view {
    box-shadow: 3px 3px 6px #00000029;
    border: 1px solid #F8F8F8;
    border-radius: 20px;
    margin-bottom: 23px;
    cursor: pointer;
}

.county-map.chart-toggle-container .show-chart-view {
    border: 1px solid #efeded;
}

.chart-toggle-container .tab-container1 {
    width: 100%;
    height: 400px;
    position: relative;
}

.chart-toggle-container canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.chart-toggle-container .pointer-hover {
    cursor: pointer;
}

.chart-toggle-container .show-chart-view .active {
    font-weight: bold;
    color: #0689D6;
    text-decoration: none;
    max-width: 36%;
    margin: auto;
    border-radius: 2px;
    border-bottom: 3px solid #0689D6;
    outline: none;
}

.chart-toggle-container .show-chart-view div {
    text-align: center;
    padding: 10px 0px;
    outline: none;
}

#interpolation-chart-1 {
    position: relative;
}


.chart-toggle-container .chart-legend {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.chart-toggle-container .chart-legend .chart-legend-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 5px;
}

.chart-toggle-container .chart-legend .chart-legend-color {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 3px;
    border: 4px solid;
}

.chart-toggle-container .chart-legend .chart-legend-label {
    font-size: 12px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.crossed-out::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: currentColor; /* Matches the text color */
    transform: translateY(-50%); /* Center the line */
}
.chart-toggle-container .hidden,
.chart-toggle-container .interpolation-chart-table {
    display: none;
}

.chart-toggle-container .search-table .table caption {
    display: none;
}

@media (min-width: 768px) {
    .chart-toggle-container .tab-container1 {
        height: 500px;
    }
    .link-inflation .chart-toggle-container .tab-container1 {
        height: 400px;
    }
}