:root {
  --vff-main-text-color: #fff;
  --vff-secondary-text-color: rgba(255, 255, 255, 0.5);
  --vff-tertiary-text-color: rgba(255, 255, 255, 0.55);
  --vff-main-accent-color: #fff !important;
}
* {
  font-family: system-ui, sans-serif;
  font-weight: unset !important;
}
@media (prefers-color-scheme: dark) {
  :root {
    --vff-secondary-accent-color: #fff !important;
  }
}
@media screen and (max-width: 479px) {
  #app {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  #splash {
    max-height: 18vh;
  }
  .vff {
    flex: 5;
    margin-top: 20px;
  }
}
@media screen and (min-width: 479px) {
  #app {
    display: flex;
    flex-direction: row;
    height: 100vh;
  }
  .vff {
    flex: 3;
  }
}
body {
  opacity: 0;
  animation: fadein 1.5s;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vff {
  padding: unset;
  margin: auto;
  max-height: 100vh;
  overflow-y: auto;
}
.vff .f-container {
  margin-top: 2.5em;
  margin-bottom: 6em;
}
.vff .f-container .fh2 .f-sub {
  font-size: initial !important;
}
.fh2:not(div),
.f-text {
  font-size: 24px !important;
}
.f-full-width {
  margin-top: 26px !important;
}
input[type=file] {
  cursor: pointer;
}
.vff-animate:not(.field-multiplepicturechoice) .f-text + .f-full-width {
  border: 1px solid var(--vff-secondary-text-color);
  display: block;
  padding: 10pt 12pt;
  border-radius: 2.5pt;
  margin-top: 0.5em;
}
.vff-animate:not(.field-multiplepicturechoice) .f-text + .f-full-width input {
  border: 0;
  outline: none;
  padding: 0;
  display: block;
}
.vff-animate:not(.field-file) .f-text + .f-full-width input {
  height: 0;
}
.f-answer ul {
  display: flow-root;
}
.f-answer ul li .f-label-wrap {
  min-height: 30px;
  line-height: 22px;
}
.f-answer input {
  line-height: 30px;
  min-height: 30px;
  font-size: initial !important;
}
.f-selected {
  transition: 0.5s;
  background-color: unset !important;
  border-color: var(--vff-tertiary-text-color) !important;
}
.f-image {
  background: var(--vff-secondary-text-color);
  padding: 10pt;
}
.f-enter-desc,
.f-key {
  opacity: 0.35;
  display: flex;
  align-items: flex-start;
}
button {
  display: block !important;
  color: initial !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.f-enter-desc {
  margin-left: 0 !important;
  pointer-events: none;
}
a,
button,
li {
  border-radius: 2.5pt;
  cursor: pointer !important;
}
.f-label {
  color: #fff;
}
.f-image {
  height: unset !important;
}
.o-btn-action {
  text-transform: unset !important;
}
.footer-inner-wrap {
  background-color: transparent !important;
  display: grid;
}
.footer-inner-wrap .f-next {
  display: none;
}
.f-disabled {
  display: none;
}
.f-invalid,
.text-success {
  color: var(--vff-main-accent-color) !important;
}
.f-progress {
  order: 2;
  margin-top: 10pt !important;
}
.f-progress .f-progress-bar {
  overflow: hidden;
  height: 3pt !important;
  border-radius: 2.5pt;
}
.f-progress .f-progress-bar .f-progress-bar-inner {
  height: 3pt !important;
}
#splash {
  background-image: var(--splash-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 2;
}
#logo {
  position: absolute;
  top: 14.5pt;
  left: 12.5pt;
  width: 90px;
  z-index: 10;
  cursor: pointer;
}
