.tb-body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tb-code{font-family:sans-serif}.tb-bot-chatbot-cont{display:flex;bottom:20px;right:20px;z-index:999}.tb-bot-chatbot-cont.left{left:20px}.tb-bot-chatbot-cont.center{position:relative;align-items:center;width:400px;height:600px}@media(max-width:600px){.tb-bot-chatbot-cont.center{width:100%;height:100%}}.tb-bot-fab-button{width:56px;height:56px;border-radius:50%;box-shadow:0 2px 10px var(--shadow-color);cursor:pointer;outline:none;z-index:999;transition:transform .3s ease,background-color .3s ease;display:flex;justify-content:center;align-items:center}.tb-bot-fab-button img{width:30px;height:30px;object-fit:scale-down}@media(max-width:320px){.tb-bot-fab-button{width:48px;height:48px;font-size:20.8px}.tb-bot-fab-button img{width:22px;height:22px;object-fit:scale-down}}@media(min-width:321px)and (max-width:480px){.tb-bot-fab-button{width:56px;height:56px}.tb-bot-fab-button img{width:30px;height:30px;object-fit:scale-down}}@media(min-width:481px)and (max-width:768px){.tb-bot-fab-button{width:64px;height:64px}.tb-bot-fab-button img{width:34px;height:34px;object-fit:scale-down}}.tb-bot-fab-button:hover{background-color:#555;transform:scale(1.05)}.tb-bot-fab-button.tb-bot-open{background-color:#555;transform:scale(.9)}.tb-bot-chatbot-window{width:300px;height:400px;background-color:#fff;border-radius:10px;box-shadow:0 2px 10px rgb(0 0 0 / .2);position:absolute;bottom:80px;right:0;transform:translateY(100%);animation:slideUp .5s forwards}@keyframes slideUp{to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.tb-bot-fab-button.pulse{animation:pulse 1s infinite}.tb-bot-chatbot-area{display:flex;align-items:center;vertical-align:center;justify-content:center;padding-right:20px;z-index:999;font-family:sans-serif}.tb-bot-chatbot-container{position:fixed;bottom:20px;width:80vw;height:90vh;max-width:450px;max-height:750px;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}@media(max-width:768px){.tb-bot-chatbot-container{max-width:none;max-height:none;transform:none;padding-bottom:0px!important;border-radius:0;margin:0px!important;bottom:0px!important;width:100%!important;height:100%!important;right:0!important;left:0!important;border-radius:0!important;position:fixed!important}.tb-bot-chatbot-area{padding-right:0px!important;right:0px!important;margin-right:0}}.tb-bot-chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 16px 16px;font-family:sans-serif}.tb-bot-profile-pic{width:40px;height:40px;margin-right:20px;display:flex;object-fit:contain}.tb-bot-header-info{font-size:18px;font-family:sans-serif;font-weight:800;width:100%}.tb-bot-status{display:flex;align-items:center;font-size:14px;margin-top:5px}.tb-bot-online-indicator{width:8px;height:8px;background-color:#2ecc71;border-radius:50%;margin-right:5px}.tb-bot-message-container{display:flex;flex-direction:column;width:100%;padding-top:16px;padding-bottom:16px;height:560px;overflow-y:scroll!important}.tb-bot-message-container::-webkit-scrollbar{width:4px;background-color:#fff0}.tb-bot-message-container::-webkit-scrollbar-thumb{background-color:#cbc9c9;border-radius:4px}.tb-bot-message-container::-webkit-scrollbar-thumb:hover{background-color:#555}.tb-bot-chatbot-input-area{position:relative;padding:8px 16px;display:flex;align-items:center;justify-content:space-between}.tb-bot-chatbot-input{flex:1;padding:12px 40px 10px 16px;border:1px solid;border-radius:20px;background-color:#fff0;font-size:14px;font-family:sans-serif;line-height:20px;transition:border-color .3s;outline:none;resize:none;min-height:40px;max-height:120px;overflow:auto;display:flex;align-items:center}.tb-bot-send-button{position:absolute;right:24px;bottom:3px!important;transform:translateY(-50%);padding-left:8px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:all .3s ease;outline:none;border:none;background-color:#fff0;bo