.bubble-div{padding:10px;border-radius:5px;max-width:220px;display:inline-block;position:relative;cursor:pointer;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.bubble-div:after{content:"";position:absolute;right:0;top:50%;width:0;height:0;border:10px solid transparent;border-left-color:#fff;border-right:0;border-bottom:0;margin-top:-5px;margin-right:-10px}.cancel{margin-bottom:25px;color:gray;cursor:pointer}.avatar{padding:7px;border:2px solid #000;border-radius:50%;cursor:pointer;background-color:#000;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.welcome-container{position:fixed;bottom:20px;right:50px}@media(max-width:600px){.welcome-container{right:0}}.banner{background-color:#5851db;z-index:100;color:#fff;width:370px;height:50px;display:flex;align-items:center;border-top-left-radius:7px;border-top-right-radius:7px}.bannerAvatar{width:-moz-fit-content;width:fit-content;border:2px solid #fff;border-radius:50%;background-color:#fff;padding:2px 4px;margin-left:10px}.bannerBotDetails{line-height:1px;padding-left:10px}.bot-bubble-div{float:left;clear:both}.user-bubble-div{float:right;margin-right:10px;clear:both}.bot-bubble{margin-top:15px;background-color:gray;margin-left:5px}.bot-bubble::-moz-selection{color:#fff;background-color:#5851db}.bot-bubble::selection{color:#fff;background-color:#5851db}.user-bubble{background-color:#5851db;min-width:100px;float:right}.user-bubble::-moz-selection{color:#fff;background-color:gray}.user-bubble::selection{color:#fff;background-color:gray}.bot-bubble,.user-bubble{color:#fff;border-radius:5px;max-width:250px;display:inline-block;word-break:normal;word-wrap:break-word;padding:10px;font-size:14px;text-align:left;position:relative;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.bot-date-time{font-size:10px;float:left;margin-left:40px}.user-date-time{font-size:10px;float:right}.chat-avatar{border:2px solid #fff;border-radius:50%;background-color:#fff;padding:3px 4px;margin-bottom:-10px;margin-left:5px;width:20px;vertical-align:middle}.failed-icon{color:red;font-size:12px!important;margin:.2rem}.failed-text{color:red}.failed-text,.retrying-text{margin:0;font-size:12px;align-items:center;display:flex}.retrying-text{color:#e6ff09}.error-div,.retry-div{display:flex;float:right;clear:both}.retry-button,.retry-button:focus{color:#706bdd;text-decoration:underline;border-radius:8px;outline:none;font-size:11px;background-color:transparent;cursor:pointer;margin-left:.5rem;padding:0;border:none;background:none}.chat-input-container{background-color:#000;color:#fff;width:370px;height:50px;display:flex;align-items:center;border-top:1px solid #fff;border-bottom-left-radius:7px;border-bottom-right-radius:7px}.chat-text-area{vertical-align:middle;margin-left:15px;width:250px;height:30px;border:none;resize:none;font-size:16px;background-color:#000;color:#fff;border-radius:6px;outline:none}.chat-text-area::-webkit-scrollbar{width:0;background:transparent}.chat-send{margin-left:45px;margin-top:-5px;cursor:pointer;font-size:35px;color:#5851db}.messages-container{width:370px;height:370px;background-color:#000;color:#fff;overflow-y:scroll}.messages-container::-webkit-scrollbar{width:0;background:transparent}.typing-indicator-container{width:370px;height:30px;background-color:#5851db;color:#fff;font-size:13px;text-align:left;display:flex;align-items:center}@keyframes spin{0%{transform:perspective(100px) rotate(0deg)}16.667%{transform:perspective(100px) rotateX(180deg) rotateY(0)}33.333%{transform:perspective(100px) rotateX(180deg) rotateY(180deg)}50%{transform:perspective(100px) rotateX(0) rotateY(180deg)}66.667%{transform:perspective(100px) rotateX(0) rotateY(0)}to{transform:perspective(100px) rotateX(0) rotateY(0)}}.chatAvatar{border:2px solid #fff;border-radius:50%;background-color:#fff;padding:3px 4px;width:15px;vertical-align:middle;animation:spin 3s;animation-iteration-count:infinite}#text,.chatAvatar{margin-left:10px}.chat-container{position:fixed;bottom:100px;right:50px;border:1px;border-radius:7px;width:370px;box-shadow:0 10px 30px 1px rgba(0,0,0,.3)}@media(max-width:480px){.chat-container{position:absolute;top:10px;right:3px;left:2px;box-shadow:none}}*{box-sizing:border-box;padding:0;margin:0}.background-header{background:#ffc801}.Full{background-color:#cdcdcda6}.repo-description{word-break:break-all}.bg-pan-right{animation:bg-pan-right 8s both}@keyframes bg-pan-right{0%{background-position:0 50%}to{background-position:100% 50%}}