
/*****************************/

#emailTemplate-form{
    
}
#emailTemplate-form #preview iframe{
    width: 100%;
    height: 1000px;
    border: none;
}
#emailTemplate-form #editor{
    height: 500px;
}

/*****************************/

#person-document{
    
}
#person-document .document-item .card .card-footer{
    position: relative;
}
#person-document .document-item .card .card-footer .document-upload-progress{
    width: 0%;
    height: 5px;
    background: #289548;
    position: absolute;
    top: 0px;
    left: 0px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* evita quebra de linha */
  border: 0;
}