<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html .sdl-application-chat-pop-up{position:fixed;right:-240px;bottom:10px;display:flex;flex-direction:column;width:240px;padding:15px 10px 10px;background-color:#fff;transition:right .25s ease-out,box-shadow .25s ease-out;z-index:70}html .sdl-application-chat-pop-up.open{right:0;box-shadow:0 0 1px 0 rgba(51,51,51,.14),0 1px 7px 0 rgba(51,51,51,.2)}html .sdl-application-chat-pop-up_content button{width:100%}html .sdl-application-chat-pop-up_corner{position:absolute;top:0;left:0;width:40px;height:40px;padding:5px;border-bottom-right-radius:100%;background:#42b4e6;color:#fff}html .sdl-application-chat-pop-up_corner svg{width:20px;height:20px}html .sdl-application-chat-pop-up_close{position:absolute;top:0;right:0;padding:5px 10px;color:#9fa0a4;background:none;border:none;cursor:pointer}html .sdl-application-chat-pop-up_close svg{width:15px;height:15px}html .sdl-application-chat-pop-up_description,html .sdl-application-chat-pop-up_heading{text-align:center}html .sdl-application-chat-pop-up_heading{padding:0 30px;color:#333}html .sdl-application-chat-pop-up_description{margin-bottom:15px}
</pre></body></html>