.web-blockscreen{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
}
.web-popup{
  z-index: 2000;
  position: fixed;
  width: 100%;
  padding: 10% 0px;
  top: 0px;
  left: 0px;
  display: none;
  font-family: "Roboto", sans-serif;
}
#popup{
  z-index: 2200;
}
.web-popup .display-popup{
  width: 100%;
  background-color: #FFF;
  text-align: center;
  padding: 30px;
  position: relative;
  box-shadow: 0px 0px 3px #AAA;
}
.web-popup .display-popup h3.topic-popup{
  font-family: "font-default", sans-serif !important;
  font-size: 30px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
}
.web-popup .display-popup p.message-popup{
  padding: 0px;
  font-size: 22px;
  letter-spacing: 1px;
}
.web-popup .display-popup .img-popup{
  width: 100%;
}
.web-popup .display-popup .close-popup{
  color: #000;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.web-popup input[type=text]{
  width: 100%;
  border: 2px solid #000;
  padding: 2px 10px;
  letter-spacing: 1px;
  color: #000;
  font-family: "Roboto", sans-serif !important;
}
.web-popup input[type=button]{
  display: inline-block;
  background: #41C77B;
  border: 0px;
  width: 140px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "font-default", sans-serif;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  padding: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  z-index: 2;
  margin-top: 15px;
  letter-spacing: 2px;
}