body.pcc-no-select,
body.pcc-no-select *:not(input):not(textarea):not(select):not(option):not([contenteditable="true"]):not(.pcc-allow-copy):not(.pcc-allow-copy *) {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	-webkit-touch-callout: none !important;
}

body.pcc-no-select input,
body.pcc-no-select textarea,
body.pcc-no-select select,
body.pcc-no-select option,
body.pcc-no-select [contenteditable="true"],
body.pcc-no-select .pcc-allow-copy,
body.pcc-no-select .pcc-allow-copy * {
	-webkit-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
	-webkit-touch-callout: default !important;
}
