body {
pointer-events: none !important;
user-select:none !important;
-moz-user-select:none !important;
-webkit-user-select:none !important;
-webkit-user-drag:none !important;
-khtml-user-select:none !important;
-khtml-user-drag:none !important;
}
*::selection {
 background-color:#fff !important;
}
*::-moz-selection {
 background-color:#fff !important;
}