.chat-container{--border-radius-sm:6px;--border-radius-md:12px;--border-radius-lg:24px;--s:23px;--_g:#0000 83%,#ffffff26 85% 99%,#0000 101%;--chat-container-width:400px;--chat-container-width-mobile:100%;--chat-container-height-mobile:70vh;--messages-height:424px;--messages-height-mobile:400px;display:flex;flex-direction:column;border-top-left-radius:var(--border-radius-md);border-top-right-radius:var(--border-radius-md);padding:1rem;gap:1rem;font-size:10px;position:fixed;bottom:0;right:0}.chat-container *{font-family:Libre Franklin,serif;box-sizing:border-box;font-weight:500}.chat-container .chat-inner-container{display:grid;grid-template-rows:auto 1fr auto;gap:1rem;padding:1rem;background-color:#fff;border-radius:var(--border-radius-lg);border:1px solid var(--gray500);min-height:580px;max-height:70vh;transition:all .4s;box-shadow:1px 1px 2px 2px var(--gray300);width:var(--chat-container-width);position:absolute;bottom:7rem;right:1.5rem}.chat-container .chat-top-bar-parent{z-index:20}.chat-container.fixed{position:relative;padding:1rem}.chat-container.fixed .chat-inner-container{position:relative;height:600px;width:100%;bottom:unset;right:unset;box-shadow:none;border:none;padding:0}.chat-container.fixed .chat-toggle-parent{display:none}.chat-container.collapsed:not(.fixed){gap:0}.chat-container.collapsed:not(.fixed) .chat-inner-container{opacity:0;max-height:0;min-height:0;width:0;overflow:hidden;transition:opacity .7s ease-in-out,max-height .3s,min-height .3s,width .4s ease-in}@media screen and (max-width:596px){.chat-container{font-size:20px}.chat-container .chat-inner-container{width:calc(100vw - 3rem);bottom:6rem;padding:.7rem;min-height:500px}}.cls-1{fill-rule:evenodd}