/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 13:58:28 */
.ff-default .ff-el-form-control {
  border: 0px !important;
}
.ff-el-group {
  color: #FFF;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
  font-weight: 500;
}
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style.wpf_has_custom_css {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 0px 24px;
}
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style.wpf_has_custom_css {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 7px 24px;
  font-weight: 700;
}
.fluentform .button-arrows {
  line-height: 0px;
}
.ff_btn_style:hover {
  opacity: 1 !important;
}
.fluentform .ff-text-right {
  display: flex;
  justify-content: flex-end;
}
.ff-message-success {
  border: 1px solid #295179;
  color: #FFF;
  font-size: 16px;
}
.fluentform .ff-dropzone .ff_upload_btn.ff-btn {
  background: rgba(209, 223, 87, 0.16) !important;
  border: 1px dashed #D1DF57 !important;
  color: #FFF !important;
}
.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover {
  background: #D1DF574D !important;
}
