.elementor-form .iti {
	display: block;
	width: 100%;
}

.elementor-form .iti:not(.toyber-phone-country-rtl) input[name="form_fields[phone]"] {
	direction: ltr;
	text-align: left;
	width: 100%;
}

.elementor-form .iti input[name="form_fields[phone]"] {
	width: 100%;
}

.elementor-form .iti.toyber-phone-country-ltr {
	direction: ltr;
}

.elementor-form .iti.toyber-phone-country-ltr.iti--allow-dropdown input[name="form_fields[phone]"],
.elementor-form .iti.toyber-phone-country-ltr.iti--separate-dial-code input[name="form_fields[phone]"] {
	direction: ltr;
	padding-right: 6px !important;
	padding-left: 102px !important;
	text-align: left;
}

.elementor-form .iti.toyber-phone-country-ltr.iti--allow-dropdown .iti__flag-container,
.elementor-form .iti.toyber-phone-country-ltr.iti--separate-dial-code .iti__flag-container {
	right: auto;
	left: 0;
}

.elementor-form .iti.toyber-phone-country-ltr .iti__country-list {
	right: auto;
	left: 0;
	direction: ltr;
	text-align: left;
	width: var(--toyber-phone-dropdown-width, 360px);
	min-width: var(--toyber-phone-dropdown-width, 360px);
	max-width: calc(100vw - 24px);
	overflow-x: hidden;
	white-space: normal;
}

.elementor-form .iti.toyber-phone-country-ltr .iti__country {
	direction: ltr;
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: flex-start;
	min-width: 0;
}

.elementor-form .iti.toyber-phone-country-ltr .iti__flag-box,
.elementor-form .iti.toyber-phone-country-ltr .iti__country-name,
.elementor-form .iti.toyber-phone-country-ltr .iti__dial-code {
	margin-right: 0;
}

.elementor-form .iti.toyber-phone-country-ltr .iti__country-name {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.elementor-form .iti.toyber-phone-country-ltr .iti__dial-code {
	flex: 0 0 auto;
}

.elementor-form .iti__selected-dial-code {
	direction: ltr;
}

.elementor-form .iti.toyber-phone-country-rtl {
	direction: rtl;
}

.elementor-form .iti.toyber-phone-country-rtl.iti--allow-dropdown input[name="form_fields[phone]"],
.elementor-form .iti.toyber-phone-country-rtl.iti--separate-dial-code input[name="form_fields[phone]"] {
	direction: rtl;
	padding-right: 102px !important;
	padding-left: 12px !important;
	text-align: right;
}

.elementor-form .iti.toyber-phone-country-rtl.iti--allow-dropdown .iti__flag-container,
.elementor-form .iti.toyber-phone-country-rtl.iti--separate-dial-code .iti__flag-container {
	right: 0;
	left: auto;
}

.elementor-form .iti.toyber-phone-country-rtl .iti__selected-flag {
	direction: ltr;
	padding-right: 8px;
	padding-left: 6px;
}

.elementor-form .iti.toyber-phone-country-rtl .iti__country-list {
	right: 0;
	left: auto;
	direction: ltr;
	text-align: left;
	width: var(--toyber-phone-dropdown-width, 360px);
	min-width: var(--toyber-phone-dropdown-width, 360px);
	max-width: calc(100vw - 24px);
	overflow-x: hidden;
	white-space: normal;
}

.iti__selected-flag {
	font-size: 14px;
}

.elementor-form .iti.toyber-phone-country-rtl .iti__country {
	direction: ltr;
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: flex-start;
}

.elementor-form .iti.toyber-phone-country-rtl .iti__flag-box,
.elementor-form .iti.toyber-phone-country-rtl .iti__country-name,
.elementor-form .iti.toyber-phone-country-rtl .iti__dial-code {
	margin-right: 0;
}

.elementor-form .iti.toyber-phone-country-rtl .iti__country-name {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.elementor-form .iti.toyber-phone-country-rtl .iti__dial-code {
	flex: 0 0 auto;
	margin-left: auto;
}
