body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[v-cloak] {
  display: none;
}
[v-cloak] > * {
  display:none;
}
[v-cloak]::before {
  content: "loading…";
}

.transparent-download-button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.w-input:focus, .w-select:focus {
  border-color: #736b7c;
  outline: 0;
}

svg {
  display: block;
}

svg .subtitle {
  font-size: 11.5px;
}
