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

html, body { margin: 0; padding: 0; }

body {
  background: #d0d0d0;
  -webkit-font-smoothing: antialiased;
}

.viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  display: flex;
  justify-content: center;
}

.page {
  position: relative;
  flex-shrink: 0;
}

.page img { display: block; }

.page .abs {
  position: absolute;
  margin: 0;
}

.page .ui-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  padding: 0;
}

.page .ui-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
}

.page .ui-pill__label,
.page [class*="__pill-label"] {
  position: static;
  margin: 0;
}

.page [class*="__field-control"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 1em;
  pointer-events: auto;
}

.page [class*="__field-control"]:focus {
  outline: none;
}

.page [class*="__field-control"]:-webkit-autofill,
.page [class*="__field-control"]:-webkit-autofill:hover,
.page [class*="__field-control"]:-webkit-autofill:focus {
  -webkit-text-fill-color: #030e1f;
  box-shadow: 0 0 0 1000px #ffffff inset;
  transition: background-color 99999s ease-out 0s;
}

.page [class*="__form-card"] [class*="__field-label"] {
  cursor: pointer;
}

.page [class*="__form-card"] {
  position: absolute;
}
