/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*                         Monthly Production Chart                           */
/* -------------------------------------------------------------------------- */
.bg-production-chart-gradient {
  background-image: linear-gradient(-45deg, #ff4c22, #ff7a54);
  background-position: center;
}

/* Dark mode variant */
[data-bs-theme="dark"] .bg-production-chart-gradient {
  background-image: linear-gradient(45deg, #cc3d1b, #ff4c22);
}

/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
