* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding: 0;
  list-style: none;
}

body {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
}

input, select {
  border: none;
  font-size: inherit;
}
input:focus, input:focus-visible, select:focus, select:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

select {
  font-size: 20px;
}

i {
  font-style: italic;
}

input {
  background-color: transparent;
  font-size: 22px;
  font-weight: 300;
  padding-left: 20px;
  outline: none;
}
input.error {
  -webkit-box-shadow: 0 0 3px red;
          box-shadow: 0 0 3px red;
  border-color: red !important;
}

.notice-error {
  color: red;
}

.hidden {
  display: none;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

a.page-next {
  display: block;
  position: absolute;
  width: 100%;
  height: 20vh;
  top: 56vh;
  left: 0;
}

.btn-button, .button.button-primary, button {
  background: #6f6d87;
  color: #ffffff;
  padding: 16px 62px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}

.btn-button, .button.button-primary {
  font-size: 30px;
}

input[type=checkbox] {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  accent-color: #1428a0;
}

select, input[type=text], input[type=datetime-local], input[type=password], input[type=tel], input[type=email] {
  display: block;
  border: 1px solid #1428a0;
  padding: 18px 15px;
  border-radius: 20px;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
}

select.error {
  -webkit-box-shadow: 0 0 3px red;
          box-shadow: 0 0 3px red;
  border-color: red !important;
}

button.html5-qrcode-element {
  padding: 12px 32px;
}

.visible {
  visibility: hidden;
}

.phase1 {
  color: #0c3184;
}
.phase1 p {
  margin-bottom: 10px;
}
.phase1 ul {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.phase1 ul li.captcha-text span {
  font-size: 30px;
  font-weight: bold;
  background: #6f6d87;
  color: #ffffff;
  border-radius: 20px;
  letter-spacing: 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
}
@media (max-width: 720px) {
  .phase1 ul li.captcha-text span {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .phase1 ul {
    gap: 40px;
  }
}
@media (min-width: 720px) {
  .phase1 ul li {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
  .phase1 ul li:first-child {
    margin-right: calc(50% + 10px);
  }
}
@media (min-width: 960px) {
  .phase1 ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 40px);
            flex: 1 1 calc(33.333% - 40px);
  }
  .phase1 ul li:first-child {
    margin-right: calc(66.66% + 20px);
  }
}

.modal h2 {
  font-weight: 300;
}
.modal .title {
  font-size: 40px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 0.5vh;
  text-transform: uppercase;
}

.modal {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  z-index: 40;
}

.modal.is-active {
  display: block;
}

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-content .title {
  display: none;
}

.modal-card {
  display: none;
}

.modal-card-foot,
.modal-card-head {
  padding: 10px 20px;
  position: relative;
}

.modal-card-foot {
  width: 100%;
  text-align: center;
  padding-top: 40px;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .modal-card {
    width: 65%;
  }
}
.wrapper {
  max-width: 1660px;
  padding: 0 20px;
}

#qr-reader {
  font-size: 18px;
  margin-top: 10px;
}

#qr-reader-results {
  margin-top: 20px;
  line-height: 1.5em;
}

#qr-reader {
  width: auto !important;
}

.footer {
  position: relative;
  padding-bottom: 0px;
  padding-top: 0px;
}
.footer.is-active {
  margin-top: 0;
}

.phase2, .phase3 {
  display: none;
}

.phase1, .notice, .container-qr {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 60px;
  border: 2px solid #fff;
  padding: 40px;
}

.notice-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 40px;
  max-width: 680px;
}

.customer-info {
  position: relative;
  margin-bottom: 20px;
}
.customer-info .card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.customer-info .card-content .customer-content {
  padding-top: 2vh;
}
.customer-info .card-content .customer-content img {
  width: 27%;
}

.section-page {
  position: relative;
}
.section-page .button-capt {
  position: absolute;
  bottom: 15%;
  width: 100%;
  left: 0;
}

.btnCapture {
  font-size: 20px;
  font-weight: bold;
}

#qr-reader-results {
  position: relative;
  margin-top: 0;
  display: none;
}
#qr-reader-results .card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#qr-reader-results .card-content .qr-result {
  padding: 0 40px;
}

body.scan-result {
  background-image: none;
}
body.scan-result #qr-reader-results {
  display: block;
}
body.scan-result .container-qr {
  padding: 0;
}
body.scan-result .wrapper {
  padding: 0;
}
body.scan-result .wrapper .title, body.scan-result .wrapper #qr-reader {
  display: none;
}

@font-face {
  font-family: "svn-hellobranch";
  src: url("../fonts/svn-hellobranch.otf");
  font-style: normal;
  font-weight: normal;
}
.balloon {
  background: url(../images/balloon/bg.png) no-repeat top center;
  background-size: cover;
  text-align: center;
  color: #261e50;
  min-height: 99vh;
  padding: 0;
  border-radius: 0;
  border: none;
}
.balloon-content h2 {
  font-size: 58px;
  font-family: "svn-hellobranch";
  font-weight: normal;
}
.balloon-content .button-capt {
  position: static;
}
.balloon-content-qr {
  padding: 0 20px;
}
.balloon-content-qr .notice-checkin-success {
  color: #261e50 !important;
  font-size: 28px;
}
.balloon-content-qr .name-checkin {
  display: block;
  font-size: 58px;
  font-family: "svn-hellobranch";
  line-height: 1.15;
}
.balloon-content-qr .card, .balloon-content-qr .content-check {
  display: none;
}
.balloon-content-qr .img_blank {
  display: none;
}
.balloon-content-qr #qr-reader-results .card-content, .balloon-content-qr #qr-reader-results .close-modal {
  position: static;
}
.balloon-content-qr #qr-reader-results .close-modal {
  display: inline-block;
  background-color: #6f6d87;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding: 5px 32px;
}

@media (max-width: 768px) {
  body, input {
    font-size: 18px;
  }
  select, input[type=text], input[type=datetime-local], input[type=password], input[type=tel], input[type=email] {
    padding: 10px;
  }
  .btn-button, .button.button-primary {
    font-size: 22px;
  }
  .phase1, .notice, .container-qr {
    padding: 20px;
    border-radius: 20px;
  }
  .phase1 ul {
    padding: 0;
  }
  .phase1 ul li {
    width: 100%;
  }
  .phase1 ul .visible {
    display: none;
  }
  .phase1 ul .captcha-text {
    padding-top: 20px;
    width: 100%;
  }
  .phase1 ul .btn-button {
    width: 100%;
  }
  .btnCapture {
    font-size: 16px;
  }
  #qr-reader-results {
    font-size: 14px;
  }
  #qr-reader-results .card-content img {
    max-height: 33vh;
  }
  #qr-reader-results .card-content .qr-result {
    padding: 0 10px;
  }
  .balloon {
    border-radius: 0;
    margin: 0 -20px;
  }
  .balloon-content h2 {
    font-size: 42px;
  }
}