.c-image {
  height: 250px;
}

.c-image img {
  object-fit: cover;
}

.c-input-list {
  max-height: 250px;
  height: auto;
}

.c-select-image {
  position: relative;
  padding-bottom: 30%;
}

.select-image, .carousel {
  object-fit: cover;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blog-image{
  object-fit: cover;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
}

.select-image-step {
  width: 50px;
  height: 50px;
}

div.overlay {
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, .4);
  -webkit-transition: background-color 2s;
  transition: background-color 2s;
}

div.overlay.off {
  background-color: rgba(31, 31, 31, .1);
}

div.overlay.disactive {
  background-color: rgba(31, 31, 31, 0);
}

.add-image {
  width: 100px;
}

.information-step {
  box-shadow: 0px -1px 10px rgba(31, 31, 31, 0.4);
  margin-bottom: 0;
  margin-top: auto;
}

.c-information-step {
  overflow: hidden;
  overflow-x: scroll;
  /* transform: scaleY(1);
  transform-origin: 50% 100%;
  transition: transform .2s ease-in-out; */
}

/* .c-information-step.active {
  transform: scaleY(0);
} */

.c-information-step_number {
  border-bottom: none;
}

.c-information-step_number.active {
  border-bottom: solid 2px #FFF;
}

.c-information-step_number-inverse.active {
  border-bottom: solid 2px #E57278;
}

.c-modify {
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform .2s ease-in-out;
}

.c-modify.active {
  transform: scaleY(1);
}

.c-category {
  background: #FFF;
  border-radius: 5px;
}

.c-category-inner {
  overflow-y: scroll;
}

.c-search {
  border-radius: 40px;
  background: #FFF;
  min-height: 40px;
}

.search-item {
  margin: 5px;
  min-height: 150px;
}

.search-item-other {
  background-color: rgba(31, 31, 31, .7);
  border-radius: 5px;
}

.tooltip-mandatory[opt-class=ternary] {
  margin-right: auto;
  margin-left: 0;
  margin-top: 0 !important;
}

.tooltip-mandatory[opt-class=ternary]>p {
  background-color: #FFF !important;
  border-radius: 5px !important;
  color: #f097ba !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.add-tools {
  background-color: transparent;
  color: #FFF;
  border: solid 5px #FFF;
  border-radius: 50%;
  padding: 10px;
}

.add-tools:hover {
  background-color: #FFF;
  color: #f097ba;
}

.add-tools-inverse {
  background-color: transparent;
  color: #f097ba;
  border: solid 5px #f097ba;
  border-radius: 50%;
  padding: 10px;
}

.add-tools-inverse:hover {
  background-color: #f097ba;
  color: #FFF;
}

@media only screen and (min-width: 426px) {
  .tags {
    overflow-y: scroll;
  }
}

.tool-tag {
  padding: 3px 10px;
  border-radius: 5px;
  color: #f097ba;
  cursor: pointer;
  opacity: 1.0;
  background: #FFF;
}

.tool-tag-inverse {
  padding: 10px 20px;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  opacity: 1.0;
  background: #f097ba;
}

.tool-tag:after,
.tool-tag-inverse:after {
  content: '✖';
}

.category:before,
.category-inverse:before {
  content: '◎';
}

.category {
  color: #f097ba;
}

.category:hover {
  background: #f097ba;
  color: #FFF;
}

.category-inverse {
  color: #FFF;
}

.category-inverse:hover {
  background: #FFF;
  color: #f097ba;
}

.category-image {
  min-height: 150px;
}

.recipe-image {
  border-radius: 5px 0 0 5px;
}
