@charset "UTF-8";
.chatbot-header { background: url('https://coralway.jp/img/chatbot/chatbot_icon3.png') center left 0px / 60px auto no-repeat; }
.chatbot-header { background-color: #f3f3ec; }
.chatbot-title, .chatbot-title * { color: #716a6a; }
.chatbot-disclaimer { color: #716a6a; }
@media screen and (max-width: 800px) {
.chatbot-header { background-position: top 8px center; }
}
.chatbot-message-bot-icon { background: url('https://coralway.jp/img/chatbot/chatbot_icon3.png') center center / 60px auto no-repeat; left: -59px; width: 60px; height: 60px; }
.feedback-button.good { background: url('https://chatbot.ecbeing.io/data/design/feedback-good.png'); background-size: contain; background-repeat: no-repeat; background-position: center; }
.feedback-button.bad { background: url('https://chatbot.ecbeing.io/data/design/feedback-bad.png'); background-size: contain; background-repeat: no-repeat; background-position: center; }
.chatbot-message-bot { background-color: #b5eef4; }
.chatbot-message-bot { color: #222222; }
.chatbot-message-bot.message-error { background-color: #ffffff; }
.chatbot-message-user { background-color: #f5f5f5; }
.chatbot-message-user { color: #222222; }
.chatbot-answer-reference-url a { color: #009298; }
.chatbot-content { background-color: #ffffff; }
.send-chat { background: url('https://chatbot.ecbeing.io/data/design/chatbot-send-black.png') center center / 20px auto no-repeat; }
.chatbot-footer { background-color: #f5f5f5; }
.chatbot-container { left: 20px; }
@media screen and (max-width: 800px) {
.chatbot-container { position: fixed; left: 10px; bottom: 0; z-index: 9999; }
.chatbot-icon { position: relative; top: 0; }
.message-user { margin: 10px 0 10px 80px; }
}
