div#book-appointment {
  max-width: 740px;
  border-radius: 15px;
}

#et-boc .area-outer-wrap .da-close {
  top: 10px;
  right: 10px;
  font-size: 2rem;
}

.no-timeslot-message {
  display: flex;
  justify-content: center;
}

.appointment-overview #map {
  height: 10rem !important;
  width: 35% !important;
  position: relative !important;
  overflow: hidden !important;
}

.blue-accent {
  width: 112px;
  height: 5px;
  background-color: var(--kh-blue);
  margin: auto;
  margin-bottom: 18px;
}

p.booking-form-title {
  font-size: 24px;
  color: black;
  max-width: 392px;
  margin: auto;
}

.book-select-box {
  text-align: center;
  width: 48%;
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  cursor: pointer;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .book-select-box {
    width: 100%;
  }
}

.booking-headings {
  padding-left: 1rem;
  line-height: 1.3;
}

#book-appointment .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
  margin-bottom: 0 !important;
}

.book-select-box:hover {
  background-color: var(--kh-yellow);
  color: white;
}

.type-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.pay-method input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.nav-btns {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: left;
}

.next-btn,
.prev-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.next-btn p,
.prev-btn p {
  padding-bottom: 5px;
}

.next-btn img,
.prev-btn img {
  width: 10px;
}

.timeslot {
  cursor: pointer;
  border: 1px solid #333;
}

.timeslot-available {
  opacity: 1;
}

.timeslot-unavailable {
  display: none;
}

.timeslot-selected,
.timeslot-available:hover {
  background-color: var(--kh-yellow);
  border-color: var(--kh-yellow);
  color: white;
}

.vehicle_title {
  font-size: 20px;
}

.dow-container,
.timeslot-container {
  display: flex;
  /*justify-content: center;*/
  max-width: 400px;
  margin: auto;
  align-items: center;
  flex-direction: column;
}

.timeslot-container {
  height: 380px;
  justify-content: inherit;
  /*overflow-x: auto;*/
}

.dow-container,
.timeslot-container .timeslots {
  display: grid;
  width: 100%;
}

@media screen and (min-width: 798px) {
  .dow-container,
  .timeslot-container .timeslots {
    display: grid;
    width: 100%;
    margin-top: 2.7rem;
  }
}

.dow-container {
  margin-bottom: 20px;
}

.day-container,
.appointment-timeslots {
  display: none;
}

.day-container,
.appointment-timeslots.active {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.appointment-calendar {
  overflow-x: auto;
  width: 100%;
}

@media screen and (min-width: 798px) {
  .appointment-calendar {
    overflow-x: auto;
    width: 100%;
    padding-top: 2rem;
  }
}

.appointment-calendar p {
  font-size: 16px;
  width: 100%;
}

.dow-container {
  color: black;
}

.dayNum {
  font-size: 24px !important;
}

.timeslot {
  padding: 0.4rem 1rem;
  border-radius: 12px;
}

.overview-date {
  justify-content: flex-start;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
}

.overview-date h4 {
  margin-bottom: 1rem;
}

.overview-date .vehicle_title {
  font-size: 1rem;
}

.overview-date p {
  line-height: 1.1;
}

.overview-date span {
  line-height: inherit !important;
  font-size: inherit !important;
}

#form-page-4 .overview-date {
  text-align: center;
  margin: auto;
  justify-content: center;
  border: none;
  box-shadow: none;
  flex-direction: column;
}

#trade-in {
  display: none;
}

#trade-in.active {
  display: block;
}

@media screen and (max-width: 700px) {
  .overview-date {
    flex-direction: column;
  }

  .appointment-overview #map {
    height: 250px !important;
    width: 100% !important;
  }

  .overview-date > div {
    width: 100%;
  }

  .overview-date #map {
    margin-top: 1rem;
  }

  .day-container,
  .appointment-timeslots.active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 320px;
    margin: auto;
  }

  .day-container,
  .appointment-timeslots .timeslot p {
    font-size: 14px;
  }

  .booking-container {
    flex-direction: column;
  }

  .contact-info-box,
  #other_questions {
    width: 100% !important;
  }
}

.vehicle_container,
.contact-info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.form-page input[type="text"],
.form-page select {
  padding: 10px;
  font-size: 16px;
}

#purchase_payment,
#purchase_method {
  /*max-width:480px;*/
  width: 100%;
}

.checkbox-container {
  display: flex;
  flex-wrap: wrap;
  /*
    justify-content: center;
    margin:auto;
    max-width:480px;
    */
}

.contact-info-box {
  display: flex;
  flex-wrap: wrap;
}

.contact-box,
.vehicle_container {
  width: 100%;
}

.contact-box input,
.vehicle_container input {
  width: 100%;
}

.vehicle_check {
  padding: 10px;
  /*padding-left: 28px;*/
  padding-right: 28px;
  text-align: left;
  min-width: 150px;
}
#form-page-3 input,
#form-page-3 select,
#form-page-3 textarea {
  border-radius: 5px;
}

#form-page-3 textarea {
  padding: 0.5rem;
  width: 100%;
}

#trade_in_yes,
#trade_in_no {
  transform: scale(1.3);
  display: none;
}

label.update-btn,
.secondary-btn {
  margin: 0 !important;
  margin-right: 5px !important;
  width: 13.2rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #c3c3c3;
  color: #c3c3c3;
  background: none;
}

.secondary-btn.active,
.secondary-btn:hover {
  background: #000 !important;
  color: #fff !important;
}

label.update-btn:hover {
  border-color: #487bb9;
}

input:checked + label.update-btn {
  background: #487bb9;
  border-color: #487bb9;
  color: white;
}

.pay-method label.update-btn {
  font-size: 14px;
  margin-bottom: 0.7rem !important;
  width: 13.2rem;
}

@media screen and (max-width: 798px) {
  label.update-btn {
    width: 100% !important;
    margin-bottom: 0.7rem !important;
  }
}

#trade_in_no {
  margin-left: 1rem;
}

.booking-confirmed {
  margin-bottom: 1rem;
}

.blur-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffffb5;
  z-index: -1;
}

.loading-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}

.loading-screen img {
  width: 121px;
  position: fixed;
  top: 40%;
}

.calendar-icon {
  width: 30px;
}

.booking-container {
  display: flex;
}

.other-dates-container {
  justify-content: center;
  align-items: center;
  margin: 10px;
  cursor: pointer;
}

#booking-week-of {
  margin-bottom: 20px;
}

.other-dates-container p {
  margin: 10px;
}

.confirm-btn-container {
  padding-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
    .confirm-btn-container {
        flex-direction: column;
    }

    .confirm-btn-container > * {
      width: 12rem;
    }
}

.confirmed-text {
  font-size: 25px;
  color: black;
  margin: 17px;
}

img#booking-dealership-logo,
img#booking-dealership-logo2 {
  max-width: 200px;
  max-height: 124px;
  margin: 11px;
}

hr {
  border: 0;
  height: 1px;
  background: gainsboro;
}

#book-appointment {
  padding: 0 !important;
}

@media screen and (min-width: 798px) {
  #book-appointment > .et_pb_row {
    width: 90% !important;
  }
}

#book-appointment .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
#book-appointment .et_pb_row.et_pb_row_2 {
  margin-bottom: 0;
}

.booking-section-container {
  text-align: left;
  padding: 5px;
}

.booking-section-container h5 {
  margin-bottom: 10px;
}

@media screen and (min-width: 700px) {
  .progress-desktop {
    display: block;
  }

  .progress-mobile {
    display: none;
  }
}

.contact-info-box,
.vehicle_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 700px) {
  .progress-desktop {
    display: none;
  }

  .contact-info-box,
  .vehicle_container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .progress-mobile {
    display: block;
  }
}

.calendar {
  position: relative;
  min-width: 320px;
  background: var(--calendar-bg-color);
  color: var(--calendar-font-color);
  margin: auto;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: normal;
  border-radius: var(--calendar-border-radius);
}

.calendar-inner {
  padding: 10px 10px;
}

.calendar .calendar-inner .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.calendar .calendar-inner .calendar-body div {
  padding: 4px;
  min-height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.calendar .calendar-inner .calendar-body div:nth-child(-n + 7) {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div:nth-child(-n + 7):hover {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div > a {
  color: var(--calendar-font-color);
  text-decoration: none;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease;
}

.calendar .calendar-inner .calendar-body div.active {
  background: #ffc54b !important;
  border-radius: 100% !important;
}

.calendar .calendar-inner .calendar-body div.active {
  background: #ffc54b !important;
  border-radius: 100% !important;
}

.calendar .calendar-inner .calendar-body .calendar-today {
  border-radius: 100% !important;
  background: #e1e1e1;
}

.calendar .calendar-inner .calendar-body div.empty-dates:hover {
  border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 700px) {
  .dateNumber.today {
    border-radius: 100% !important;
    background: #e1e1e1;
  }
}

.calendar .calendar-inner .calendar-today-date {
  display: grid;
  text-align: center;
  cursor: pointer;
  margin: 3px 0px;
  background: var(--calendar-current-date-color);
  padding: 8px 0px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
}

.calendar .calendar-inner .calendar-today-date #prev-week,
.calendar .calendar-inner .calendar-today-date #next-week {
  display: none;
}

/* @media screen and (max-width: 700px) {
  .calendar .calendar-inner .calendar-today-date {
    display: flex;
    justify-content: space-between;
  }

  .calendar .calendar-inner .calendar-today-date #prev-week,
  .calendar .calendar-inner .calendar-today-date #next-week {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
  }
} */

.calendar .calendar-inner .calendar-controls .calendar-year-month {
  display: flex;
  min-width: 100px;
  justify-content: space-evenly;
  align-items: center;
}

.calendar
  .calendar-inner
  .calendar-controls
  .calendar-year-month
  .calendar-year-label,
.calendar
  .calendar-inner
  .calendar-controls
  .calendar-year-month
  .calendar-month-label,
.calendar-labels {
  font-weight: 500;
  font-size: 20px;
}

.calendar .calendar-inner .calendar-body .calendar-today {
  border-radius: 4px;
}

.calendar .calendar-inner .calendar-body .calendar-today:hover {
  border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-body .calendar-today a {
  outline: 2px solid var(--calendar-today-innerborder-color);
}

.calendar .calendar-inner .calendar-controls .calendar-next a,
.calendar .calendar-inner .calendar-controls .calendar-prev a {
  color: var(--calendar-font-color);
  font-family: arial, consolas, sans-serif;
  font-size: 26px;
  text-decoration: none;
  padding: 4px 12px;
  display: inline-block;
  background: var(--calendar-nextprev-bg-color);
  margin: 10px 0 10px 0;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg {
  height: 20px;
  width: 20px;
}

#appointment-form .vehicle_title {
  line-height: inherit;
  font-weight: bolder;
  font-size: 1.2rem;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg path,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg path {
  fill: var(--next-prev-arrow-color);
}

.calendar .calendar-inner .calendar-body .prev-dates,
.calendar .calendar-inner .calendar-body .next-dates {
  color: var(--calendar-prevnext-date-color);
  opacity: 0.2;
  pointer-events: none;
  cursor: auto !important;
}

.calendar .calendar-inner .calendar-body .prev-dates:hover,
.calendar .calendar-inner .calendar-body .next-dates:hover {
  border: 1px solid transparent;
  pointer-events: none;
}

.progress-bar {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}

#select-time,
#unavaialble {
  display: none;
  font-size: 20px;
  font-weight: 500;
}

#select-time.active,
#unavaialble.active {
  display: block;
}

@media screen and (min-width: 798px) {
  #select-time.active,
  #unavaialble.active {
    padding-top: 1.2rem;
  }
}

.step {
  width: 25%;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #999;
}

.step::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #999;
  left: -75%;
}

.step.active {
  color: #222;
}

.step.active span {
  border-bottom: 3px solid #ffc54b;
  padding-bottom: 5px;
}

.step.active::after {
  background-color: #333;
}

.step:first-child::after {
  content: none;
}

.step-inner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.step-inner span {
  display: block;
  font-size: 12px;
  position: absolute;
  margin-top: 1.5rem;
  line-height: 1.2;
}

.appointment-deets > div {
  display: flex;
  justify-content: space-between;
}

.appointment-deets > div p {
  max-width: 15rem;
  text-align: right;
}

.appointment-deets > div .labels {
  max-width: 5rem;
  padding-right: 1rem;
}
