.iti {
	width: 100%;
}

.iti input[data-telefono-internacional] {
	width: 100%;
}

.formulario .campoWrapper .grupoCampos .iti input[data-telefono-internacional],
.campoWrapper .grupoCampos .iti input[data-telefono-internacional] {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}

.input-group > .iti {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	width: 100%;
}

.input-group > .iti:first-child input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.iti__country-list {
	z-index: 1100;
}

@media (prefers-color-scheme: dark) {
	[data-theme="auto"] .iti__country-list,
	[data-theme="dark"] .iti__country-list {
		background: #172033;
		border-color: #334155;
		color: #f8fafc;
	}

	[data-theme="auto"] .iti__divider,
	[data-theme="dark"] .iti__divider {
		border-bottom-color: #334155;
	}

	[data-theme="auto"] .iti__country.iti__highlight,
	[data-theme="dark"] .iti__country.iti__highlight {
		background: #26344d;
	}
}
