.wk-mp-dashboard-main-container .wk-category-pie-chart.wk-mp-dashboard-pie-charts-main canvas {
    height: 200px !important;
    margin: auto;
}

.wk-mp-dashboard-main-container .wk-top-selling-category-chart {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .wk-mp-dashboard-main-container .wk-category-pie-chart.wk-mp-dashboard-pie-charts-main canvas {
        height: 11rem !important;
    }
}

@media (max-width: 960px) {
    .wk-mp-dashboard-main-container .wk-category-pie-chart.wk-mp-dashboard-pie-charts-main canvas {
        height: auto !important;
    }
}

.wk-mp-dashboard-main-container .wk-mp-dashboard-pie-charts-main canvas {
    height: 11rem !important;
}

.wk-mp-dashboard-main-container .wk-mp-dashboard-chart-main {
    padding-top: 40px;
}

.wk-mp-dashboard-main-container .wk-mp-dashboard-chart-main canvas {
    height: calc(40rem - 6px) !important;
}
