/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html {
  --medo-color-1: #defcf9;
  --medo-color-2: #d4ebfc;
  --medo-color-3: #2a9d8f;
  --medo-color-4: #0076e5;
  --medo-color-5: #fff;
  --medo-color-6: #333333;
  --medo-color-7: #ebf5ff;
  --medo-content-box-bg: #ebf5ff;
  --medo-appshell-mainmenu-mobile-bg: #f9f9f9;
  --medo-simplepage-max-width: 600px;

  --gpcmarkdown-textCodeBlock-background: #f7fbff;
  --gpcmarkdown-diffEditor-removedTextBackground: #fafcff;
  --gpcmarkdown-diffEditor-insertedTextBackground: var(--medo-color-2);
  --gpcmarkdown-editor-font-size: 12px;
  --gpcmarkdown-font-size: 12px;
  --gpcmarkdown-editor-font-family: "Courier New", Courier, monospace;
  --gpcmarkdown-textPreformat-foreground: #f78383;
  --gpcmarkdown-textSeparator-foreground: #d5d5d5;
  --gpcmarkdown-editor-foreground: #333333;
  --gpcmarkdown-errorForeground: #e51400;
  --gpcmarkdown-inputValidation-errorBorder: #be1100;
  --gpcmarkdown-font-family: inherit;
}

.md-appshell > div.MuiBox-root {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}

#md-pwa-message-box > .content {
  position: fixed;
  background: var(--medo-color-6);
  border-radius: 10px;
  color: #fff;
  z-index: 9999;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 2rem;
  padding: 2rem;
}
