.chat-widget__container{display:flex;justify-content:center;align-items:center;padding:15px;width:30px;height:30px;border-radius:50%;background-color:#7C93F7;cursor:pointer}.chat-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;align-items:flex-end;z-index:99}.chat-content-container{position:fixed;bottom:100px;width:400px;height:500px;background-color:white;z-index:1000000000000000000;border:1px solid #edf1f9;box-shadow:0 28px 40.8px 0 rgba(0,0,0,.08);border-radius:10px}.chat-input{height:60px;border-radius:0 0 10px 10px;border-top:1px solid #edf1f9;display:flex;justify-content:space-between;align-items:center;padding-right:10px}input{width:calc(100% - 60px);height:100%;border:none;outline:none;border-radius:0 0 10px 10px;padding:0 10px}.chat-content{height:310px;overflow-y:scroll}.chat-header{background-color:#6B84F0;border-radius:10px 10px 0 0;padding:20px;display:flex}.chat-title{padding-top:10px;font-size:24px;font-weight:700;color:white}.chat-subtitle{font-size:16px;color:white}.send-icon{width:40px;height:40px;background-color:#6B84F0;border-radius:50%;display:flex;justify-content:center;align-items:center}.chat-content__message-user{background-color:#687EDE;border-radius:10px 0 10px 10px;color:white;padding:10px;margin-left:30px}.content__user-container{width:calc(100% - 80px)}.chat-content__message{display:flex;flex-direction:column;gap:30px;align-items:center;width:100%;padding-top:10px}.chat-content__message-bot{background-color:#EDF0FF;border-radius:0 10px 10px 10px;color:white;padding:10px;margin-right:30px;margin-left:30px;color:#0D082C}.time{color:#5C5E64;font-size:12px;margin-top:5px}.user-time{margin-left:30px}.bot-time{margin-right:30px;text-align:right}.bot-icon{width:20px;height:20px;background-color:#6B84F0;border-radius:50%}.bot-header{display:flex;align-items:center;gap:5px;margin-bottom:5px}.assistant-name{font-size:16px;font-weight:700;color:#0D082C}.waiting-text{color:#6B84F0;display:flex;align-items:center}.typing-dot{width:4px;height:4px;background-color:#6B84F0;border-radius:50%;margin-right:2px}.typing-text{margin-left:3px}.waiting-text-container{width:70px}.content__user-container{margin-bottom:20px}