/* XBR_ANTICOPY_SELECTIVE_POST_ONLY_V1 */
body *:not(a):not(a *):not(button):not(button *):not(input):not(input *):not(textarea):not(textarea *):not(select):not(select *):not([contenteditable="true"]):not([contenteditable="true"] *):not(.allow-select):not(.allow-select *) {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

a, a *, button, button *, input, input *, textarea, textarea *, select, select *, [contenteditable="true"], [contenteditable="true"] *, .allow-select, .allow-select * {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

pre, code, kbd, samp {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}
