@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/dana/dana-thin.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/dana/dana-extralight.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/dana/dana-light.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dana/dana-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/dana/dana-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/dana/dana-demibold.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/dana/dana-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/dana/dana-extrabold.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/dana/dana-black.woff2') format('woff2');
}

@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/dana/dana-ultrabold.woff2') format('woff2');
}

.apexcharts-canvas,
.apexcharts-canvas svg,
.apexcharts-canvas foreignObject,
.apexcharts-canvas text,
.apexcharts-canvas tspan,
.apexcharts-tooltip,
.apexcharts-tooltip *,
.apexcharts-tooltip-title,
.apexcharts-tooltip-text,
.apexcharts-legend,
.apexcharts-legend-text,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-xaxis-label,
.apexcharts-yaxis-label {
    font-family: 'Dana', Tahoma, Arial, sans-serif !important;
}
#range-datepicker{
    display: none !important;
}