#appointment-booking-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1313134a;
  display: grid;
  place-items: center;
  padding: 30px 0;
}

#appointment-booking-modal .appointment-modal-content {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  background: white;
  border-radius: 15px;
  padding: 20px;
}

@media screen and (min-width: 992px) {
  #appointment-booking-modal .appointment-modal-content {
    min-width: 480px;
  }
}

#appointment-booking-modal .appointment-modal-content .appointment-close {
  font-size: 22px;
  line-height: 0;
  color: #000000;
  position: absolute;
  top: 20px;
  right: 20px;
  background: white;
  cursor: pointer;
}
.appointment-success-msg .apt-success-icon {
  font-size: 40px;
  color: green;
}
.appointment-success-msg label {
  font-size: 16px;
  font-weight: 500;
}
.appointment-detail h2 {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  margin: 0 0 20px;
}

.appointment-form {
  position: relative;
  font-size: 14px;
}
.appointment-success-msg {
  text-align: center;
}
.appointment-form fieldset {
  border: none;
  outline: none;
  padding: 0;
}

.appointment-form fieldset label {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  color: #767272;
}

.appointment-form input[type='text'],
.appointment-form input[type='email'],
.appointment-form input[type='number'],
.appointment-form textarea {
  border: 1px solid #5c5858;
  border-radius: 25px;
  min-height: 35px;
  width: 95%;
  margin-top: 5px;
  margin-bottom: 15px;
  outline: none;
  padding: 0 10px;
}

.appointment-form textarea {
  min-height: 75px;
  border-radius: 10px;
  padding: 10px;
}

.appointment-form button {
  margin-top: 20px;
  min-width: 160px;
  height: 42px;
  border-radius: 50px;
  background: #61bd4f;
  outline: none;
  border: 1px solid #61bd4f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.appointment-form button:hover {
  background: #ffffff;
  color: #61bd4f;
}

/* --------popup end--------- */
.simcal-appointmentcalendar {
  position: relative;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
  padding: 20px;
  max-width: 685px !important;
  min-height: 490px;
  overflow: hidden;
  margin: 0 auto;
}

.simcal-appointmentcalendar .simcal-align-right {
  text-align: left;
  margin-bottom: 40px;
}

.simcal-appointmentcalendar .simcal-align-right a {
  text-decoration: none;
}

.simcal-appointmentcalendar .simcal-calendar-grid {
  float: left;
  height: 100%;
  width: 52%;
}

.simcal-appointmentcalendar #apoointment_timeslot_sidebar {
  float: right;
  height: 100%;
  width: 37%;
}

.simcal-appointmentcalendar #apoointment_timeslot_sidebar .appointment-available-slots .appointment-slots-for {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 38px;
}

.simcal-appointmentcalendar #apoointment_timeslot_sidebar .appointment-available-slots {
  overflow: auto;
  overflow-x: hidden;
  max-height: 400px;
}

.simcal-appointmentcalendar #apoointment_timeslot_sidebar .appointment-available-slots::-webkit-scrollbar {
  width: 12px;
}

.simcal-appointmentcalendar #apoointment_timeslot_sidebar .appointment-available-slots::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  border-radius: 8px;
  background-color: rgba(112, 106, 106, 0.61);
  background-clip: padding-box;
}

.simcal-appointmentcalendar
  #apoointment_timeslot_sidebar
  .appointment-available-slots
  .list-timeslot
  .list-timeslot-btn {
  position: relative;
  vertical-align: top;
  padding: 7px;
  border-radius: 25px;
  font-weight: 700;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #61bd4f;
  color: #61bd4f;
  text-decoration: none;
  text-align: center;
  max-width: 180px;
}

.simcal-appointmentcalendar
  #apoointment_timeslot_sidebar
  .appointment-available-slots
  .list-timeslot
  .list-timeslot-btn:hover,
.simcal-appointmentcalendar
  #apoointment_timeslot_sidebar
  .appointment-available-slots
  .list-timeslot
  .list-timeslot-btn:focus {
  background-color: #61bd4f;
  color: white;
}

/* ----------calendar css start------ */
.simcal-appointmentcalendar .simcal-calendar-grid .simcal-calendar-head .simcal-current h3 {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 0 5px 30px;
  font-weight: 600;
  font-size: 16px;
}

.simcal-appointmentcalendar .simcal-calendar-grid .simcal-calendar-head .simcal-week-day {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.simcal-appointmentcalendar .simcal-calendar-grid tbody .available .appointment-day {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 0 0;
  border: 1px solid transparent !important;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  background-color: #61bd4f1c;
  color: #61bd4f;
  font-weight: 700;
  cursor: pointer;
  margin: 2px;
  transition: 0.1s ease-in-out;
}

.simcal-appointmentcalendar .simcal-calendar-grid tbody .available .appointment-day:hover {
  background-color: #61bd4f41;
}

.simcal-appointmentcalendar .simcal-calendar-grid tbody .available .appointment-day .simcal-day-number {
  line-height: 41px;
  background-color: transparent !important;
  color: #61bd4f !important;
}

.simcal-appointmentcalendar .simcal-calendar-grid tbody .not-available .appointment-day {
  line-height: 39px;
  color: #1a1a1a9c;
  font-size: 16px;
  font-weight: 400;
  pointer-events: none;
  cursor: default;
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 0 0;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.simcal-appointmentcalendar .simcal-calendar-grid button.simcal-nav-button.simcal-month-nav {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #1a1a1a9c;
  background-color: #8080801f;
  position: relative;
  top: -15px;
  cursor: pointer;
  background: linear-gradient(to bottom, #8080802b 0%, #8080801f 100%);
  border-bottom: #8080801f;
}
.simcal-appointmentcalendar button[disabled] {
  opacity: 0.5;
  cursor: unset !important;
}
.simcal-appointmentcalendar .simcal-ajax-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1313134a;
  display: grid;
  place-items: center;
  padding: 30px 0;
  z-index: 55;
}

.simcal-appointmentcalendar .simcal-ajax-loader .simcal-icon-spin {
  font-size: 40px;
  color: #61bd4f;
}
.simcal-calendar.simcal-appointmentcalendar tbody.simcal-month td {
  border-top: 1px solid #ededed00;
  border-bottom: 1px solid #ededed00;
}
