:root {
  /* webchat 工具栏的颜色 */
  --webchat-toolbar-background-color: #1464e4;
  /* webchat 工具栏文字和按钮的颜色 */
  --webchat-toolbar-text-color: #fff;
}
/* webchat 对话框如果被遮挡，可以尝试通过 z-index、bottom、right 等设置 来调整*/
.webchat-container {
  z-index: 100;
  bottom: 10px;
  right: 10px;
}
/* webchat 的唤起按钮如果被遮挡，可以尝试通过 z-index、bottom、right 等设置 来调整。也可以通过 CSS 进一步定制唤起按钮的形状、大小等。 */
.webchat-bubble-tip {
  z-index: 99;
  bottom: 20px;
  right: 20px;
}

span.nlux-comp-conversationStarter-prompt {
    text-align: left;
}
button.nlux-comp-conversationStarter {
    padding: 5px 10px !important;
    margin-bottom: 10px !importants;
}
.anticon-desktop:before {
  content: "" !important;
}
@media (max-width: 768px) {
  .nlux-AiChat-root.nlux-theme-nova {
    width: 95vw !important;
    max-width: 95vw !important;
  }
  .webchat-container {
    right: 10px !important;
  }
}
