#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:99999999;
  background-color:rgba(0,0,0,0.5);
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:99999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:100%;
  max-width:55%;
  height:auto;
  padding:0px !important;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  
  z-index: 9999999999999;
  border-radius:0;
  left: 15%;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	  font-family: "Segoe UI",sans-serif;
    font-size: 16pt;
    padding: 0;
    width: 40px;
    height: 40px;
  	border-radius:50px;
  	border:2px solid #fbf2e2;
  	background:#931922;
    float: right;
    position: absolute;
    right: -15px;
    font-size: 25px;
    color: #ffdb94;
    top: -15px;
  	bottom:auto;
  	text-area:center !important;
      display: inline-flex !important;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
  left:auto;
  
}
#popupfoot a{
	  text-decoration: none;
    width: auto;
  	height:auto;
    text-align: center;
    float: none;
    color: #ffdb94;
    border: 0px solid #fff;
    background:none;
  	display:inline-block;
    border-radius: 4px;
  	font-family:$headline-font;
  	font-size:20px;
  	text-transform:uppercase;
  	font-weight: 700;
    line-height: 16px;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}