/*.genex-survey-modal {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 91%);
	z-index: 9999999;
	width: 93%;
	height: -webkit-fill-available;
	z-index: 9999999;
	text-align: right;
	margin: 0 auto;
}

.genex-survey-modal iframe {
    border: none;
    width: 100%;
    height: 88%;
    z-index: 9999999;
    margin: 0;
}

.genex-survey-modal .header {
    display: none !important;
}

.genex-survey-modal-close a {
	border: 1px dotted red;
	padding: 10px;
	margin: 0px;
	position: relative;
	right: 0px;
	border-radius: 25px;
	width: 45px;
	display: block;
	text-align: center;
	background: #fff;
}

.genex-survey-modal-close {
    text-align: right;
    margin: 20px;
    display: block;
    float: right;
}*/

.genex-survey-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 91%);
	z-index: 9999999;
	width: 100%;
	/* height: -webkit-fill-available; */
	z-index: 9999999;
	text-align: right;
	margin: 0 auto;
	padding-top: 40px;
}

.genex-survey-modal iframe {
    border: none;
    width: 93%;
    height: 88%;
    z-index: 9999999;
    margin: 0px 50px 20px auto;
}

.genex-survey-modal .header {
    display: none !important;
}

.genex-survey-modal-close a {
	border: 1px dotted red;
	padding: 10px;
	margin: 0px;
	position: relative;
	right: 0px;
	border-radius: 25px;
	width: 45px;
	display: block;
	text-align: center;
	background: #fff;
}

.genex-survey-modal-close {
    text-align: right;
    margin: 20px;
    display: none;
    float: right;
}

@media only screen and (max-width: 600px) {
.genex-survey-modal iframe {
    width: 100%;
}
}