/* Anti-Long Press & Anti-Callout Browser Mobile */
* {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none;
    user-select: none;
}
