.vtx-brf-consult-form {
	display: grid !important;
	width: 100%;
	gap: 20px !important;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	color: #404040;
	font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vtx-brf-consult-form,
.vtx-brf-consult-form * {
	box-sizing: border-box;
}

.vtx-brf-consult-form .brxe-heading,
.vtx-brf-consult-form h1,
.vtx-brf-consult-form h2,
.vtx-brf-consult-form h3 {
	margin: 0 0 24px;
	color: #404040;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	letter-spacing: 0;
}

.vtx-brf-consult-form.brxe-brf-pro-forms,
.vtx-brf-consult-form .brxe-brf-pro-forms,
.vtx-brf-consult-form form {
	display: grid;
	gap: 20px !important;
	margin: 0;
}

.vtx-contact__form-shortcode>.vtx-brf-consult-form {
	margin-top: 0;
}

.vtx-brf-consult-form .pro-forms-builder-field,
.vtx-brf-consult-form .form-group {
	position: relative;
	display: grid;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.vtx-brf-consult-form label {
	margin: 0;
	color: #4c4b4b;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0;
}

.vtx-brf-consult-form label.required::after,
.vtx-brf-consult-form .required>label::after,
.vtx-brf-consult-form .is-required>label::after,
.vtx-brf-consult-form .pro-forms-builder-field:has([data-validation*="required"])>label::after,
.vtx-brf-consult-form .form-group:has([data-validation*="required"])>label::after,
.vtx-brf-consult-form .pro-forms-builder-field:has([required])>label::after,
.vtx-brf-consult-form .form-group:has([required])>label::after {
	content: " *";
	color: #d25314;
	font-style: normal;
}

.vtx-brf-consult-form input:not([type="hidden"]):not([type="range"]):not([type="checkbox"]):not([type="radio"]),
.vtx-brf-consult-form textarea,
.vtx-brf-consult-form select,
.vtx-brf-consult-form .choices .choices__inner {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(64, 64, 64, 0.14) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.8) !important;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
	color: #4c4b4b !important;
	font: inherit !important;
	font-size: 14px !important;
	line-height: 20px !important;
	padding: 12px 16px !important;
	outline: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.vtx-brf-consult-form .vtx-brf-country-code-field {
	position: relative;
}

.vtx-brf-consult-form .vtx-brf-country-code-select {
	appearance: none !important;
	color: transparent !important;
	padding-right: 44px !important;
	text-shadow: none !important;
}

.vtx-brf-consult-form .vtx-brf-country-code-select option {
	color: #4c4b4b;
}

.vtx-brf-country-code-display {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	padding: 0 44px 0 16px;
	color: #4c4b4b;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	pointer-events: none;
	white-space: nowrap;
}

.vtx-brf-country-code-display::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 1.8px solid #8a8988;
	border-bottom: 1.8px solid #8a8988;
	transform: translateY(-65%) rotate(45deg);
}

.vtx-brf-consult-form textarea {
	min-height: 128px !important;
	border-radius: 24px !important;
	resize: vertical;
}

.vtx-brf-consult-form input::placeholder,
.vtx-brf-consult-form textarea::placeholder {
	color: #9b9a99;
	opacity: 1;
}

.vtx-brf-consult-form input:not([type="hidden"]):not([type="range"]):focus,
.vtx-brf-consult-form textarea:focus,
.vtx-brf-consult-form select:focus,
.vtx-brf-consult-form .choices.is-focused .choices__inner {
	border-color: #ff6214 !important;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1), 0 0 0 2px #fcb591 !important;
}

.vtx-brf-consult-form input[type="number"] {
	appearance: textfield;
}

.vtx-brf-consult-form input[type="number"]::-webkit-outer-spin-button,
.vtx-brf-consult-form input[type="number"]::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}

.vtx-brf-consult-form .vtx-brf-stepper input[type="number"] {
	padding-right: 96px !important;
}

.vtx-brf-stepper-input-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.vtx-brf-stepper-controls {
	position: absolute;
	right: 6px;
	top: 50%;
	display: flex;
	gap: 4px;
	height: 36px;
	transform: translateY(-50%);
}

.vtx-brf-consult-form .vtx-brf-stepper-button {
	position: relative;
	display: inline-flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid rgba(64, 64, 64, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	color: #4c4b4b;
	cursor: pointer !important;
	transition: transform 420ms ease, border-color 420ms ease, box-shadow 420ms ease;
}

.vtx-brf-consult-form .vtx-brf-stepper-button:hover,
.vtx-brf-consult-form .vtx-brf-stepper-button:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(64, 64, 64, 0.24);
	box-shadow: 0 10px 20px rgba(64, 64, 64, 0.16);
	outline: none;
}

.vtx-brf-stepper-button__label,
.vtx-brf-stepper-button__overlay {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 420ms ease, opacity 420ms ease;
}

.vtx-brf-stepper-button__label {
	transform: translateY(0);
	opacity: 1;
}

.vtx-brf-stepper-button__overlay {
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	background: #404040;
	color: #fff;
	transform: translateY(36px);
	opacity: 0;
	pointer-events: none;
}

.vtx-brf-consult-form .vtx-brf-stepper-button:hover .vtx-brf-stepper-button__label,
.vtx-brf-consult-form .vtx-brf-stepper-button:focus-visible .vtx-brf-stepper-button__label {
	transform: translateY(-36px);
	opacity: 0;
}

.vtx-brf-consult-form .vtx-brf-stepper-button:hover .vtx-brf-stepper-button__overlay,
.vtx-brf-consult-form .vtx-brf-stepper-button:focus-visible .vtx-brf-stepper-button__overlay {
	transform: translateY(0);
	opacity: 1;
}

.vtx-brf-consult-form .vtx-brf-stepper-button svg {
	width: 16px;
	height: 16px;
}

.vtx-brf-consult-form .slider {
	height: 20px;
	margin: 12px 0 4px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.vtx-brf-consult-form .noUi-target {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.vtx-brf-consult-form .noUi-base,
.vtx-brf-consult-form .noUi-connects {
	top: 50%;
	height: 6px;
	border-radius: 999px;
	background: rgba(64, 64, 64, 0.14);
	transform: translateY(-50%);
}

.vtx-brf-consult-form .noUi-connect {
	background: #fe732d;
}

.vtx-brf-consult-form .noUi-handle {
	top: 50%;
	right: -9px;
	box-sizing: border-box;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	min-height: 18px !important;
	padding: 0 !important;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #ff6214;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transform: translateY(-50%);
}

.vtx-brf-consult-form .noUi-handle::before,
.vtx-brf-consult-form .noUi-handle::after,
.vtx-brf-consult-form .noUi-tooltip,
.vtx-brf-consult-form .noUi-pips {
	display: none;
}

.vtx-brf-budget-row {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-top: 4px;
}

.vtx-brf-budget-box {
	display: block;
	width: 188px !important;
	max-width: calc(50% - 8px);
	min-width: 0;
}

.vtx-brf-budget-box>span:first-child {
	display: block;
	margin-bottom: 2px;
	color: #696968;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.vtx-brf-budget-input-wrap {
	position: relative;
	display: block;
	width: 100%;
	min-height: 40px;
	overflow: hidden;
	border: 1px solid rgba(64, 64, 64, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.vtx-brf-budget-input {
	width: 100%;
	height: 40px;
	min-height: 40px !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #4c4b4b;
	font: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 8px 80px 8px 16px !important;
	outline: none;
}

.vtx-brf-budget-input-wrap>span {
	position: absolute;
	inset-block: 0;
	right: 12px;
	display: flex;
	align-items: center;
	color: #8a8988;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
	pointer-events: none;
}

.vtx-brf-consult-form .submit-button-wrapper {
	width: 100% !important;
	margin-top: 4px !important;
}

.vtx-brf-consult-form>.brxe-block,
.vtx-brf-consult-form .submit-button-wrapper,
.vtx-brf-consult-form .submit-button-wrapper>div {
	width: 100% !important;
	max-width: none !important;
}

.vtx-brf-consult-form .submit-button-wrapper button,
.vtx-brf-consult-form button[type="submit"] {
	position: relative !important;
	display: inline-flex !important;
	min-height: 48px !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	align-items: center;
	justify-content: center;
	gap: 8px !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #ff4c2c 0%, #ff6214 23%, #ff8417 52%, #ffb217 77%, #ffda52 100%) !important;
	box-shadow: 0 18px 38px rgba(255, 98, 20, 0.18) !important;
	color: #fff !important;
	font: inherit !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	padding: 10px 20px !important;
	cursor: pointer;
	transition: transform 420ms ease, box-shadow 420ms ease;
}

.vtx-brf-consult-form .submit-button-wrapper button .text {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: inherit !important;
	white-space: nowrap;
}

.vtx-brf-consult-form .submit-button-wrapper button .text::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	-webkit-mask-image: url("../../vantixb-assets/icons/icon-right.svg");
	mask-image: url("../../vantixb-assets/icons/icon-right.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.vtx-brf-consult-form .submit-button-wrapper button .loading {
	display: none !important;
}

.vtx-article-detail__sidebar-form.vtx-brf-consult-form .submit-button-wrapper button .text::after {
	content: none;
}

.vtx-brf-consult-form .submit-button-wrapper button:hover,
.vtx-brf-consult-form .submit-button-wrapper button:focus-visible,
.vtx-brf-consult-form button[type="submit"]:hover,
.vtx-brf-consult-form button[type="submit"]:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 44px rgba(255, 98, 20, 0.24);
}

@media (max-width: 640px) {
	.vtx-brf-consult-form {
		padding: 0;
		border-radius: 0;
	}

	.vtx-brf-budget-row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.vtx-brf-budget-box {
		width: 100% !important;
		max-width: 100% !important;
	}
}


.noUi-horizontal .noUi-handle {
	right: -15px !important;
	top: 3px !important;
}
