/******* Do not edit this file *******
Code Snippets Manager
Saved: Aug 25 2025 | 07:04:24 */
#copyAccountSuccess {
  display: none;
}
#copyAddressSuccess {
  display: none;
}
body, body * {
  user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  -moz-user-select: none !important;
}
img, video {
  pointer-events: none !important;
}
/*

html, body {
  touch-action: manipulation !important;
}
body {
  -webkit-touch-callout: none !important;
}
*/
