#appointmentModal .modal-content {
  border: none;
  border-radius: 1rem;
  padding: 2rem;
}

#appointmentModal .modal-header {
  padding: 0 0 1.5rem;
}

#appointmentModal .modal-body {
  padding: 0;
}

#appointmentModal .btn-close {
  box-shadow: none;
}
html {
  scrollbar-gutter: stable;
}

body.modal-open,
body.offcanvas-open {
  padding-right: 0 !important;
}

body.modal-open .site-header,
body.offcanvas-open .site-header {
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  #appointmentModal .modal-content {
    padding: 1.5rem;
  }
}
