
#review-container[data-v-a4d2f826] {
  text-align: center;
}
#faces[data-v-a4d2f826] {
  display: flex;
  justify-content: space-between;
}
.error-input[data-v-a4d2f826] {
  border: 2px solid red;
  margin-bottom: 5px !important;
  padding: 0px !important;
}
.error-input-text[data-v-a4d2f826] {
  text-align: left;
  margin-left: 5px !important;
  font-size: 0.75em;
  margin-bottom: 12px;
  color: red;
}
.selected-excellent[data-v-a4d2f826] {
  position: absolute;
  cursor: pointer;
  width: 60px;
  top: 67px;
  height: 13px;
  background: #3cff00;
  border-radius: 5% 5%;
}
.selected-very-good[data-v-a4d2f826] {
  position: absolute;
  cursor: pointer;
  width: 60px;
  top: 67px;
  height: 13px;
  background: #ade921;
  border-radius: 5% 5%;
}
.selected-good[data-v-a4d2f826] {
  position: absolute;
  cursor: pointer;
  width: 60px;
  top: 67px;
  height: 13px;
  background: #e9d521;
  border-radius: 5% 5%;
}
.selected-bad[data-v-a4d2f826] {
  position: absolute;
  cursor: pointer;
  width: 60px;
  top: 67px;
  height: 13px;
  background: #e9aa21;
  border-radius: 5% 5%;
}
.selected-very-bad[data-v-a4d2f826] {
  position: absolute;
  cursor: pointer;
  width: 60px;
  top: 67px;
  height: 13px;
  background: #ff3c00;
  border-radius: 5% 5%;
}
.emoji-excellent[data-v-a4d2f826] {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #3cff00;
  border-radius: 50%;
  margin: 20px 0px;
}
.emoji-very-good[data-v-a4d2f826] {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #ade921;
  border-radius: 50%;
  margin: 20px 0px;
}
.emoji-good[data-v-a4d2f826] {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #e9d521;
  border-radius: 50%;
  margin: 20px 0px;
}
.emoji-bad[data-v-a4d2f826] {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #e9aa21;
  border-radius: 50%;
  margin: 20px 0px;
}
.emoji-very-bad[data-v-a4d2f826] {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #ff3c00;
  border-radius: 50%;
  margin: 20px 0px;
}
.face[data-v-a4d2f826] {
  width: inherit;
  height: inherit;
}
.eye-left[data-v-a4d2f826] {
  position: absolute;
  width: 7px;
  height: 7px;
  background: black;
  left: 37px;
  top: 17px;
  border-radius: 50%;
}
.eye-right[data-v-a4d2f826] {
  position: absolute;
  width: 7px;
  height: 7px;
  background: black;
  right: 37px;
  top: 17px;
  border-radius: 50%;
}
.mouth-excellent[data-v-a4d2f826] {
  position: absolute;
  width: 50px;
  height: 74px;
  border: 4px solid transparent;
  top: -25px;
  left: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  border-bottom-color: black;
}
.mouth-very-good[data-v-a4d2f826] {
  position: absolute;
  width: 32px;
  height: 17px;
  border: 4px solid transparent;
  top: 24px;
  left: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  border-bottom-color: black;
}
.mouth-good[data-v-a4d2f826] {
  position: absolute;
  width: 28px;
  height: 14px;
  border: 4px solid transparent;
  top: 35px;
  left: 16px;
  box-sizing: border-box;
  border-radius: 0px;
  border-top-color: black;
}
.mouth-bad[data-v-a4d2f826] {
  position: absolute;
  width: 34px;
  height: 14px;
  border: 4px solid transparent;
  top: 35px;
  left: 13px;
  box-sizing: border-box;
  border-radius: 50%;
  border-top-color: black;
}
.mouth-very-bad[data-v-a4d2f826] {
  position: absolute;
  width: 50px;
  height: 74px;
  border: 4px solid transparent;
  top: 35px;
  left: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  border-top-color: black;
}

/* Aca son los del thank you */
.weborder-message-icon[data-v-a4d2f826] {
  display: flex;
  justify-content: center;
}
.weborder-message-title[data-v-a4d2f826] {
  color: #00ad06;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
}
.weborder-message-text[data-v-a4d2f826] {
  width: 250px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 20px;
}

