.work_folder-list-item .show-hover-only {
  opacity: 0; /* Initially hidden */
  transition: opacity 0.1s ease; /* Smooth transition */
}

.work_folder-list-item:hover .show-hover-only {
  opacity: 1; /* Fully visible on hover */
}
.sortable-ghost {
  opacity: 1;
}

.sortable-drag {
  opacity: 0;
}

#conversation-container > [data-message-role="ai"]:last-child .ai-message-icons-container {
  opacity: 1 !important; /* Ensure the icons are visible */
}

.modal-root {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

[x-cloak] {
  display: none !important;
}

.markdown-message {
  --tw-prose-bullets: #000;
}

.markdown-message ul ul {
  --tw-prose-bullets: #000;
  list-style-type: circle;
}
