
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
fieldset,
legend,
table,
td,
th,
figure,
header,
footer,
button,
nav,
main {
  margin: 0;
  padding: 0;
}

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

li {
  list-style: none;
}

a,
button {
  cursor: pointer;
}

button,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.15;
  background-color: transparent;
  border: 0;
  appearance: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  border: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

em {
  font-style: normal;
  font-weight: bold;
}

summary {
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

dialog {
  position: fixed;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

dialog {
  top: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  max-width: unset;
  max-height: unset;
  border-width: 0;
  background-color: unset;
}

[v-cloak] {
  display: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

.visually-hidden {
  position: absolute !important;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
