#mask {
  background: rgba(0, 0, 0, 0.95);
  position:fixed;
  left:0;
  top:0;
  z-index:999998;
  display:none;
  height: 100% !important;
  width: 100% !important;
  padding: 0px !important;
  
  overflow-y: hidden;
  overflow-x: hidden;
  overflow: hidden;
}  

#boxes .window {
  position:absolute;
  left: 0;
  top: calc(50% - 48%) !important;
  width: 50% !important;
  height: 60%;
  display:none;
  z-index:999999;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
  text-align: center;
  
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
}

@media only screen and (max-width: 640px) {
#boxes .window {
top: 0px !important;
left: 0px; !important;
width: 100% !important;
height: 100% !important;
padding: 10px;
}
}

#boxes #dialog {
  width: 50% !important;
  height:auto; 
  padding: 10px;
  background-color:#ffffff;
  font-family: BodyFont;
  font-size: 15pt;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
#boxes #dialog {

width: 100% !important;
margin-left: -10px !important;
margin-top: -70px !important;
border-radius: 0px;
}
}


.DialogText {
font-family: "BodyFont";
font-size: 21pt; 
line-height: 1.1em;
margin-top: 0px;
margin-bottom: 0px;
}

@media only screen and (max-width: 640px) {
.DialogText {
font-size: 19pt; 
line-height: 1.1em
}
}


.DialogHeadline {
font-size: 62pt; 
line-height: 0.9em;
}

@media only screen and (max-width: 640px) {
.DialogHeadline {
font-size: 42pt; 
line-height: 0.9em;
}
}


.NotifyMainImage {
width: 65%;
height: auto;
}
@media only screen and (max-width: 640px) {
.NotifyMainImage {
width: 80%;
height: auto;
margin-top: 20px;
}
}

.close {
width: 30px !important;
height: 30px !important;
line-height: 100%;
text-decoration: none !important;
}

@media only screen and (max-width: 640px) {
.close {
margin-right: 15px;
margin-bottom: 5px;
}
}

.agree:hover{
 
  filter: sepia(100%);
  border-radius: 50%;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}