body.dkcap-copy-locked,
body.dkcap-copy-locked * {
  user-select: none !important;
  -webkit-user-select: none !important;
}

body.dkcap-copy-locked input,
body.dkcap-copy-locked textarea,
body.dkcap-copy-locked select,
body.dkcap-copy-locked button,
body.dkcap-copy-locked [contenteditable="true"] {
  user-select: text !important;
  -webkit-user-select: text !important;
}

.dkcap-watermark {
  position: fixed;
  right: 12px;
  bottom: 10px;
  z-index: 2147483647;
  pointer-events: none;
  opacity: .42;
  padding: 5px 8px;
  border: 1px solid rgba(0,180,220,.35);
  border-radius: 5px;
  color: #00c8e8;
  background: rgba(5,18,30,.68);
  font: 10px Arial, sans-serif;
  letter-spacing: .4px;
}
