.checkin-confirmation[data-v-9973c576]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  overflow:hidden;
  max-height:100%
}
.checkin-confirmation__body[data-v-9973c576]{
  -webkit-box-flex:1;
      -ms-flex:1 1 0%;
          flex:1 1 0%;
  padding:1rem;
  overflow-y:auto
}
.checkin-confirmation__body>label[data-v-9973c576]{
  font-weight:700;
  font-size:0.875rem;
  --text-opacity:1;
  color:#a0aec0;
  color:rgba(160, 174, 192, var(--text-opacity))
}
.checkin-confirmation__body>p[data-v-9973c576]{
  margin-bottom:0.5rem;
  font-size:1rem;
  --text-opacity:1;
  color:#2d3748;
  color:rgba(45, 55, 72, var(--text-opacity))
}
.checkin-confirmation__actions[data-v-9973c576]{
  display:grid;
  grid-template-columns:repeat(1, 1fr);
  gap:1rem;
  -webkit-box-shadow:0 -4px 16px 0 rgba(0,0,0,.1);
          box-shadow:0 -4px 16px 0 rgba(0,0,0,.1);
  position:relative;
  z-index:10;
  -webkit-box-flex:0;
      -ms-flex:none;
          flex:none;
  margin-top:1rem;
  padding:1rem
}
@media (min-width: 768px){
.checkin-confirmation__actions[data-v-9973c576]{
    grid-template-columns:repeat(2, 1fr)
}
}
.checkin-confirmation__btn[data-v-9973c576]{
  border-color:currentColor;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  border-radius:0.25rem;
  border-width:1px;
  border-style:solid
}
.checkin-confirmation__btn.btn-confirm[data-v-9973c576]{
  --bg-opacity:1;
  background-color:#3182ce;
  background-color:rgba(49, 130, 206, var(--bg-opacity));
  --text-opacity:1;
  color:#fff;
  color:rgba(255, 255, 255, var(--text-opacity))
}
.checkin-confirmation__btn.btn-cancel[data-v-9973c576]{
  --bg-opacity:1;
  background-color:#fff;
  background-color:rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity:1;
  color:#3182ce;
  color:rgba(49, 130, 206, var(--text-opacity))
}
.submit-status[data-v-9973c576]{
  text-align:center
}
.submit-status>img[data-v-9973c576]{
  margin-bottom:2rem;
  margin-left:auto;
  margin-right:auto
}
.submit-status__text[data-v-9973c576]{
  font-size:1.25rem;
  font-weight:700
}
.submit-status__btn-close[data-v-9973c576]{
  width:100%;
  margin-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  border-radius:0.5rem;
  border-width:1px;
  border-style:solid;
  --border-opacity:1;
  border-color:#718096;
  border-color:rgba(113, 128, 150, var(--border-opacity));
  --bg-opacity:1;
  background-color:#f7fafc;
  background-color:rgba(247, 250, 252, var(--bg-opacity));
  --text-opacity:1;
  color:#718096;
  color:rgba(113, 128, 150, var(--text-opacity))
}

/*# sourceMappingURL=chunk-71aaed0b.2a8cec9e.css.map*/