/* CSS Document */

/* assets/css/pdf-to-word.css */

/* same collapse behavior we used elsewhere */
.tap-file-info{
  overflow: hidden;
  max-height: 500px;
}
.tap-file-info.is-collapsing{
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  margin: 0 !important;
  padding: 0 !important;
  transition: max-height .5s ease, opacity .5s ease, transform .5s ease;
}

#pdfToWordStatus.is-error{
  color: #b00020;
}
