@charset "utf-8";.mainview {
	height: auto;
	width: 100%;
	display: block;
}
.mobview {
	height: auto;
	width: 100%;
	display: none;
}

.modalDialog > div {
	width: 35%;
	position: relative;
	/* [disabled]border-radius: 8px; */
	height: 100vh;
	/* [disabled]margin-top: 4%; */
	margin-right: 0px;
	/* [disabled]margin-bottom: 3%; */
	margin-left: auto;
	background-color: #FCCD7F;
	/* [disabled]z-index: -1000; */
}

.modalDialogM > div {
	width: 100%;
	position: relative;
	/* [disabled]border-radius: 8px; */
	height: auto;
	margin-top: 14%;
	margin-right: 0px;
	margin-bottom: 3%;
	margin-left: auto;
	/* [disabled]background-color: #FFFFFF; */
	/* [disabled]z-index: -100; */
}
