
#phi4autocomplete-box
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 200px;
	height: 400px;
	background-color: #ffffff;
	border: 1px solid #666666;
	margin-top: 5px;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
	max-height: 200px;
	z-index: 10000;
	
}

.phi4autocomplete-item
{
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	width: 100%;
	height: 20px;
	cursor: pointer;
}


.phi4autocomplete-item:hover
{
	background-color:rgba(0,121,237,.1);	
	outline: 1px solid rgba(0,121,237,.3);		
}

.phi4-css-value-wrapper
{
	display: flex;
}
.phi4-css-value-options-button
{
	width: 35px;
	height: 35px;
	color: #666666;
	font-size: 35px;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: pointer;
	
	
	
	
}