/* _content/Veva.Modules.FormComponents/Components/FormStepNavigator.razor.rz.scp.css */
.form-steps-navigator[b-fictao3e8u] {
	
}

ul[b-fictao3e8u] {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0.5rem;
}
/* _content/Veva.Modules.FormComponents/Components/StringEditor.razor.rz.scp.css */
.with-auto-complete[b-x24lf32vsi] {
	position: relative;
}

.auto-complete[b-x24lf32vsi] {
	position: absolute;
	left: 0;
	right: 0;
	background: white;
	z-index: 1;
	border: 1px solid silver;
	border-top: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.auto-complete-items[b-x24lf32vsi] {
	list-style: none;
	margin: 0;
	padding: 0;
}

.auto-complete-group-heading[b-x24lf32vsi] {
	padding: 0.5rem;
	background: #eaeaea;
}

.auto-complete-items-item a[b-x24lf32vsi] {
	display:block;
	padding:0.5rem;
	color:inherit;
}

.auto-complete-items-item--selected[b-x24lf32vsi] {
	background: navy;
	color: #fff;
}

.auto-complete-items-item-description[b-x24lf32vsi] {
	display:block;
	font-size:0.8rem;
}
