/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-incentives {
  position: relative;
  --incentives-color: var(--bs-primary, var(--primary, #000));
  margin-bottom: 1.5rem; }

.crea-incentives__progress {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #dee2e6; }

.progress-bar {
  height: .25rem;
  background-color: var(--incentives-color);
  transition: width .6s ease; }

.crea-incentives__steps {
  display: flex;
  margin-bottom: 0; }

.crea-incentives__step {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.crea-incentives__step--complete .crea-incentives__bullet {
  background-color: var(--incentives-color); }

.crea-incentives__bullet {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 8px 0;
  background-color: #dee2e6;
  border-radius: 50%; }

.crea-incentives__value {
  font-weight: 500;
  font-size: 12px;
  line-height: 1; }

.crea-incentives__label {
  font-size: 11px; }

/*# sourceMappingURL=crea_incentives.css.map */
