/* === COLORS === */
/* === TRANSITIONS === */
/* === SIZES === */
/* New public web */
/* line 74, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pastel-orange {
  background-color: #fce6a6;
}

/* line 76, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pale-orange {
  background-color: #fef7e5;
}

/* line 78, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pale-green {
  background-color: #eef7e5;
}

/* line 80, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-white {
  background-color: #fff;
}

/* line 82, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.color-dark-red {
  color: #970b00;
}

/* line 3, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icon-circle.sass */
.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* line 11, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icon-circle.sass */
.icon-circle.large {
  width: 56px;
  height: 56px;
  font-size: 24px;
}
/* line 15, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icon-circle.sass */
.icon-circle.green {
  background-color: #E1FAC5;
  color: #009B72;
}
/* line 18, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icon-circle.sass */
.icon-circle.blue {
  background-color: #CFDCFF;
  color: #1F56C7;
}
/* line 21, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icon-circle.sass */
.icon-circle.orange {
  background-color: #F6DDB1;
  color: #F5A623;
}
/* line 24, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/icon-circle.sass */
.icon-circle.purple {
  background-color: #E4CFFF;
  color: #8A35F8;
}
