.noError {
  display: none;
}

.error-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.95;
  background: white;

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 100;
}
.error-modal {
  width: 300px;
  min-height: 260px;

  box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
  border: 1px solid rgba(255,0,0,0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffefef;
  border-radius: 4px;
}
.error-title {
  font-size: 20px;
  font-weight: 700;
  margin: 12px;
}
.error-msg {
  width: 80%;
  text-align: center;
  margin-bottom: 8px;
}

.holder {
  background-color: #fbfcfd;
  display: flex;
  flex-direction: column;
  min-height: 80vh;
}

.box {
  padding-right: 5%;
  padding-left: 5%;
  flex: 1 1 auto;
  margin-top: 66px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.payment-container {
  width: 95%;
  border: 1px solid rgba(26,26,26,0.1);
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);

  position: relative;
  background-color: white;

  min-height: 550px;
  transition: all .22s ease-out;
}

.side-panel {
  display: none;
}
.side-panel {
  border-bottom: 1px solid rgba(26,26,26,0.1);
  position: relative;
  padding-bottom: 25px;

  display: flex;
  flex-direction: column;
  gap: 30px;
}

.go-prev {
  position: absolute;
  top: 17px;
  left: 17px;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(26,26,26,0.1);
  border-radius: 50%;
  background-clip: padding-box;
  color: rgb(0,105,255);
  font-size: 24px;

}
.go-prev {
  cursor: pointer;
}
.go-prev:hover {
  background-color: #e2fbf7;
}

.go-prev-icon,
.go-prev svg {
  height: 24px;
  width: 24px;
}

.collect-info-cont,
.stripe-cont,
.side-content-cont {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 148px;
}
.collect-info,
.stripe-cont,
.side-content {
  margin-top: 48px;
}

.stripe-cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.stripe-info,
.collect-info {
  margin-top: 48px;
  width: 100%;
}
.collect-info-cont {
  position: relative;
}
.collect-note {
  font-size: 12px;
}
.collect-block-title {
  font-weight: 500;
  color: #444;
  margin-bottom: 3px;
  margin-top: 16px;
}
.collect-info input {
  border-radius: 3px;
  width: 80%;
  background: #f1f1f1;
  padding: 6px 8px;
  border: 1px solid #e0e0e0;
}
/*
.collect-info input {
  display: block;
  background: none!important;
  border: 0!important;
  box-shadow: none!important;
  outline: 0!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}
*/
.collect-info textarea {
  border-radius: 3px;
  width: 80%;
  height: 5em;
  background: #f1f1f1;
  padding: 6px 8px;
  border: 1px solid #e0e0e0;
}
.collect-submit-cont {
  display: flex;
  justify-content: center;
  width: 80%;
}
.collect-info .selectBtn {
  border: 1px solid rgba(26,26,26,0.1);
  background: #f1f1f1;
  color: #ccc;
  padding: 8px 28px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  max-width: 80%;
  margin-top: 32px;
}
.collect-info .selectBtn.enabled {
  border: 1px solid rgba(26,26,26,0.1);
  border: 1px solid rgba(62,62,62,0.5);
  box-shadow: 0 0 1px #ccc;
  background: rgba(62,62,62,0.07);
  color: #333;
}
.collect-info .selectBtn.enabled:hover {
  border: 1px solid rgba(62,62,62,0.6);
  background: #e0e0e0;
}

.lock-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(26,26,26,0.61);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: 20px;
  height: 20px;
}
.lock-icon svg {
  width: 20px;
  height: 20px;
  opacity: 0.4;
}
.collect-form {
  margin-left: 64px;
}
.collect-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.side-who {
  color: rgba(26,26,26,0.61);
  color: #3e9d49;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
}
.side-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 48px;
  margin-top: 4px;
}
.side-info svg {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  margin-right: 12px;
}
.side-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
}
select {
  border: 1px solid rgba(26,26,26,0.1);
  border-radius: 4px;
  min-width: 8em;
  padding: 4px;
}

.spot-picker-panel {
  position: relative;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 25px 0 0;
}

.spot-picker-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.date-picker-month-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
}
.date-picker-month-title button {
  background-color: white;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #3e9d49;
  border: none;
  cursor: pointer;
}
.date-picker-month-title button:hover {
  border: 1px solid rgba(26,26,26,0.1);
}
.date-picker-month-title button:active {
  border: 1px solid rgba(26,26,26,0.1);
  background-color: #e2fbf7;
}
.the-month {
  width: 125px;
  margin: 0 5px;
  text-align: center;
}
.date-picker-month-title svg {
  width: 20px;
  height: 20px;
}

.date-picker-month-days {
  margin-top: 24px;
}
table {
  border-spacing: 0 8px;
  width: 80%;
  margin: 0 auto;
  border-spacing: 4px;
  border-collapse: separate;
  table-layout: fixed;

  color: rgb(26,26,26);
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
th {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
thead {
  margin-bottom: 12px;
}
td {
  text-align: center;
  cursor: not-allowed;
  padding: 2px;
}
td .available {
  cursor: pointer;
}
.cal-day {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border-radius: 50%;
}
.cal-day.available {
  border: 1px solid rgba(26,26,26,0.1);
  border: 1px solid rgba(62,157,73,0.6);
  color: #3e9d49;
  font-weight: 500;
}
.cal-day.available:hover {
  background-color: #e2fbf7;
}
.cal-day.available.selected {
  background-color: rgba(62,157,73,1);
  font-weight: bold;
  color: white;
  border: 1px solid rgba(62,157,73,1);
}

.time-picker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 12px;
  margin-bottom: 64px;
}
.time-picker-title {
  margin-bottom: 12px;
}
.time-picker-title-dt {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.time-picker ul {
  list-style: none;
}
.time-picker li {
  border: 1px solid rgba(62,157,73,0.6);
  background: rgba(62,157,73,0.1);
  padding: 8px 28px;
  border-radius: 4px;
  margin: 4px;
  cursor: pointer;
}
.time-picker li:hover {
  background: rgba(62,157,73,0.6);
}
.time-picker li.selected {
  background-color: rgba(62,157,73,1);
  font-weight: bold;
  color: white;
  border: 1px solid rgba(62,157,73,1);
}
.time-picker .selectBtn {
  border: 1px solid rgba(26,26,26,0.1);
  background: rgba(62,62,62,0.04);
  color: #ccc;
  padding: 8px 28px;
  border-radius: 4px;
  margin: 4px;
  cursor: pointer;
}
.time-picker .selectBtn.enabled {
  border: 1px solid rgba(26,26,26,0.3);
  background: rgba(62,62,62,0.07);
  box-shadow: 0 0 1px #ccc;
  color: #333;
}
.time-picker .selectBtn.enabled:hover {
  border: 1px solid rgba(62,62,62,0.6);
  background: rgba(62,62,62,0.1);
  color: black;
}

.summary {
  display: inline-block;
  width: 8em;
}

.stripe-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-top: 4px;
  margin-bottom: 24px;
}
.stripe-note {
  font-size: 12px;
  margin-bottom: 24px;
}
.stripe-msg-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  animation: fadeInOut 3s infinite;
}
.submit-payment-button button {
  font-family: Arial,sans-serif;
  border: 0;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all .2s ease;
  width: 100%;

  background-color: rgb(5, 112, 222);
  border-radius: 5px;
  color: white;
}
.submit-payment-button .btn-text {
  font-family: Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.submit-payment-button button[disabled] {
  opacity: 0.4;
}

.stripe-secure-info {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 32px;
  justify-content: center;
  align-items: start;
  margin-top: 12px;
  margin-bottom: 48px;
}
.stripe-secure-info svg {
  height: 32px;
}

.packages-offered-cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

.package-offered {
  margin: 8px;
  width: 8em;
  padding: 12px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 1px 0 #999;
  opacity: 0.6;
  cursor: pointer;
  user-select: none;
}
.package-offered:hover {
  opacity: 1.0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 1px 0 #333;
}
.package-offered.selected {
  opacity: 1.0;
  background-color: #ecfef1;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 1px 0 #393;
}
.package-name {
  font-weight: 600;
  color: #676;
}
.package-note {
  font-size: 12px;
}
.package-amt {
  position: relative;
  font-size: 2em;
  margin-top: 4px;
  color: #999;
}
.selected .package-amt {
  color: #3e9d49;
}
.package-dollar-symbol {
  font-size: 12px;
  position: relative;
  top: -12px;
}
.package-peramt {
  font-size: 12px;
}

table.sel-items {
  width: 98%;
  margin: 0;
}

.gst-tag {
  font-size: 0.9em;
  font-style: italic;
  display: inline-block;
  padding-right: 1.4em;
}

.tot-tag {
  display: inline-block;
  font-weight: bold;
  padding-right: 1em;
}
.sub-tot-amt {
  font-size: 1.4em;
}
.tot-amt {
  font-size: 1.4em;
  font-weight: bold;
}
.sel-dollar-symbol {
  font-size: 0.6em;
  font-weight: normal;
  display: inline-block;
  padding-right: 7px;
}
.sel-sub-tot td {
  border-top: 1px solid #333;
}

.sel-title {
  font-size: 1.4em;
  margin-bottom: 1em;
}

.coupon-id-label {
  line-height: 1em;
  font-size: 0.5rem;
  position: relative;
  margin-right: 6px;
  top: -0.25em;
  background: #05aa6d;
  font-weight: 500;
  border-radius: 4px;
  color: white;
  padding: 2px 4px;
}
.coupon-id-name {
  color: #3e9d49;
  margin-left: 2px;
  margin-right: 2px;
}
.coupon-id-discount-per {
  color: #3e9d49;
  margin-right: 8px;
}
.stripe-coupon {
  width: 100%;
  /*border-top: 1px solid #333;*/
  padding-top: 1em;
  margin-bottom: 1em;
  font-size: 0.9rem;
}
.u-coupon-label {
  padding-right: 0.75rem;
}
.stripe-coupon button {
  margin-left: 0.4rem;
}
.stripe-coupon button {
  background-color: #04AA6D;
  font-size: 0.9em;
  padding: 5px 12px;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.stripe-coupon button:hover {
  background-color: #45a049;
}
.stripe-coupon input {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.9em;
  padding: 4px 8px;
}

.sel-invoice {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-top: 1em;
  margin-bottom: 1em;
}

.sel-amt,
.sel-sub-tot td,
.sel-tot td,
.sel-gst td {
  text-align: right;
}
.sel-diz {
  text-align: left;
}

.checkout-back {
  cursor: pointer;
  color: #0570de;
  font-size: 14px;
  margin-bottom: 16px;
}
.checkout-back:hover {
  text-decoration: underline;
}

.form-title {
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.6em;
  margin-top: 1em;
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: spinner 1.2s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.payment-site-icon-cont {
  margin-top: 12px;
  text-align: center;
}


@media (min-width: 720px) {

  .side-dot {
    margin: 12px auto;
    width: 8px;
    height: 8px;
    background: #3e9d49;
    border-radius: 50%;
  }


  .payment-container {
    display: flex;
    flex: 1 1 auto;
  }

  .side-panel {
    width: 25%;
    min-width: 300px;
    border-right: 1px solid rgba(26,26,26,0.1);
    border-bottom: none;
  }

  .ago-prev {
    margin-bottom: 24px;
    margin-left: 30px;
  }

  .spot-picker-day-time {
    display: flex;
    flex-direction: column;
  }

  .collect-info-cont {
    width: 50%;
  }
  .stripe-cont {
    width: 45%;
  }

}
