.pb-chatbot #chatbotInput::placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pb-chatbot .pb-scrollbar-hidden::-webkit-scrollbar{display:none}@keyframes fadePulse{0%{opacity:.1}50%{opacity:1}to{opacity:.1}}@keyframes fadeText{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.pb-chatbot .pb-bubble.assistant:before{content:"";position:absolute;width:25px;height:0;top:0;left:-25px;z-index:2;border-bottom-width:25px;border-left-width:20px;border-right-width:0px;border-color:transparent;border-bottom-color:rgba(var(--pb-chatbot-bubble-assistant-bg),1);transform:rotate(270deg)}.pb-chatbot .pb-bubble.user:after{content:"";position:absolute;width:25px;height:0;top:0;right:-25px;z-index:2;border-bottom-width:25px;border-left-width:0px;border-right-width:20px;border-color:transparent;border-bottom-color:rgba(var(--pb-chatbot-bubble-user-bg),1);transform:rotate(90deg)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}