html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

/* Disable iOS long-press link preview (Peek & Pop) everywhere in WebView.
   Prevents Safari preview popups that show login screen (no session in preview).
   Applies to ALL elements — no exceptions. */
* {
  -webkit-touch-callout: none !important;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.makeStyles-image-10{
  background-color:white;
  padding:20px;
  border-radius:20px;
}

/*.jss12{
  background-color:white;
  padding:20px;
  border-radius:20px;
}*/