/* reset */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
fieldset,
img {
  border: 0 none;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input,
select,
textarea,
button {
  text-align: inherit;
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;

  &:active,
  &:hover {
    text-decoration: none;
  }
}
address,
caption,
cite,
code,
dfn,
var {
  font-style: inherit;
  font-weight: inherit;
}
fieldset {
  font-size: 100%;
  font: inherit;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
address {
  font-style: normal;
}
iframe {
  border: none;
  width: 100%;
/*  height: 100%;*/
}
input {
  border: none;
  font-size: 16px;
  background-color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: inherit;
}

svg:not(:root) {
  overflow: visible;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: inherit;
  transition: background-color 5000s ease-in-out 0s;
  background-color: inherit;
}

textarea:disabled {
  background-color: inherit;
}

table,
th,
td {
  border-spacing: 0;
}
