<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ãƒãƒ£ãƒƒãƒˆãƒœãƒƒãƒˆ::ãƒ™ãƒ¼ã‚¹ã‚«ãƒ©ãƒ¼è¨­å®š
==========================================================*/
/*ãƒãƒ£ãƒƒãƒˆãƒœãƒƒãƒˆå†…ã®èƒŒæ™¯
-------------------------------------*/
#chatbot {
  background: #fff;
}

/*OPENãƒœã‚¿ãƒ³
-------------------------------------*/
/*ãƒœã‚¿ãƒ³èƒŒæ™¯ã¨ãƒœã‚¿ãƒ³ãƒ©ã‚¤ãƒ³*/
.chatbot-btn {
  background: #ffa228;
  border-bottom: 3px solid #ff880b;
}
.chatbot-txt {
  color: #fff;
}

/*ãƒ†ã‚­ã‚¹ãƒˆï¼†ä¼æ¥­å
-------------------------------------*/
.chatbot-box-txtbx {
  background-color: #0087c6;
  border: solid 1px #777979;
}


/*CLOSEãƒœã‚¿ãƒ³
-------------------------------------*/
/*ãƒœã‚¿ãƒ³èƒŒæ™¯*/
.chatbot-btn.current .btn-bx {
  background: #ffa228;
}

/*ãƒœã‚¿ãƒ³ãƒ©ã‚¤ãƒ³*/
.chatbot-btn.current .btn-bx .line:nth-child(1),
.chatbot-btn.current .btn-bx .line:nth-child(3) {
  background: #fff;
}

/*ãƒ†ã‚­ã‚¹ãƒˆå¤–æž&nbsp;ãƒœãƒ¼ãƒ€ãƒ¼ã‚«ãƒ©ãƒ¼
----------------------------------*/
#chatbot-app {
  border: solid 1px #ccc;
}

/*å›žç­”ãƒ†ã‚­ã‚¹ãƒˆã‚«ãƒ©ãƒ¼
----------------------------------*/
.human.botui-message-content.text {
  background-color: #0087c6;
  border-bottom: 4px solid #00679d;
}

/*é¸æŠžãƒœã‚¿ãƒ³
----------------------------------*/
.botui-actions-buttons-button {
  background-color: #ffa228;
}

/*ã‚¢ãƒŠã‚¦ãƒ³ã‚¹ãƒ†ã‚­ã‚¹ãƒˆ
----------------------------------*/
.botui-message-content {
  color: #595a5a;
  background-color: #ebebeb;
  border-bottom: 4px solid #dadada;
}</pre></body></html>