                                 
                                                                           
                                                       
   
html,body,#app-root,*,*::before,*::after {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
button,a,[role="button"],summary {
  -webkit-user-select: none;
  user-select: none;
}
.mh-ie-back {
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  will-change: transform;
  transition: background .12s ease, box-shadow .12s ease, filter .12s ease;
}
.mh-ie-back[data-pressed="true"] {
  filter: brightness(1.08);
}
