*,
*:before,
*:after {
  box-sizing: border-box;
  /* border: 1px solid red; */
}

html,
body,
div,
span,
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,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  font-style: normal;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  color: blue;
}
a:hover,
a:focus {
  text-decoration: none;
}

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

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

img.qr-code {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}

audio,
canvas,
iframe,
video,
img,
svg {
  vertical-align: middle;
}

iframe {
  border: 0;
}

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

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

textarea {
  /* resize: none; */
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
}

label,
input {
  touch-action: manipulation;
}

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

input[disabled] ~ label,
textarea[disabled],
input[disabled] {
  cursor: not-allowed;
  touch-action: none!important;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

[hidden] {
  display: none!important;
}

[data-untouchable] {
  pointer-events: none!important;
}