  .modal_edicao {
    width: 90% !important;
    border-radius: 3px;
  }

  .modal-Files {
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 70%);
    z-index: 1051 !important;
    position: fixed;
    top: 0;
    display: none;
  }

  .modal-FilesBody {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: transparent;
    /* background: #FFFFFF;
    back */
    /* padding: 20px; */
    min-height: 80% !important;
    width: 95%;
    /* min-width: 800px;
    max-width: 1000px; */
    margin: auto;
  }

  #srcPDFModal,
  #bodyModalFiles {
    width: 100%;
    height: 90vh !important;
    /* padding: 20px; */
    line-height: 0.5;
    z-index: 1052;
  }


  #modal {
    z-index: 1051;
  }