.chat-widget__container{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:15px;width:30px;height:30px;border-radius:50%;background-color:#7c93f7;cursor:pointer}html[dir=rtl] .chat-widget__container{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.chat-container{position:fixed;bottom:20px;right:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;z-index:99}.chat-content-container{position:fixed;bottom:100px;right:20px;width:400px;height:500px;background-color:#fff;z-index:1000000000000000000;border:1px solid #edf1f9;-webkit-box-shadow:0 28px 40.8px 0 rgba(0,0,0,.08);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:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-webkit-padding-end:10px;padding-inline-end:10px}input{width:calc(100% - 60px);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:-ms-flexbox;display:flex}.chat-title{padding-top:10px;font-size:24px;font-weight:700;color:#fff}.chat-subtitle{font-size:16px;color:#fff}.send-icon{width:40px;height:40px;background-color:#6b84f0;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}html[dir=rtl] .send-icon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.chat-content__message-user{background-color:#687ede;border-radius:10px 0 10px 10px;color:#fff;padding:10px;margin-left:30px}.content__user-container{width:calc(100% - 80px)}.chat-content__message{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px;-ms-flex-align:center;align-items:center;width:100%;padding-top:10px}.chat-content__message-bot{background-color:#edf0ff;border-radius:0 10px 10px 10px;color:#fff;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:end}.bot-icon{width:20px;height:20px;background-color:#6b84f0;border-radius:50%}.bot-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:5px;margin-bottom:5px}.assistant-name{font-size:16px;font-weight:700;color:#0d082c}.waiting-text{color:#6b84f0;display:-ms-flexbox;display:flex;-ms-flex-align:center;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}:root[dir=rtl] .chat-container{right:auto;left:20px;-ms-flex-align:start;align-items:flex-start}:root[dir=rtl] .chat-content-container{right:auto;left:20px}