/* purgecss start ignore */

// Remove default margins and padding
* {
  margin: 0;
  padding: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

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

small {
  font-size: 80%;
}

progress {
  vertical-align: baseline;
}

abbr[title] {
  text-decoration: underline dotted;
}

button,
input:where([type="button"]),
input:where([type="submit"]),
input:where([type="reset"]) {
  -webkit-appearance: button;

  &:where(:not(:disabled)) {
    cursor: pointer;
  }
}

input:where([type="file"]):where(:not(:disabled)),
label:where([for]) {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

input,
button,
textarea,
optgroup,
select {
  font: inherit;
  line-height: inherit;
  font-size: max(16px, 1em);
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}
/* purgecss end ignore */
