/* contact form 7 */
.wpcf7-file {
  display: none !important;
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 0 1.5em !important;
  padding: 1.2rem 1.6rem !important;
  border-radius: 8px !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}

/* Thông báo thành công - màu xanh nhạt */
.wpcf7-mail-sent-ok {
  background: #E8F4F8 !important;
  color: #0C5776 !important;
  border: 1px solid #B8DDE8 !important;
}

/* Thông báo lỗi - màu đỏ nhạt */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: #FFEBE8 !important;
  color: #C41E1E !important;
  border: 1px solid #F5C2C7 !important;
}

/* Thông báo đang gửi - màu vàng nhạt */
.wpcf7-spam-blocked {
  background: #FFF8E1 !important;
  color: #856404 !important;
  border: 1px solid #FFE69C !important;
}

.wpcf7-not-valid-tip {
  margin-top: 4px !important;
}

.wpcf7-form-control.wpcf7-submit {
  text-align: center;
}

.container-submit {
  margin-top: 40px !important;
}

.wpcf7-response-output {
  margin-bottom: 0 !important;
}

.text_widget .wpcf7,
.text_widget .wpcf7 input,
.text_widget .wpcf7 select,
.text_widget .wpcf7 textarea,
.text_widget .wpcf7 button,
.text_widget .wpcf7 label,
.text_widget .wpcf7 ::placeholder {
  font-family: "Inter", sans-serif !important;
}

.tg_content_partnerform_general_form_group_inner {
  position: relative;
}

.partner_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partner_loading i {
  font-style: normal;
}