/* purgecss start ignore */

/* Additional custom styles if needed */
.animate-spin[data-v-04911a57] {
  animation: spin-04911a57 1s linear infinite;
}
@keyframes spin-04911a57 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.animate-spin[data-v-09c4c092] {
  animation: spin-09c4c092 1s linear infinite;
}
@keyframes spin-09c4c092 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}

/* purgecss end ignore */

/* purgecss start ignore */

/* ChatMe-inspired animations */
.animate-bounce[data-v-7e341d87] {
  animation: bounce-7e341d87 1.4s infinite;
}
@keyframes bounce-7e341d87 {
0%, 80%, 100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-6px);
}
}

/* Floating mode slide-up animation */
.animate-slide-up[data-v-7e341d87] {
  animation: slideUp-7e341d87 0.3s ease-out;
}
@keyframes slideUp-7e341d87 {
from {
    transform: translateY(100%);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}

/* Mobile responsive adjustments for floating mode */
@media (max-width: 640px) {
.fixed.bottom-20.right-6[data-v-7e341d87] {
    bottom: 5rem;
    right: 1rem;
    left: 1rem;
    width: auto;
}
}

/* Enhanced mobile layout for floating chatbot */
@media (max-width: 480px) {
.fixed.bottom-20.right-6[data-v-7e341d87] {
    bottom: 4rem;
    right: 0.5rem;
    left: 0.5rem;
    width: auto;
}

  /* Adjust height for smaller screens */
.animate-slide-up[data-v-7e341d87] {
    max-height: 60vh;
}
}

/* Focus styles */
input[data-v-7e341d87]:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.chat-send-button[data-v-7e341d87]:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

/* Custom scrollbar for messages */
.overflow-y-auto[data-v-7e341d87]::-webkit-scrollbar {
  width: 4px;
}
.overflow-y-auto[data-v-7e341d87]::-webkit-scrollbar-track {
  background: transparent;
}
.overflow-y-auto[data-v-7e341d87]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

/* Floating mode specific styles */
.fixed.bottom-20.right-6[data-v-7e341d87] {
  /* Ensure floating chatbot appears above other elements */
  z-index: 60;
}

/* Enhanced shadow for floating mode */
.animate-slide-up[data-v-7e341d87] {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

/* Action buttons styling */
.quick-action-icon[data-v-7e341d87] {
  align-items: center;
  background: #111827;
  border-radius: 0.5rem;
  color: #fff;
  display: inline-flex;
  flex: 0 0 2rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.action-buttons-container[data-v-7e341d87] {
  animation: fadeInUp-7e341d87 0.3s ease-out;
}
.action-buttons-container button[data-v-7e341d87] {
  min-width: 120px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.action-buttons-container button[data-v-7e341d87]:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.action-buttons-container button[data-v-7e341d87]:active {
  transform: translateY(0);
}
@keyframes fadeInUp-7e341d87 {
from {
    opacity: 0;
    transform: translateY(10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Responsive action buttons for mobile */
@media (max-width: 640px) {
.action-buttons-container[data-v-7e341d87] {
    flex-direction: column;
}
.action-buttons-container button[data-v-7e341d87] {
    min-width: 100%;
    text-align: center;
}
}

/* New floating chat positioning - prevents overflow */
.chat-floating-container[data-v-7e341d87] {
  bottom: 1.25rem; /* 5rem */
  right: 1.5rem;   /* 6rem */
  width: 20rem;    /* 80 - w-80 */
  max-height: calc(100vh - 2.5rem); /* Leave space at top and bottom */
  z-index: 60;
}
@media (min-width: 640px) {
.chat-floating-container[data-v-7e341d87] {
    width: 24rem; /* 96 - sm:w-96 */
}
}

/* Floating chat panel with proper height constraints */
.chat-floating-panel[data-v-7e341d87] {
  height: auto;
  min-height: 20rem; /* Minimum functional height */
  max-height: calc(100vh - 4rem); /* Ensure it never exceeds viewport minus top/bottom margins */
  display: flex;
  flex-direction: column;
}

/* Mobile responsive adjustments for floating chat */
@media (max-width: 640px) {
.chat-floating-container[data-v-7e341d87] {
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    width: auto;
    max-height: calc(100vh - 2rem);
}
.chat-floating-panel[data-v-7e341d87] {
    max-height: calc(100vh - 3rem);
    min-height: 18rem;
}
}
@media (max-width: 480px) {
.chat-floating-container[data-v-7e341d87] {
    bottom: 0.75rem;
    right: 0.5rem;
    left: 0.5rem;
    max-height: calc(100vh - 1.5rem);
}
.chat-floating-panel[data-v-7e341d87] {
    max-height: calc(100vh - 2rem);
    min-height: 16rem;
}
}

/* purgecss end ignore */

/* purgecss start ignore */

/* Default theme styles */
.breadcrumb-navigation[data-v-2ed7e01d] {
  width: 100%;
}
.breadcrumb-list[data-v-2ed7e01d] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.breadcrumb-item[data-v-2ed7e01d] {
  display: flex;
  align-items: center;
}
.breadcrumb-link[data-v-2ed7e01d] {
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-link[data-v-2ed7e01d]:hover {
  text-decoration: underline;
}
.breadcrumb-current[data-v-2ed7e01d] {
  font-weight: 500;
}
.breadcrumb-separator[data-v-2ed7e01d] {
  margin: 0 0.5rem;
  color: #9ca3af;
}
.breadcrumb-remove[data-v-2ed7e01d] {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 0.25rem;
  padding: 0;
  color: #9ca3af;
  transition: color 0.2s ease;
}
.breadcrumb-remove[data-v-2ed7e01d]:hover {
  color: #374151;
}
.breadcrumb-filter-summary[data-v-2ed7e01d] {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.clear-all-button[data-v-2ed7e01d] {
  background: none;
  border: none;
  color: #3b82f6;
  cursor: pointer;
  margin-left: 0.5rem;
  text-decoration: underline;
  font-size: inherit;
}
.clear-all-button[data-v-2ed7e01d]:hover {
  color: #1d4ed8;
}

/* Item state modifiers */
.breadcrumb-item--active .breadcrumb-current[data-v-2ed7e01d] {
  color: #111827;
  font-weight: 600;
}
.breadcrumb-item--clickable[data-v-2ed7e01d] {
  cursor: pointer;
}
.breadcrumb-item--filter[data-v-2ed7e01d] {
  background-color: #f3f4f6;
  border-radius: 0.375rem;
  padding: 0.25rem 0.5rem;
  margin: 0.125rem;
}

/* Responsive design */
@media (max-width: 768px) {
.breadcrumb-list[data-v-2ed7e01d] {
    flex-wrap: wrap;
}
.breadcrumb-separator[data-v-2ed7e01d] {
    margin: 0 0.25rem;
}
.breadcrumb-item--filter[data-v-2ed7e01d] {
    margin-bottom: 0.25rem;
}
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
.breadcrumb-link[data-v-2ed7e01d],
  .breadcrumb-remove[data-v-2ed7e01d],
  .clear-all-button[data-v-2ed7e01d] {
    transition: none;
}
}

/* Focus styles for accessibility */
.breadcrumb-link[data-v-2ed7e01d]:focus,
.breadcrumb-remove[data-v-2ed7e01d]:focus,
.clear-all-button[data-v-2ed7e01d]:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  border-radius: 0.125rem;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
.breadcrumb-link[data-v-2ed7e01d] {
    text-decoration: underline;
}
.breadcrumb-separator[data-v-2ed7e01d] {
    font-weight: bold;
}
}

/* purgecss end ignore */

