/* === 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/notice.sass */
.notice {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background-color: #FFF4E1;
  border-radius: 4px;
}
/* line 11, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/notice.sass */
.notice p {
  color: #F5A623;
  margin-bottom: 0;
}
/* line 14, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/notice.sass */
.notice.purple {
  background-color: #EDECFF;
}
/* line 16, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/notice.sass */
.notice.purple p {
  color: #1F56C7;
}

/* line 19, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/notice.sass */
a.notice:hover {
  background-color: #fff4e2;
}
/* line 21, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/notice.sass */
a.notice:hover.purple {
  background-color: #eeedff;
}
/* line 23, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/notice.sass */
a.notice:hover p {
  color: #F5A623;
  text-decoration: underline;
}
