

.interactive_field{
		min-height: 20px;			/* caret-color: red; */
		/* white-space: pre-wrap; */
		transition: .2s;
		position: relative;
		display: inline-block;	
		min-width: 20px;	
		max-width: 100%;
		z-index: 2;
	
}


.interactive_field:empty{
	min-width: 150px;
	border: 1px solid silver;
	border-radius: 3px;
	min-height: 30px;
}

ul li.interactive_field{
	display: block;
	max-width: fit-content;
}

.interactive_field:focus-visible {
		/* outline: unset; */
		outline-offset: 4px;
		transition: .2s; 
	} 



/* .interactive_field{
	 z-index: 20000; 
} */

.overlay{
	 background: rgba(58, 113, 162, 0.492);
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0px;
	 z-index: 100;
	 pointer-events: none;
}






/* Interactive img/background select */
select.interactive_field{
	font-size: 23px;
	padding: 7px;
   border-radius: 7px;
}


