body.myproof-disable-selection * {
    -webkit-touch-callout: none;
    user-select: none;
}

body.myproof-disable-selection input,
body.myproof-disable-selection textarea {
    user-select: text;
}

body.myproof-disable-image-drag img {
    -webkit-user-drag: none;
    pointer-events: none;
}
