/*
 * Shared styling for the General Inquiry / Request a Quote Gravity Forms.
 */
 .gform_legacy_markup_wrapper .gform_heading h3.gform_title {
	font-size: 55px;
}
.nomis-gform .gform-theme--framework {
	--gf-ctrl-placeholder-color: var(--gf-ctrl-color);
}
.nomis-gform ::placeholder {
	color: #28404E;
	opacity: 1;
}
.nomis-gform .ginput_container_date {
	display: flex;
	gap: 8px;
}
.nomis-gform .ginput_container_date .ui-datepicker-trigger {
	margin-top: 12px;
}
.nomis-gform .ginput_container_date input {
	width: 100%;
	flex: 1 1 auto;
}
.nomis-gform .ginput_container_date img {
	flex: none;
	width: 20px;
	height: 20px;
}

.nomis-gform .gfield_radio input[type=radio]{
	margin: 0 6px 0 0 !important;
}

.nomis-gform select {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2328404E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
	background-size: 16px !important;
	padding-right: 0 !important;
	width: 100%;
}

.nomis-gform .gf-textarea-fixed-rows textarea {
	height: 130px;
	overflow-y: auto;
}

.nomis-gform .gquote-hidden-list {
	display: none !important;
}
.nomis-gform .gquote-picker-field,
.nomis-gform .gquote-picker-add-wrap {
	display: inline-block;
	vertical-align: bottom;
	float: none;
	clear: none;
}
.nomis-gform .gquote-picker-field {
	width: 72%;
}
.nomis-gform .gquote-picker-add-wrap {
	width: 28%;
	margin: 0 0 16px;
}
.nomis-gform .gquote-picker-add-wrap .gform-field-label,
.nomis-gform .gquote-picker-add-wrap label {
	visibility: hidden;
}
.nomis-gform .gquote-picker-add {
	height: 39px;
	white-space: nowrap;
	width: 100%;
}
.nomis-gform .gquote-rows {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 12px;
}
.nomis-gform .gquote-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border: 1px solid #dfe4e7;
	border-radius: 8px;
	background: #f8fafb;
}
.nomis-gform .gquote-row-name {
	flex: 1 1 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.nomis-gform .gquote-row-qty {
	flex: none;
	width: 64px;
}
.nomis-gform .gquote-row-remove {
	flex: none;
	width: 28px;
	height: 28px;
	border: 1px solid #dfe4e7;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	line-height: 1;
}
.nomis-gform .gquote-row input[type=number] {
	margin: 0;
}
@media (max-width: 900px) {
	.nomis-gform .gquote-picker-field {
		padding-right: 16px;
	}
	.nomis-gform .gquote-picker-add-wrap {
		width: 28%;
	}
}
