html.cashalot-copy-protected body,
html.cashalot-copy-protected body * {
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}

html.cashalot-copy-protected input,
html.cashalot-copy-protected textarea,
html.cashalot-copy-protected select,
html.cashalot-copy-protected option,
html.cashalot-copy-protected [contenteditable=""],
html.cashalot-copy-protected [contenteditable="true"],
html.cashalot-copy-protected [contenteditable="plaintext-only"],
html.cashalot-copy-protected [role="textbox"],
html.cashalot-copy-protected .cashalot-copy-allowed,
html.cashalot-copy-protected .cashalot-copy-allowed * {
  -webkit-user-select: text !important;
  user-select: text !important;
  -webkit-touch-callout: default !important;
}