#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: rgba(75, 173, 145, 0);
  display: none;
}


#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 250px;
  height: 100px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  border: 1px solid rgb(58, 105, 103);
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 20px;
  width: 250px;
  left: 10px;
}
#text {
  font-size: 12px;
  
}
.close {
  text-decoration: none;
  
}
















#maskk {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(75, 173, 145, 0.5);
  display: none;
}


#boxess .windoww {
  position: fixed;
  left: 0;
  top: 0;
  width: 700px;
  height: 500px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
}

#boxess #dialogg {
  width: 550px;
  height: 300px;
  padding: 10px;
  background: rgb(240, 240, 240);
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 18px;
  /*border: 1px solid rgb(58, 105, 103);*/
}

#popupfoott {
  font-size: 16pt;
  position: absolute;
  bottom: 20px;
  width: 550px;
  left: 10px;
}
#texttt {
  font-size: 16px;
  
}
#textt {
  font-size: 32px;
  
}
#logo {
	position: absolute;
	margin: -160px 0px 0px 510px;
	z-index: 10000;
	width: 221px;
  
}