html{
    direction: rtl;
}
*,
.topnav .navbar-nav .nav-link{
    font-family: 'Cairo';
}
/* Font */
.font-diwanibent{
  font-family: 'Diwani Bent';
}
.font-old-antic-decor{
  font-family: 'Old Antic Decor';
}

/* End Font */
.h1, .h2, .h3, .h4, .h5, .h6, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: 800;
    font-family: 'Cairo';
}

/* StepBar */
.nav-progress {
  display: table;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 43px;
  border: 3px solid #fff;
  background-color: #edeff4;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.nav-progress > div {
  position: relative;
  display: table-cell;
  padding: 6px 0;
  color: #444;
  text-align: center;  
}
.nav-progress > div.complete {
  background-color: #848c94;
  color: #fff;
}
.nav-progress > div.complete .arrow {
  border: 3px solid #fff !important;
  background: #848c94 !important;
}
.nav-progress > div.active {
  background-color: #3c4854;
  color: #FFF;
}
.nav-progress > div.active .arrow {
  background: #3c4854 !important;
}

.arrow-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
}
.arrow-wrapper .arrow-cover {
  position: absolute;
  overflow: hidden;
  width: 24px;
  height: 43px;
}
.arrow-wrapper .arrow-cover .arrow {
  position: absolute;
  right: -34px;
  z-index: 2;
  width: 50px;
  height: 43px;
  border: 3px solid #fff;
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Chart */
.apexcharts-pie-label, .apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value {
  fill: #ffffff !important;
}
.apexcharts-yaxis text, .apexcharts-xaxis text {
  font-family: "Cairo", sans-serif !important;
  fill: var(--ct-text-muted);
  font-weight: 600;
}
.apexcharts-tooltip-title, .apexcharts-tooltip-text, .apexcharts-legend-text {
  font-family: "Cairo", sans-serif !important;
  padding-right: 2px;
}