@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:#1a1a1a;margin:0}.App,.chat-container{display:flex;flex-direction:column;height:100vh}.chat-box{background-color:#222;border-radius:10px 10px 0 0;flex:1 1;overflow-y:auto;padding:15px}.message{align-items:flex-start;display:flex;margin-bottom:12px;white-space:pre-wrap;width:100%}.user-message{flex-direction:row-reverse;margin-right:25px}.bot-message,.user-message{justify-content:flex-start}.user-avatar{border-radius:50%;height:30px;margin-left:10px;margin-right:5px;width:30px}.bot-avatar{border-radius:50%;height:35px;margin-right:10px;width:35px}.bot-text,.user-text{border-radius:15px;font-size:16px;padding:10px 15px}.bot-text,.user-text{word-wrap:break-word;overflow-wrap:break-word;position:relative}.user-text{background-color:#44c744;border-radius:10px;color:#000;max-width:calc(100% - 92px);padding:8px}.user-text:before{border:6px solid #0000;border-left-color:#44c744;content:"";position:absolute;right:-10px;top:12px}.bot-text{word-wrap:break-word;background-color:#333;border-radius:10px;color:#eee;max-width:calc(100% - 90px);overflow-wrap:break-word;padding:8px;position:relative}.bot-text:before{border:6px solid #0000;border-right-color:#333;content:"";left:-10px;position:absolute;top:12px}.input-area{align-items:center;background-color:#181818;border-radius:0 0 10px 10px;display:flex;padding:10px}.input-box{background-color:#333;border:none;border-radius:15px;color:#ddd;flex:1 1;font-size:16px;min-height:40px;outline:none;padding:10px;resize:none}.send-button{background-color:#44c744;border:none;border-radius:5px;color:#fff;cursor:pointer;height:40px;margin-left:10px;transition:.3s;width:60px}.send-button:hover{background-color:#3bb33b}.send-button:disabled{background-color:#666;cursor:not-allowed}.disclaimer-box{background-color:#ddd;border-radius:8px;color:#333;font-size:12px;margin-bottom:10px;padding:3px 3px 3px 30px;position:relative}.dismiss-button{background:none;border:none;color:#666;cursor:pointer;font-size:16px;position:absolute;right:10px;top:10px}.close-chat-button{border-radius:5px;color:#aff;cursor:pointer;padding:5px 10px;text-decoration:underline}.chat-completed-page{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:20px;max-width:500px;text-align:center;width:90%}.agent-name{color:#333;font-size:1.4rem;font-style:italic!important;font-weight:700;margin-bottom:10px}.contact{font-size:1.2rem;margin:20px}.agent-profile-image{border-radius:50%;display:block;height:100px;margin:0 auto;width:100px}.chat-completed-page h1{color:#333;font-size:1.8rem;margin-bottom:10px}.chat-completed-page p{color:#555;font-size:1rem;line-height:1.5}.chat-completed-page a{color:#007bff;text-decoration:none}.chat-completed-page a:hover{text-decoration:underline}@media (max-width:600px){.chat-completed-page{padding:15px}.chat-completed-page h1{font-size:1.5rem}.chat-completed-page p{font-size:.9rem}}
/*# sourceMappingURL=main.a0e02d8e.css.map*/