/* _content/Pdk.Web.Blazor.PensionSimulator/Components/Simulator/PensionSimulator.razor.rz.scp.css */
[b-dst22jhcgd] .bar-chart-container {
    --bar-chart-height: 460px;
    width: 100%
}

[b-dst22jhcgd] .toggle-group-with-icons {
    min-width: 320px;
}

@media (max-width: 768px) {
    [b-dst22jhcgd] .bar-chart-container {
        --bar-chart-height: 800px;
    }

    [b-dst22jhcgd] .toggle-group-container {
        width: 100%;
    }

    [b-dst22jhcgd] .toggle-group-with-icons {
        min-width: 0px;
    }

    .centered-mobile[b-dst22jhcgd] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .toggle-group-container[b-dst22jhcgd] {
        width: 100%;
    }
}
