/* ChatBot Theme Overrides (DB-driven, centralized in DSOps.Core) */

.chat-header {
  background: #007bff;
  color: #ffffff;
}


.chat-icon-button {
  background: #0066cc;
}
.chat-icon-button:hover {
  background: #004a99;
}


#chat-panel {
  background: #f8f9fa;
  width: 375px;
  height: 500px;
}
#chat-box {
  background: transparent;
}
#chatMessages {
  background: transparent;
}


#chat-error {
  color: #dc3545;
}
.typing-indicator {
  color: #666666;
}
.typing-indicator .dot {
  background-color: #888888;
}


.message-wrapper.local .message-bubble {
  background-color: #007aff;
  color: #ffffff;
  border-radius: 18px;
}
.message-wrapper.remote .message-bubble {
  background-color: #e5e5ea;
  color: #000000;
  border-radius: 18px;
}
.message-bubble a {
  color: #007bff;
}


.chat-icon-button {
  width: 54px;
  height: 54px;
}

