#root {
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f4f6f8;
}

body {
  overflow-x: hidden;
}

/* To avoid the outline of the close button on the MuiGuidedTour or MuiOnboarding */
.reactour__popover button:focus,
.MuiModal-root div:focus,
.reactour__popover button:focus-visible {
  outline: 0 !important;
}

.AutoMarkerLayout.layout-history {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.AutoMarkerLayout.layout-import {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.help-page {
  overflow-y: hidden;
}


/*# sourceMappingURL=styles-26729c55182e0b75bb55.css.map*/