/* Variables */
/* Views */
.gradiant-bg {
  height: 100vh;
  width: 100%;
}

.total-sales {
  background: #FFF6DA;
}
.total-sales span {
  color: #585858;
  font-size: 14px;
}

.total-Collection {
  background: #E4F3E5;
}
.total-Collection span {
  color: #585858;
  font-size: 14px;
}

.total-expense {
  background: #FFE5E5;
}
.total-expense span {
  color: #585858;
  font-size: 14px;
}

.order-bill span {
  font-size: 13px;
}

/*# sourceMappingURL=main.css.map */
