﻿/* This is for apex charts to fit within the box */
.apexcharts-canvas svg {
    width: 100% !important;
    height: 100% !important;
}

