@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');

 
body{
  font-family: "Vazirmatn", sans-serif;
  direction: rtl;
  text-align: right;
}


.daterangepicker,
.popover,
.ql-container,
.select2-container .select2-search--inline .select2-search__field,
.swal2-modal,
.tooltip,
:root,
[data-bs-theme=light] {
font-family: "Vazirmatn";
}

body {
font-family: "Vazirmatn";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.jvectormap-label,
.ms-optgroup-label,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Vazirmatn", sans-serif;
}

code,
kbd,
pre,
samp {
font-family: "Vazirmatn";
}

.fc-text-arrow,
button,
input,
input[data-switch] + label:before,
optgroup,
select,
textarea {
font-family: inherit;
}

.font-monospace {
font-family: "Vazirmatn" !important;
}

 
.apex-charts text,
.apexcharts-datalabels text,
.apexcharts-legend-text,
.apexcharts-subtitle-text,
.apexcharts-title-text,
.apexcharts-tooltip *,
.apexcharts-tooltip-text,
.apexcharts-tooltip-title,
.apexcharts-xaxis text,
.apexcharts-xaxistooltip-text,
.apexcharts-yaxis text,
.ql-toolbar {
font-family: "Vazirmatn" !important;
}

.morris-chart text,
.morris-hover.morris-default-style,
.morris-hover.morris-default-style .morris-hover-row-label {
font-family: "Vazirmatn", sans-serif !important;
}

.breadcrumb-item+.breadcrumb-item::before{
  content: var(--bs-breadcrumb-divider, "\f0141");
}
.irs{
  direction: ltr;
}
.paginate_button .mdi-chevron-left::before{
    content: "\f0142";
}
.paginate_button{
  .mdi-chevron-right::before{
    content: "\f0141";
  }
}