@charset "utf-8";
/*------------------------------------------------
--css   YF表单插件 yfform
--by    市场部 Web Designer&Front end Engineer  Sivan
--date  2025.02.x
--Tips  文件已经过编译，css文件直接被被less文件生成覆盖，详细注释看less文件
-------------------------------------------------*/
.action_box .error_tips {
  color: red;
  visibility: hidden;
}

.action_box .error_visible {
  visibility: hidden;
}

.action_box .success_message {
  color: green;
}

.action_box .error_message {
  color: red;
}

.action_box .yfform_response {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}

.action_box .yfform_loading {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 10px;
}

.action_box .success {
  color: #fff;
}

.action_box .error_visible {
  visibility: visible !important;
}

.action_box .yfform_response {
  min-height: 24px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}

.yfform_response .success_w,
.yfform_response .icon_success,
.yfform_response .icon_true {
  color: var(--color_primary);
}

.yfform_response .error_w,
.yfform_response .icon_error,
.yfform_response .icon_false {
  color: #fff;
}

.action_box .error {
  text-align: center;
  margin: 0 auto;
}
