/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2025 | 07:03:27 */
.fluentform {
  /*
	* Label
	*/
  /*
	* @Input
	*/
  /*
	* @ Select
	*/
  /*
	* @ Checkbox
	*/
  /*
	* File upload
	*/
  /*
	* @ Submit
	*/
}
.fluentform label:not(.ff-el-input--content label) {
  font-size: 14px;
  color: var(--label-color, #333);
  cursor: pointer;
  display: block;
  font-family: var(--wp--custom--font-family--headline);
  line-height: 1;
  margin-bottom: 4px;
}
.fluentform input.ff-el-form-control, .fluentform textarea.ff-el-form-control, .fluentform select.ff-el-form-control {
  border-radius: 4px;
  border: 1px solid #e1e1e8;
  font-family: var(--wp--custom--font-family--body);
  height: 48px;
  line-height: 2;
  text-indent: 8px;
  font-size: 14px;
}
.fluentform textarea.ff-el-form-control {
  height: 96px;
}
.fluentform select.ff-el-form-control {
  border-color: #e1e1e8;
  border-width: 1px;
  border-radius: 4px;
  border: 1px solid;
  font-family: var(--wp--custom--font-family--body);
  height: 48px !important;
  line-height: 2;
  text-indent: 8px;
  font-size: 14px;
}
.fluentform .ff-el-form-check {
  cursor: pointer;
  /*
		span:before {
			content: "";
			display: block;
			background-color: #fff;
			border: 2px solid #d9d9d9;
			border-radius: 4px;
			height: 23px;
			margin-right: 10px;
			min-width: 23px;
			position: relative;
			transition: all 0.2s ease-in-out;
			width: 23px !important;
			border-radius: 4px;
		}

		&:hover {
			span:before {
				box-shadow: 0 0 1px 2px rgba(245, 199, 163, 0.2);
			}
		}
		*/
  /*
		* Selected
		*/
}
.fluentform .ff-el-form-check .ff_tc_label {
  display: flex !important;
}
.fluentform .ff-el-form-check.ff_item_selected {
  /*
			span:before {
				background-color: var(--wp--preset--color--contrast);
				border-color: var(--wp--preset--color--contrast);
				&:after {
					content: "";
					display: block;
					border-bottom: 2px solid #fff;
					border-right: 2px solid #fff;
					content: "";
					display: block;
					height: 9px;
					left: 7px;
					position: absolute;
					top: 3px;
					transform: rotate(45deg);
					width: 3px;
				}
			}
			*/
}
.fluentform .ff_upload_btn.ff-btn {
  background: #e1e1e8;
  color: black;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.fluentform .ff-btn-submit {
  border: 0px solid transparent;
  background-color: var(--wp--preset--color--primary);
  border-radius: 8px;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.fluentform .ff-btn-submit:hover {
  opacity: 80%;
}
.ff-message-success {
  box-shadow: none;
  border: 0px solid transparent;
  color: var(--wp--preset--color--contrast, black);
  font-weight: bold;
  padding: 0;
  margin: 16px 0;
}
