.pdf-canvas-viewer {
  display: none;
  height: 78vh;
  min-height: 500px;
  overflow: auto;
  padding: 14px;
  background: #e9eef3;
  text-align: center;
}

.pdf-canvas-viewer canvas {
  display: block;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 0 auto 14px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
}

.pdf-canvas-status {
  margin: 18px 0;
  color: #52606d;
  font-size: 15px;
  font-weight: 600;
}

.pdf-modal.pdf-js-mode .pdf-frame {
  display: none;
}

.pdf-modal.pdf-js-mode .pdf-canvas-viewer {
  display: block;
}

#pdfOpenLink {
  float: right;
  margin-left: 10px;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .pdf-canvas-viewer {
    height: 70vh;
    min-height: 380px;
    padding: 10px;
  }
}