#popup{
	width:max-content;
	cursor:pointer;
}
.popup-modal{
	position: fixed;
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 100001;
}
.form-lead .InterestForm .interestCheckBoxList .field .dropdown-arrow{
	cursor:pointer;
}
.form-lead .InterestForm .interestCheckBoxList .field .dropdown-arrow:hover{
	text-decoration: underline;
}
.form-lead .InterestForm .interestCheckBoxList .field #dropdown-lists{
	display:none;
}