.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.modal-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
}

.modal-close {
  margin-top: 20px;
}

.slot-btn.active {
  background: #333;
  color: white;
}

.calendar-container-visible {
  min-height: 280px;
  margin-top: 10px;
}
.webform-submission-lets-chat-form {
    width: 100% !important;
}