#tm-chat-stub{position:fixed;bottom:20px;right:20px;z-index:9999;width:60px;height:60px;border-radius:50%;background-color:#2196F3;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%204.5C9%204.5%203.3%209.1%203.3%2014.8c0%203.2%201.8%206.1%204.6%208v4.1c0%20.6.6%201%201.2.7l4.2-2.3c.9.2%201.8.3%202.7.3%207%200%2012.7-4.6%2012.7-10.3S23%204.5%2016%204.5z%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%2210.6%22%20cy%3D%2214.8%22%20r%3D%221.7%22%20fill%3D%22%232196F3%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2214.8%22%20r%3D%221.7%22%20fill%3D%22%232196F3%22%2F%3E%3Ccircle%20cx%3D%2221.4%22%20cy%3D%2214.8%22%20r%3D%221.7%22%20fill%3D%22%232196F3%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;background-size:30px 30px;border:none;box-shadow:0 2px 10px rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s;padding:0}
#tm-chat-stub:hover{transform:scale(1.1)}
#tm-chat-stub:focus-visible{outline:2px solid #fff;outline-offset:2px}
#tm-chat-stub img,#tm-chat-stub .tm-chat-ico{width:30px;height:30px;display:block;pointer-events:none}
#tm-chat-stub .tm-stub-spin{width:22px;height:22px;border:3px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:tmstubspin .8s linear infinite}
@keyframes tmstubspin{to{transform:rotate(360deg)}}

#tm-chat-stub.tm-wa{background-color:#25D366;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12%202a10%2010%200%200%200-8.6%2015.1L2%2022l5-1.3A10%2010%200%201%200%2012%202zm0%2018.2c-1.6%200-3.1-.4-4.4-1.2l-.3-.2-3%20.8.8-2.9-.2-.3A8.2%208.2%200%201%201%2012%2020.2z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M17.5%2014.4c-.3-.2-1.7-.9-2-1-.3-.1-.5-.1-.7.1-.2.3-.7%201-.9%201.2-.2.2-.3.2-.6.1-.3-.2-1.2-.5-2.3-1.4-.9-.8-1.4-1.7-1.6-2-.2-.3%200-.5.1-.6l.5-.5c.1-.2.2-.3.3-.5%200-.2%200-.4%200-.5%200-.2-.7-1.6-.9-2.2-.2-.6-.5-.5-.7-.5h-.6c-.2%200-.5.1-.8.4-.3.3-1%201-1%202.4s1.1%202.8%201.2%203c.2.2%202.1%203.2%205%204.4.7.3%201.3.5%201.7.6.7.2%201.3.2%201.8.1.6-.1%201.7-.7%201.9-1.4.2-.7.2-1.3.2-1.4-.1-.2-.3-.2-.6-.3z%22%2F%3E%3C%2Fsvg%3E");background-size:32px 32px}
#tm-chat-stub.tm-wa:hover{background-color:#1da851}
