/**
 * Anti-copy on course product / learning pages.
 */

body.tpsoftvn-no-copy,
body.tpsoftvn-no-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;
}

/* Allow typing in form fields (cart qty, coupon, checkout helpers). */
body.tpsoftvn-no-copy input,
body.tpsoftvn-no-copy textarea,
body.tpsoftvn-no-copy select,
body.tpsoftvn-no-copy [contenteditable="true"] {
	-webkit-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
	-webkit-touch-callout: default !important;
}

body.tpsoftvn-no-copy img,
body.tpsoftvn-no-copy video {
	-webkit-user-drag: none;
	user-drag: none;
	pointer-events: auto;
}
