/* frontend/src/components/styles/reactionWidget.css */
.emojiButton {
  user-select: none;
  cursor: pointer;
  font-size: 2.5vw;
}
.reactionEmoji {
  position: absolute;
  font-size: 4vw;
}

/* frontend/src/components/styles/leaderboard.css */
.leaderboard-wrapper {
  position: absolute;
  width: 300px;
  top: 0;
  left: 5%;
  display: flex;
  flex-direction: column;
  background: #0585B2;
  font-family: sans-serif, serif;
  font-weight: bold;
  border-radius: 6px;
  border: solid;
  overflow-y: auto;
}
.hide-leaderboard {
  display: none;
}
.leaderboard-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.checklist-close {
  width: 24px;
  fill: #C4D100;
  border: none;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}
.close {
  width: 39px;
  border-bottom-left-radius: 5px;
  fill: white;
  color: white;
  align-self: flex-end;
  background: red;
  border: none;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 17px;
}
.checklist-navbar {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: space-between;
}
.podium {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
}
.crown-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.registrants {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.podium-image-wrapper {
  display: flex;
  justify-content: center;
}
.podium-first {
  width: 30%;
  margin-right: 12px;
}
.podium-second {
  width: 25%;
}
.podium-third {
  width: 20%;
  margin-right: 2px;
}
.podium-image {
  width: 100%;
  border-radius: 8px;
}
.podium-initials {
  padding: 25px;
  background: white;
  border-radius: 100%;
  border: solid;
}
.standings {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.top-3-box {
  background: grey;
  width: 33.4%;
  text-align: center;
}
.podium-1 {
  background-color: lightgray;
}
.user-score-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: 0;
  margin-block-start: 0;
  align-self: center;
}
.headshot-img {
  width: 100%;
}
.headshot {
  width: 15%;
  height: 80%;
}
.no-headshot {
  width: 2%;
}
.top-player-card {
  display: flex;
  width: 96%;
  align-items: center;
  height: 40px;
  background: white;
  margin: 4px auto;
  border-radius: 8px;
}
.player-card-column-1 {
  display: flex;
  width: 75%;
  justify-content: start;
  text-align: center;
  height: 100%;
  align-items: center;
}
.rank {
  width: 10%;
}
.player-card-image {
  height: 100%;
  width: auto;
  border-radius: 4px;
}
.score {
  width: 24%;
  text-align: center;
}
.user-name {
  width: 75%;
  text-align: start;
  margin-left: 5px;
}
.user:hover {
  cursor: pointer;
}
.bottom-buttons-wrapper {
  display: flex;
  justify-content: space-around;
  font-size: 12px;
  line-height: 1.2;
}
.bottom-buttons {
  background: #C4D100;
  border: none;
  border-radius: 4px;
  height: 35px;
  margin: 7px;
  width: 29%;
  font-weight: bold;
  cursor: pointer;
}
.checklist-wrapper {
  position: absolute;
  width: 250px;
  top: 0;
  left: 101%;
  display: flex;
  flex-direction: column;
  background: #0585B2;
  font-family: sans-serif, serif;
  font-weight: bold;
  border-radius: 6px;
  padding-bottom: 2px;
  min-height: 100%;
}
.checklist-wrapper.cover {
  width: 100%;
  margin-left: -101%;
}
.checklist-card {
  display: flex;
  width: 96%;
  align-items: center;
  min-height: 40px;
  height: fit-content;
  background: white;
  margin: 4px auto;
  border-radius: 8px;
  justify-content: space-evenly;
  font-size: 14px;
  font-weight: bold;
}
.checklist-checkbox {
  width: 8%;
  margin: 0 !important;
}
.checklist-title {
  width: 75%;
}
.checklist-points-wrapper {
  width: 25%;
  text-align: center;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.expiration-text {
  font-size: 12px;
  padding: 0px;
  margin: 0;
}
.l-disabled,
.disabled {
  color: #737373;
}
.l-disabled {
  text-decoration: line-through;
}

/* frontend/src/61604/styles.css */
.participant {
  position: absolute;
  background: rgb(51 122 183 / 34%);
  border: 5px solid white;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 1.5vw;
  text-align: center;
  color: white;
  transition: 0.2s all;
  width: 4.5vw;
  height: 4.5vw;
  overflow: hidden;
  display: flex;
}
.participant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 20;
}
.participant .details {
  width: 100%;
  min-width: 20vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal_underlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.infocard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 40%;
  width: 35%;
  background: #f7f7f7;
  color: #666666;
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  border-radius: 1%;
  z-index: 30;
  box-sizing: border-box;
  -webkit-box-shadow: 12px 12px 4px -3px rgba(0, 0, 0, 0.63);
  box-shadow: 12px 12px 4px -3px rgba(0, 0, 0, 0.63);
}
.infocard_close-icon {
  display: flex;
  width: 80%;
  justify-content: flex-end;
  margin: 0;
  font-size: 3rem;
}
.infocard img {
  width: 8vw;
  height: 8vw;
  border: 2px solid #666666;
  border-radius: 50%;
}
.info-container {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.info-text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-left: 3px solid #666666;
  width: 50%;
  padding-left: 10px;
}
.info_company {
  margin: 0;
}
.info_name {
  margin: 0;
}
.infocard_buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
button.infocard_close,
button.infocard_message {
  background: #337ab7;
  color: #f7f7f7;
  padding: 10px;
  border: none;
  border-radius: 25px;
  width: 60%;
  -webkit-box-shadow: 8px 8px 4px -3px rgba(0, 0, 0, 0.63);
  box-shadow: 8px 8px 4px -3px rgba(0, 0, 0, 0.63);
}
button.infocard_message:hover {
  background: #f7f7f7;
  color: #337ab7;
  padding: 10px;
  border: 1px solid #666666;
  border-radius: 25px;
  width: 60%;
}
@media (max-width: 768px) {
  .infocard {
    height: 20%;
    width: 20%;
  }
}
#call {
  border: none;
  transform-origin: top left;
  transition: all 0.2s;
  position: absolute;
  left: 27%;
  top: 2%;
  width: 46%;
  height: 51.5%;
}
#call.hidden {
  opacity: 0;
}
#lobby {
  left: 1%;
  width: 7%;
  top: 2%;
  height: 6%;
}
#table1 {
  left: 1%;
  width: 24%;
  top: 71%;
  height: 25%;
}
.participant1 {
  left: 4.2%;
  top: 13.6%;
}
.participant2 {
  left: 26.8%;
  top: 7.8%;
}
.participant3 {
  left: 51.8%;
  top: 8%;
}
.participant4 {
  left: 75.6%;
  top: 14.8%;
}
.participant5 {
  left: 74%;
  top: 50%;
}
.participant6 {
  left: 50.5%;
  top: 57.8%;
}
.participant7 {
  left: 26%;
  top: 57%;
}
.participant8 {
  left: 3%;
  top: 50%;
}
.others {
  left: 24%;
  top: 34%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #666666;
}
.others_text {
  font-size: 1.5rem;
  color: #666666;
}
.otherscard {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  max-height: 100%;
  width: 20%;
  background: #f7f7f7;
  color: #666666;
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  border-radius: 1%;
  z-index: 30;
  box-sizing: border-box;
  -webkit-box-shadow: 12px 12px 4px -3px rgba(0, 0, 0, 0.63);
  box-shadow: 12px 12px 4px -3px rgba(0, 0, 0, 0.63);
  border: 1px solid #666666;
}
button.otherscard_close,
button.modal_message {
  background: white;
  color: black;
  border: 1px solid black;
  padding: 4px;
  border-radius: 4px;
  width: 50%;
}
#table2 {
  left: 26%;
  width: 24%;
  top: 71%;
  height: 25%;
}
#table3 {
  left: 51%;
  width: 24%;
  top: 71%;
  height: 25%;
}
#table4 {
  left: 75.6%;
  width: 24%;
  top: 71%;
  height: 25%;
}
.hotspot {
  position: absolute;
  display: block;
  cursor: pointer;
  border: 0;
}
.leaderboard-position {
  position: absolute;
  top: 13%;
  left: 3%;
  width: 14%;
  height: 48%;
}
.userSearch {
  display: flex;
  flex-direction: column;
  left: 1%;
  top: 1%;
  background: #f7f7f7;
  border-radius: 1rem;
  position: absolute;
  padding: 1vw;
  font-size: 1.3vw;
  z-index: 2;
}
.search-container {
  display: flex;
  border-bottom: 1px solid #666666;
  padding-bottom: 10px;
}
.search_label {
  font-size: 1.5rem;
  margin: 5px;
}
.search_input {
  font-size: 1.5rem;
  border: 1px solid #666666;
  border-radius: 20px;
  padding: 5px 0px 5px 10px;
  outline: none;
}
.search_input:hover,
.search_input:focus {
  -webkit-box-shadow: 5px 5px 7px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 7px -1px rgba(0, 0, 0, 0.6);
}
.searchResults {
  background: #fff;
  border: 1px solid #666666;
  margin-top: 10px;
}
.results {
  font-size: 1.5rem;
  padding: 5px 0;
}
pre {
  display: none !important;
}
.jitsi-screen {
  height: 91.8%;
  left: 15.45%;
  position: absolute;
  top: 0.8% !important;
  transform: scale(0.75);
  transform-origin: left top;
  width: 92%;
}

/* frontend/src/components/styles/connectfour.css */
.body {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.cell {
  border: 1px solid #dedede;
  border-radius: 100%;
  background: #dedede;
  padding: calc((2vh + 2vw) / 1.5);
}
.invisibleCell {
  padding: calc((2vh + 2vw) / 1.5);
}
.column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.circle {
  border-radius: 100%;
  padding: calc((2vh + 2vw) / 1.5);
  opacity: .6;
}
.fullOpacity {
  opacity: 1;
}

/* frontend/src/components/styles/modal.css */
.tk-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-family:
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
}
.tk-modal-content {
  border-radius: 6px;
  background-color: #fefefe;
  margin: 10% auto;
  border: 1px solid #888;
  width: 60%;
}
.tk-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.tk-modal-close:hover,
.tk-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.tk-modal-header {
  padding: 2px 16px;
  color: rgb(122, 122, 122);
}
.tk-modal-body {
  padding: 20px;
}
.tk-table {
  border: 1px solid #acacac;
  border-radius: 8px;
  border-collapse: collapse;
  overflow: hidden;
  background-color: #ededed;
  font-family: sans-serif;
  color: #7a7a7a;
  text-align: center;
}
.tk-table > .tk-head {
  background-color: rgb(116, 79, 158);
  font-size: small;
  color: white;
  font-weight: bold;
}
.tk-table > .tk-head > th {
  padding: 8px 6px;
}
.tk-table .tk-empty {
  text-align: center;
  font-weight: bold;
}
.tk-table > tr {
  border-bottom: 1px solid #c9c9c9;
}
.tk-table td {
  border-right: 1px solid #c9c9c9;
  padding: 3px;
}
.tk-table .tk-btn {
  margin-top: 0px;
}
.tk-modal-content > hr {
  margin-block-start: inherit;
  margin-block-end: auto;
  margin-top: 1em;
  margin-left: 10px;
  margin-right: 10px;
}

/* frontend/src/components/styles/booth.css */
.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;
  display: flex;
}
.counterItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  max-height: 100%;
  width: 100%;
}
.counterItem > p {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}
.downloadIcon {
  position: absolute;
  width: 10%;
  height: 13%;
  top: 61%;
  left: 74%;
}
.videoThumbHandler {
  position: absolute;
  width: 13.1%;
  left: 60.9%;
  top: 38.6%;
  aspect-ratio: 16/9;
}
.videoThumbIcon {
  position: absolute;
  left: 39%;
  top: 22%;
  width: 26%;
  color: white;
}

/* 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 */
