i.ajr-field-icon {
	position: relative;
	cursor: help;
}

i.ajr-field-icon[data-ajr-tip]::after {
	content: attr(data-ajr-tip);
	position: absolute;
	left: 50%;
	bottom: calc(100% + 8px);
	transform: translateX(-50%);
	padding: 4px 8px;
	border-radius: 4px;
	background: #1d2327;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	z-index: 40;
}

i.ajr-field-icon[data-ajr-tip]:hover::after,
i.ajr-field-icon[data-ajr-tip]:focus::after {
	opacity: 1;
}

#create-property [name="property_code"].ajr-auto-code,
#new-property [name="property_code"].ajr-auto-code {
	background: #f1f3f4;
	cursor: default;
}
