

#html_to_pdf_modal_emails {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
}
form#formMailsFicha {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    left: 0;
    right: 20%;
    top: 80px;
    border-radius: 10px;
    padding: 40px 20px 20px;
    box-shadow: 0px 0px 10px #0006;
        font-family: 'Roboto';
}
button.html_to_pdf_closeModal {
    background: #000;
    color: #fff;
    font-size: 24px;
    padding: 2px;
    width: 30px;
    border-radius: 50%;
    float: right;
    margin-top: -20%;
    margin-right: -12%;
}
.html_to_pdf_content_form input {
    border: 1px solid #80c247;
    margin: 11px 0;
}
input#html_to_pdf_btnSendFicha,
button.html_to_pdf_closeModal{
    cursor: pointer;
}
img#html_to_pdf_img_loading {
    width: 12% !important;
}