/*Write your custom css in this file.*/
/* Shared chart wrapper to prevent Chart.js infinite resize loops on padded containers. */
.pa-chart-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pa-chart-wrap canvas {
    display: block;
    max-width: 100%;
}
