html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover, a:focus, a:active {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input, button, textarea, select {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  color: #000;
  background: #fff;
  overflow-x: clip;
  position: relative;
  touch-action: pan-y;
}

body.overflow {
  overflow: clip;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-button, ::-webkit-resizer {
  width: 0;
  height: 0;
  background: none;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

:root {
  --app-height: 100%;
}

img[src=""] {
  display: none !important;
}

a {
  color: #1B69DE;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input, select, textarea, button {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
