*,
*::after,
*::backdrop,
*::before,
*::cue,
/**::first-letter, crbug 830045 */
/**::first-line, crbug 1186922, fixed in 93.0.4529.0 */
*::marker,
*::placeholder
{ user-select: none!important; -webkit-user-select: none!important; }
img, object, video, h1, h2, h3, h4, h5, h6 { pointer-events: none!important; }


::selection { background: transparent !important; }
::-moz-selection { background: transparent !important; }
*[contenteditable="true"]::selection { background: Highlight !important; color: HighlightText !important;}
*[contenteditable="true"]::-moz-selection { background: Highlight !important; color: HighlightText !important;}
input::selection,textarea::selection { background: Highlight !important; color: HighlightText !important;}
input::-moz-selection,textarea::-moz-selection { background: Highlight !important; color: HighlightText !important;}