@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);*{margin:0;padding:0;box-sizing:border-box}.loading-img{height:38px!important;width:50px!important;margin-top:10px;cursor:pointer}.chatbot-toggler{position:fixed;bottom:30px;right:35px;outline:none;border:none;height:50px;width:50px;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:50%;background:var(--po-secondary-color);transition:all 0.2s ease;z-index:999;font-family:"Poppins",sans-serif}body.show-chatbot .chatbot-toggler{transform:rotate(90deg);font-family:"Poppins",sans-serif}.chatbot-toggler span{color:#fff;position:absolute}.chatbot-toggler span:last-child,body.show-chatbot .chatbot-toggler span:first-child{opacity:0}body.show-chatbot .chatbot-toggler span:last-child{opacity:1}.chatbot{position:fixed;right:35px;bottom:90px;width:420px;background:#fff;border-radius:15px;overflow:hidden;opacity:0;pointer-events:none;transform:scale(.5);transform-origin:bottom right;box-shadow:0 0 128px 0 rgb(0 0 0 / .1),0 32px 64px -48px rgb(0 0 0 / .5);transition:all 0.1s ease;z-index:1000;font-family:"Poppins",sans-serif}body.show-chatbot .chatbot{opacity:1;pointer-events:auto;transform:scale(1)}.chatbot header{padding:16px 0;position:relative;text-align:center;color:#fff;background:var(--po-secondary-color);box-shadow:0 2px 10px rgb(0 0 0 / .1)}.chatbot header span{position:absolute;right:15px;top:50%;display:none;cursor:pointer;transform:translateY(-50%)}.refresh-btn{cursor:pointer;margin-right:10px;display:block!important}header h2{font-size:1.4rem}.chatbot .chatbox{overflow-y:auto;height:410px;padding:30px 20px 100px;max-height:calc(100vh - 170px)}.chatbot :where(.chatbox,textarea)::-webkit-scrollbar{width:6px}.chatbot :where(.chatbox,textarea)::-webkit-scrollbar-track{background:#fff;border-radius:25px}.chatbot :where(.chatbox,textarea)::-webkit-scrollbar-thumb{background:#ccc;border-radius:25px}.chatbox .chat{display:flex;list-style:none}.chatbox .outgoing{margin:20px 0;justify-content:flex-end}.chatbox .incoming span{width:32px;height:32px;color:#fff;cursor:default;text-align:center;line-height:32px;background:var(--po-secondary-color);border-radius:4px;margin:0 10px 7px 0}.chatbox .chat>p{white-space:normal;padding:12px 16px;border-radius:10px 10px 0 10px;max-width:80%;color:#fff;font-size:.85rem;background:var(--po-secondary-color)}.chatbox .incoming p:last-child{margin:0}.chatbox .chat>p a{color:var(--po-secondary-color)}.chatbox .chat b,.chatbox .chat strong{font-weight:700}.chatbox .chat ol>li{list-style:decimal;margin-bottom:1rem}.chatbox .chat ol>li p{margin-bottom:0}.chatbox .incoming>li>p{border-radius:10px 10px 10px 0}.chatbox .chat p.error{color:#721c24;background:#f8d7da}.chatbox .incoming p{color:#000;background:#f2f2f2}.chatbot .chat-input{display:flex;gap:5px;position:absolute;bottom:0;width:100%;background:#fff;padding:3px 20px;border-top:1px solid #ddd}.chat-input textarea{height:55px;width:100%;border:none;outline:none;resize:none;max-height:180px;padding:15px 15px 15px 0;font-size:.95rem}.chat-input span{align-self:flex-end;color:var(--po-secondary-color);cursor:pointer;height:55px;display:flex;align-items:center;font-size:1.35rem}img.cb-user-img{margin:0 10px 0 0;max-width:38px!important;align-self:baseline}.chat-input textarea:valid~span{visibility:visible}.typing-img{width:80px}.skeleton-row:empty{margin:auto;width:220px;height:110px;background-image:linear-gradient(100deg,#fff0,rgb(255 255 255 / .5) 50%,#fff0 80%),linear-gradient(lightgray 20px,transparent 0),linear-gradient(lightgray 20px,transparent 0),linear-gradient(lightgray 20px,transparent 0),linear-gradient(lightgray 20px,transparent 0);background-repeat:repeat-y;background-size:50px 200px,150px 200px,350px 200px,300px 200px,250px 200px;background-position:0 0,0 0,0 40px,0 80px,0 120px;animation:shine 1s infinite;padding-left:0;padding-right:0}@keyframes shine{to{background-position:100% 0,0 0,0 40px,0 80px,0 120px}}@media (max-width:490px){.chatbot-toggler{right:20px;bottom:20px}.chatbot{right:15px;height:600px;max-height:calc(100vh - 150px);width:calc(100% - 30px)}.chatbot .chatbox{height:90%;padding:25px 15px 100px}.chatbot .chat-input{padding:5px 15px}.chatbot header span{display:block}}