/* frontend/src/components/styles/booth.css */
img.fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
:root {
  --indigo: #3C55A2;
  --lime: #C5D200;
  --stone: #62879E;
  --cerulean: #0085B2;
  --sea-green: #59BCAE;
  --golden: #FBB931;
  --orchid: #CC74AD;
}
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  font-family: "cera", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p + p {
  margin-top: 0.75em;
}
li {
  list-style: none;
}
img {
  border: none;
}
h1 {
  color: var(--stone);
  font-family: "nunito", sans-serif;
  text-align: center;
  flex-grow: 1;
}
button {
  border-radius: 0.5em;
  border-style: solid;
  border-width: 0.2em;
  padding: 0.5em 1em;
  font-size: 1.25em;
  font-weight: 800;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
#app {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100vh;
}
.shadow {
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}
header {
  background: white;
}
header .help {
  border-radius: 1em 0 0 0;
  border-color: #4C758D;
  border-width: 2px 0px 0px 2px;
  border-style: solid;
  box-shadow: 5px 5px 7px -3px #00000069 inset;
  background: #E2E6EA;
  color: var(--stone);
  font: normal normal bold 18px/24px Nunito;
  align-self: flex-end;
  padding: 1em;
  text-transform: uppercase;
  cursor: pointer;
}
.helpModal {
  position: fixed;
  width: 60rem;
  background-color: #0085B2;
  border-radius: 2rem;
  padding: 2rem;
  color: white;
}
.helpModal dd {
  margin-bottom: 1em;
}
.helpModal dt {
  color: var(--lime);
}
.modalCloseButton {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
}
.modalCloseX {
  background: white;
  border-radius: 100%;
  width: 1.2em;
  height: 1.2em;
  font-size: 1.6rem;
  color: var(--cerulean);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-left: 0.25em;
}
.helpModalBackdrop {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
main {
  background: linear-gradient(180deg, #0085B2, #263B47);
  flex-grow: 1;
}
section:not(:first-of-type) {
  margin-block-start: 1rem;
}
.pad {
  padding: 1rem;
}
.row,
.column {
  display: flex;
}
.row {
  flex-direction: row;
}
:is(.row, .column).wrap {
  flex-wrap: wrap;
}
:is(.row, .column):not(.wrap) {
  flex-wrap: nowrap;
}
:is(.row, .column):not(.m-center, .m-around, .m-spread, .m-fill),
.row:not(.left, .right, .m-center),
.column:not(.top, .bottom, .m-center) {
  justify-content: space-evenly;
}
:is(.row, .column):not(.x-center, .x-around, .x-spread),
.row:not(.top, .bottom, .x-center),
.column:not(.left, .right, .x-center) {
  align-items: stretch;
}
:is(.row, .column).m-center {
  justify-content: center;
}
:is(.row, .column).m-around {
  justify-content: space-around;
}
:is(.row, .column).m-spread {
  justify-content: space-between;
}
:is(.row, .column).x-center {
  align-items: center;
}
.row.left,
.column.top {
  justify-content: flex-start;
}
.row.right,
.column.bottom {
  justify-content: flex-end;
}
.column {
  flex-direction: column;
}
.row.top,
.column.left {
  align-items: flex-start;
}
.row.bottom,
.column.right {
  align-items: flex-end;
}
.byob .viewer {
  background-color: transparent;
  border-radius: 0.3rem;
  flex-grow: 1;
}
.byob .viewer > div {
  padding-top: 49.48%;
  position: relative;
}
.byob .viewer.splitWall :is(.graphic1, .graphic2) {
  position: absolute;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.byob .viewer.splitWall .graphic1 {
  top: 22.6%;
  left: 26.2%;
  width: 32.05%;
  height: 48.2%;
}
.byob .viewer.splitWall .graphic2 {
  top: 21.1%;
  left: 58.7%;
  width: 17.6%;
  height: 51.6%;
}
.byob .viewer.splitWall :is(.graphic1, .graphic2) > img {
  min-width: 100%;
  min-height: 100%;
}
img.fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.byob.readout .steps .step {
  color: white;
  border-color: white;
  list-style: none;
  font-family: Nunito, sans-serif;
  font-weight: bold;
}
.byob.readout .steps .step:not(.active) {
  background: #0085B2;
}
.byob.readout .steps .step.active {
  background: #C5D200;
}
.byob.readout .steps ul {
  display: flex;
  margin: 0 auto;
}
.byob.readout .steps .step:first-child {
  border-width: 0.15rem;
}
.byob.readout .steps .step {
  border-style: solid;
}
.byob.readout .steps .step:not(:first-child) {
  border-width: 0.1rem 0.1rem 0rem 0;
}
.byob.readout .steps .step:first-child {
  border-width: 0.1rem;
  border-radius: 0.2rem 0 0;
}
.byob.readout .steps .step {
  padding: 0.1rem 0.2rem;
}
.byob.readout .steps .step:last-child {
  border-radius: 0 0.2rem 0 0;
}
.byob.readout .steps .step {
  padding: 0.2rem 0.4rem;
  text-transform: uppercase;
  cursor: pointer;
}
.byob.readout .steps .step:first-child {
  border-width: 0.1rem 0.1rem 0;
}
.byob.readout .steps button {
  background: white;
  width: 100%;
  font-family: nunito;
}
.byob.readout .steps button:first-of-type {
  color: #0085B2;
  border-color: #0085B2;
}
.byob.readout .steps button:nth-of-type(2) {
  color: var(--stone);
  border-color: var(--stone);
}
.byob.readout :is(.instructions, .steps) {
  margin: 0 1rem;
}
.byob.readout .steps button::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
.byob.readout .steps button.next::after {
  content: "\2b9e";
  right: 15px;
}
.byob.readout .steps button.previous::after {
  content: "\2b9c";
  left: 15px;
}
.byob.controls {
  width: 100%;
}
.control > :not(:first-child) {
  margin-top: 0.75rem;
}
.byob.controls .control-wrapper {
  border: 0.15rem solid white;
  border-radius: 0.75rem;
  overflow: hidden;
  padding-left: 3rem;
  position: relative;
  background-image: linear-gradient(180deg, var(--stone), #263B47);
  flex-grow: 1;
  margin-right: 2rem;
  flex-basis: 20%;
}
.byob.controls .control-wrapper .id {
  width: 3rem;
  background: white;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  color: var(--cerulean);
  font: normal normal normal 2.5em/1.5em "nunito";
}
.byob.controls .control-wrapper .control .heading {
  color: white;
  font-family: nunito;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2em;
}
.byob.controls .control-wrapper .control label {
  cursor: pointer;
}
.byob.controls .control {
  padding: 0.75rem;
  height: 100%;
}
.byob.controls .control > *:not(:first-child) {
  margin-block-start: 0.75rem;
}
.switch input {
  display: none;
}
.byob.controls .control-wrapper:first-child {
  margin-left: 2rem;
}
.slider-back {
  cursor: pointer;
  transition: all .1s ease-out;
  position: relative;
  width: 4rem;
  height: 2rem;
  border: 0.1rem solid white;
  margin-inline-start: 0.75rem;
  box-shadow: inset 0px 0px 6px #000000;
  border-radius: 10rem;
  overflow: hidden;
}
.slider-back > .slider {
  transition: all .1s ease-out;
  position: absolute;
  width: 5em;
  height: 100%;
}
.slider-back > .slider > .off {
  color: white;
}
.slider-back > .slider > .on {
  color: #4C758D;
}
.slider-back > .slider > .knob {
  content: "";
  height: 1.6rem;
  transition: all .1s ease-out;
  width: 1.6rem;
  display: inline-block;
  border-radius: 50%;
}
input:not(:checked) + .slider-back {
  background: transparent linear-gradient(180deg, #4C758D 0%, #555555 100%) 0% 0% no-repeat padding-box;
}
input:checked + .slider-back {
  background: transparent linear-gradient(0deg, #BCD531 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
input:not(:checked) + .slider-back > .slider {
  left: -1.5rem;
}
input:checked + .slider-back > .slider {
  left: 0.4rem;
}
input + .slider-back > .slider > .knob {
  border: 0.1rem solid white;
}
input:not(checked) + .slider-back > .slider > .knob {
  background: #C5D200 0% 0% no-repeat padding-box;
}
input:checked + .slider-back > .slider > .knob {
  background: #4C758D 0% 0% no-repeat padding-box;
}
input[type=color] {
  display: none;
}
.videoThumb {
  max-width: 100%;
  border: 0;
  border-radius: 0.5em;
}
.byob.controls .toggle {
  width: 100%;
}
.byob.step4 button {
  box-shadow: 3px 3px 6px #0000004D;
  border: 2px solid white;
  border-radius: 10px;
  text-align: center;
  font: normal normal normal 2em nunito;
  letter-spacing: 0px;
  color: white;
}
.byob.step4 button:not(:first-child) {
  margin-left: 1em;
}
.byob.step4 button:is(.restart, .exit) {
  background: transparent linear-gradient(180deg, var(--stone) 0%, #263B47 100%) 0% 0% no-repeat padding-box;
}
.byob.step4 button.save {
  background: transparent linear-gradient(180deg, var(--lime) 0%, #263B47 100%) 0% 0% no-repeat padding-box;
}
.byob .entrybox {
  padding: 0.5em;
  background: white;
  box-shadow: inset 0px 3px 6px #00000052;
  cursor: pointer;
  min-height: 3rem;
  font-family: "nunito", sans-serif;
  font-size: 1.125rem;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #4c758dc4;
}
.entrybox .filename {
  margin: 0 auto;
  font: normal normal normal 20px/27px Nunito;
}
.entrybox::placeholder {
  opacity: 1;
}
.byob .control p {
  color: white;
  font: normal normal normal 18px/22px "Cera Pro";
}
.byob.controls .control-wrapper .control label.picker {
  margin-left: 0.75rem;
}
.eyedropper {
  vertical-align: middle;
  width: 2em;
}
.eyedropper:hover {
  fill: white;
}
.visualSelector + .selector {
  position: fixed;
  left: 1rem;
  right: 1rem;
  height: auto;
  background: white;
  border: 0.2rem solid #4C758D;
  display: flex;
  overflow-x: scroll;
  padding: 1rem;
  bottom: 1rem;
  transition: 0.2s ease-out all;
  border-radius: 0.5rem;
}
.visualSelector > span {
  text-align: center;
  flex-grow: 1;
}
.visualSelector + .selector.hidden {
  transform: translateY(calc(100% + 2rem));
}
.visualSelector::after {
  content: "\23f6";
  position: absolute;
  right: 1rem;
}
.visualSelector + .selector > img {
  height: clamp(25px, 8rem, 25vh);
}
.visualSelector + .selector > img:not(:last-child) {
  margin-right: 1rem;
}
label.subfield {
  font: normal normal bold 24px/32px Nunito;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-items: flex-start;
  align-items: center;
  color: white;
}
input[type=checkbox] {
  width: 2em;
  height: 2em;
  margin-right: 1em;
}
.stepHelpTrigger {
  margin-left: 0.8em;
  width: 1.7em;
}
.stepHelpTrigger:not(:hover) .stepHelp {
  display: none;
}
.stepHelpTrigger:hover .stepHelp {
  display: block;
}
.stepHelp {
  position: absolute;
  margin: 10px;
  background-color: #3B3B3B;
  color: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.stepHelp > :is(img, p) {
  width: 78%;
}
.stepHelp > img {
  position: absolute;
  bottom: 0;
}
.helpMarker {
  border: 3px dashed red;
  position: absolute;
}
.helpTopText,
.helpBottomText {
  position: absolute;
  text-align: center;
  font: normal normal normal 22px/25px Nunito;
}
.helpTopText {
  top: 0;
  height: 93px;
}
.helpBottomText {
  bottom: 2%;
  height: 50px;
  max-width: 70%;
}
.downloadThumbnail {
  position: absolute;
  left: 76.8%;
  top: 50%;
  height: 10.7%;
  width: 4.4%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.counter {
  position: absolute;
  width: 15.4%;
  height: 20%;
  border-radius: 8px;
  top: 58.9%;
  left: 17.1%;
  padding: 2px;
}
.counterItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  max-height: 100%;
  max-width: 50%;
}
.counterItem > p {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}

/* frontend/src/components/styles/formBuilder.css */
.form-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: relative;
}
.form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.wrapper {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin: auto;
}
.form-label {
  margin: 0 3% 0 0;
}
.form-input {
  width: 100%;
}
/*# sourceMappingURL=bundle.css.map */
