@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;
}
 :root [data-sidebar=dark], [data-bs-theme=light] [data-sidebar=dark] {
      --bs-sidebar-dark-menu-item-color: #d9dce3;
 }

#sidebar-menu ul li a,
.counter-number,
.font-family-secondary,
.menu-title {
font-family: "Vazirmatn", sans-serif;
}

.morris-charts text {
font-family: "Vazirmatn", sans-serif !important;
}

.irs,
.jvectormap-label {
font-family: "Vazirmatn";
}
 
input[switch] + label:before {
font-family: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.apex-charts text,
.apexcharts-legend-text,
.apexcharts-tooltip-text,
.apexcharts-tooltip-title,
.apexcharts-xaxis text,
.apexcharts-yaxis text,
.jqsfield {
font-family: "Vazirmatn" !important;
}
.apex-charts{
  direction: ltr;
}
[dir=rtl] .breadcrumb-item + .breadcrumb-item::before{
  content: "\f141" !important;
  font-family: "Material Design Icons";
}
 
 
.btn-primary i{
  margin-left: 5px;
}
.irs{
  direction: ltr;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{
  padding-right: 36px;
  padding-left: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  left: unset;
  right: 0;
}
.dataTables_paginate{
  .mdi-chevron-left:before{
    content: "\f142";
  }
  .mdi-chevron-right:before{
    content: "\f141";
  }
}
 
.vertical-menu .mdi-chevron-right:before{
  content: "\f141" !important;

}
.page-link{
  height: 100%;
}
.table-rep-plugin .fixed-solution .sticky-table-header table *{
  color: #fff;
}