/* ChatBot Theme Overrides (DB-driven) */

.chat-header {
  background: #007bff;
  color: #ffffff;
}


.chat-icon-button {
  background: #0066cc;
}
.chat-icon-button:hover {
  background: #004a99;
}


#chatMessages {
  background: #f8f9fa;
}
#chat-error {
  color: #dc3545;
}


.message-wrapper.local .message-bubble {
  background-color: #007aff;
  color: #ffffff;
}
.message-wrapper.remote .message-bubble {
  background-color: #e5e5ea;
  color: #000000;
}


.message-bubble a {
  color: #007bff;
}


.typing-indicator {
  color: #666666;
}
.typing-indicator .dot {
  background-color: #888888;
}

