body {
  font-family: "Anuphan", sans-serif;
}
#dob {
  z-index: 1055 !important; /* Ensure the datepicker is above the modal (z-index 1050) */
}
#meetingDropzone {
  min-height: 100px;
 /* Set a minimum height */
  border: 2px dashed #ddd;
 /* Optional: adds a border around Dropzone area */
}
textarea {
  width: 100%;
  max-width: 100%;
}
.result-item {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.result-item:hover {
  background-color: #f0f0f0;
}
.picker__header select {
    display: inline-block !important;
}
.centered-message {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    text-align: center;
}

































