/* === 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 2, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card {
  height: 5.25rem;
  border-radius: 4px;
  border: 2px solid #D8E4ED;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: left;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  margin-bottom: 1rem;
  text-decoration: none !important;
  background-color: white;
  position: relative;
}
/* line 17, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card-flexible {
  height: auto !important;
}
/* line 19, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card-flexible .text p, .small-card-flexible .text h5 {
  white-space: normal !important;
}
/* line 22, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card.color-green h5 {
  color: #009B72;
}
/* line 24, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card.selected {
  background-color: transparent;
}
/* line 27, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card.selected:hover .change {
  display: block;
}
/* line 29, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card .change {
  color: #1F56C7;
  font-weight: 600;
  margin-left: auto;
  display: none;
}
/* line 34, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card .card-content {
  pointer-events: none;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  position: relative;
}
/* line 41, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card:hover {
  background-color: #F1F4F7;
}
/* line 43, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card .icon {
  height: 100%;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
/* line 50, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card .icon img {
  max-width: 100%;
  max-height: 100%;
}
/* line 53, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card .text {
  margin-bottom: 0;
  overflow: hidden;
}
/* line 56, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card .text h5 {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
/* line 62, /mnt/quipuapp/app/assets/stylesheets/public/02-molecules/small-card.sass */
.small-card .text p {
  margin-bottom: 0;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
