.diet-label {
  font-size: 12px;
  color: grey;
  display: block;
  text-align: left;
  font-weight: 500;
}

.page-bg {
  background: #e9ecee;
}

.theme-text {
  color: #F45F00 !important;
}

.transpaernt-bg {
  background: transparent !important;
}

.patient-header {
  background-color: transparent;
}

.summary-card {
  text-align: left;
  padding: 20px;
}
.summary-card h4 {
  margin-bottom: 30px;
}
.summary-card img {
  width: 54px;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .backdrop-effect {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.15);
  }
}
.sub-text {
  color: rgba(255, 255, 255, 0.71);
}

.current-plan-card {
  border-radius: 15px;
  background-color: #F45F00;
  padding: 20px;
  width: 450px;
}

.past-plan-card {
  border-radius: 15px;
  background-color: #F8F8F8;
  padding: 20px;
}

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