/* Sunburst dashboard: full viewport height with 5% top/bottom margins */

#sunburst-dashboard-fullpage {
    min-height: 90vh;
}

#sunburst-dashboard-fullpage .js-plotly-plot,
#sunburst-dashboard-fullpage .plotly-graph-div {
    height: 100% !important;
    width: 100% !important;
}

@media (max-width: 900px) {
    #sunburst-dashboard-fullpage {
        flex-direction: column !important;
    }
}
