

#thapcom-chatbot .chat-header {
  background: #004080;
  color: #fff;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#thapcom-chatbot .chat-body {
  padding: 10px;
}

#chat-toggle-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #004080;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10000;
}

#thapcom-chatbot {
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

#chat-history .msg {
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 6px;
}

#chat-history .msg.bot {
    background: #f1f1f1;
    color: #333;
}

#chat-history .msg.user {
    background: #0073aa;
    color: #fff;
    text-align: right;
}

.quick-replies {
    margin-top: 10px;
}

.quick-reply {
    margin: 4px 4px 0 0;
    padding: 6px 12px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
