.chat-widget{bottom:20px;position:fixed;right:20px;z-index:1000}.chat-bubble{background-color:#000;border-radius:50%;box-shadow:0 4px 10px #0003;color:#fff;cursor:pointer;font-size:24px;height:50px;line-height:50px;text-align:center;transition:background .3s ease-in-out;width:50px}.chat-bubble:hover{background-color:#333}.chat-box{background:#fff;border-radius:10px;bottom:80px;box-shadow:0 4px 10px #0003;color:#000;flex-direction:column;height:450px;position:fixed;right:20px;width:380px}.chat-box,.chat-header{display:flex;font-family:Roboto Mono,monospace}.chat-header{align-items:center;background-color:#000;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;font-size:16px;font-weight:700;justify-content:space-between;padding:12px}.chat-header .close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:18px}.chat-body{flex:1 1;max-height:350px;overflow-y:auto;padding:15px}.chat-message{border-radius:5px;font-family:Roboto Mono,monospace;font-size:14px;margin:5px;max-width:80%;padding:10px}.chat-message.user{align-self:flex-end;background-color:#d1e7ff;color:#000}.chat-message.bot{align-self:flex-start;background-color:#f1f1f1;color:#000}.chat-footer{background:#fff;border-top:1px solid #ddd;display:flex;padding:12px}.chat-footer input{background-color:#fff;border:1px solid #ddd;border-radius:5px;color:#000;flex:1 1;font-family:Roboto Mono,monospace;padding:8px}.chat-footer button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Roboto Mono,monospace;margin-left:5px;padding:8px 12px}.chat-footer button:hover{background-color:#222}
/*# sourceMappingURL=main.f936fd01.css.map*/