.velchat-human-check {
  margin: 12px 0 8px;
}
.velchat-human-check .velchat-human-help {
  margin: -4px 0 10px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255,255,255,.56);
}
body.light-mode .velchat-human-check .velchat-human-help,
body.white_mode .velchat-human-check .velchat-human-help {
  color: rgba(0,0,0,.5);
}
.velchat-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.velchat-human-question-error {
  display: block;
  margin: 8px 0 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(244, 67, 54, .12);
  color: #ff5a66;
  font-size: 13px;
  line-height: 1.4;
}
