
/* chat window colors */

.chatbot-launcher {
background-color: #c95d32;
}

.chatbot-chat-window .chatbot-header {
color: #ffffff;
background-color: #c95d32;
}

/* sent bubble colors */

.chatbot-message-content.sent .chatbot-message-text {
color: #ffffff;
background-color: #c95d32;
}

.chatbot-message-avatar .fa-circle {
color: #c95d32;
}

.chatbot-message-content.sent a[href] {
color: #ffffff;
}

.chatbot-footer {
  .progress{
    --bs-progress-bar-bg: #c95d32
  }
}

/* end of chatbot styling */