.uni-on {
  padding: 5px;
  cursor: pointer;
}

.uni-on .icone {
  text-align: center;
}

.uni-on .icone img {
  margin: auto;
}

.uni-on .texto {
  background: #09a1e4;
  font-weight: 600;
  text-align: center;
  border: 7px solid #09a1e4;
  margin-top: -7px;
  border-radius: 3px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}

#dialog-uni-on .modal-content {
  background: #0077d8;
  padding: 40px 80px;
  color: #FFF;
}

#dialog-uni-on h2 {
  color: #ffc023;
}

#dialog-uni-on div .step {
  display: none;
}

#dialog-uni-on div .step p {
  margin: 40px 0px;
}

#dialog-uni-on div .step input {
  width: 85%;
}

#dialog-uni-on div .step textarea {
  width: 85%;
  max-width: 85%;
}

#dialog-uni-on div .step.active {
  display: block;
}

#dialog-uni-on div .step.active.hidden {
  display: none;
}

.btn-uni-on {
  border: solid 3px #ffc023;
  background: none;
  color: #ffc023;
  border-radius: 25px;
  position: absolute;
  right: 50px;
  bottom: 38px;
  width: 38px;
  height: 38px;
  font-size: 18px;
  padding: unset;
}

.recommendations .no-result {
  text-align: center;
}

.recommendations .no-result p {
  text-align: justify;
  margin-bottom: unset;
}

.recommendations .result .items {
  display: flex;
  flex-wrap: wrap;
  width: 120%;
  margin-left: -10%;
}

.recommendations .result .items .item {
  background: #DDD;
  color: #555;
  width: 30%;
  cursor: pointer;
  padding: 5px;
  margin: 1.5%;
  border-radius: 5px;
}

.recommendations .result .items .item h3 {
  color: #555;
  text-align: center;
}

.recommendations .result .items .item p {
  margin-top: auto;
  text-align: justify;
}

.recommendations .result .items .item.selected {
  border: 4px solid #ffc023;
  padding: 1px;
  background: #FFF;
}
