.modal-overlay {
  z-index: 39999;
  /* display: none; */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 10%;
}

.modal {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 5%;
  outline: 0;
  width: 30%;
}

#intreaba, #book, #rec, #res  {
    margin-bottom: 15%!important;
    margin-top: 2%;
    width: 50%;
    margin-left: 25%;
}

#create  {
    background-image: url(../foto/foto-cont/buton-next.webp);
    width: 50%;
    background-size: 80% 100%;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 5%;
}

#add {
    background-color: #a4df8e;
    font-weight: 700;
    width: 70%;
    margin: 5% 15%;
}

.copy a {
    width: 27%!important;
    padding: 0;
    margin-top: -3%!important;
}
@media only screen and (max-width: 768px) {
.modal {
width:70%;
}
.xbtn {
font-size:2rem;
}
#intreaba, #book,#rec,#res {
    margin-bottom:40%!important;
}
}