
.loadingImage {
  width: 150px;
  height: 150px;
  position:fixed;
  top:calc(57% - 75px);
  left:calc(75% - 75px);
  display:none;
  z-index:999999999999999;
}

#fase2{

  display: none;

}

#popup{

  position:fixed;
  left:10%;
  top:10%;
  width:80%;
  height:80%;
  background-color:white;
  border:1px black solid;
  display:none;

}

.submit{

  padding:20px;
  background-color:#cccccc;
  border:none;
  cursor:pointer;
  transition:background-color 0.5s;

}

.submit:hover{

  background-color:#dddddd;

}

.choseBox{

  border:solid 2px black;
  padding:2px;
  background-color:#eeeeee;

}

.changeLink{

  color:#9999ff;
  cursor:pointer;

}

.disclaimer {
  font-size: 2px;
}

.spamAd{

  display:none;
  position:absolute;
  width:400px;

}

#error{

  display:none;
  position:fixed;
  top:0px;
  left:calc(50% - 100px);
  width: 200px;

}

.daCookie {
  display: block;
  background-color: #d3d3d3;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height:100px;
}

.text {
  margin-left: 10;
}

.button {
  margin-left: 10;
}
