.chat-bot-header{font-size:16px;text-align:center;font-weight:500;font-family:Source Sans Pro,sans-serif;color:#6e6f70;margin-top:2px!important;margin-bottom:2px!important}.chat-container{width:100%;max-width:600px;display:flex;flex-direction:column;justify-content:space-between;height:80vh;margin:50px auto 0;border:2px solid #000;border-radius:20px}.chat-window{background-color:#f5f5f5;border-radius:10px;padding:10px;height:70vh;overflow-y:scroll}.message-container{display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:10px}.user-message{background-color:#007aff;color:#fff;margin-left:auto;justify-content:flex-end}.bot-message,.user-message{border-radius:10px;padding:10px;display:flex;flex-direction:row;align-items:center;max-width:70%}.bot-message{background-color:#fff;color:#000;margin-right:auto;justify-content:flex-start}.message-text{font-family:Helvetica,Arial,sans-serif}.profile-image{width:40px;height:40px;border-radius:50%}.user-image{margin-left:10px}.form{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:10px}.form input[type=text]{flex:1 1;padding:10px;border-radius:25px;font-size:16px;background-color:#fff}.form button[type=submit]{background-color:#007aff;color:#fff;border:none;outline:none;border-radius:50%;width:40px;height:40px;margin-left:10px;display:flex;justify-content:center;align-items:center}.typing-bubble{width:50px}.header{flex-direction:row;justify-content:space-between;padding:10px}.contact-info,.header{display:flex;align-items:center}.contact-info{flex-direction:column}.name{font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;margin-top:2px;margin-bottom:2px}.back-button,.video-icon{font-size:24px;color:#007aff}.ref-link{color:#c53aae;text-decoration:none;font-weight:500}.bot-image{margin-right:10px}