﻿@font-face {
    font-family: 'IRANSansXV';
    src: url('/fonts/IRANSansXVF.ttf') format('truetype'), url('/fonts/IRANSansXV.woff') format('woff'), url('/fonts/IRANSansXV.woff2') format('woff2');
}

body, .tooltip-inner {
    font-family: 'IRANSansXV' !important;
}

.ck-editor__editable {
    min-height: 300px !important;
    min-width: 100% !important;
}

.apexcharts-text tspan, .apexcharts-legend-text, .apexcharts-text, .apexcharts-title-text {
    font-family: 'IRANSansXV' !important;
}

.apexcharts-tooltip-text-y-label {
    font-family: 'IRANSansXV' !important;
}

#column-chart {
    width: 100%;
    direction: ltr !important;
    cursor: crosshair !important;
}

#area-chart {
    width: 100%;
    direction: ltr !important;
    cursor: crosshair !important;
}

.apexcharts-toolbar {
    display: none !important;
}