#exampleModal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.modal-dialog-scrollable {
  max-height: 80vh;
  /* Set a maximum height if needed */
}

.showline {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

body {
  /* padding-top: 70px; */
  /* Adjust the value as needed */
}

.loading-spinner {
  display:none;
}
.htmx-request .loading-spinner{
  display:inline;
}