.et_pb_contact_field {
	position: relative;
}

.dcfe-state-disabled {
	cursor: not-allowed;
}

body.et-fb .dcfe-state-dropdown{
	position: absolute !important;
}

p.et_pb_contact_field .dcfe-state-dropdown{
	margin: 0 0 0 3%;
}

.dcfe-state-dropdown {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 2px);
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
	background: #fff;
	border: 1px solid #d8d8d8;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	max-height: 220px;
	overflow-y: auto;
	z-index: 999;
	display: none;
}

.dcfe-state-dropdown li {
	padding: 8px 12px;
	cursor: pointer;
	line-height: 1.4;
}

.dcfe-state-dropdown li:hover {
	background: #f4f4f4;
}

.dcfe-state-error-msg {
	display: block;
	color: #d63638;
	font-size: 12px;
	margin-top: 4px;
}

div.cool-error-field-wrapper{
	gap: 0px;
}
