.select2-container{
	z-index: 9999999999;
	width: 100% !important;
}

#wpforms-builder .wpforms-toolbar #ifg-wpforms-save {
	background-color: #e27730;
	border: 1px solid #b85a1b;
	color: #fff;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 15px 0 15px;
	text-decoration: none;
	height: 40px;
	margin: 17px 20px 0 0;
}

#wpforms-builder .wpforms-toolbar #ifg-wpforms-save:hover {
	background-color: #b85a1b;
}