.amadeo-form { box-sizing: border-box; }
.amadeo-form *, .amadeo-form *::before, .amadeo-form *::after { box-sizing: inherit; }
.amadeo-field-help { display: block; font-size: 12px; color: #666; margin-top: 4px; }
.amadeo-required { color: #d63638; }
.amadeo-radio-label, .amadeo-checkbox-label, .amadeo-consent-label { display: block; margin-bottom: 6px; }
.amadeo-form-message { border-radius: 4px; }
.amadeo-form.is-disabled { opacity: 0.6; pointer-events: none; }
.amadeo-field-input.amadeo-invalid, .amadeo-field-textarea.amadeo-invalid, .amadeo-field-select.amadeo-invalid { border-color: #d63638 !important; }
.amadeo-submit-btn:disabled { opacity: 0.7; cursor: not-allowed; }

.amadeo-phone-wrap {
	position: relative;
	display: block;
	width: 100%;
}
.amadeo-phone-wrap .amadeo-phone-local {
	width: 100%;
}
.amadeo-phone-wrap .amadeo-phone-cc {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: auto;
	min-width: 0;
	height: auto;
	margin: 0;
	padding: 0 10px 0 20px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #8a8a8a !important;
	font: inherit;
	font-weight: 400 !important;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.amadeo-phone-wrap .amadeo-phone-cc::-ms-expand {
	display: none;
}
.amadeo-phone-wrap .amadeo-phone-cc:focus {
	outline: none;
}
