/* PDF Protect watermark overlay - see pdfprotect_watermark.js */
.pdfprotect-watermark {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 9px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 5;
}

.pdfprotect-watermark-top {
  top: 2px;
}

.pdfprotect-watermark-bottom {
  bottom: 2px;
}
