wrapper {
  max-width: 40rem;
  padding: 2rem;
  margin: 4rem auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 4px;
}

.form-group {
  padding: 1rem 0;
  position: relative;
}
.form-group .input-field {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  height: auto;
  cursor: pointer;
  background: #ffffff;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  padding: 1rem;
}
.ui-datepicker {
  display: none;
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
}
.ui-datepicker-header {
  text-align: center;
  padding: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.ui-datepicker-header a span {
  display: none;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 5.5rem;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.5rem;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 1.5rem;
}
.ui-datepicker-header a.ui-datepicker-prev::after {
  font-family: "Font Awesome 5 Free";
  content: "\f359";
  font-size: 1.5rem;
  color: #444444;
}
.ui-datepicker-header a.ui-datepicker-next {
  right: 1.5rem;
}
.ui-datepicker-header a.ui-datepicker-next::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-size: 1.5rem;
  color: #444444;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.ui-datepicker-calendar thead {
  color: #cccccc;
}
.ui-datepicker-calendar a {
  color: #444444;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
.ui-datepicker-calendar a:hover {
  border: 1px solid #cccccc;
}
.ui-datepicker-calendar .ui-state-highlight {
  border-color:#0071bb;
  color:#0071bb;
}
.ui-datepicker-calendar .ui-state-active {
  background:#0071bb;
  color: #ffffff;
}

.ui-datepicker-calendar .ui-state-disabled span {
  color: #dacccc;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}

.ui-datepicker-calendar .unavailable-date a {
  background-color: #d33a47 !important;
  color: #ffffff !important;
}

/* appointment response page */

.appointment-response {
  text-align: center;
  padding: 20px 0;
  background: #EBF0F5;
}
.appointment-response h1{
  color: #88B04B;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}
.appointment-response p{
  color: #404F5E;
  font-size:20px;
  margin: 0;
}
.appointment-response i{
  color: #9ABC66;
  font-size: 100px;
  line-height: 200px;
  margin-left:-15px;
}
.appointment-response .card {
  background: white;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #C8D0D8;
  display: inline-block;
  margin: 0 auto;
}

.appointment-response .cancelled  i{
  color: #b04e4b;
}

.appointment-response .cancelled  h1{
  color: #b04e4b;
}
