@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap);
.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}

.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}

.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}

.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}

.guide-list-item {
  min-height: 8rem;
}

.background-image {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.background-image .inner {
  filter: blur(/5px);
}
.background-image:hover .inner {
  filter: blur(0px) !important;
}
.background-image:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply;
  z-index: 1;
  height: 100%;
  width: 100%;
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
}

.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}

.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}

.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}

.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}

.text-mono-light {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.text-mono-normal {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.text-mono-bold {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.text-label-small {
  font-size: 0.8em;
}

.text-label-tiny {
  font-size: 0.6em;
}

.text-old-standard-tt-regular {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
}

.text-old-standard-tt-bold {
  font-family: "Old Standard TT", serif;
  font-weight: 700;
  font-style: normal;
}

.text-old-standard-tt-regular-italic {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: italic;
}

.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}

.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}

.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}

.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}

body.body--dark .keypad-btn {
  background-color: white;
  color: #1D1D1D;
}
body.body--dark .keypad-input {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid white;
}

body.body--light .keypad-btn {
  background-color: #1D1D1D;
  color: white;
}
body.body--light .keypad-input {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid #1D1D1D;
}

.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}

.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}

.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}

.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}

:root {
  --primary: #39394e;
  --primary-dark: #2e2e3e;
  --secondary: #54546b;
  --secondary-dark: #4b4b66;
  --accent: #00416a;
  --accent-dark: #012c4b;
  --positive: #21BA45;
  --positive-dark: #24794a;
  --negative: #C10015;
  --negative-dark: #7a0f34;
  --warning: #F2C037;
  --warning-dark: #63512b;
  --info: #8fa4bd;
  --info-dark: #1f4b7e;
  --font-family: Roboto, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.layer-normal {
  z-index: auto;
}

.layer-map {
  z-index: 100;
}

.layer-map-controls {
  z-index: 110;
}

.layer-carousel {
  z-index: 120;
}

.layer-carousel-overlay {
  z-index: 130;
}

.layer-detail {
  z-index: 200;
}

.layer-dialog {
  z-index: 300;
}

.layer-menu {
  z-index: 400;
}

.layer-top {
  z-index: 999;
}

.round {
  border-radius: 50%;
}

.gm-style-iw .gm-style-iw-c {
  background-color: #1D1D1D !important;
  color: white !important;
}

.google-map-control {
  background: none white;
  border: 0;
  margin: 10px;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  color: grey;
}
.google-map-control i {
  padding: 4px;
  color: grey;
}

.q-toggle__inner--falsy .q-toggle__thumb::after {
  background-color: darkslategrey !important;
  color: darkslategray !important;
}

.q-toggle__inner--truthy .q-toggle__thumb::after {
  background-color: white !important;
  color: white !important;
}

.warning-text {
  color: #382f0d;
  font-weight: bold;
  font-size: small;
}

.q-carousel.fullscreen {
  z-index: 9999 !important;
}

@keyframes horizontal-shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes vertical-shake {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hover-react {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes fall-and-rotate {
  0% {
    transform: rotate(5deg) scale(1.2, 1.2);
  }
  100% {
    transform: rotate(-5deg) scale(1, 1);
  }
}
.fall-rotate {
  animation: fall-and-rotate;
  animation-duration: 0.2s;
  animation-delay: 0s;
  animation-timing-function: ease-in;
}

.handwritten {
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  font-style: normal;
}

.background-image-container {
  z-index: -1;
  position: absolute;
  background-position: center;
  background-size: cover;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  height: 100%;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  background: red !important;
}
input[type=number] ::-webkit-outer-spin-button,
input[type=number] ::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none !important;
          appearance: none !important;
  background: red !important;
}

body {
  font-family: var(--q-font-family, "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
}

.q-drawer {
  z-index: 9999;
}
.qr-image[data-v-46388b12] {
  cursor: pointer;
}
.q-dialog[data-v-44821843] {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
blockquote[data-v-44821843] {
  font-size: 1em !important;
  font-family: serif;
  text-align: center;
  font-style: italic;
}
blockquote .before[data-v-44821843] {
  color: grey;
  z-index: 999;
}
blockquote .after[data-v-44821843] {
  color: grey;
  z-index: 999;
}

.keypad-message[data-v-61f7ad28] {
  min-height: 20px;
  padding: 5px;
}
.fade-enter-active[data-v-61f7ad28],
.fade-leave-active[data-v-61f7ad28] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-61f7ad28],
.fade-leave-to[data-v-61f7ad28] {
  opacity: 0;
}

.bg-accent-grad[data-v-44215802] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-44215802] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-44215802] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-44215802] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
@keyframes fadeIn-44215802 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeOut-44215802 {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes successJump-44215802 {
0% {
    transform: scale(1);
}
30% {
    transform: scale(1.2);
}
}
@keyframes searching-44215802 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}
@keyframes errorShake-44215802 {
0% {
    transform: translateX(3px);
}
10% {
    transform: translateX(-3px);
}
20% {
    transform: translateX(3px);
}
30% {
    transform: translateX(-3px);
}
40% {
    transform: translateX(3px);
}
50% {
    transform: translateX(-3px);
}
60% {
    transform: translateX(0px);
    opacity: 1;
}
100% {
    transform: translateX(0px);
    opacity: 0;
}
}
.search-icon[data-v-44215802] {
  animation: searching-44215802 1s ease-in-out infinite;
}
.search-indicator[data-v-44215802] {
  opacity: 0;
}
.search-indicator.show[data-v-44215802] {
  animation: fadeIn-44215802 1s ease-in-out forwards;
}
.search-indicator.hide[data-v-44215802] {
  animation: fadeOut-44215802 0.3s ease-in-out forwards;
}
.keypad-input[data-v-44215802] {
  min-height: 60px;
  background: transparent;
}
.keypad-input .q-field__inner[data-v-44215802] {
  animation: fadeIn-44215802 0.3s ease-in-out forwards;
}
.keypad-input.valid[data-v-44215802] {
  animation: successJump-44215802 0.3s ease-in-out forwards;
}
.keypad-input.valid .keypad-input__inner[data-v-44215802] {
  color: red !important;
}
.keypad-input.error[data-v-44215802] {
  animation: errorShake-44215802 0.8s ease-in-out forwards;
}
.keypad-input.error .keypad-input__inner[data-v-44215802] {
  color: red !important;
}
.keypad-input input[data-v-44215802] {
  background: transparent !important;
}
.q-input[data-v-44215802] {
  transition: opacity 0.2s ease;
  background: transparent !important;
}

.keypad-btn[data-v-cdb68f2a] {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  font-size: 28px;
  transition: transform 0.1s ease;
  cursor: pointer;
&[data-v-cdb68f2a]:hover {
    transform: scale(1.05);
    box-shadow: $shadow-1;
}
}
.keypad-btn[data-v-cdb68f2a]:active {
  transform: scale(0.95); /* Subtle press animation */
  box-shadow: $inset-shadow-down;
}

.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
body.body--dark .keypad-btn {
  background-color: white;
  color: #1D1D1D;
}
body.body--dark .keypad-input {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid white;
}
body.body--light .keypad-btn {
  background-color: #1D1D1D;
  color: white;
}
body.body--light .keypad-input {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid #1D1D1D;
}
.keypad {
  padding-bottom: 16px;
  flex-direction: column;
  display: flex;
  max-width: 320px;
  /* Mobile-first constraint */
  margin: 0 auto;
  transition: all 0.3s ease;
  /* Subtle animation for layout shifts */
}
.text-negative {
  font-size: 0.9rem;
}
.input-custom {
  border: 2px solid red !important;
}
.body--light .preview {
  background: rgba(255, 255, 255, 0.8);
  color: #1D1D1D;
}
.body--dark .preview {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.preview {
  animation: slide-down 200ms ease-in-out forwards;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
  background: white;
  color: #1D1D1D;
}
.preview.mouseover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  background: white;
}
.preview.mousedown {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
}
.show {
  animation: slide-up 200ms ease-in-out forwards;
}
@keyframes slide-up {
0% {
    transform: scaleY(0);
}
100% {
    transform: scaleY(1);
}
}
@keyframes slide-down {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(200%);
}
}
.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.guide-list-item {
  min-height: 8rem;
}
.background-image {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.background-image .inner {
  filter: blur(/5px);
}
.background-image:hover .inner {
  filter: blur(0px) !important;
}
.background-image:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply;
  z-index: 1;
  height: 100%;
  width: 100%;
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
}
.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.text-mono-light {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.text-mono-normal {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.text-mono-bold {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.text-label-small {
  font-size: 0.8em;
}
.text-label-tiny {
  font-size: 0.6em;
}
.text-old-standard-tt-regular {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
}
.text-old-standard-tt-bold {
  font-family: "Old Standard TT", serif;
  font-weight: 700;
  font-style: normal;
}
.text-old-standard-tt-regular-italic {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: italic;
}
.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
body.body--dark .keypad-btn {
  background-color: white;
  color: #1D1D1D;
}
body.body--dark .keypad-input {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid white;
}
body.body--light .keypad-btn {
  background-color: #1D1D1D;
  color: white;
}
body.body--light .keypad-input {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid #1D1D1D;
}
.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
:root {
  --primary: #39394e;
  --primary-dark: #2e2e3e;
  --secondary: #54546b;
  --secondary-dark: #4b4b66;
  --accent: #00416a;
  --accent-dark: #012c4b;
  --positive: #21BA45;
  --positive-dark: #24794a;
  --negative: #C10015;
  --negative-dark: #7a0f34;
  --warning: #F2C037;
  --warning-dark: #63512b;
  --info: #8fa4bd;
  --info-dark: #1f4b7e;
  --font-family: Roboto, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.layer-normal {
  z-index: auto;
}
.layer-map {
  z-index: 100;
}
.layer-map-controls {
  z-index: 110;
}
.layer-carousel {
  z-index: 120;
}
.layer-carousel-overlay {
  z-index: 130;
}
.layer-detail {
  z-index: 200;
}
.layer-dialog {
  z-index: 300;
}
.layer-menu {
  z-index: 400;
}
.layer-top {
  z-index: 999;
}
.round {
  border-radius: 50%;
}
.gm-style-iw .gm-style-iw-c {
  background-color: #1D1D1D !important;
  color: white !important;
}
.google-map-control {
  background: none white;
  border: 0;
  margin: 10px;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  color: grey;
}
.google-map-control i {
  padding: 4px;
  color: grey;
}
.q-toggle__inner--falsy .q-toggle__thumb::after {
  background-color: darkslategrey !important;
  color: darkslategray !important;
}
.q-toggle__inner--truthy .q-toggle__thumb::after {
  background-color: white !important;
  color: white !important;
}
.warning-text {
  color: #382f0d;
  font-weight: bold;
  font-size: small;
}
.q-carousel.fullscreen {
  z-index: 9999 !important;
}
@keyframes horizontal-shake {
0% {
    transform: translateX(0);
}
25% {
    transform: translateX(3px);
}
50% {
    transform: translateX(-3px);
}
75% {
    transform: translateX(3px);
}
100% {
    transform: translateX(0);
}
}
@keyframes vertical-shake {
0% {
    transform: translateY(0);
}
25% {
    transform: translateY(3px);
}
50% {
    transform: translateY(-3px);
}
75% {
    transform: translateY(3px);
}
100% {
    transform: translateY(0);
}
}
@keyframes hover-react {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-3px);
}
}
@keyframes fall-and-rotate {
0% {
    transform: rotate(5deg) scale(1.2, 1.2);
}
100% {
    transform: rotate(-5deg) scale(1, 1);
}
}
.fall-rotate {
  animation: fall-and-rotate;
  animation-duration: 0.2s;
  animation-delay: 0s;
  animation-timing-function: ease-in;
}
.handwritten {
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  font-style: normal;
}
.background-image-container {
  z-index: -1;
  position: absolute;
  background-position: center;
  background-size: cover;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  height: 100%;
  width: 100%;
}
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  background: red !important;
}
input[type=number] ::-webkit-outer-spin-button,
input[type=number] ::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none !important;
          appearance: none !important;
  background: red !important;
}
body {
  font-family: var(--q-font-family, "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
}
.q-drawer {
  z-index: 9999;
}
.bg-accent-grad {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
body.body--dark .keypad-btn {
  background-color: white;
  color: #1D1D1D;
}
body.body--dark .keypad-input {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid white;
}
body.body--light .keypad-btn {
  background-color: #1D1D1D;
  color: white;
}
body.body--light .keypad-input {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid #1D1D1D;
}
.keypad-dialog {
  padding: 0 !important;
}
body.body--light .toolbar-button {
  color: black;
}
body.body--light .keypad-dialog .q-dialog__backdrop {
  background: white !important;
  opacity: 0.9 !important;
}
body.body--light .keypad-dialog .q-dialog__backdrop {
  background: white !important;
  opacity: 0.9 !important;
}
body.body--dark .keypad-dialog .q-dialog__backdrop {
  background: #1D1D1D !important;
  opacity: 0.9 !important;
}
body.body--dark .keypad-dialog .q-dialog__backdrop {
  background: #1D1D1D !important;
  opacity: 0.9 !important;
}
.slide-fade-left-enter-active {
  transition: all 0.2s ease-out;
}
.slide-fade-left-leave-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-left-enter-from,
.slide-fade-left-leave-to {
  opacity: 0;
}
.slide-fade-right-enter-active {
  transition: all 0.2s ease-out;
}
.slide-fade-right-leave-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-right-enter-from,
.slide-fade-right-leave-to {
  opacity: 0;
}
$primary: #39394e;
$primary-dark: #2e2e3e;
$primary-light: #9f9fcc;

$secondary: #54546b;
$secondary-dark: #4b4b66;

$accent: #00416a;
$accent-dark: #012c4b;
$accent-light: #6284a3;

$dark: #1D1D1D;
$dark-page: $dark;
$dark-text: #fff;

$positive: #21BA45;
$positive-dark: #24794a;

$negative: #C10015;
$negative-dark: rgb(122, 15, 52);

$info: rgb(143, 164, 189);
$info-dark: rgb(31, 75, 126);
$info-light: rgb(233, 237, 240);

$warning: #F2C037;
$warning-dark: #63512b;
$warning-text: #382f0d;

$typography-font-family: "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif;
.bg-accent-grad {
  background: linear-gradient(180deg, $accent, $accent-dark 90%);
}
.bg-info-grad {
  background: linear-gradient(180deg, $info-light, 5%, $info, 98%, $info-dark);
}
.bg-info-dark {
  background: linear-gradient(180deg, $info, 5%, $info-dark);
}
.bg-primary-grad {
  background: linear-gradient(180deg, $primary-dark, $primary-light);
}


.carousel-keypad-code[data-v-1da8afeb] {
  color: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
  text-shadow: 0.05em 0.05em 0.05em white;
&.selected[data-v-1da8afeb] {
    color: rgba(255, 255, 255, 0.9);
    mix-blend-mode: screen;
    text-shadow: 0.05em 0.05em 0.05em black;
}
}
.carousel-item[data-v-1da8afeb] {
  height: 100px;
  max-height: 100px;
  background: transparent;
}
.selected-overlay[data-v-1da8afeb] {
  height: 100px;
  bottom: 8px;
  left: 0;
  width: 100px;

  opacity: 1;
  position: absolute;
}
.v-enter-active[data-v-1da8afeb],
.v-leave-active[data-v-1da8afeb] {
  transition: opacity 0.1s ease;
}
.v-enter-from[data-v-1da8afeb],
.v-leave-to[data-v-1da8afeb] {
  opacity: 0;
}

.scroll-x[data-v-16a24ea2] {
  display: flex;
  flex-direction: row;
}
.prevent-select[data-v-16a24ea2] {
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.card-action {
  width: 100%;
  max-width: 250px;
}
.hover-label {
  background-color: black;
}
.gm-style {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.gm-style-iw .gm-style-iw-c {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.info-text {
  overflow: hidden;

  text-overflow: ellipsis;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

.badge-control[data-v-53be0c2b] {
  background-color: white;
}
.map-controls[data-v-15a85b54] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}
.map-control-item[data-v-2f8e54ca] {
  width: 40px;
  height: 40px;
  position: absolute;
  background: none rgba(255, 255, 255, 0);
  border: 0;
  margin: 10px;
  padding: 0;
  text-transform: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 2px;
  color: #666666;
  pointer-events: auto;
}
.map-control-item[data-v-2f8e54ca]:hover {
  color: #5a5a5a;
}
.layer-control[data-v-59c60260] {
  background-color: white;
}
.bg-accent-grad[data-v-473f612e] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-473f612e] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-473f612e] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-473f612e] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.fade-enter-active[data-v-473f612e],
.fade-leave-active[data-v-473f612e] {
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-473f612e],
.fade-leave-to[data-v-473f612e] {
  opacity: 0;
}
@keyframes gradient-animation-473f612e {
0% {
    background-position: 0 0;
    --gradient-rotate: 0;
    box-shadow: rgba(255, 255, 255, 0.86) inset 0 0 6px;
}
100% {
    background-position: 200% 200%;
    --gradient-rotate: 0;
    box-shadow: #eae4ab inset 0 0 4px;
}
}
.banner[data-v-473f612e] {
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  background: white;
}
.banner .inner[data-v-473f612e] {
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  height: 100%;
}
.gold[data-v-473f612e] {
  --gradient-rotate: 0;
  position: relative;
  box-shadow: #eae4ab inset 0 0 4px;
  animation: gradient-animation-473f612e 10s linear infinite;
  background-size: 200% 200%;
  background-image: repeating-linear-gradient(90deg, #bf953f, #fcf6ba, #eeba4a, #eae4ab, #aa771c, #bf953f);
}
.gold .div[data-v-473f612e],
.gold .arrow-banner[data-v-473f612e] {
  border-radius: 10px;
  text-shadow: #523f0e 1px 1px 1px;
}
@keyframes arrow-tweak-473f612e {
0% {
    transform: translateX(0);
}
5% {
    transform: translateX(-15px) scale(1.05);
}
15% {
    transform: translateX(0);
}
20% {
    transform: translateX(-15px);
}
30% {
    transform: translateX(0) scale(1);
}
}
.tweak[data-v-473f612e] {
  animation: arrow-tweak-473f612e 2s ease-in-out infinite;
}
@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-rotate {
  syntax: "<angle>";
  initial-value: 45deg;
  inherits: false;
}
@property --gradient-offset {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: false;
}
.guide-list-item[data-v-0d9adcb3] {
  min-height: 8rem;
}
.background-image[data-v-0d9adcb3] {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.background-image .inner[data-v-0d9adcb3] {
  filter: blur(/5px);
}
.background-image:hover .inner[data-v-0d9adcb3] {
  filter: blur(0px) !important;
}
.background-image[data-v-0d9adcb3]:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply;
  z-index: 1;
  height: 100%;
  width: 100%;
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
}
.bg-accent-grad[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.text-mono-light[data-v-0d9adcb3] {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.text-mono-normal[data-v-0d9adcb3] {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.text-mono-bold[data-v-0d9adcb3] {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.text-label-small[data-v-0d9adcb3] {
  font-size: 0.8em;
}
.text-label-tiny[data-v-0d9adcb3] {
  font-size: 0.6em;
}
.text-old-standard-tt-regular[data-v-0d9adcb3] {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
}
.text-old-standard-tt-bold[data-v-0d9adcb3] {
  font-family: "Old Standard TT", serif;
  font-weight: 700;
  font-style: normal;
}
.text-old-standard-tt-regular-italic[data-v-0d9adcb3] {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: italic;
}
.bg-accent-grad[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
body.body--dark .keypad-btn[data-v-0d9adcb3] {
  background-color: white;
  color: #1D1D1D;
}
body.body--dark .keypad-input[data-v-0d9adcb3] {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid white;
}
body.body--light .keypad-btn[data-v-0d9adcb3] {
  background-color: #1D1D1D;
  color: white;
}
body.body--light .keypad-input[data-v-0d9adcb3] {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid #1D1D1D;
}
.bg-accent-grad[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-0d9adcb3] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
[data-v-0d9adcb3]:root {
  --primary: #39394e;
  --primary-dark: #2e2e3e;
  --secondary: #54546b;
  --secondary-dark: #4b4b66;
  --accent: #00416a;
  --accent-dark: #012c4b;
  --positive: #21BA45;
  --positive-dark: #24794a;
  --negative: #C10015;
  --negative-dark: #7a0f34;
  --warning: #F2C037;
  --warning-dark: #63512b;
  --info: #8fa4bd;
  --info-dark: #1f4b7e;
  --font-family: Roboto, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.layer-normal[data-v-0d9adcb3] {
  z-index: auto;
}
.layer-map[data-v-0d9adcb3] {
  z-index: 100;
}
.layer-map-controls[data-v-0d9adcb3] {
  z-index: 110;
}
.layer-carousel[data-v-0d9adcb3] {
  z-index: 120;
}
.layer-carousel-overlay[data-v-0d9adcb3] {
  z-index: 130;
}
.layer-detail[data-v-0d9adcb3] {
  z-index: 200;
}
.layer-dialog[data-v-0d9adcb3] {
  z-index: 300;
}
.layer-menu[data-v-0d9adcb3] {
  z-index: 400;
}
.layer-top[data-v-0d9adcb3] {
  z-index: 999;
}
.round[data-v-0d9adcb3] {
  border-radius: 50%;
}
.gm-style-iw .gm-style-iw-c[data-v-0d9adcb3] {
  background-color: #1D1D1D !important;
  color: white !important;
}
.google-map-control[data-v-0d9adcb3] {
  background: none white;
  border: 0;
  margin: 10px;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  color: grey;
}
.google-map-control i[data-v-0d9adcb3] {
  padding: 4px;
  color: grey;
}
.q-toggle__inner--falsy .q-toggle__thumb[data-v-0d9adcb3]::after {
  background-color: darkslategrey !important;
  color: darkslategray !important;
}
.q-toggle__inner--truthy .q-toggle__thumb[data-v-0d9adcb3]::after {
  background-color: white !important;
  color: white !important;
}
.warning-text[data-v-0d9adcb3] {
  color: #382f0d;
  font-weight: bold;
  font-size: small;
}
.q-carousel.fullscreen[data-v-0d9adcb3] {
  z-index: 9999 !important;
}
@keyframes horizontal-shake-0d9adcb3 {
0% {
    transform: translateX(0);
}
25% {
    transform: translateX(3px);
}
50% {
    transform: translateX(-3px);
}
75% {
    transform: translateX(3px);
}
100% {
    transform: translateX(0);
}
}
@keyframes vertical-shake-0d9adcb3 {
0% {
    transform: translateY(0);
}
25% {
    transform: translateY(3px);
}
50% {
    transform: translateY(-3px);
}
75% {
    transform: translateY(3px);
}
100% {
    transform: translateY(0);
}
}
@keyframes hover-react-0d9adcb3 {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-3px);
}
}
@keyframes fall-and-rotate-0d9adcb3 {
0% {
    transform: rotate(5deg) scale(1.2, 1.2);
}
100% {
    transform: rotate(-5deg) scale(1, 1);
}
}
.fall-rotate[data-v-0d9adcb3] {
  animation: fall-and-rotate-0d9adcb3;
  animation-duration: 0.2s;
  animation-delay: 0s;
  animation-timing-function: ease-in;
}
.handwritten[data-v-0d9adcb3] {
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  font-style: normal;
}
.background-image-container[data-v-0d9adcb3] {
  z-index: -1;
  position: absolute;
  background-position: center;
  background-size: cover;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  height: 100%;
  width: 100%;
}
input[type=number][data-v-0d9adcb3] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  background: red !important;
}
input[type=number][data-v-0d9adcb3] ::-webkit-outer-spin-button,
input[type=number][data-v-0d9adcb3] ::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none !important;
          appearance: none !important;
  background: red !important;
}
body[data-v-0d9adcb3] {
  font-family: var(--q-font-family, "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
}
.q-drawer[data-v-0d9adcb3] {
  z-index: 9999;
}
.fade-enter-active[data-v-0d9adcb3],
.fade-leave-active[data-v-0d9adcb3] {
  transition: opacity 0.5s ease;
}
.fade-enter-from[data-v-0d9adcb3],
.fade-leave-to[data-v-0d9adcb3] {
  opacity: 0;
}
@keyframes wiggle-0d9adcb3 {
0% {
    transform: rotateZ(0deg);
}
2% {
    transform: rotateZ(10deg);
}
6% {
    transform: rotateZ(-10deg);
}
8% {
    transform: rotateZ(0deg);
}
}
.wiggle[data-v-0d9adcb3] {
  animation: wiggle-0d9adcb3 3s ease-in-out infinite;
}
.bg-accent-grad[data-v-f6b22cd8] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-f6b22cd8] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-f6b22cd8] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-f6b22cd8] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.geolocate-button[data-v-f6b22cd8] {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.geolocate-button :hover path[data-v-f6b22cd8] {
  fill: #1D1D1D !important;
}
.wrapper[data-v-1994fccb] {
  height: 100%;
  width: 100vw;
}

.user-html[data-v-57ed5ab4] img {
  max-width: 80vw !important;
  max-height: 60vh;
  display: block;
  margin: 10px;
  align-self: center;
  justify-self: center;
  height: auto;
}

.bg-accent-grad[data-v-e7aab67a] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-e7aab67a] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-e7aab67a] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-e7aab67a] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
[data-v-e7aab67a]:root {
  --blink-animation-speed: .2s;
}
.eye.blink[data-v-e7aab67a] {
  transform-origin: center;
  transform-box: fill-box;
  animation: blink-e7aab67a 10s ease-out infinite;
  animation-delay: 29s, 7s;
}
.shadow[data-v-e7aab67a] {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  /* Similar syntax to box-shadow */
}
@keyframes blink-e7aab67a {
0% {
    transform: scale(1, 0.4);
}
2% {
    transform: scale(1, 0.9);
}
4% {
    transform: scale(1, 0.3);
}
7% {
    transform: scale(1, 1);
}
}
.hidden-input[data-v-272a04fe] {
  visibility: hidden;
  display: none;
}
.photo-input-button[data-v-272a04fe] {
  border: 1px solid #ccc;
}

.photo-container[data-v-38ccdfe3] {
  box-shadow: inset 0px 1px 4px #000;
  z-index: 400;
}
.slightly-rounded[data-v-38ccdfe3] {
  border-radius: 2px;
}
.photo-frame[data-v-38ccdfe3] {
  box-shadow: 1px 1px 2px rgba(120, 120, 120, 50), inset 0px 0px 2px rgba(120, 120, 120, 5);
}
.floating-top-right[data-v-38ccdfe3] {
  z-index: 999;
  top: -10px;
  right: -10px;
  position: absolute;
  box-shadow: 2px 2px 4px rgba(120, 120, 120, 30);
  border: 2px solid white;
}

.bg-accent-grad[data-v-6e30e0ea] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-6e30e0ea] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-6e30e0ea] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-6e30e0ea] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.multiple-choice-answer[data-v-6e30e0ea] {
  transition: all 0.2s ease;
}
.multiple-choice-answer[data-v-6e30e0ea]:not(.disabled):hover {
  box-shadow: none;
  background: #00416a;
  color: white;
  transform: scaleX(0.98);
}
.multiple-choice-answer[data-v-6e30e0ea]:active {
  background-color: #4caf50;
}
.multiple-choice-answer.disabled[data-v-6e30e0ea] {
  background: #9e9e9e;
  cursor: not-allowed;
}
.multiple-choice-answer.hide[data-v-6e30e0ea] {
  cursor: not-allowed;
}
.multiple-choice-answer.selected[data-v-6e30e0ea] {
  background-color: #00416a;
  color: white;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.fade-enter[data-v-660350a2] {
  opacity: 0;
}
.fade-enter-active[data-v-660350a2] {
  animation: fadein-660350a2 0.5s;
}
.fade-leave[data-v-660350a2] {
  opacity: 1;
}
.fade-leave-active[data-v-660350a2] {
  animation: fadein-660350a2 0.5s reverse;
}
@keyframes fadein-660350a2 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.text-input[data-v-00de9b2c] {
  border: 1px solid grey;
  padding-left: 10px;
  outline: 1px solid grey;
  font-size: 1em;
  box-shadow: inset 0 0 2px grey;
}
.number-input[data-v-7f5210fe] {
  border: 1px solid grey;
  padding: 0;
  outline: 1px solid grey;
  font-size: 3em;
  width: 6em;
  box-shadow: inset 0 0 2px grey;
}
.bg-accent-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-578bf6fa] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.guide-list-item[data-v-578bf6fa] {
  min-height: 8rem;
}
.background-image[data-v-578bf6fa] {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.background-image .inner[data-v-578bf6fa] {
  filter: blur(/5px);
}
.background-image:hover .inner[data-v-578bf6fa] {
  filter: blur(0px) !important;
}
.background-image[data-v-578bf6fa]:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply;
  z-index: 1;
  height: 100%;
  width: 100%;
  content: " ";
  top: 0;
  left: 0;
  position: absolute;
}
.bg-accent-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-578bf6fa] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.text-mono-light[data-v-578bf6fa] {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.text-mono-normal[data-v-578bf6fa] {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.text-mono-bold[data-v-578bf6fa] {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.text-label-small[data-v-578bf6fa] {
  font-size: 0.8em;
}
.text-label-tiny[data-v-578bf6fa] {
  font-size: 0.6em;
}
.text-old-standard-tt-regular[data-v-578bf6fa] {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
}
.text-old-standard-tt-bold[data-v-578bf6fa] {
  font-family: "Old Standard TT", serif;
  font-weight: 700;
  font-style: normal;
}
.text-old-standard-tt-regular-italic[data-v-578bf6fa] {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: italic;
}
.bg-accent-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-578bf6fa] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
body.body--dark .keypad-btn[data-v-578bf6fa] {
  background-color: white;
  color: #1D1D1D;
}
body.body--dark .keypad-input[data-v-578bf6fa] {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid white;
}
body.body--light .keypad-btn[data-v-578bf6fa] {
  background-color: #1D1D1D;
  color: white;
}
body.body--light .keypad-input[data-v-578bf6fa] {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid #1D1D1D;
}
.bg-accent-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-578bf6fa] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-578bf6fa] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
[data-v-578bf6fa]:root {
  --primary: #39394e;
  --primary-dark: #2e2e3e;
  --secondary: #54546b;
  --secondary-dark: #4b4b66;
  --accent: #00416a;
  --accent-dark: #012c4b;
  --positive: #21BA45;
  --positive-dark: #24794a;
  --negative: #C10015;
  --negative-dark: #7a0f34;
  --warning: #F2C037;
  --warning-dark: #63512b;
  --info: #8fa4bd;
  --info-dark: #1f4b7e;
  --font-family: Roboto, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.layer-normal[data-v-578bf6fa] {
  z-index: auto;
}
.layer-map[data-v-578bf6fa] {
  z-index: 100;
}
.layer-map-controls[data-v-578bf6fa] {
  z-index: 110;
}
.layer-carousel[data-v-578bf6fa] {
  z-index: 120;
}
.layer-carousel-overlay[data-v-578bf6fa] {
  z-index: 130;
}
.layer-detail[data-v-578bf6fa] {
  z-index: 200;
}
.layer-dialog[data-v-578bf6fa] {
  z-index: 300;
}
.layer-menu[data-v-578bf6fa] {
  z-index: 400;
}
.layer-top[data-v-578bf6fa] {
  z-index: 999;
}
.round[data-v-578bf6fa] {
  border-radius: 50%;
}
.gm-style-iw .gm-style-iw-c[data-v-578bf6fa] {
  background-color: #1D1D1D !important;
  color: white !important;
}
.google-map-control[data-v-578bf6fa] {
  background: none white;
  border: 0;
  margin: 10px;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 2px;
  height: 40px;
  width: 40px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  color: grey;
}
.google-map-control i[data-v-578bf6fa] {
  padding: 4px;
  color: grey;
}
.q-toggle__inner--falsy .q-toggle__thumb[data-v-578bf6fa]::after {
  background-color: darkslategrey !important;
  color: darkslategray !important;
}
.q-toggle__inner--truthy .q-toggle__thumb[data-v-578bf6fa]::after {
  background-color: white !important;
  color: white !important;
}
.warning-text[data-v-578bf6fa] {
  color: #382f0d;
  font-weight: bold;
  font-size: small;
}
.q-carousel.fullscreen[data-v-578bf6fa] {
  z-index: 9999 !important;
}
@keyframes horizontal-shake-578bf6fa {
0% {
    transform: translateX(0);
}
25% {
    transform: translateX(3px);
}
50% {
    transform: translateX(-3px);
}
75% {
    transform: translateX(3px);
}
100% {
    transform: translateX(0);
}
}
@keyframes vertical-shake-578bf6fa {
0% {
    transform: translateY(0);
}
25% {
    transform: translateY(3px);
}
50% {
    transform: translateY(-3px);
}
75% {
    transform: translateY(3px);
}
100% {
    transform: translateY(0);
}
}
@keyframes hover-react-578bf6fa {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-3px);
}
}
@keyframes fall-and-rotate-578bf6fa {
0% {
    transform: rotate(5deg) scale(1.2, 1.2);
}
100% {
    transform: rotate(-5deg) scale(1, 1);
}
}
.fall-rotate[data-v-578bf6fa] {
  animation: fall-and-rotate-578bf6fa;
  animation-duration: 0.2s;
  animation-delay: 0s;
  animation-timing-function: ease-in;
}
.handwritten[data-v-578bf6fa] {
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  font-style: normal;
}
.background-image-container[data-v-578bf6fa] {
  z-index: -1;
  position: absolute;
  background-position: center;
  background-size: cover;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  height: 100%;
  width: 100%;
}
input[type=number][data-v-578bf6fa] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  background: red !important;
}
input[type=number][data-v-578bf6fa] ::-webkit-outer-spin-button,
input[type=number][data-v-578bf6fa] ::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none !important;
          appearance: none !important;
  background: red !important;
}
body[data-v-578bf6fa] {
  font-family: var(--q-font-family, "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
}
.q-drawer[data-v-578bf6fa] {
  z-index: 9999;
}
.social-login-btn[data-v-578bf6fa] {
  padding: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.social-login-btn.google[data-v-578bf6fa] {
  background: #f44336;
  color: white;
}
.social-login-btn[data-v-578bf6fa]:hover:not(:last-child) {
  margin-right: 1px !important;
}
.gsi-material-button[data-v-578bf6fa] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  border-radius: 4px;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}
.gsi-material-button .gsi-material-button-icon[data-v-578bf6fa] {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}
.gsi-material-button .gsi-material-button-content-wrapper[data-v-578bf6fa] {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.gsi-material-button .gsi-material-button-contents[data-v-578bf6fa] {
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.gsi-material-button .gsi-material-button-state[data-v-578bf6fa] {
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gsi-material-button[data-v-578bf6fa]:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}
.gsi-material-button:disabled .gsi-material-button-contents[data-v-578bf6fa] {
  opacity: 38%;
}
.gsi-material-button:disabled .gsi-material-button-icon[data-v-578bf6fa] {
  opacity: 38%;
}
.gsi-material-button:not(:disabled):active .gsi-material-button-state[data-v-578bf6fa],
.gsi-material-button:not(:disabled):focus .gsi-material-button-state[data-v-578bf6fa] {
  background-color: #303030;
  opacity: 12%;
}
.gsi-material-button[data-v-578bf6fa]:not(:disabled):hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.gsi-material-button:not(:disabled):hover .gsi-material-button-state[data-v-578bf6fa] {
  background-color: #303030;
  opacity: 8%;
}

.question-mark-background[data-v-b017d578] {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}
canvas[data-v-b017d578] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointerevents: none;
}


.bg-question[data-v-2e9926e0] {
  background: radial-gradient(transparent, rgba(20, 20, 20, 0.8)), linear-gradient(135deg, #6e8efb, #a777e3);
}
@keyframes fall-2e9926e0 {
0% {
    transform: translateY(-100vh);
    opacity: 0.2;
}
100% {
    transform: translateY(100vh);
    opacity: 0.1;
}
}
@keyframes rotate-2e9926e0 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes shimmer-2e9926e0 {
0%,
  100% {
    opacity: 0.2;
}
50% {
    opacity: 0.4;
}
}


[data-v-8453b398]:root {
  --touch-point-height: 10%;
}
.dialog-bg[data-v-8453b398] {
  transition: background 2s ease-in;
}
.bounce-enter-active[data-v-8453b398] {
  transform-origin: center 100%;
  animation: bounce-in-8453b398 0.4s ease-out;
}
.bounce-leave-active[data-v-8453b398] {
  animation: bounce-in-8453b398 0.4s reverse;
}
@keyframes bounce-in-8453b398 {
0% {
    transform: scaleY(0);
}
20% {
    transform: scaleY(1.2);
}
30% {
    transform: scaleY(0.8);
}
50% {
    transform: scaleY(1.1);
}
75% {
    transform: scaleY(0.9);
}
100% {
    transform: scaleY(1);
}
}
@keyframes doubleTap-8453b398 {
0% {
    transform: scale(1);
    --touch-point-height: 30%;
}
5% {
    transform: scale(1);
    --touch-point-height: 30%;
}
8% {
    transform: scale(0.9) rotateX(20deg);
    --touch-point-height: 10%;
}
13% {
    transform: scale(1.05);
    --touch-point-height: 30%;
}
15% {
    transform: scale(0.95);
    --touch-point-height: 10%;
}
18% {
    transform: scale(1);
    --touch-point-height: 15%;
}
}
.tap-tap[data-v-8453b398] {
  animation: doubleTap-8453b398 5s ease-in-out infinite;
}
.enter-button[data-v-8453b398] {
  animation: bounce-in-8453b398 0.3s ease-in-out forwards;
}
.q-dialog__inner .q-dialog__inner--minimized[data-v-8453b398] {
  padding: 0 !important;
}
.q-dialog__inner--minimized[data-v-8453b398] {
  padding: 0 !important;
}
.q-dialog[data-v-8453b398] {
  padding: 0 !important;
  margin: 0 !important;
}
.img-wrapper img[data-v-8453b398] {
  object-fit: contain;
}


.detail-overlay[data-v-e138ecb8] {
  z-index: 9999;
  background-color: transparent;
  //position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  pointer-events: none;
&.detail-overlay__offscreen[data-v-e138ecb8] {
    opacity: 0;
    animation: hideOverlay-e138ecb8 0.3s ease-out 0s 1 forwards;
    -webkit-animation: hideOverlay-e138ecb8 0.3s ease-out 0s 1 forwards;
    z-index: -1;
    pointer-events: none;
}
&.detail-overlay__initial[data-v-e138ecb8] {
    display: none;
    pointer-events: none;
}
.detail-overlay__detail-background[data-v-e138ecb8] {
    width: 100%;
    height: 100%;
    position: absolute;
}
@media (min-width: $breakpoint-sm-min) {
    align-items: center;
    justify-content: center;
}
&.detail-overlay__active[data-v-e138ecb8] {
    animation: none;
    -webkit-animation: none;
    pointer-events: auto;
    display: flex;
.detail-overlay__detail-inner[data-v-e138ecb8] {
      animation: slideIn-e138ecb8 0.2s ease-in-out 0s 1 normal forwards;
      -webkit-animation: slideIn-e138ecb8 0.2s ease-in-out 0s 1 normal forwards;
}
}
.detail-overlay__detail-inner[data-v-e138ecb8] {
@media (max-width: $breakpoint-xs-max) {
      width: 100%;
      left: 0;
      height: inherit;
      top: 100%;
      position: relative;
}
@media (min-width: $breakpoint-sm-min) {
      width: 60%;

      height: 75%;
      top: 100%;
      position: relative;
}

    background: white;

    animation: fadeOut 0.2s cubic-bezier(0.65, 0, 0.35, 1) 0s 1 normal forwards;
}
}
@keyframes hideOverlay-e138ecb8 {
0% {
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    opacity: 1;
}
100% {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}
}
@keyframes slideOut-e138ecb8 {
0% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    top: 0;
}
100% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    top: 100%;
}
}
@keyframes slideIn-e138ecb8 {
0% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    top: 100%;
}
75% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    top: 0;
}
90% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    top: 3%;
}
100% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    top: 0;
}
}
@keyframes myAnim-e138ecb8 {
0% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    top: 100%;
}
38% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    top: 0;
}
55% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;

    top: 10%;
}
72% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    top: 0;
}
81% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    top: 5%;
}
100% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    top: 0;
}
}

.checkbox-icon[data-v-1e982612] {
  outline: 2px solid #757575;
  border-radius: 1px;
}
@keyframes animatedGradient-1ffa74c7 {
0% {
    background-position: 100% 50%;
    filter: blur(0.2em);
}
50% {
    background-position: 0%;
    filter: blur(0.4em);
}
100% {
    background-position: 0% 50%;
    filter: blur(0.2em);
}
}
.map-placeholder[data-v-1ffa74c7] {
  background: linear-gradient(90deg, #afafaf, #515151);
  filter: blur(8px);
  opacity: 0.5;
  animation: animatedGradient-1ffa74c7 30s ease infinite;
}
@keyframes move-it-1ffa74c7 {
0% {
    transform: translateX(-20%);
}
100% {
    transform: translateX(20%);
}
}
.map-placeholder .inner[data-v-1ffa74c7] {
  width: 200%;
  height: 100%;
  position: relative;
  background-position: right;
  background-size: cover;
  background-image: url("/img/map/Simplified_World_Map.svg");
  animation: move-it-1ffa74c7 120s linear infinite;
}

.toolbar-link[data-v-2470e870] {
  cursor: pointer;
}
.toolbar[data-v-2470e870] {
  background-size: cover;
}

.bg-accent-grad[data-v-f5f9893e] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-f5f9893e] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-f5f9893e] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-f5f9893e] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.audio-list[data-v-f5f9893e] {
  background: white;
  color: #1D1D1D;
}
.audio-list.dark[data-v-f5f9893e] {
  background: #1D1D1D;
  color: white;
}

.translucent-bg-image[data-v-24dafb5a] {
  position: relative;
}
.translucent-bg-image[data-v-24dafb5a]:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.translucent-bg-image[data-v-24dafb5a]:first-child {
  position: relative;
}

._alpha-button {
  display: flex;
  height: 40px;
  align-items: center;
  font-size: clamp(1em, .5em, 2em);
  cursor: pointer;
}
._alpha-button.highlighted {
  box-shadow: 0em 0px 2px #c0c0c0;
}
._alpha-button p {
  margin: auto;
}
.prevent-select {
  -webkit-user-select: none;
  user-select: none;
}
.alpha-bar .alpha-char[data-v-846d4d28] {
  line-height: 3.7037037037%;
  max-height: 3.7037037037%;
  padding: 0;
  margin: 0;
}
.alpha-bar .alpha-char .alpha-button[data-v-846d4d28] {
  height: calc(100%/27);
  margin: 0;
  padding: 0;
  width: auto;
}
.alpha-bar .alpha-char .alpha-button.highlighted[data-v-846d4d28] {
  box-shadow: none;
}

.header-text[data-v-569d7b31] {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}


.guide-list-outer[data-v-0a583b25] {
  padding-bottom: 40px;
}

.container[data-v-c018b80c] {
  overflow-x: hidden;
  overflow-y: auto;
}
.bg-accent-grad[data-v-62b4a358] {
  background: linear-gradient(180deg, #00416a, #012c4b 90%);
}
.bg-info-grad[data-v-62b4a358] {
  background: linear-gradient(180deg, #e9edf0, 5%, #8fa4bd, 98%, #1f4b7e);
}
.bg-info-dark[data-v-62b4a358] {
  background: linear-gradient(180deg, #8fa4bd, 5%, #1f4b7e);
}
.bg-primary-grad[data-v-62b4a358] {
  background: linear-gradient(180deg, #2e2e3e, #9f9fcc);
}
.share-ribbon[data-v-62b4a358] {
  background: linear-gradient(0deg, #00416a, #00609d);
  color: #002237;
  border-top: 2px solid #0080d0;
  border-left: 2px solid #0080d0;
  border-right: 2px solid #0080d0;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em;
  margin-right: 2px;
  min-width: 30px;
  min-height: 40px;
  max-width: 30px;
  height: 40px;
}
.share-ribbon.mousedown[data-v-62b4a358] {
  background: linear-gradient(0deg, #00416a, #002237);
  color: #002237 !important;
}
.share-ribbon.mouseover[data-v-62b4a358] {
  background: linear-gradient(0deg, #005184, #0080d0);
  border-color: #37b2ff;
  color: #37b2ff;
  height: 50px;
  margin-top: -10px;
  position: relative;
  transition: all 0.2s ease-out;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1);
}
.face-canvas[data-v-2a1cfaa9] {
  background: rgba(122, 0, 0, 0.5);
}
.capture-button[data-v-2a1cfaa9] {
  z-index: 100;
  padding: 0;
  margin-bottom: 20px;
  border: 5px solid white;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background: #21ba45;
}
.capture-button .q-icon[data-v-2a1cfaa9] {
  color: white;
}
.object-fit[data-v-2a1cfaa9],
.object-notFit[data-v-2a1cfaa9] {
  display: flex;
  flex-direction: column;
  height: 220px;
  width: 180px;
}
picture[data-v-2a1cfaa9] {
  height: 100%;
  width: 100%;
}
.object-fit canvas[data-v-2a1cfaa9] {
  object-fit: cover !important;
  transform: translate3d(0, 0, 1px);
  height: 100% !important;
  width: 100%;
}

.landmark-selector-page[data-v-3d5848bb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
.image-container[data-v-3d5848bb] {
  position: relative;
  margin: 16px 0;
}
.image-canvas[data-v-3d5848bb] {
  border: 1px solid #ccc;
  max-width: 100%;
}
.json-output[data-v-3d5848bb] {
  background: #f5f5f5;
  padding: 16px;
  border-radius: 4px;
  overflow-x: auto;
}

