.watermark {
    visibility: hidden;
}

.cl-action-button .lucide {
  color: #7C4DFF; /* that should be the upload-to-cloud button */
}

.animate-pulse {
  display: none !important; /* the dot is annoying because the react loop symbol looks like the dot */
}

/* show custom elements (e.g., map) in chat stream */
.inline-custom {
  min-height: 320px !important;
  height: 320px !important;
  display: block !important;
  overflow: visible !important;
}
.inline-custom .leaflet-container {
  min-height: 320px !important;
  height: 320px !important;
}

/* smaller icon in login screen (might or might not work)*/
.lg\:block img[src*="favicon"] {
    width: 160px !important;
    height: 160px !important;
    object-fit: contain !important;
    margin: auto !important;
  }
