html {
  font-size: 100%;
  position: relative;
  min-height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: var(--body-bg-color);
  font-family: var(--font-family-sans-serif);
  font-size: var(--font-size-base);
  line-height: var(--line-height-computed);
  padding: 0;
  width: 100%;
  height: 100%;
}

textarea {
  resize: vertical;
}

div.ajax-loader {
  background: url("../images/ajax-loader.gif") scroll no-repeat 50% 50% transparent;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2500;
}