*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
}

html,
body {
  min-height: 100%;
  max-width: 100%;
}

body.sys-app {
  margin: 0;
  font-family: var(--sys-font-sans);
  color: var(--sys-color-text);
  background: var(--sys-color-bg);
  line-height: 1.5;
  overflow-x: hidden;
}

.sys-shell,
.sys-shell__main,
.sys-shell__content,
.wrapper,
.main-panel,
.page-inner,
.sys-module-slot,
.sys-module-slot > * {
  min-width: 0;
  max-width: 100%;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
  height: auto;
}

textarea,
input,
select,
button {
  max-width: 100%;
}

code,
pre,
kbd,
samp {
  font-family: var(--sys-font-mono);
}

pre {
  max-width: 100%;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

#timeoutsess {
  display: none !important;
}

.sys-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.has-sys-modal-open {
  overflow: hidden;
}
