html.no-copy-enabled body {
  -webkit-user-select: none;
  user-select: none;
}

html.no-copy-enabled input,
html.no-copy-enabled textarea,
html.no-copy-enabled select,
html.no-copy-enabled [contenteditable="true"],
html.no-copy-enabled .allow-copy,
html.no-copy-enabled .allow-copy * {
  -webkit-user-select: text;
  user-select: text;
}

html.no-copy-enabled img:not(.allow-copy) {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}
