img {
    pointer-events: none !important;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--e-global-color-primary) !important;
}

::selection {
  color: white;
  background: var(--e-global-color-primary) !important;
}