/* Therapist profile form location select. */
form.jet-form-builder .jet-form-builder-conditional.jet-form-builder-conditional--hidden {
	display: none !important;
}

.mth-city-search-option {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 2px 0;
	line-height: 1.3;
}

.mth-city-search-option__city {
	font-size: 15px;
	font-weight: 500;
	color: var(--e-global-color-secondary, #0a3449);
}

.mth-city-search-option__meta {
	font-size: 13px;
	color: var(--e-global-color-text, #5f6b75);
}

form.jet-form-builder .mth-searchable-select .select2-container {
	width: 100% !important;
}

form.jet-form-builder .mth-searchable-select .select2-selection--single {
	min-height: 40px;
}

form.jet-form-builder .mth-searchable-select .select2-selection--single .select2-selection__rendered {
	padding: 8px 28px 8px 0;
}

/* Match Get Matched filter look (Language / Therapy Types dropdown label). */
.mth-searchable-select .jet-select select.jet-select__control.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.mth-searchable-select .jet-select:has(> .select2-container) > select.jet-select__control {
	display: none !important;
}

.mth-searchable-select .select2-container {
	width: 100% !important;
	position: relative;
	z-index: 1;
}

.mth-searchable-select .select2-container--open {
	z-index: 9999;
}

.mth-searchable-select .select2-selection--single {
	display: flex;
	align-items: center;
	min-height: 44px;
	border: none;
	border-bottom: 1px solid var(--e-global-color-secondary, #0a3449);
	border-radius: 0;
	background: transparent;
	transition: border-color 0.2s ease, background-color 0.2s ease, border-radius 0.2s ease;
}

.mth-searchable-select .select2-selection--single .select2-selection__rendered {
	padding: 10px 28px 10px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--e-global-color-secondary, #0a3449);
}

.mth-searchable-select .select2-selection--single .select2-selection__placeholder {
	color: var(--e-global-color-secondary, #0a3449);
	opacity: 0.85;
}

.mth-searchable-select .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 0;
	height: auto;
	transform: translateY(-50%);
}

.mth-searchable-select .select2-selection--single .select2-selection__arrow b {
	border-color: var(--e-global-color-secondary, #0a3449) transparent transparent transparent;
}

.mth-searchable-select:hover .select2-selection--single,
.mth-searchable-select .select2-container--open .select2-selection--single,
.mth-searchable-select .select2-container--focus .select2-selection--single {
	border-bottom-width: 2px;
	border-bottom-color: #0a3449;
	outline: none;
}

/* Selected value: pill chip like therapy-type active tags (Addiction). */
.mth-searchable-select .select2-container.mth-select2-has-value .select2-selection--single {
	cursor: pointer;
}

.mth-searchable-select .select2-container.mth-select2-has-value .select2-selection--single .select2-selection__rendered {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 12px;
	border-radius: 16px;
	background-color: var(--e-global-color-secondary, #0a3449);
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	max-width: 100%;
}

.mth-searchable-select .select2-container.mth-select2-has-value .select2-selection--single .select2-selection__arrow {
	display: none;
}

.mth-searchable-select .select2-container.mth-select2-has-value .select2-selection--single .select2-selection__clear {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin: 0 -4px 0 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #fff;
	color: var(--e-global-color-secondary, #0a3449) !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	float: none;
	position: static;
	order: 2;
}

.mth-searchable-select .select2-dropdown {
	border: 1px solid #bdccd5;
	border-radius: 4px;
	font-size: 16px;
	color: var(--e-global-color-secondary, #0a3449);
	z-index: 9999;
}

.mth-searchable-select .select2-search--dropdown .select2-search__field {
	border: 1px solid #bdccd5;
	border-radius: 4px;
	padding: 8px 10px;
	font-size: 16px;
}

.mth-searchable-select .select2-results > .select2-results__options {
	max-height: 240px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.mth-searchable-select .select2-results__option {
	padding: 10px 14px;
}

.mth-searchable-select .select2-results__option--highlighted[aria-selected] {
	background-color: #e5f3fb;
	color: var(--e-global-color-text, #0a3449);
}

.mth-searchable-select .select2-results__option[aria-selected='true'] {
	background-color: #e5f3fb;
	color: var(--e-global-color-primary, #0a3449);
}

/* Let the open list extend outside clipped popup sections. */
.elementor-popup-modal.mth-select2-active,
.elementor-popup-modal.mth-select2-active .dialog-widget-content,
.elementor-popup-modal.mth-select2-active .elementor-section,
.elementor-popup-modal.mth-select2-active .elementor-column-wrap,
.elementor-popup-modal.mth-select2-active .elementor-widget-wrap {
	overflow: visible !important;
}

.mth-client-insurance-dual__label {
	color: var(--e-global-color-secondary, #0a3449);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 4px;
}

.mth-client-insurance-situation .mth-client-insurance-dual__label--situation,
.mth-client-insurance-carrier .mth-client-insurance-dual__label--carrier {
	display: block;
}

.mth-client-insurance-situation {
	margin-bottom: 8px;
}

.mth-client-insurance-carrier.mth-client-insurance-carrier--hidden {
	display: none !important;
}

.mth-client-insurance-dual--error .select2-selection--single {
	border-bottom-color: #b42318 !important;
}

.mth-client-insurance-dual__error {
	color: #b42318;
	font-size: 13px;
	line-height: 1.4;
	margin: 4px 0 12px;
}

/* Checkbox dropdown active chips (therapy types etc.). */
.jet-filter-items-dropdown__active,
.jet-filter-items-dropdown__active__items {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 0;
}

.jet-filter-items-dropdown__active__item {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	background-color: var(--e-global-color-secondary, #0a3449) !important;
	color: #fff !important;
	font-family: Rubik, sans-serif;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 1.3;
	border-radius: 16px !important;
	padding: 4px 8px 4px 12px !important;
}

.jet-filter-items-dropdown__active__item__remove,
span.jet-filter-items-dropdown__active__item__remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 50% !important;
	background-color: #fff !important;
	color: var(--e-global-color-secondary, #0a3449) !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

/* Applied filter chips on therapist archive (match therapy-type pill style). */
.jet-active-tags__list,
.jet-active-filters__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

.jet-active-tag,
.jet-active-filter {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	padding: 6px 8px 6px 14px !important;
	border-radius: 999px !important;
	background: var(--e-global-color-secondary, #0a3449) !important;
	color: #fff !important;
	font-family: Rubik, sans-serif;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 1.3;
}

.jet-active-tag__label,
.jet-active-filter__label,
.jet-active-tag__label-separator,
.jet-active-filter__label-separator {
	display: none;
}

.jet-active-tag__val,
.jet-active-filter__val {
	color: #fff;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.jet-active-tag__remove,
.jet-active-filter__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--e-global-color-secondary, #0a3449);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
	transition: opacity 0.2s ease;
}

.jet-active-tag__remove:hover,
.jet-active-filter__remove:hover {
	opacity: 0.85;
}

.jet-active-tag.jet-active-tag--clear,
.jet-active-filter.jet-active-filter--clear {
	background: transparent;
	color: var(--e-global-color-secondary, #0a3449);
	padding-left: 0;
}

.jet-active-tag.jet-active-tag--clear .jet-active-tag__remove,
.jet-active-filter.jet-active-filter--clear .jet-active-filter__remove {
	display: none;
}

/* Homepage hero location field only (page 27, widget a19f36d). */
.elementor-27 .elementor-element-a19f36d .jet-select {
	display: block;
	position: relative;
	width: 100%;
	overflow: visible;
}

.elementor-27 .elementor-element-a19f36d .select2-container {
	display: block;
	width: 100% !important;
}

.elementor-27 .elementor-element-a19f36d .select2-container .select2-selection--single {
	margin-bottom: 0 !important;
}

.elementor-27 .elementor-element-a19f36d .jet-select > .select2-dropdown.mth-home-location-dropdown,
.elementor-27 .elementor-element-a19f36d .jet-select > .select2-dropdown {
	top: 100% !important;
	left: 0 !important;
	width: 100% !important;
	margin-top: 4px;
	border: 1px solid #bdccd5 !important;
	border-radius: 4px !important;
	box-shadow: 0 4px 12px rgba(10, 52, 73, 0.1);
}

.elementor-27 .elementor-element-a19f36d .select2-dropdown.mth-home-location-dropdown .select2-search--dropdown,
.elementor-27 .elementor-element-a19f36d .jet-select > .select2-dropdown .select2-search--dropdown {
	padding: 8px;
}

.elementor-27 .elementor-element-a19f36d .select2-dropdown.mth-home-location-dropdown .select2-results__option,
.elementor-27 .elementor-element-a19f36d .jet-select > .select2-dropdown .select2-results__option {
	color: var(--e-global-color-secondary, #0a3449);
}

.elementor-27 .elementor-element-a19f36d .select2-dropdown.mth-home-location-dropdown .select2-results__option--highlighted[aria-selected],
.elementor-27 .elementor-element-a19f36d .select2-dropdown.mth-home-location-dropdown .select2-results__option--highlighted[data-selected],
.elementor-27 .elementor-element-a19f36d .jet-select > .select2-dropdown .select2-results__option--highlighted[aria-selected],
.elementor-27 .elementor-element-a19f36d .jet-select > .select2-dropdown .select2-results__option--highlighted[data-selected] {
	background-color: #e5f3fb;
	color: var(--e-global-color-secondary, #0a3449) !important;
}

.elementor-27 .elementor-element-83bba93:has(.elementor-element-a19f36d .select2-container--open),
.elementor-27 .elementor-element-83bba93:has(.elementor-element-a19f36d .select2-container--open) .elementor-widget-wrap,
.elementor-27 .elementor-element-49f27ec:has(.elementor-element-a19f36d .select2-container--open) {
	overflow: visible !important;
}
