.webform-client-form * {
  outline: none;
}
.webform-client-form .tq-form-section-wrapper,
.webform-client-form .vendors-form-wrap .fieldset-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.webform-client-form .form-item.webform-component,
.webform-client-form .form-item.webform-component.webform-component-textarea {
  position: relative;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 50% !important;
  margin-bottom: 30px !important;
  box-sizing: border-box;
}
.webform-client-form .tq-form-section-wrapper .form-item.webform-component {
  width: 50% !important;
}
.webform-client-form .form-item.webform-component.webform-component-textarea,
.body-vendors-self-recommendation-page .vendors-form-wrap .form-item.webform-component-markup {
  width: 100% !important;
}
.webform-client-form .form-item.webform-component.odd {
  margin-right: 0 !important;
  padding-right: 5%;
}

.webform-client-form .form-item.webform-component.even {
  margin-left: 0 !important;
  padding-left: 5%;
}
.page-node-62 .webform-client-form .form-item.webform-component,
.page-node-282 .webform-client-form .form-item.webform-component,
.page-node-4233 .webform-client-form .form-item.webform-component,
.page-node-4232 .webform-client-form .form-item.webform-component {
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 5%;
}
.page-node-62 .webform-client-form .form-item.webform-component.even,
.page-node-282 .webform-client-form .form-item.webform-component.even,
.page-node-4233 .webform-client-form .form-item.webform-component.even,
.page-node-4232 .webform-client-form .form-item.webform-component.even {
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 5% !important;
}
.page-node-62 .webform-client-form .form-item.webform-component-textarea.even,
.page-node-282 .webform-client-form .form-item.webform-component-textarea.even {
  padding-right: 0 !important;
}
.webform-client-form .form-item label,
.webform-client-form .form-item.webform-component.webform-component-textarea label {
  display: block !important;
  margin-bottom: .5em;
  width: 100% !important;
}
.page-node-4233 .webform-client-form .form-item.webform-component-textarea,
.page-node-4232 .webform-client-form .form-item.webform-component-textarea {
  padding-left: 0 !important;
}
.webform-client-form .form-item input, .webform-client-form .form-item select,
.webform-client-form .form-item.webform-component.webform-component-textarea textarea,
.page-node-62 form#webform-client-form-62.webform-client-form .form-item select,
.page-node-282 form#webform-client-form-282.webform-client-form .form-item select {
  width: 100% !important;
  height: 42px !important;
  padding-left: 8px;
  background-color: #F3F3F3 !important;
  border: 1px solid #F3F3F3;
  border-radius: 6px;
  box-sizing: border-box;
}
.webform-client-form .form-item.webform-component.webform-component-textarea textarea {
  height: 120px !important;
}
.webform-client-form .form-actions {
  width: 100%;
}
.webform-client-form .form-item input:hover,
.webform-client-form .form-item input:focus,
.webform-client-form .form-item select:hover,
.webform-client-form .form-item select:focus {
  border-color: #1290D8;
}
.form-item.webform-component.webform-component-textarea textarea {

}
.webform-component-email > p.error {
  display: unset !important;
}
.webform-client-form .field.field-name-body.field-type-text-with-summary.field-label-hidden {
  width: 100%;
}
.form-item.error {
  background-color: #fff;
  color:  #333;
}
.form-item.error .form-text,
.form-item.error .form-select {
  border: 1px solid #e0260b;
}
.form-item p.error {
  position: absolute;
  left: 0;
  bottom: -4px;
  margin: 0 !important;
  transform: translateY(100%);
  width: 100%;
  font-size: 12px !important;
  padding: 0 !important;
  color: #e0260b !important;
}
.form-item.even p.error {
  left: 10%;
}
.page-node-62 .webform-client-form .form-item p.error,
.page-node-282 .webform-client-form .form-item p.error,
.page-node-4232 .webform-client-form .form-item p.error,
.page-node-4233 .webform-client-form .form-item p.error {
  left: 10%;
}
.page-node-62 .webform-client-form .form-item.even p.error,
.page-node-282 .webform-client-form .form-item.even p.error,
.page-node-4232 .webform-client-form .form-item.even p.error,
.page-node-4233 .webform-client-form .form-item.even p.error,
.page-node-4232 .webform-client-form .form-item.webform-component-textarea p.error,
.page-node-4233 .webform-client-form .form-item.webform-component-textarea p.error {
  left: 0;
}
.custom-upload-file-wrap {
  position: relative;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -o-align-items: center;
  align-items: center;
  height: 170px;
  border: 2px dashed #ccc;
  border-radius: 6px;
  padding: 6px 30px;
  box-sizing: border-box;
}
.page-node-5022 .custom-upload-file-wrap,
.page-node-5021 .custom-upload-file-wrap {
  height: 210px;
}
.page-node-5022 .form-item.webform-component.format-file-wrap,
.page-node-5021 .form-item.webform-component.format-file-wrap {
  vertical-align: middle;
}
.custom-upload-file-wrap .format-desc {
  margin: 0 0 16px !important;
  text-align: center;
  font-size: 12px !important;
  color: #B9B9B9;
  width: 100%;
  white-space: normal;
}
.custom-upload-file-wrap .format-btn {
  margin: 0 !important;
  color: #38393a !important;
  font-size: 16px !important;
}
.custom-upload-file-wrap.active .format-btn,
.custom-upload-file-wrap.error .format-btn {
  margin-bottom: 16px !important;
}
.custom-upload-file-wrap .format-file-name,
.custom-upload-file-wrap .format-error {
  height: 0;
  width: 86%;
  padding: 0 12px;
  margin: 0 !important;
  transition: height .2s ease-out;
}
.custom-upload-file-wrap p {
  padding-top: 0 !important;
}
.custom-upload-file-wrap.active .format-file-name,
.custom-upload-file-wrap.error .format-error{
  height: 26px;
  line-height: 26px;
}

.custom-upload-file-wrap.active .format-file-name .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
.custom-upload-file-wrap.active .format-btn {
  color: #1290D8 !important;
}
.custom-upload-file-wrap.active .format-file-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eee;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 12px;
}
.custom-upload-file-wrap input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
}
.custom-upload-file-wrap.error {
  border-color: #e0260b;
  background-color: #fff;
}
.custom-upload-file-wrap.error .format-desc {
  color: #e0260b;
}
.custom-upload-file-wrap .format-error {
  overflow: hidden;
  color: #e0260b !important;
  text-align: center;
  font-size: 14px;
}
.webform-client-form input.form-submit,
form#webform-client-form-62 input.webform-submit,
form#webform-client-form-282 input.webform-submit {
  border: 1px solid #1290D8;
  color: #1290D8 !important;
  background-color: #fff;
  border-radius: 6px !important;
  border-radius: var(--esp-border-radius-small) !important;
  cursor: pointer;
  transition: all .2s ease-out;
}
.webform-client-form input.form-submit:hover,
form#webform-client-form-62 input.webform-submit:hover,
form#webform-client-form-282 input.webform-submit:hover {
  background-color: #1290D8;
  border-color: #1290D8;
  color: #fff !important;
}
.submit-form-loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999;
}
.submit-form-loading-wrap .submit-form-loading-bg {
  position: fixed;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
  background: url("https://www.espressif.com/sites/all/themes/espressif/images/Loading.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}
.submit-form-loading-wrap .submit-form-loading-text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}
@keyframes rotate {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }

}
.ctc.sub-tip a,
#agreement-wrap .agreement-wrap .agreement-desc a,
.additional-info.sub-tip a,
.schematic-pcb-wrap p span,
.form-warning a  {
  color: #1290D8 !important;
}
.icheckbox.checked {
  background: url(https://www.espressif.com/sites/all/themes/espressif/images/submit-checked.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #333;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  background-position: center;
  margin-right: 12px;
}
.custom-upload-file-wrap .format-file-name .delete {
  height: 18px;
  width: 16px;
  margin-right: -4px;
  margin-left: 6px;
  background: url("https://www.espressif.com/sites/all/themes/espressif/images/submit-delete.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.webform-client-form .form-textarea-wrapper {
  padding-right: 0 !important;
}
.webform-client-form .three-node label {
  padding-left: 0 !important;
}
.body-investor-relations-form form.webform-client-form input.webform-submit {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "PingFangSC-Light", "PingFang SC Light", "黑体", sans-serif !important;
  font-weight: normal !important;
  width: 128px !important;
  height: 35px !important;
  border-radius: 6px !important;
}
form#webform-client-form-282 .form-actions, form#webform-client-form-62 .form-actions {
  margin-top: 1em !important;
}
form#webform-client-form-282 .form-actions input.webform-submit,form#webform-client-form-62 .form-actions input.webform-submit {
  margin: 26px 0 0 !important;
}
.page-node-4155 .webform-client-form .form-file-wrapper,
.page-node-4154 .webform-client-form .form-file-wrapper {
  display: block !important;
}
.page-node-4155 .webform-client-form .form-item.webform-component.odd.webform-component-textarea,
.page-node-4154 .webform-client-form .form-item.webform-component.odd.webform-component-textarea {
  padding-right: 0 !important;
}
.page-node-4155 .webform-client-form .field.field-name-body.field-type-text-with-summary,
.page-node-4154 .webform-client-form .field.field-name-body.field-type-text-with-summary {
  width: 100%;
  margin-bottom: 0;
}
.page-node-4155 .custom-upload-file-wrap,
.page-node-4154 .custom-upload-file-wrap {
  border: none;
  padding: 0;
  flex: none !important;
}

.page-node-4155 .webform-client-form .form-file-wrapper .form-file-content,
.page-node-4154 .webform-client-form .form-file-wrapper .form-file-content  {
  border: 2px dashed #ccc;
  padding: 6px 30px;
  box-sizing: border-box;
}
.page-node-4155 .webform-client-form .form-file-wrapper .form-file-name,
.page-node-4154 .webform-client-form .form-file-wrapper .form-file-name {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;

}
.webform-client-form-4153.webform-client-form .form-file-wrapper .form-file-name .file-name {
  display: block;
  padding: 4px 30px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.webform-client-form-4153.webform-client-form .form-file-wrapper .form-file-name .file-name:hover {
  color: #333 !important;
}
.page-node-4155 .form-item.webform-component.webform-component-file input[type="file"],
.page-node-4154 .form-item.webform-component.webform-component-file input[type="file"],
.page-node-4155 .form-item.webform-component.webform-component-file .form-file-content,
.page-node-4154 .form-item.webform-component.webform-component-file .form-file-content {
  width: 45% !important;
  height: 100% !important;
}
.page-node-4155 .webform-client-form .form-file-wrapper .form-file-content p.file-format,
.page-node-4154 .webform-client-form .form-file-wrapper .form-file-content p.file-format {
  white-space: normal;
  text-align: center;
  font-size: 12px;
  margin: 0 0 16px !important;
}
.page-node-4155 .webform-client-form .form-file-wrapper .form-file-content p,
.page-node-4154 .webform-client-form .form-file-wrapper .form-file-content p {
  font-size: 16px;
}
.webform-client-form-4153 .is-send-user-wrap {
  left: 10%;
  top: 100%;
  padding-left: 0;
}
.webform-client-form-4153.webform-client-form .captcha img {
  margin-top: 38px;
  margin-left: 10px;
}
.webform-client-form-4153.webform-client-form .captcha {
  width: calc(46% + 180px);
}
#webform-client-form-4153.webform-client-form .form-actions {
  margin-top: 0;
}
#webform-client-form-4153.webform-client-form .field.field-name-body.field-type-text-with-summary {
  font-size: 18px;
}
#webform-client-form-4153.webform-client-form .field.field-name-body.field-type-text-with-summary p {
  margin-bottom: 20px;
}
.images p, .webform-client-form label {
  font-size: 16px !important;
}
.page-node-4154 .loading-wrap:after, .page-node-4155 .loading-wrap:after {
  display: none !important;
}
@media only screen and (max-width: 1170px) {
  .webform-client-form .tq-form-section .form-item.webform-component.webform-component-textarea label {
    width: 100% !important;
    display: block !important;
  }
  .webform-client-form .tq-form-section .form-textarea-wrapper {
    width: 100% !important;
    display: block !important;
  }
  .webform-client-form .tq-form-section label {
    max-width: 100vw;
  }
  .page-node-62 .webform-client-form .form-actions,
  .page-node-282 .webform-client-form .form-actions,
  .page-node-4232 .webform-client-form .form-actions,
  .page-node-4233 .webform-client-form .form-actions {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 810px) {
  .webform-client-form .tq-form-section-wrapper .form-item.webform-component,
  form#webform-client-form-282 .webform-component, form#webform-client-form-62 .webform-component,
  .webform-client-form .vendors-form-wrap .fieldset-wrapper .form-item.webform-component,
  .page-node-4232 .webform-client-form .form-item.webform-component,
  .page-node-4233 .webform-client-form .form-item.webform-component,
  .page-node-4232 .webform-client-form .form-item.webform-component.even,
  .page-node-4233 .webform-client-form .form-item.webform-component.even  {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .webform-client-form .form-item.webform-component.even,
  .webform-client-form .form-item.webform-component.odd,
  .webform-client-form .form-item.webform-component {
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .form-item p.error {
    left: 0 !important;
  }
  .page-node-4155 .webform-client-form .form-file-wrapper, .page-node-4154 .webform-client-form .form-file-wrapper {
    height: auto;
    width: 100% !important;
  }
  .page-node-4155 .form-item.webform-component.webform-component-file input[type="file"],
  .page-node-4154 .form-item.webform-component.webform-component-file input[type="file"],
  .page-node-4155 .form-item.webform-component.webform-component-file .form-file-content,
  .page-node-4154 .form-item.webform-component.webform-component-file .form-file-content {
    width: 100% !important;
    height: 170px !important;
  }
  .page-node-4155 .webform-client-form .form-file-wrapper .form-file-name,
  .page-node-4154 .webform-client-form .form-file-wrapper .form-file-name {
    position: static;
    width: 100%;
    padding-left: 0;
    height: auto;

  }
  .webform-client-form-4153 .is-send-user-wrap {
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .html .webform-client-form .form-item.webform-component {
    padding: 0 !important;
    margin-left: 0 !important;
  }
  
}
.page-node-7161 .webform-component--mpn .fs-wrap.multiple .fs-optgroup:not(.title),
.page-node-7159 .webform-component--mpn .fs-wrap.multiple .fs-optgroup:not(.title) {
  padding-left: .5em;
  box-sizing: border-box;
}
.page-node-7161 .webform-component--mpn .fs-wrap.multiple .fs-option .fs-option-label,
.page-node-7159 .webform-component--mpn .fs-wrap.multiple .fs-option .fs-option-label {
  padding-left: 2em;
  box-sizing: border-box;
}

.page-node-7161 .webform-component--mpn .fs-wrap.multiple .fs-option .fs-option-label,
.page-node-7159 .webform-component--mpn .fs-wrap.multiple .fs-option .fs-option-label {
  padding-left: 2em;
  box-sizing: border-box;
}
.page-node-7161 .webform-component--mpn .fs-wrap.multiple .fs-option[data-parent-level='root'] .fs-option-label,
.page-node-7159 .webform-component--mpn .fs-wrap.multiple .fs-option[data-parent-level='root'] .fs-option-label {
  padding-left: 12px;
  box-sizing: border-box;
}
.page-node-7161 #webform-component-part-number:not(.show),
.page-node-7159 #webform-component-part-number:not(.show) {
  display: none;
}


