#root {
  height: 100vh;
}

body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

p,
h2,
h6 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: normal;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button {
  /* outline: 0; */
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: none;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

textarea {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
  background: none;
  resize: none;
  appearance: textfield;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.no-js img.lazyload {
  display: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) {
  body {
    position: static;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    position: static;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    position: static;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 767.98px), (max-width: 896px) and (max-height: 414px) {
  body {
    position: static;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
