#demo-booking {
    max-width: 450px;
}

.bp-card {
  width: 100%;
  max-width: 920px;
  display: inline-block;
  text-align: left;
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(27, 40, 71, 0.1);
  overflow: hidden;
}
.bp-header {
  padding: 30px 34px 24px;
  border-bottom: 1px solid #e4e8ef;
}
.bp-kicker {
  margin: 0 0 6px;
  color: #315efb;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bp-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
}
.bp-meta {
  margin-top: 12px;
  color: #63708a;
}
.bp-meta > * {
  display: inline-block;
  margin: 0 20px 8px 0;
}
.bp-timezone-picker select {
  max-width: 230px;
  border: 1px solid #e4e8ef;
  border-radius: 7px;
  padding: 4px 7px;
  color: #172033;
  background: #fff;
}
.bp-layout {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.bp-calendar,
.bp-times {
  /* display: table-cell; */
  /* width: 50%; */
  vertical-align: top;
  padding: 30px 34px;
  /* min-height: 400px; */
}
.bp-calendar {
  border-right: 1px solid #e4e8ef;
}
.bp-times {
  background: #fcfcfe;
}
.bp-section-label {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 14px;
}
.bp-month-nav {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.bp-month-nav > * {
  display: table-cell;
  vertical-align: middle;
}
.bp-month-name {
  text-align: center;
  font-size: 17px;
}
.bp-icon-button {
  width: 36px;
  height: 36px;
  border: 1px solid #e4e8ef;
  border-radius: 10px;
  background: #fff;
  color: #172033;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
}
.bp-icon-button:hover,
.bp-icon-button:focus {
  border-color: #315efb;
  color: #315efb;
  background: #f5f7ff;
  outline: 0;
}
.bp-icon-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.bp-weekdays,
.bp-days {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.bp-weekdays {
  margin-bottom: 8px;
  color: #63708a;
  font-size: 12px;
  font-weight: bold;
}
.bp-weekdays span,
.bp-day,
.bp-day-blank {
  display: block;
  width: 14.285%;
}
.bp-day,
.bp-day-blank {
  height: 45px;
}
.bp-day {
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #172033;
  cursor: pointer;
}
.bp-day:hover,
.bp-day:focus {
  background: #f5f7ff;
  color: #315efb;
  outline: 0;
}
.bp-day[aria-selected="true"] {
  background: #315efb;
  color: #fff;
  font-weight: bold;
}
.bp-day.is-today {
  text-decoration: underline;
}
.bp-day:disabled {
  color: #b8c0ce;
  cursor: not-allowed;
  background: transparent;
  text-decoration: none;
}
.bp-selected-date {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: bold;
}
.bp-timezone {
  margin: 0 0 18px;
  color: #63708a;
  font-size: 13px;
}
.bp-slots {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.bp-slot {
  width: calc(50% - 8px);
  min-height: 44px;
  margin: 4px;
  padding: 8px;
  border: 1px solid #ccd5e5;
  border-radius: 10px;
  background: #fff;
  color: #172033;
  font-weight: bold;
  cursor: pointer;
}
.bp-slot:hover,
.bp-slot:focus {
  color: #315efb;
  border-color: #315efb;
  outline: 0;
}
.bp-empty {
  margin: 42px 0;
  color: #63708a;
  text-align: center;
}
.bp-loading {
  color: #63708a;
  padding: 25px 0;
}
.bp-details,
.bp-success {
  max-width: 520px;
  margin: auto;
  padding: 30px 34px;
}
.bp-back {
  border: 0;
  padding: 0;
  color: #315efb;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
}
.bp-summary {
  margin: 18px 0 24px;
  padding: 16px;
  border-radius: 12px;
  background: #f5f7ff;
}
.bp-summary strong,
.bp-summary span {
  display: block;
}
.bp-summary span {
  color: #63708a;
  margin-top: 3px;
}
.bp-field {
  display: block;
  margin: 0 0 16px;
  font-weight: bold;
}
.bp-field input {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #c9d2e1;
  border-radius: 10px;
  padding: 12px;
  color: #172033;
  background: #fff;
}
.bp-field input:focus {
  border-color: #315efb;
  outline: 2px solid #dbe4ff;
}
.bp-submit {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 13px 16px;
  background: #315efb;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.bp-submit:hover {
  background: #244bd4;
}
.bp-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
.bp-error {
  margin: 0 0 14px;
  color: #b42318;
  font-size: 14px;
}
.bp-success {
  padding-top: 68px;
  padding-bottom: 68px;
  text-align: center;
}
.bp-success-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  padding-top: 8px;
  border-radius: 50%;
  background: #dcfae6;
  color: #18753b;
  font-size: 26px;
}
.bp-success h2 {
  margin: 0 0 8px;
}
.bp-success p {
  color: #63708a;
}
.bp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 680px) {
  .demo-page {
    padding: 0;
  }
  .bp-card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .bp-header,
  .bp-calendar,
  .bp-times,
  .bp-details,
  .bp-success {
    padding: 24px 20px;
  }
  .bp-layout,
  .bp-calendar,
  .bp-times {
    display: block;
    width: 100%;
    min-height: 0;
  }
  .bp-calendar {
    border-right: 0;
    border-bottom: 1px solid #e4e8ef;
  }
  .bp-slot {
    width: calc(33.333% - 8px);
  }
}
@media (max-width: 380px) {
  .bp-slot {
    width: calc(50% - 8px);
  }
  .bp-title {
    font-size: 26px;
  }
}
