body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#ekoroll-chat-root,*{transition:all .3s}.ek-chat-button{align-items:center;background:rgba(100,100,100,0.6);border-radius:14px 0 0 14px;bottom:100px;color:#fff;cursor:pointer;display:flex;height:55px;justify-content:center;position:fixed;right:0;transition:all .2s;width:60px;z-index:9999}.ek-chat-button:hover{background:#141414;transition:all .3s}.ek-chat-window{background:#fff;border-radius:16px;bottom:100px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:calc(100vh - 200px);min-height:550px;overflow:hidden;position:fixed;right:70px;width:500px;z-index:9999}.ek-chat-header{background:#2e5629;color:#fff;font-family:Montserrat;font-size:1.2rem;font-weight:700;padding:15px}.ek-chat-messages{background:#fbfcf2 url(https://ekoroll.com/images/line-pattern.png);flex:1 1;overflow-y:auto;padding:15px}.ek-msg-row{display:flex;margin-bottom:10px}.ek-msg-user-row{justify-content:flex-end}.ek-msg-bot-row{justify-content:flex-start}.ek-msg{border:1px solid #0003;border-radius:10px;max-width:70%;padding:8px 12px}.ek-msg-user{background:#603525;color:#fff}.ek-msg-bot{background:#fff;color:#000}.ek-typing{color:#888;font-size:.9rem}.ek-chat-input{border-top:1px solid #eee;display:flex;padding:10px 10px 10px 20px}.ek-chat-input input{border:none;flex:1 1;outline:none;padding-right:20px}.ek-chat-input button{background:#55a446;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:20px;line-height:1;padding:6px 15px 8px 15px}.ek-chat-button{animation:ekFadeIn .5s ease forwards;animation-delay:.3s;opacity:0;transform:translateX(20px)}.ek-chat-window{animation:ekFadeInUp .5s ease forwards;animation-delay:.35s;opacity:0;transform:translateY(20px)}@keyframes ekFadeIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes ekFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767.98px){#ekoroll-chat-root{display:none}}
/*# sourceMappingURL=main.699193e4.css.map*/