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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

body {
  line-height: 1;
  color: #000000; /* black */
  background: #FFFFFF; /* white */
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  overflow-x: clip;
  position: relative;
  touch-action: pan-y;
}

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

ol, ul {
  list-style: none;
}

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

* {
  box-sizing: border-box;
}

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

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

a:hover {
  text-decoration: none;
}

a.full_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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

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

body.overflow {
  overflow: clip;
}

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

body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3); /* semi-transparent white */
}

body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.6); /* semi-transparent white */
}

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