@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.chat-body .chatbot-togglers{position:fixed;bottom:0;right:0;outline:none;border:none;height:50px;width:50px;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:50%;background:#3f932a;transition:all .2s ease}.show-chatbot .chatbot-togglers{transform:rotate(90deg)}.chatbot-togglers span{color:#fff;position:absolute}.chatbot-togglers span:last-child,.body.show-chatbot .chatbot-togglers span:first-child{opacity:0}.body.show-chatbot .chatbot-togglers span:last-child{opacity:1}.chatbot{background:#fff;border-radius:15px;overflow:hidden;opacity:1;pointer-events:auto;transform:scale(1);transform-origin:bottom right;box-shadow:0 0 128px #0000001a,0 32px 64px -48px #00000080;transition:all .1s ease;height:550px;width:430px;position:fixed;right:35px;bottom:10px;z-index:12000}.chatbox{overflow-y:auto;height:510px!important;width:430px!important;padding:30px 20px 100px;margin-right:40px;scrollbar-width:none;display:flex;flex-direction:column;align-items:flex-start}.chatbot .show-chatbot{opacity:0;pointer-events:auto;transform:scale(.5)}.chatbot .heada{padding:16px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;color:#fff;background:#3f932a;box-shadow:0 2px 10px #0000001a}.chatbot .heada .chat-title{padding-left:20px}.chatbot .heada .chat-title h4{font-size:16px}.head-title{font-size:1.3rem;font-weight:bolder;color:#212529}.chatbot .heada .chat-title span{background-color:#000;border-radius:20px;padding:0 10px}.chatbot .heada .more-option{display:flex;justify-content:space-between;align-items:center;padding:0 10px}.custom-tooltip{position:relative;display:inline-block;cursor:pointer;margin-left:5px}.custom-tooltip:after{content:attr(data-title);position:absolute;bottom:100%;left:50%;transform:translate(-100%);background-color:#333;color:#fff;border-radius:4px;white-space:nowrap;padding:4px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.custom-tooltip:hover:after{opacity:.9;visibility:visible}.chatbot .chatbox::-webkit-scrollbar{display:none}.chatbot :where(.chatbox,textarea)::-webkit-scrollbar{width:1px}.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;max-width:90%;align-items:flex-start;border-radius:10px;margin:5px 0;padding:5px 15px;line-height:1.5}.chat.outgoing{align-self:flex-end;margin:0 10px 0 7px;line-height:32px}.chat.incoming{line-height:32px;align-self:flex-start;margin:0 10px 7px 0}.chatbox .chat p{white-space:pre-wrap;padding:10px;border-radius:20px 20px 2px;color:#000;font-size:.95rem;background:#f2f2f2}.chatbox .incoming p{border-radius:10px 10px 10px 0;padding:10px;transition:ease-in .4s;margin:5px}.chatbox .incoming p{color:#000;background:#f2f2f2}.chatbox .outgoing p{background:brown;color:#fff}.chatbot .chat-input{display:flex;gap:5px;position:absolute;bottom:0;width:93%;background:#fff;padding:2px;margin-left:15px;margin-right:20px;border:2px solid #ddd;margin-bottom:10px;border:2px solid dd4f05;border-radius:23px}.chat-input textarea{height:25px;width:100%;outline:none;border:none;max-height:180px;font-size:.95rem;overflow-y:hidden;margin-top:5px;padding:15px 10px;resize:none;caret-color:#3f932a;font-weight:700}.chat-input span{height:40px;width:40px;align-self:flex-end;color:#fff;cursor:pointer;display:flex;align-items:center;visibility:hidden;font-size:1.35rem;background-color:#3f932a;padding:10px;border-radius:50%}.chat-input textarea:valid~span{visibility:visible}.chatbox .option-btn{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:10px}.chatbox .option-btn button{color:#0f7033;outline:none;border:1px solid #000;padding:5px 10px;margin:3px;cursor:pointer;border-radius:30px;background-color:transparent}@media (max-width: 768px){.chatbot-togglers{right:20px;bottom:20px}.chatbot{right:0;bottom:0;height:100%;border-radius:0;width:100%}.chatbox{height:100%;width:100%;padding:30px;scrollbar-width:none}.chatbot .chat-input{padding:2px}.chatbox .chat{max-width:85%}.chatbox .option-btn{margin-right:10px;flex-wrap:wrap}}
