body.qrcom-content-protection {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.qrcom-content-protection input,
body.qrcom-content-protection textarea,
body.qrcom-content-protection select,
body.qrcom-content-protection option,
body.qrcom-content-protection [contenteditable="true"],
body.qrcom-content-protection [contenteditable=""],
body.qrcom-content-protection .qrcom-allow-copy,
body.qrcom-content-protection .qrcom-allow-copy * {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

body.qrcom-content-protection img,
body.qrcom-content-protection picture,
body.qrcom-content-protection svg,
body.qrcom-content-protection canvas {
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}