.chatbot-icon{position:fixed;z-index:1000;bottom:70px;right:20px}@media screen and (max-width:480px){.chatbot-icon{bottom:50px}}.chatbot-icon .icon-container{border-radius:50%;padding:10px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .2s ease;background-color:#fff}.chatbot-icon .icon-container:hover{transform:scale(1.05)}@media screen and (max-width:480px){.chatbot-icon .icon-container{width:38px;height:38px}}.chatbot-icon .icon-container .animated-icon{width:50px;height:50px;object-fit:contain}@media screen and (max-width:480px){.chatbot-icon .icon-container .animated-icon{width:38px;height:38px}}.Tal-bot{position:absolute;right:70px;bottom:10px;background:#fff;padding:8px 12px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.1);display:none;white-space:nowrap}.Tal-bot:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-left:6px solid #fff;border-top:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,0)}.icon-container:hover+.Tal-bot{display:block;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.chatbot-icon-dialog.MuiDialog-container{justify-content:flex-end!important;align-items:flex-end!important}.chatbot-icon-dialog .MuiDialog-paper{margin:0!important;max-height:80vh!important;width:380px;height:450px;position:fixed;right:30px;bottom:85px;overflow:hidden;border-radius:16px;box-shadow:0 3px 4px -2px rgba(74,74,74,.4),0 6px 9px 1px rgba(74,74,74,.25),0 2px 11px 2px rgba(74,74,74,.1);margin:0}@media screen and (max-width:480px){.chatbot-icon-dialog .MuiDialog-paper{right:20;width:300px!important}}.MuiBackdrop-root{background-color:rgba(0,0,0,0)}