.rb-technical-support-form {
	box-sizing: border-box;
	color: #656565;
	margin-right: auto;
	margin-left: 0;
	text-align: left;
	width: 100%;
}

.rb-technical-support-form *,
.rb-technical-support-form *::before,
.rb-technical-support-form *::after {
	box-sizing: border-box;
}

.rb-technical-support-form__header {
	margin: 0 0 clamp(48px, 4vw, 72px);
	text-align: left !important;
}

.rb-technical-support-form__header h2 {
	margin: 0 0 22px;
	color: #666;
	font-size: clamp(40px, 3.2vw, 54px);
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: 0;
	text-align: left !important;
}

.rb-technical-support-form__header p {
	margin: 0;
	color: #666;
	font-size: clamp(18px, 1.15vw, 21px);
	font-weight: 500;
	line-height: 1.55;
	text-align: left !important;
}

.rb-technical-support-form__body {
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
	width: 100%;
}

.rb-technical-support-form__body .wpcf7,
.rb-technical-support-form__body form,
.rb-technical-support-form__body .leon-cf7-support-form {
	margin: 0;
	max-width: none;
	width: 100%;
}

#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .form-section-title,
body .rb-technical-support-form__body .leon-cf7-support-form .form-section-title {
	clear: both;
	color: #656565;
	display: block;
	font-size: clamp(34px, 2.45vw, 44px) !important;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 clamp(28px, 2.2vw, 42px) !important;
	padding: 0;
	text-align: left !important;
}

#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .form-section-title.section-gap,
body .rb-technical-support-form__body .leon-cf7-support-form .form-section-title.section-gap {
	margin-top: clamp(76px, 6vw, 112px) !important;
}

.rb-technical-support-form__body .leon-cf7-support-form .form-section-title span {
	color: #656565;
	font-size: 1em !important;
	font-weight: 700;
}

.rb-technical-support-form__body .leon-cf7-support-form .form-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	box-shadow: none;
	display: block;
	margin: 0 !important;
	overflow: hidden;
	padding: clamp(32px, 3.1vw, 48px) clamp(30px, 3vw, 48px) !important;
	width: 100%;
}

.rb-technical-support-form__body .leon-cf7-support-form .form-card.last-sec {
	margin-bottom: clamp(44px, 4vw, 64px) !important;
}

.rb-technical-support-form__body .leon-cf7-support-form .form-grid {
	column-gap: clamp(42px, 5.2vw, 86px) !important;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	row-gap: clamp(40px, 3.8vw, 60px) !important;
	width: 100%;
}

.rb-technical-support-form__body .leon-cf7-support-form .form-field {
	margin: 0;
	min-width: 0;
}

.rb-technical-support-form__body .leon-cf7-support-form .form-field.full,
.rb-technical-support-form__body .leon-cf7-support-form .form-field.col-span-2 {
	grid-column: 1 / -1;
}

#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .form-field label,
body .rb-technical-support-form__body .leon-cf7-support-form .form-field label,
#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .consent-label,
body .rb-technical-support-form__body .leon-cf7-support-form .consent-label {
	color: #656565;
	display: block;
	font-size: clamp(23px, 1.55vw, 28px) !important;
	font-weight: 800 !important;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 16px !important;
	text-align: left !important;
}

.rb-technical-support-form__body .leon-cf7-support-form .req,
.rb-technical-support-form__body .leon-cf7-support-form .form-section-title .req {
	color: #e53b32;
	font-weight: 800;
}

.rb-technical-support-form__body .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.rb-customer-support-form .rb-field-format-error {
	color: #d63638;
	display: block;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.45;
	margin-top: 8px;
}

.rb-customer-support-form .rb-field-format-error[hidden] {
	display: none !important;
}

.rb-technical-support-form__body input[type="text"],
.rb-technical-support-form__body input[type="email"],
.rb-technical-support-form__body input[type="tel"],
.rb-technical-support-form__body input[type="url"],
.rb-technical-support-form__body input[type="date"],
.rb-technical-support-form__body input[type="number"],
.rb-technical-support-form__body select,
.rb-technical-support-form__body textarea {
	background: #f3f3f5 !important;
	border: 0 !important;
	border-radius: 18px !important;
	box-shadow: none !important;
	color: #555;
	font-size: clamp(17px, 1.08vw, 20px) !important;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.45 !important;
	min-height: 58px !important;
	padding: 15px 22px !important;
	transition: box-shadow 0.16s ease, background-color 0.16s ease;
	width: 100% !important;
}

.rb-technical-support-form__body input[type="text"],
.rb-technical-support-form__body input[type="email"],
.rb-technical-support-form__body input[type="tel"],
.rb-technical-support-form__body input[type="url"],
.rb-technical-support-form__body input[type="date"],
.rb-technical-support-form__body input[type="number"],
.rb-technical-support-form__body select {
	height: 58px !important;
}

.rb-technical-support-form__body input::placeholder,
.rb-technical-support-form__body textarea::placeholder {
	color: #656565;
	opacity: 0.95;
}

.rb-technical-support-form__body input[type="text"]:focus,
.rb-technical-support-form__body input[type="email"]:focus,
.rb-technical-support-form__body input[type="tel"]:focus,
.rb-technical-support-form__body input[type="url"]:focus,
.rb-technical-support-form__body input[type="date"]:focus,
.rb-technical-support-form__body input[type="number"]:focus,
.rb-technical-support-form__body select:focus,
.rb-technical-support-form__body textarea:focus {
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(229, 59, 50, 0.16) !important;
	outline: 0;
}

.rb-technical-support-form__body select:disabled {
	cursor: not-allowed;
	opacity: 0.62;
}

.rb-customer-support-form[data-region-groups] .rb-region-selects {
	background: #fff;
	border: 0;
	border-radius: 14px;
	display: grid;
	gap: 10px 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	padding: 0;
}

.rb-customer-support-form[data-region-groups] .rb-region-selects__item {
	grid-column: auto !important;
	min-width: 0;
}

.rb-customer-support-form[data-region-groups] .rb-region-selects .rb-region-select {
	background-color: #fff !important;
	border: 1px solid #d7d7d7 !important;
	border-radius: 12px !important;
	box-shadow: 0 1px 2px rgba(27, 31, 36, 0.04) !important;
	width: 100%;
}

.rb-customer-support-form[data-region-groups] .rb-region-selects .rb-region-select:hover {
	border-color: #aeb3b8 !important;
}

.rb-customer-support-form[data-region-groups] .rb-region-selects .rb-region-select:focus {
	box-shadow: 0 0 0 3px rgba(229, 59, 50, 0.12) !important;
}

.rb-customer-support-form[data-region-groups] .rb-region-selects__hint {
	color: #777 !important;
	font-size: 12px !important;
	grid-column: 1 / -1;
	line-height: 1.4 !important;
	margin: 0 !important;
}

.rb-customer-support-form[data-region-groups] .rb-region-selects .rb-region-select:disabled {
	background: #fff !important;
	border-color: #dedede !important;
	box-shadow: none !important;
	color: #8a8a8a !important;
	opacity: 1;
}

/* Searchable country/city picker. The native selects remain in the form so
 * existing validation and submitted values keep the same contract. */
.rb-customer-support-form[data-region-groups] .rb-form-card--region-picker {
	overflow: visible;
}

.rb-customer-support-form[data-region-groups] .rb-region-field--enhanced,
.rb-customer-support-form[data-region-groups] .rb-region-selects__item {
	position: relative;
}

.rb-customer-support-form[data-region-groups] .rb-region-selects__item:focus-within {
	z-index: 30;
}

.rb-customer-support-form[data-region-groups] .rb-region-select.rb-region-select--enhanced {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	min-height: 1px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker {
	position: relative;
	width: 100%;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__trigger {
	align-items: center;
	appearance: none;
	background: #fff !important;
	border: 1px solid #d7d7d7 !important;
	border-radius: 12px !important;
	box-shadow: 0 1px 2px rgba(27, 31, 36, 0.04) !important;
	color: #777 !important;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: clamp(17px, 1.08vw, 20px) !important;
	font-weight: 500;
	gap: 12px;
	height: 58px;
	justify-content: space-between;
	line-height: 1.35 !important;
	margin: 0 !important;
	min-height: 58px;
	padding: 0 18px 0 20px !important;
	text-align: left;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
	width: 100%;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__trigger.has-value {
	color: #444 !important;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__trigger:hover:not(:disabled) {
	border-color: #aeb3b8 !important;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__trigger:focus-visible,
.rb-customer-support-form[data-region-groups] .rb-region-picker.is-open .rb-region-picker__trigger {
	border-color: #e53b32 !important;
	box-shadow: 0 0 0 3px rgba(229, 59, 50, 0.12) !important;
	outline: 0;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker.is-invalid .rb-region-picker__trigger {
	border-color: #d63638 !important;
	box-shadow: 0 0 0 3px rgba(214, 54, 56, 0.12) !important;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__value {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__icon {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	color: #74787d;
	flex: 0 0 9px;
	height: 9px;
	margin: -4px 2px 0 0;
	transform: rotate(45deg);
	transition: transform 160ms ease, margin 160ms ease;
	width: 9px;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker.is-open .rb-region-picker__icon {
	margin-top: 4px;
	transform: rotate(225deg);
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__trigger:disabled {
	background: #f6f6f7 !important;
	border-color: #dedede !important;
	box-shadow: none !important;
	color: #9a9a9a !important;
	cursor: not-allowed;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__popup {
	background: #fff;
	border: 1px solid rgba(101, 101, 101, 0.18);
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(24, 30, 38, 0.16);
	left: 0;
	margin-top: 8px;
	overflow: hidden;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 100;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker.is-upward .rb-region-picker__popup {
	bottom: 100%;
	margin: 0 0 8px;
	top: auto;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__search-wrap {
	padding: 4px 4px 8px;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__search-wrap::before {
	border: 2px solid #777;
	border-radius: 50%;
	content: '';
	height: 11px;
	left: 20px;
	pointer-events: none;
	position: absolute;
	top: 22px;
	width: 11px;
	z-index: 1;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__search-wrap::after {
	background: #777;
	content: '';
	height: 2px;
	left: 31px;
	pointer-events: none;
	position: absolute;
	top: 34px;
	transform: rotate(45deg);
	width: 7px;
	z-index: 1;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__search {
	appearance: none;
	background: #f5f5f6 !important;
	border: 1px solid transparent !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	color: #444 !important;
	font-family: inherit;
	font-size: 15px !important;
	height: 44px !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	min-height: 44px !important;
	padding: 10px 36px 10px 42px !important;
	width: 100% !important;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__search:focus {
	background: #fff !important;
	border-color: #e53b32 !important;
	box-shadow: 0 0 0 3px rgba(229, 59, 50, 0.1) !important;
	outline: 0;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__search::-webkit-search-cancel-button {
	cursor: pointer;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__list {
	max-height: min(300px, calc(100vh - 220px));
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 2px;
	scrollbar-color: #c2c5c9 transparent;
	scrollbar-width: thin;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__option {
	align-items: center;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 9px !important;
	box-shadow: none !important;
	color: #4f5358 !important;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 15px !important;
	font-weight: 500;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.35 !important;
	margin: 0 !important;
	min-height: 42px;
	padding: 10px 12px !important;
	text-align: left;
	width: 100%;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__option:hover,
.rb-customer-support-form[data-region-groups] .rb-region-picker__option:focus-visible {
	background: #f4f4f5 !important;
	color: #2f3337 !important;
	outline: 0;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__option.is-selected {
	background: rgba(229, 59, 50, 0.08) !important;
	color: #c9362e !important;
	font-weight: 700;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__option-check {
	border-bottom: 2px solid #e53b32;
	border-right: 2px solid #e53b32;
	display: none;
	flex: 0 0 7px;
	height: 12px;
	margin: -3px 3px 0 0;
	transform: rotate(45deg);
	width: 7px;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__option.is-selected .rb-region-picker__option-check {
	display: block;
}

.rb-customer-support-form[data-region-groups] .rb-region-picker__empty {
	color: #777 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	padding: 22px 12px !important;
	text-align: center;
}

.rb-customer-support-form[data-region-groups].rainbow-report-center--form-only .rb-region-picker__trigger {
	border-color: rgba(101, 101, 101, 0.24) !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	height: 40px;
	min-height: 40px;
	padding: 0 12px !important;
}

/* Keep the planned-region selector alongside its related business field. */
@media only screen and (min-width: 768px) {
	.rb-customer-support-form[data-region-mode="planned"] .form-grid.cols-2 .rb-adoption-name-field {
		grid-column: 1 !important;
		grid-row: 2;
	}

	.rb-customer-support-form[data-region-mode="planned"] .form-grid.cols-2 .rb-adoption-homepage-field {
		grid-column: 2 !important;
		grid-row: 2;
	}
}

@media only screen and (min-width: 1000px) {
	.rb-customer-support-form[data-region-mode="planned"] .form-grid.cols-2 .rb-planned-region-anchor {
		grid-column: 1 !important;
	}

	.rb-customer-support-form[data-region-mode="planned"] .form-grid.cols-2 .rb-region-field--planned {
		grid-column: 2 !important;
	}
}

.rb-customer-support-form--education .rb-education-custom-training-fields[hidden] {
	display: none !important;
}

.rb-customer-support-form--education .rb-education-robot-availability,
.rb-customer-support-form--education .rb-education-date-message {
	color: #777;
	font-size: clamp(14px, 0.9vw, 17px);
	line-height: 1.5;
	margin: 10px 0 0;
}

.rb-customer-support-form--education .rb-education-robot-availability strong {
	color: #656565;
}

.rb-customer-support-form--education select[name="robot_type"] option:disabled {
	color: #a7a7a7;
}

.rb-customer-support-form--education .rb-education-date-is-closed .rb-education-date-message {
	color: #d0362d;
}

/* The custom picker opens from the field itself, so hide the browser date icon. */
.rb-customer-support-form--education input[name="date-313"]::-webkit-calendar-picker-indicator {
	display: none;
}

/* Text date fields (CF7 `class:rb-date`) have no native control, so the calendar
   affordance is drawn here. Field padding/background come from the theme's
   .rainbow-report-center__form-body rules, so these are !important longhands to
   survive whichever wrapper the form is rendered in. */
.rb-customer-support-form input[type="text"].rb-date {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23656565' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.25' y='5' width='17.5' height='15.75' rx='3.25'/%3E%3Cpath d='M8 2.75v4.5M16 2.75v4.5M3.25 10.5h17.5'/%3E%3C/svg%3E") !important;
	background-position: right 12px center !important;
	background-repeat: no-repeat !important;
	background-size: 18px 18px !important;
	cursor: pointer;
	padding-right: 38px !important;
}

.rb-customer-support-form input[type="text"].rb-date:focus {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e53b32' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.25' y='5' width='17.5' height='15.75' rx='3.25'/%3E%3Cpath d='M8 2.75v4.5M16 2.75v4.5M3.25 10.5h17.5'/%3E%3C/svg%3E") !important;
}

/* Shared calendar skin for customer-support date fields. Used by the education
   schedule picker (the native calendar cannot disable individual dates) and by
   text date fields that need a fixed YYYY.MM.DD display. */
/* Sized to match the browser's own date picker (~280px wide, ~28px day cells)
   rather than the form field, so it reads as a native control. */
#ui-datepicker-div.rb-cs-datepicker {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 10px 26px rgba(31, 41, 55, 0.14);
	box-sizing: border-box;
	color: #2d3139;
	font-family: inherit;
	padding: 10px;
	width: min(280px, calc(100vw - 24px));
	z-index: 100000 !important;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-header {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #2d3139;
	font-weight: 800;
	min-height: 32px;
	padding: 2px 32px 8px;
	position: relative;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-title {
	align-items: center;
	display: flex;
	font-size: 14px;
	gap: 4px;
	justify-content: center;
	line-height: 26px;
	margin: 0;
	text-align: center;
}

/* Month and year pickers. The unstyled selects inherit the theme's control look
   rather than the browser default, so the header matches the form fields. */
#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-title select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #f3f3f5;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%232d3139' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
	background-position: right 7px center;
	background-repeat: no-repeat;
	background-size: 10px 7px;
	border: 0;
	border-radius: 7px;
	box-shadow: none;
	color: #2d3139;
	cursor: pointer;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	height: 28px;
	line-height: 28px;
	margin: 0;
	max-width: 104px;
	padding: 0 22px 0 8px;
	width: auto;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-title select:focus {
	box-shadow: 0 0 0 2px rgba(229, 59, 50, 0.28);
	outline: 0;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-prev,
#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-next {
	align-items: center;
	border-radius: 7px;
	cursor: pointer;
	display: flex;
	height: 28px;
	justify-content: center;
	position: absolute;
	top: 2px;
	width: 28px;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-prev {
	left: 0;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-next {
	right: 0;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-prev:hover,
#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-next:hover {
	background: #f5f6f8;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-prev span,
#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-next span {
	background: none;
	display: block;
	font-size: 0;
	height: auto;
	left: auto;
	margin: 0;
	overflow: visible;
	position: static;
	text-indent: 0;
	top: auto;
	width: auto;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-prev span::before {
	content: '‹';
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-next span::before {
	content: '›';
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-calendar {
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0;
	width: 100%;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-calendar th {
	color: #8a9099;
	font-size: 11px;
	font-weight: 700;
	padding: 0 0 4px;
	text-align: center;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-calendar td {
	padding: 0;
	text-align: center;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-calendar td a,
#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-calendar td span {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 7px;
	box-sizing: border-box;
	color: #3f4650;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	height: 28px;
	justify-content: center;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:not(.ui-state-active) {
	box-shadow: inset 0 0 0 1px #e53b32;
	color: #d0362d;
}

/* Selectable days highlight on hover. Education marks its own cells unavailable;
   every other day in the month is selectable, so key off the disabled state. */
#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled):not(.rb-education-date-unavailable) a:hover,
#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
	background: #e53b32;
	box-shadow: none;
	color: #fff;
}

#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-calendar td.ui-state-disabled span,
#ui-datepicker-div.rb-cs-datepicker .ui-datepicker-calendar td.rb-education-date-unavailable span {
	background: #f5f6f8;
	color: #c2c7cf;
	cursor: not-allowed;
}

@media (max-width: 480px) {
	#ui-datepicker-div.rb-cs-datepicker {
		border-radius: 11px;
		padding: 9px;
	}
}

.rb-customer-support-form--education .rb-education-course-coming-soon,
.rb-customer-support-form--education .rb-education-course-coming-soon label {
	cursor: not-allowed !important;
}

#ajax-content-wrap .rb-customer-support-form--education .rb-education-course-coming-soon label,
body .rb-customer-support-form--education .rb-education-course-coming-soon label {
	color: #a0a0a0 !important;
}

.rb-customer-support-form--education .rb-education-course-coming-soon input[type="radio"] {
	border-color: #bcbcbc !important;
	cursor: not-allowed !important;
	opacity: 0.6;
}

/*
 * The shared Rainbow Company stylesheet expands the third field in every
 * form grid. Keep the education affiliation fields in deliberate two-column
 * rows: company/affiliation, name/title, phone/email.
 */
@media (min-width: 691px) {
	#ajax-content-wrap .rb-customer-support-form--education .leon-cf7-support-form .form-card:not(.last-sec) > .form-grid:first-of-type > .form-field:nth-child(3),
	body .rb-customer-support-form--education .leon-cf7-support-form .form-card:not(.last-sec) > .form-grid:first-of-type > .form-field:nth-child(3) {
		grid-column: 1 !important;
		grid-row: 2;
	}

	#ajax-content-wrap .rb-customer-support-form--education .leon-cf7-support-form .form-card:not(.last-sec) > .form-grid:first-of-type > .form-field:nth-child(4),
	body .rb-customer-support-form--education .leon-cf7-support-form .form-card:not(.last-sec) > .form-grid:first-of-type > .form-field:nth-child(4) {
		grid-column: 2 !important;
		grid-row: 2;
	}

	#ajax-content-wrap .rb-customer-support-form--education .leon-cf7-support-form .form-card:not(.last-sec) > .form-grid:first-of-type > .form-field:nth-child(5),
	body .rb-customer-support-form--education .leon-cf7-support-form .form-card:not(.last-sec) > .form-grid:first-of-type > .form-field:nth-child(5) {
		grid-column: 1;
		grid-row: 3;
	}

	#ajax-content-wrap .rb-customer-support-form--education .leon-cf7-support-form .form-card:not(.last-sec) > .form-grid:first-of-type > .form-field:nth-child(6),
	body .rb-customer-support-form--education .leon-cf7-support-form .form-card:not(.last-sec) > .form-grid:first-of-type > .form-field:nth-child(6) {
		grid-column: 2;
		grid-row: 3;
	}
}

.rb-technical-support-form__body textarea {
	min-height: clamp(230px, 19vw, 310px) !important;
	resize: vertical;
}

.rb-technical-support-form__body .leon-cf7-support-form .form-divider {
	border-top: 1px solid #999;
	height: 0;
	margin: clamp(50px, 4.4vw, 70px) 0 !important;
	width: 100%;
}

.rb-technical-support-form__body .leon-cf7-support-form > .form-divider {
	margin: clamp(44px, 4vw, 64px) 0 !important;
}

.rb-technical-support-form__body .leon-cf7-support-form .file-field {
	margin-top: clamp(28px, 2.8vw, 42px);
}

.rb-technical-support-form__body .leon-cf7-support-form .file-field .rb-contact-file-label__title,
.rb-technical-support-form__body .leon-cf7-support-form .file-field .rb-contact-file-label__notice {
	display: block;
}

.rb-technical-support-form__body .leon-cf7-support-form .file-field .rb-contact-file-label__title {
	color: #525252;
	font-size: clamp(15px, 0.95vw, 18px);
	font-weight: 700;
	line-height: 1.3;
}

.rb-technical-support-form__body .leon-cf7-support-form .file-field .rb-contact-file-label__notice {
	margin-top: 6px;
	color: #777;
	font-size: clamp(12px, 0.78vw, 14px);
	font-weight: 400;
	line-height: 1.45;
}

.rb-technical-support-form__body .leon-cf7-support-form .file-field input[type="file"] {
	background: #f3f3f5 !important;
	border: 0 !important;
	border-radius: 18px !important;
	color: #555;
	display: block;
	font-size: clamp(15px, 0.95vw, 18px);
	min-height: 58px;
	padding: 0 0 0 18px !important;
	width: 100%;
}

.rb-technical-support-form__body .leon-cf7-support-form .file-field input[type="file"]::file-selector-button {
	background: #4f4f4f;
	border: 0;
	border-radius: 0 18px 18px 0;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: clamp(16px, 1vw, 20px);
	font-weight: 800;
	height: 58px;
	margin: 0 0 0 18px;
	min-width: 200px;
	padding: 0 34px;
}

.rb-technical-support-form__body .leon-cf7-support-form .radio-inline .wpcf7-form-control,
.rb-technical-support-form__body .leon-cf7-support-form .consent-control .wpcf7-form-control {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 26px 48px !important;
}

.rb-technical-support-form__body .leon-cf7-support-form .wpcf7-list-item {
	margin: 0;
}

#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .radio-inline .wpcf7-list-item label,
body .rb-technical-support-form__body .leon-cf7-support-form .radio-inline .wpcf7-list-item label,
#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .consent-control .wpcf7-list-item label,
body .rb-technical-support-form__body .leon-cf7-support-form .consent-control .wpcf7-list-item label {
	align-items: center;
	color: #000;
	cursor: pointer;
	display: inline-flex;
	font-size: clamp(22px, 1.4vw, 27px) !important;
	font-weight: 800 !important;
	gap: 13px;
	line-height: 1.2;
	margin: 0 !important;
	white-space: nowrap;
}

.rb-technical-support-form__body .leon-cf7-support-form input[type="radio"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	background: #fff !important;
	border: 1px solid #777 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	cursor: pointer;
	display: inline-grid;
	flex: 0 0 48px;
	height: 48px !important;
	margin: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	place-content: center;
	width: 48px !important;
}

.rb-technical-support-form__body .leon-cf7-support-form input[type="radio"]::before {
	background: #e53b32;
	border-radius: 50%;
	box-shadow: 0 0 0 9px #fff, 0 0 0 10px #e53b32;
	content: "";
	display: block;
	height: 28px;
	transform: scale(0);
	transition: transform 0.12s ease;
	width: 28px;
}

.rb-technical-support-form__body .leon-cf7-support-form input[type="radio"]:checked {
	border-color: #e53b32 !important;
}

.rb-technical-support-form__body .leon-cf7-support-form input[type="radio"]:checked::before {
	transform: scale(1);
}

.rb-technical-support-form__body .leon-cf7-support-form .consent-group {
	display: grid;
	gap: 28px;
	margin: clamp(54px, 4.6vw, 74px) 0 0;
}

.rb-technical-support-form__body .leon-cf7-support-form .consent-row {
	align-items: center;
	display: grid;
	gap: 18px clamp(36px, 5vw, 86px);
	grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
}

.rb-technical-support-form__body .leon-cf7-support-form .consent-label {
	margin-bottom: 0 !important;
}

.rb-technical-support-form__body .leon-cf7-support-form .submit-wrap {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin: clamp(46px, 4vw, 64px) 0 0;
}

#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .submit-wrap .nectar-button,
body .rb-technical-support-form__body .leon-cf7-support-form .submit-wrap .nectar-button {
	align-items: center;
	background: transparent !important;
	color: #656565 !important;
	display: inline-flex;
	font-size: clamp(26px, 1.7vw, 34px) !important;
	font-weight: 800;
	gap: 12px;
	height: auto !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.rb-technical-support-form__body .leon-cf7-support-form .submit-wrap input[type="submit"] {
	background: transparent !important;
	border: 0 !important;
	color: inherit !important;
	cursor: pointer;
	font: inherit !important;
	height: auto !important;
	line-height: inherit !important;
	min-height: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.rb-technical-support-form__body .wpcf7-spinner {
	margin-left: 12px;
}

.rb-technical-support-form__body .wpcf7-not-valid-tip {
	margin-top: 8px;
	font-size: 14px;
}

.rb-technical-support-form__body .wpcf7-response-output {
	margin: 24px 0 0;
	border-radius: 8px;
	font-size: 16px;
}

.rb-technical-support-form--empty {
	padding: 24px;
	border: 1px dashed #bbb;
	border-radius: 8px;
	background: #fff;
	color: #666;
	font-weight: 700;
}



.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-card {
	border-radius: 8px;
	padding: clamp(8px, 0.4vw, 12px);
}

.rb-customer-support-form.rainbow-report-center--form-only .rb-customer-support-form__header {
	margin:0 0 clamp(38px, 2.8vw, 52px);
}

.rb-customer-support-form.rainbow-report-center--form-only .rb-customer-support-form__header .rainbow-support-process__title {
	color: #656565;
	font-size: clamp(30px, 2.15vw, 40px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	word-break: keep-all;
}

.rb-customer-support-form.rainbow-report-center--form-only .rb-customer-support-form__description.rainbow-support-process__description {
	color: #656565;
	font-size: clamp(16px, 1.05vw, 20px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
	word-break: keep-all;
}

.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-card {
	border-color: rgba(101, 101, 101, 0.14);
	box-shadow: 0 16px 34px rgba(30, 34, 40, 0.055);
	gap: clamp(18px, 1.8vw, 28px);
}

.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-card > .form-field,
.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-grid .form-field {
	margin-bottom: 0;
}

#ajax-content-wrap .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title,
body .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title {
	border-bottom: 0 !important;
	color: #656565;
	display: block;
	font-size: clamp(22px, 1.8vw, 34px) !important;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 clamp(20px, 1.6vw, 30px) !important;
	padding-bottom: 0;
	text-align: left !important;
}

#ajax-content-wrap .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title.section-gap,
body .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title.section-gap {
	margin-top: clamp(44px, 4vw, 72px) !important;
}

#ajax-content-wrap .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title::before,
body .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title::before,
#ajax-content-wrap .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title::after,
body .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title::after {
	content: none !important;
	display: none !important;
}

#ajax-content-wrap .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title span,
body .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title span {
	color: #656565;
	font-size: 0.48em !important;
	font-weight: 700;
}

@media only screen and (min-width: 1000px) {
	#ajax-content-wrap .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title:not(.section-gap),
	body .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title:not(.section-gap) {
		grid-column: 1;
		grid-row: 1;
		margin-top: 0 !important;
	}

	#ajax-content-wrap .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title.section-gap,
	body .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title.section-gap {
		grid-column: 2;
		grid-row: 1;
		margin-top: 0 !important;
	}

	#ajax-content-wrap .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-card:not(.last-sec),
	body .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-card:not(.last-sec) {
		grid-column: 1;
		grid-row: 2;
	}

	#ajax-content-wrap .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-card.last-sec,
	body .rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-card.last-sec {
		grid-column: 2;
		grid-row: 2;
	}

	#ajax-content-wrap .rb-customer-support-form--education.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title.section-gap,
	body .rb-customer-support-form--education.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title.section-gap,
	#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title.section-gap,
	body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title.section-gap {
		grid-column: 1;
		grid-row: 1;
	}

	#ajax-content-wrap .rb-customer-support-form--education.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title:not(.section-gap),
	body .rb-customer-support-form--education.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title:not(.section-gap),
	#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title:not(.section-gap),
	body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title:not(.section-gap) {
		grid-column: 2;
		grid-row: 1;
	}
}

.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form {
	--rb-support-card-item-gap: clamp(20px, 1.8vw, 28px);
	align-items: stretch;
	display: flex !important;
	flex-direction: column;
	gap: clamp(24px, 2vw, 34px);
	margin: 0 auto;
	max-width: none;
	width: 100%;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title,
#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title.section-gap,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title.section-gap {
	align-self: stretch;
	grid-column: auto !important;
	grid-row: auto !important;
	margin: clamp(10px, 1.4vw, 18px) 0 0 !important;
	max-width: none;
	text-align: left !important;
	width: 100%;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title:first-child,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-section-title:first-child {
	margin-top: 0 !important;
}

.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-card {
	border-color: rgba(101, 101, 101, 0.12);
	border-radius: 12px;
	box-shadow: 0 14px 32px rgba(25, 31, 38, 0.045);
	display: flex;
	flex-direction: column;
	gap: var(--rb-support-card-item-gap);
	grid-column: auto !important;
	grid-row: auto !important;
	height: auto !important;
	min-height: 0;
	padding: clamp(28px, 2.6vw, 40px) !important;
}

/* Keep direct form items and education-only detail groups on one spacing scale. */
.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-card > .form-grid,
.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-card > .form-field,
.rb-customer-support-form--education.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .rb-education-training-details > .form-grid,
.rb-customer-support-form--education.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .rb-education-training-details > .form-field {
	margin: 0 !important;
}

.rb-customer-support-form--education.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .rb-education-training-details {
	display: flex;
	flex-direction: column;
	gap: var(--rb-support-card-item-gap);
}

.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-grid {
	column-gap: clamp(20px, 2.6vw, 34px) !important;
	row-gap: clamp(22px, 2vw, 30px) !important;
}

.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-divider {
	margin: clamp(24px, 2.2vw, 34px) 0 !important;
}

.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .consent-group {
	border-radius: 12px;
	gap: clamp(24px, 2.4vw, 34px);
	margin: clamp(4px, 0.7vw, 10px) 0 0;
	padding: clamp(24px, 2.2vw, 34px);
}

.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .consent-row {
	align-items: flex-start;
	gap: 14px clamp(28px, 4vw, 58px);
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
}

.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .consent-row + .consent-row {
	border-top: 1px solid rgba(101, 101, 101, 0.12);
	margin-top: clamp(10px, 1vw, 14px) !important;
	padding-top: clamp(22px, 2.2vw, 32px) !important;
}

.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .consent-control .wpcf7-form-control {
	align-items: flex-start;
	gap: 18px 30px !important;
}

.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap {
	justify-content: flex-start;
	margin-top: clamp(16px, 1.4vw, 22px);
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button {
	background: transparent !important;
	border-radius: 0 !important;
	color: #656565 !important;
	min-width: 0;
	padding: 0 !important;
	transition: none;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button:hover,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button:hover {
	background: transparent !important;
	opacity: 1 !important;
	transform: none;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button p,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button p {
	align-items: center;
	display: inline-flex !important;
	gap: clamp(8px, 0.7vw, 12px);
	justify-content: flex-start !important;
	margin: 0 !important;
	max-width: 100%;
	min-width: 0 !important;
	width: fit-content !important;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap input[type="submit"],
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap input[type="submit"] {
	color: #656565 !important;
	display: block !important;
	flex: 0 0 auto !important;
	font-size: clamp(22px, 1.35vw, 26px) !important;
	font-weight: 800 !important;
	min-width: 0 !important;
	width: auto !important;
}

/* CF7 adds an idle spinner beside every submit input. Hide its reserved space
 * until a real submission is in progress so the arrow follows the label. */
#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .wpcf7-spinner,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .wpcf7-spinner {
	display: none !important;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form form.submitting .submit-wrap .wpcf7-spinner,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form form.submitting .submit-wrap .wpcf7-spinner {
	display: inline-block !important;
	flex: 0 0 18px;
	height: 18px;
	margin: 0 !important;
	width: 18px;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .icon-button-arrow,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .icon-button-arrow {
	align-items: center;
	background: var(--rb-circle-cta-color, #e54034) !important;
	background-color: var(--rb-circle-cta-color, #e54034) !important;
	background-image: none !important;
	border-radius: 50%;
	color: #fff !important;
	display: inline-flex;
	flex: 0 0 var(--rb-circle-cta-size, clamp(42px, 2.7vw, 48px));
	height: var(--rb-circle-cta-size, clamp(42px, 2.7vw, 48px));
	justify-content: center;
	transition: transform var(--rb-circle-cta-transition, 220ms ease);
	transform: translateX(0) !important;
	width: var(--rb-circle-cta-size, clamp(42px, 2.7vw, 48px));
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .icon-button-arrow::before,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .icon-button-arrow::before {
	content: none !important;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .icon-button-arrow::after,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .icon-button-arrow::after {
	width: 46%;
	height: 46%;
	content: "";
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 12h16M13 5l7 7-7 7' stroke='%23fff' stroke-width='3' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap:not(.is-disabled):hover .icon-button-arrow,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap:not(.is-disabled):hover .icon-button-arrow {
	transform: translateX(var(--rb-circle-cta-hover-x, 4px)) !important;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button:focus-visible .icon-button-arrow,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button:focus-visible .icon-button-arrow {
	transform: translateX(var(--rb-circle-cta-hover-x, 4px)) !important;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap.is-disabled,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap.is-disabled {
	cursor: not-allowed;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap.is-disabled input[type="submit"],
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap.is-disabled input[type="submit"] {
	color: #a6a6a6 !important;
	cursor: not-allowed !important;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap.is-disabled .icon-button-arrow,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap.is-disabled .icon-button-arrow {
	background-color: var(--rb-circle-cta-disabled-color, #c8c8c8) !important;
}

#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap:hover :is(.nectar-button, .nectar-button p, input[type="submit"]),
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap:hover :is(.nectar-button, .nectar-button p, input[type="submit"]),
#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button:focus-within,
body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button:focus-within {
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.rb-customer-support-form[data-region-groups] .rb-region-picker__trigger,
	.rb-customer-support-form[data-region-groups] .rb-region-picker__icon {
		transition: none;
	}

	#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .icon-button-arrow,
	body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .icon-button-arrow {
		transition: none;
	}
}

.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-divider {
	display: none !important;
}

.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .consent-group,
.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap {
	border-top: 0 !important;
	padding-top: 0 !important;
}

.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body input[type="text"],
.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body input[type="email"],
.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body input[type="tel"],
.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body input[type="url"],
.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body input[type="number"],
.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body input[type="date"],
.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body select,
.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__form-body textarea,
.rb-customer-support-form.rainbow-report-center--form-only .rainbow-report-center__file-shell {
	border-color: rgba(101, 101, 101, 0.24);
}

@media (max-width: 999px) {
	.rb-technical-support-form {
		max-width: none;
	}

	.rb-customer-support-form[data-region-groups] .rb-region-selects__item--country .rb-region-picker__popup,
	.rb-customer-support-form[data-region-groups] .rb-region-selects__item--city .rb-region-picker__popup {
		width: calc(200% + 14px);
	}

	.rb-customer-support-form[data-region-groups] .rb-region-selects__item--city .rb-region-picker__popup {
		left: auto;
		right: 0;
	}

	.rb-technical-support-form__header {
		margin-bottom: 38px;
	}

	.rb-technical-support-form__header h2 {
		font-size: 36px;
	}

	.rb-technical-support-form__header p {
		font-size: 18px;
	}

	.rb-technical-support-form__body .leon-cf7-support-form .form-grid {
		column-gap: 28px !important;
		row-gap: 32px !important;
	}

	#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .form-section-title,
	body .rb-technical-support-form__body .leon-cf7-support-form .form-section-title {
		font-size: 32px !important;
	}

	#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .form-field label,
	body .rb-technical-support-form__body .leon-cf7-support-form .form-field label,
	#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .consent-label,
	body .rb-technical-support-form__body .leon-cf7-support-form .consent-label {
		font-size: 22px !important;
	}
}

@media (max-width: 690px) {



	.rb-customer-support-form.rainbow-report-center--form-only .rb-customer-support-form__description.rainbow-support-process__description {
		font-size: 15px;
		line-height: 1.55;
	}

	.rb-technical-support-form__header {
		margin-bottom: 30px;
	}

	.rb-technical-support-form__header h2 {
		font-size: 30px;
	}

	.rb-technical-support-form__header p {
		font-size: 16px;
	}

	#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .form-section-title,
	body .rb-technical-support-form__body .leon-cf7-support-form .form-section-title {
		font-size: 26px !important;
		margin-bottom: 20px !important;
	}

	#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .form-section-title.section-gap,
	body .rb-technical-support-form__body .leon-cf7-support-form .form-section-title.section-gap {
		margin-top: 54px !important;
	}

	.rb-technical-support-form__body .leon-cf7-support-form .form-card {
		border-radius: 16px;
		padding: 22px 18px !important;
	}

	.rb-technical-support-form__body .leon-cf7-support-form .form-grid {
		grid-template-columns: 1fr !important;
		row-gap: 26px !important;
	}

	.rb-customer-support-form[data-region-groups] .rb-region-selects {
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		padding: 0;
	}

	.rb-customer-support-form[data-region-groups] .rb-region-selects__hint {
		font-size: 11px !important;
		grid-column: 1 / -1;
		line-height: 1.35 !important;
	}

	.rb-customer-support-form[data-region-groups] .rb-region-picker__trigger,
	.rb-customer-support-form[data-region-groups].rainbow-report-center--form-only .rb-region-picker__trigger {
		font-size: 14px !important;
		height: 40px;
		min-height: 40px;
		padding-right: 12px !important;
		padding-left: 12px !important;
	}

	.rb-customer-support-form[data-region-groups] .rb-region-picker__popup {
		border-radius: 12px;
		margin-top: 6px;
		padding: 6px;
	}

	.rb-customer-support-form[data-region-groups] .rb-region-selects__item--country .rb-region-picker__popup,
	.rb-customer-support-form[data-region-groups] .rb-region-selects__item--city .rb-region-picker__popup {
		width: calc(200% + 8px);
	}

	.rb-customer-support-form[data-region-groups] .rb-region-picker.is-upward .rb-region-picker__popup {
		margin-bottom: 6px;
	}

	.rb-customer-support-form[data-region-groups] .rb-region-picker__list {
		max-height: min(240px, calc(100vh - 170px));
	}

	.rb-customer-support-form[data-region-groups] .rb-region-picker__option {
		font-size: 14px !important;
		min-height: 40px;
	}

	.rb-customer-support-form[data-region-groups] .rb-region-picker__search {
		font-size: 14px !important;
		height: 40px !important;
		min-height: 40px !important;
	}

	#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .form-field label,
	body .rb-technical-support-form__body .leon-cf7-support-form .form-field label,
	#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .consent-label,
	body .rb-technical-support-form__body .leon-cf7-support-form .consent-label {
		font-size: 18px !important;
		margin-bottom: 10px !important;
	}

	.rb-customer-support-form .rb-field-format-error {
		font-size: 13px !important;
		margin-top: 6px;
	}

	.rb-technical-support-form__body input[type="text"],
	.rb-technical-support-form__body input[type="email"],
	.rb-technical-support-form__body input[type="tel"],
	.rb-technical-support-form__body input[type="url"],
	.rb-technical-support-form__body input[type="date"],
	.rb-technical-support-form__body input[type="number"],
	.rb-technical-support-form__body select {
		height: 50px !important;
		min-height: 50px !important;
	}

	.rb-technical-support-form__body textarea {
		min-height: 190px !important;
	}

	.rb-technical-support-form__body .leon-cf7-support-form .form-divider {
		margin: 34px 0 !important;
	}

	.rb-technical-support-form__body .leon-cf7-support-form .consent-row {
		align-items: flex-start;
		grid-template-columns: 1fr;
	}

	.rb-technical-support-form__body .leon-cf7-support-form .radio-inline .wpcf7-form-control,
	.rb-technical-support-form__body .leon-cf7-support-form .consent-control .wpcf7-form-control {
		gap: 14px 24px !important;
	}

	.rb-technical-support-form__body .leon-cf7-support-form input[type="radio"] {
		flex-basis: 38px;
		height: 38px !important;
		width: 38px !important;
	}

	.rb-technical-support-form__body .leon-cf7-support-form input[type="radio"]::before {
		box-shadow: 0 0 0 7px #fff, 0 0 0 8px #e53b32;
		height: 20px;
		width: 20px;
	}

	#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .radio-inline .wpcf7-list-item label,
	body .rb-technical-support-form__body .leon-cf7-support-form .radio-inline .wpcf7-list-item label,
	#ajax-content-wrap .rb-technical-support-form__body .leon-cf7-support-form .consent-control .wpcf7-list-item label,
	body .rb-technical-support-form__body .leon-cf7-support-form .consent-control .wpcf7-list-item label {
		font-size: 18px !important;
	}

	.rb-technical-support-form__body .leon-cf7-support-form .file-field input[type="file"]::file-selector-button {
		min-width: 128px;
		padding: 0 18px;
	}


	.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form {
		--rb-support-card-item-gap: 20px;
		gap: 20px;
	}

	.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-card,
	.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .consent-group {
		border-radius: 10px;
		padding: 20px 16px !important;
	}

	.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .consent-group {
		gap: 28px;
	}

	.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .form-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .consent-row {
		grid-template-columns: 1fr;
	}

	.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .consent-row + .consent-row {
		margin-top: 12px !important;
		padding-top: 24px !important;
	}

	.rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .consent-control .wpcf7-form-control {
		gap: 18px 22px !important;
	}

	#ajax-content-wrap .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button,
	body .rb-customer-support-form:is(.rb-customer-support-form--inquiry, .rb-customer-support-form--tech, .rb-customer-support-form--education).rainbow-report-center--form-only .rainbow-report-center__form-body .leon-cf7-support-form .submit-wrap .nectar-button {
		justify-content: flex-start;
		width: auto;
	}
}

@media (max-width: 359px) {
	.rb-customer-support-form[data-region-groups] .rb-region-selects {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.rb-customer-support-form[data-region-groups] .rb-region-selects__item--country .rb-region-picker__popup,
	.rb-customer-support-form[data-region-groups] .rb-region-selects__item--city .rb-region-picker__popup {
		left: 0;
		right: auto;
		width: 100%;
	}
}
