
/* chat window colors */

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

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

/* sent bubble colors */

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

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

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

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

/* end of chatbot styling */