html,body{height:100%; overflow:hidden;}
.Modal {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
 /*  padding-top: 100px; */
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
 /*  overflow: auto; */
  transition: all 0.3s linear;
}


.Close:hover, .Close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.is-blurred {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.is-blurred {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

element.style {
}
.closepop {
    position: absolute;
    right: 7px;

    /* OPACITY: 0.5; */
    height: 38px;
    top: -10px;
    width: 34px;
    border-radius: 50%;
    /* border: 0px solid black; */
    /* left: 2px; */
	    text-align: center;
}