.dashboardBg {
  background-color: #f2f2f2;
}
.titleHeight {
  min-height: 40px;
}
.nav-tabs .nav-link.active {
  background-color: #f2f2f2;
  color: #f87e03;
}
.nav-tabs .nav-link {
  border-radius: 0;
  color: #000;
}

.nav-tabs {
  border-bottom: none;
}

.salesChart {
  margin-top: -48px;
}

.doughnut {
  width: 175px !important;
  height: 175px;
}

.salesCard {
  //width: 507px;
  height: 224px;
}

.customersChart {
  width: 210px;
  height: 150px;
}

.customersCard {
  width: 257px;
  height: 224px;
  margin-left: auto;
  margin-right: auto;
}

.itemsCard {
  height: 224px;
  //width:737px;
}

.salesTrendCard {
  min-width: 1024px;
 
}

.salesTrendChart {
  min-width: 756px;
  height: 200px !important;
}

.plansCard {
  width: 343px;
  height: 300px;
  border-radius: 24px;
}

.subscriptionsCard {
  border-radius: 24px;
}

.smallestFont {
  font-size: 11px;
}

.visaImg {
  width: 38px;
  height: 12px;
}

.widthFit {
  width: fit-content;
}

.sideBarHeight {
  height: calc(100vh - 64px);
}

.cursor-pointer {
  cursor: pointer;
}

