/* ROCKE FLIX MULTIPANEL - protección visual anticopia */
html, body,
body *:not(input):not(textarea):not(select):not(option):not([contenteditable="true"]):not(.rf-allow-copy):not(.rf-allow-copy *) {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
html, body { -webkit-touch-callout: none !important; }
img {
  -webkit-user-drag: none !important;
  user-drag: none !important;
  pointer-events: auto;
}
input, textarea, select, option, [contenteditable="true"], .rf-allow-copy, .rf-allow-copy * {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
