body.hasModal {
	overflow: hidden !important;
}

.antigroModalContainer {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	margin: auto;
}

.antigroModal {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0 10px 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
	width: 90%;
	height: 80%;
	max-width: 1280px;
	margin: auto;
}

.antigroModalContainer.isFullsize .antigroModal {
	max-width: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.antigroDesignerIframe {
	width: 100%;
	height: 100%;
	outline: 0;
	border: 0;
}

