#demoModal {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
.demo-schedule-modal__dialog {
  max-width: 1060px;
  width: calc(100% - 2rem);
}
.demo-schedule-modal__content {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 1.5rem 4rem rgba(12, 22, 58, 0.35);
  overflow: hidden;
  position: relative;
}
.demo-schedule-modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
}
.demo-schedule-modal__intro {
  background: #f5f7fb;
  padding: 3rem 2.2rem;
}
.demo-schedule-modal__title {
  color: #1f2f66;
  font-family: 'Roboto Black';
  font-size: 1.85rem;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  padding-right: 1rem;
}
.demo-schedule-modal__copy {
  color: #4d5a73;
  font-family: 'Roboto Light';
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.demo-schedule-modal__benefits {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}
.demo-schedule-modal__benefits li {
  color: #364460;
  font-family: 'Roboto Regular';
  font-size: 0.92rem;
  line-height: 1.45;
  margin-bottom: 1rem;
  padding-left: 2.2rem;
  position: relative;
}
.demo-schedule-modal__benefits li::before {
  align-items: center;
  background: #3f79f5;
  border-radius: 50%;
  color: #ffffff;
  content: "✓";
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  height: 1.25rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0.05rem;
  width: 1.25rem;
}
.demo-schedule-modal__note {
  border-top: 1px solid #dde4f3;
  color: #4d5a73;
  font-family: 'Roboto Light';
  font-size: 0.9rem;
  line-height: 1.55;
  padding-top: 1.35rem;
}
.demo-schedule-modal__scheduler {
  background: #ffffff;
  padding: 2.5rem 2.2rem 2rem;
}
.demo-schedule-form__title {
  color: #1f2f66;
  font-family: 'Roboto Black';
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}
.demo-schedule-form__subtitle,
.demo-schedule-form__meta {
  color: #65708a;
  font-family: 'Roboto Light';
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 0.35rem;
}
.demo-schedule-form__meta {
  margin-bottom: 1rem;
}
.demo-schedule-form__feedback {
  color: #c13a22;
  display: none;
  font-size: 0.86rem;
  margin-bottom: 0.75rem;
}
.demo-schedule-form__feedback.is-visible {
  display: block;
}
.demo-calendar {
  border: 1px solid #edf0f6;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem;
}
.demo-calendar__header {
  align-items: center;
  color: #1f2f66;
  display: flex;
  font-family: 'Roboto Black';
  justify-content: space-between;
  margin-bottom: 1rem;
}
.demo-calendar__nav {
  background: transparent;
  border: 0;
  color: #1f2f66;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.15rem 0.35rem;
}
.demo-calendar__weekdays,
.demo-calendar__grid {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.demo-calendar__weekdays span {
  color: #7b8499;
  font-family: 'Roboto Black';
  font-size: 0.68rem;
  text-align: center;
  text-transform: uppercase;
}
.demo-calendar__day {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #30405f;
  display: flex;
  font-family: 'Roboto Medium';
  font-size: 0.85rem;
  height: 2.15rem;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 2.15rem;
}
.demo-calendar__day:disabled {
  color: #c2c8d6;
  cursor: not-allowed;
}
.demo-calendar__day.is-available {
  cursor: pointer;
}
.demo-calendar__day.is-selected {
  background: #3f79f5;
  color: #ffffff;
}
.demo-slots {
  margin-bottom: 1rem;
}
.demo-slots__title {
  color: #1f2f66;
  font-family: 'Roboto Black';
  font-size: 0.9rem;
  margin-bottom: 0.65rem;
}
.demo-slots__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.demo-slot {
  background: #ffffff;
  border: 1px solid #dfe5f0;
  border-radius: 5px;
  color: #30405f;
  font-family: 'Roboto Medium';
  font-size: 0.85rem;
  min-width: 4.25rem;
  padding: 0.5rem 0.75rem;
}
.demo-slot.is-selected {
  background: #1f63e9;
  border-color: #1f63e9;
  color: #ffffff;
}
.demo-slot.is-unavailable,
.demo-slot:disabled {
  background: #f1f3f7;
  border-color: #e1e5ee;
  color: #a5adbd;
  cursor: not-allowed;
  text-decoration: line-through;
}
.demo-schedule-form__contact {
  display: none;
}
.demo-schedule-form__contact.is-visible {
  display: block;
}
.demo-schedule-form__contact label {
  color: #4d5a73;
  display: block;
  font-family: 'Roboto Medium';
  font-size: 0.78rem;
  margin-bottom: 0.35rem;
  margin-top: 0.75rem;
}
.demo-schedule-form__contact label span {
  color: #7b8499;
  font-family: 'Roboto Light';
}
.demo-schedule-form__contact .form-control {
  color: #4d5a73;
  font-size: 0.9rem;
  min-height: 2.75rem;
}
.demo-schedule-form__submit {
  border: 0;
  border-radius: 5px !important;
  color: #ffffff !important;
  font-family: 'Roboto Black';
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  width: 100%;
}
.demo-schedule-success {
  background: #f5f7fb;
  border-radius: 8px;
  color: #4d5a73;
  display: none;
  font-family: 'Roboto Light';
  line-height: 1.6;
  margin-top: 1rem;
  padding: 1.25rem;
}
.demo-schedule-success.is-visible {
  display: block;
}
.demo-schedule-success h6 {
  color: #1f2f66;
  font-family: 'Roboto Black';
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 991.98px) {
  .demo-schedule-modal__dialog {
    margin: 1rem auto;
    max-width: 720px;
  }
  .demo-schedule-modal__intro,
  .demo-schedule-modal__scheduler {
    padding: 2rem 1.4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .demo-schedule-modal__dialog {
    width: calc(100% - 1rem);
  }
  .demo-schedule-modal__title {
    font-size: 1.55rem;
  }
  .demo-calendar {
    padding: 0.75rem;
  }
  .demo-calendar__weekdays,
  .demo-calendar__grid {
    gap: 0.2rem;
  }
  .demo-calendar__day {
    height: 1.9rem;
    width: 1.9rem;
  }
  .demo-slot {
    flex: 1 1 calc(50% - 0.6rem);
  }
}
