:root{--body-bg: #fff;--msger-bg: #f9f9f9;--border: 2px solid #0f1d54;--left-msg-bg: #033ca1;--right-msg-bg: rgb(243 255 252);--right-msg-contrast: #4062da;--background-header-footer:#0071bc;--color-header-footer: #d9d9d9;--text-color-contrast: #fff;--send-btn-background: #152b80;--send-btn-hover: #091236}.msger{display:flex;flex-flow:column wrap;justify-content:space-between;width:100%;margin:0;height:100%;border:none;border-radius:5px;background:var(--msger-bg);box-shadow:0 15px 15px -5px #0003}.msger-header{display:flex;justify-content:space-between;padding:10px;border-bottom:var(--border);background:var(--background-header-footer);color:var(--color-header-footer)}.msger-chat{flex:1;overflow-y:auto;padding:10px}.msger-chat::-webkit-scrollbar{width:6px}.msger-chat::-webkit-scrollbar-track{background:var(--background-header-footer)}.msger-chat::-webkit-scrollbar-thumb{background:var(--msger-bg)}.msg{display:flex;align-items:flex-end;margin-bottom:10px}.msg:last-of-type{margin:0}.msg-img{width:50px;height:50px;margin-right:10px;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:50%;background-color:var(--send-btn-background);color:#fff;text-align:center;vertical-align:middle;display:flex;flex-direction:column;justify-content:center;font-weight:700;font-size:100%}.msg-bubble{max-width:calc(100% - 90px);padding:15px;border-radius:15px;background:var(--left-msg-bg);width:100%}.msg-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.msg-info-name{margin-right:10px;font-weight:700}.msg-info-time{font-size:.85em}.left-msg .msg-bubble{border-bottom-left-radius:0}.right-msg{flex-direction:row-reverse}.right-msg .msg-bubble{background:var(--right-msg-bg);color:var(--right-msg-contrast);border-bottom-right-radius:0}.right-msg .msg-img{margin:0 0 0 10px}.msger-inputarea{display:flex;padding:10px;border-top:var(--border);background:var(--background-header-footer)}.msger-inputarea *{padding:10px;border:none;border-radius:3px;font-size:1em;flex:10;margin:0}.msger-input{flex:1;background:var(--msger-bg);color:var(--send-btn-hover)}.msger-send-btn{margin-left:10px;background:var(--send-btn-background);color:var(--text-color-contrast);font-weight:700;cursor:pointer;flex:2}.msger-send-btn:hover{background:var(--send-btn-hover)}.sidebar{position:sticky;top:0;height:100%;width:150px;background-color:var(--body-bg);padding-top:20px;overflow-y:auto;overflow-x:hidden}.tablink{display:block;color:var(--text-color-contrast);text-align:left;padding:8px 16px;text-decoration:none;font-size:16px;border:none;background-color:var(--body-bg);width:100%;cursor:pointer;transition:.3s}.tablink.active{background-color:var(--msger-bg);color:var(--text-color-contrast)}.tabcontent{display:none;padding:20px;height:100%}#tab1{display:block}.sidebar-header{font-weight:700;text-align:center;margin-bottom:26px;cursor:auto}#delete-button{background:none!important;border:none;padding:0!important;font-family:arial,sans-serif;color:#fff;text-decoration:underline;cursor:pointer}span.msger-loadingMessage{background-color:#fff;position:relative;padding:5px 10px;font-size:12px;width:calc(100% - 20px);display:none}span.msger-loadingMessage img{margin-bottom:-8px;position:relative}div#chat-history{background:transparent;padding:20px;border-radius:5px;margin-bottom:10px;max-height:70vh;overflow-y:scroll;overflow-x:hidden}div#chat-history-header{background:whitesmoke;padding:20px;border-radius:5px;margin-bottom:10px}div#chat-history-header span{color:#000}.uk-modal .uk-modal-body{border-radius:10px}.uk-offcanvas-bar a,.uk-offcanvas-bar button{color:gray!important}h1.avatar{width:auto;align-self:center;line-height:2.75em}#chat-hstory{-ms-overflow-style:none;scrollbar-width:none}#chat-history::-webkit-scrollbar{display:none}
