.appointment-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 128px;
}
.appointment-page .appointment-main {
  display: flex;
  flex-direction: row;
  width: 1184px;
}
.appointment-page .appointment-main .title-group {
  display: flex;
  flex-direction: column;
  width: 489px;
  margin: 0 54px 0 0;
}
.appointment-page .appointment-main .title-group .title {
  font-family: "Playfair Display";
  font-size: 72px;
  font-weight: 600;
  line-height: 86.4px;
  text-align: left;
  margin-bottom: 24px;
}
.appointment-page .appointment-main .title-group .description {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.appointment-page .appointment-main .item-group {
  display: flex;
  flex-direction: column;
  padding: 32px;
  flex: 1;
  background-color: #f0f0f0;
  border-radius: 12px;
  gap: 44px;
}
.appointment-page .appointment-main .item-group .item-group-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.appointment-page .appointment-main .item-group .item-group-main .input-item-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.appointment-page .appointment-main .item-group .item-group-main .input-item-group .input-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.appointment-page .appointment-main .item-group .item-group-main .input-item-group .input-item .input-title {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.appointment-page .appointment-main .item-group .item-group-main .input-item-group .input-item .input-item-box {
  padding: 13px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  background-color: transparent;
  height: 48px;
}
.appointment-page .appointment-main .item-group .item-group-main .input-item-group .input-item .input-item-box:focus {
  border: 1px solid #127be8 !important;
  outline: none;
}
.appointment-page .appointment-main .reschedule-okbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #127be8;
  padding: 16px 0px;
  border-radius: 99px;
  width: 276.5px;
  height: 48px;
  color: white;
  font-family: "Work Sans";
}
.appointment-page .appointment-main .reschedule-okbtn:hover {
  background-color: #0b65c5;
}
.appointment-page .appointment-main .reschedule-okbtn:disabled {
  background-color: #7bb4f1;
}
.appointment-page .schedule-wrapper {
  padding: 20px 0;
}
.appointment-page .confirm-button-box {
  margin: 20px 0 0 0;
  display: flex;
}
.appointment-page .confirm-button-box .confirm-reschedule {
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a0a0a;
  height: 48px;
  width: 100%;
}
.appointment-page .confirm-button-box .confirm-reschedule:hover {
  background-color: #d1cbcb;
}

@media (max-width: 1100px) {
  .appointment-page {
    justify-content: center;
    padding: 30px 16px 0 16px;
  }
  .appointment-page .appointment-main {
    flex-direction: column;
    width: 358px;
    margin-top: -15px;
    margin-left: 7px;
  }
  .appointment-page .appointment-main .title-group .title {
    width: 267px;
    font-size: 48px;
    font-weight: 600;
    line-height: 63.98px;
    margin-bottom: 34px;
  }
  .appointment-page .appointment-main .item-group {
    background-color: transparent;
    padding: 40px 0 96px 0;
  }
  .appointment-page .appointment-main .item-group .item-group-main .input-item-group {
    flex-direction: column;
  }
  .appointment-page .appointment-main .item-group .item-group-main .input-item-group .input-item {
    width: 100%;
    flex-direction: column;
  }
  .appointment-page .appointment-main .reschedule-okbtn {
    width: 100%;
  }
}/*# sourceMappingURL=reschedule.css.map */