.widget-chatbot{--chatbot-button-background-color:#fff;--chatbot-button-text-color:#000;background-color:#fff;position:fixed;z-index:1030}.widget-chatbot.is-minimized{bottom:1rem;right:1rem}.widget-chatbot:not(.is-minimized).is-top-left{top:1rem;left:1rem}.widget-chatbot:not(.is-minimized).is-top-right{top:1rem;right:1rem}.widget-chatbot:not(.is-minimized).is-middle-center{top:50%;left:50%;transform:translate(-50%,-50%)}.widget-chatbot:not(.is-minimized).is-bottom-left{bottom:1rem;left:1rem}.widget-chatbot:not(.is-minimized).is-bottom-right{bottom:1rem;right:1rem}.widget-chatbot.is-small{width:280px}.widget-chatbot.is-medium{width:325px}.widget-chatbot.is-large{width:400px}.widget-chatbot.is-extra-large{width:500px}@media(max-width:320px){.widget-chatbot.is-medium,.widget-chatbot.is-large,.widget-chatbot.is-extra-large{width:280px}}@media(min-width:321px) and (max-width:425px){.widget-chatbot.is-medium,.widget-chatbot.is-large,.widget-chatbot.is-extra-large{width:325px}.widget-chatbot.is-minimized{bottom:1rem;left:50%;transform:translateX(-50%)}}.widget-chatbot i.chatbot-toggle::after{content:""}.widget-chatbot.is-minimized i.chatbot-toggle::after{content:""}.widget-chatbot.loading{opacity:0}.widget-chatbot-media.is-column{flex-direction:column}.widget-chatbot-media.is-row{flex-direction:row}.widget-chatbot.is-small .widget-chatbot-avatar{width:80px}.widget-chatbot.is-medium .widget-chatbot-avatar{width:100px}.widget-chatbot.is-large .widget-chatbot-avatar{width:150px}.widget-chatbot.is-extra-large .widget-chatbot-avatar{width:200px}.widget-chatbot-title,.widget-chatbot-subtitle{margin-bottom:0}.widget-chatbot-content-wrapper{display:flex;flex-direction:column;height:400px;overflow:hidden;transition:height .5s ease-in-out,padding .5s ease-in-out}.widget-chatbot.is-minimized .widget-chatbot-content-wrapper{height:0;overflow:hidden;padding:0 .5rem;transition:height .5s ease-in-out,padding .5s ease-in-out}.widget-chatbot-body{font-size:16px;height:400px;overflow-y:scroll;padding:.5rem}.widget-options-wrapper{margin:1rem 0}.widget-chat-message{border-radius:.2rem;display:block;margin:0 0 .25rem 0;padding:.25rem .5rem;width:100%}.widget-chat-message:hover{text-decoration:none}.widget-chat-message.widget-chat-option{background-color:var(--chatbot-button-background-color);border:1px solid var(--chatbot-button-text-color);color:var(--chatbot-button-text-color);text-align:center}.widget-chat-message.widget-chat-option:not(.collapsed),.widget-chat-message.widget-chat-option:hover{color:var(--chatbot-button-background-color);background-color:var(--chatbot-button-text-color);border-color:var(--chatbot-button-background-color);cursor:pointer}.widget-chat-message.widget-bot-message{background-color:#f8f9fa;border:1px solid #6c757d;color:#000}#typewriter{font-family:'Courier New',Courier,monospace;font-size:20px;white-space:nowrap;overflow:hidden;border-right:2px solid #000;display:inline-block}.pcb-text{display:flex;justify-content:center;align-items:center}.pcb-text h5{animation:typing 3s steps(56),blink-caret .85s step-end infinite;overflow:hidden;white-space:nowrap;margin:0 auto;border-right:.12em solid #ffa500}@keyframes typing{from{width:0}to{width:100%}}@keyframes blink-caret{from,to{border-color:transparent}50%{border-color:#ffa500}}