body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
  }
  .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  .sidebar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .sidebar-nav::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
  .sidebar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .prompt-content {
    transition: all 0.3s ease;
  }
  .prompt-content.collapsed {
    display: none;
  }
  /* .prompt-content.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    } */

    /* Smooth transitions for dropdown */
[x-cloak] { display: none !important; }

/* Scrollbar styling for dropdown */
.max-h-60::-webkit-scrollbar {
  width: 8px;
}
.max-h-60::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.max-h-60::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.max-h-60::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}