*{color:#ececec;font-family:Roboto,Open Sans,Helvetica Neue,sans-serif}body{margin:0;padding:0}.app{background-color:#212121;display:flex}.sidebar{background-color:#171717;color:#b4b4b4;height:100vh;width:320px;display:flex;flex-direction:column;justify-content:space-between}.logo{height:25px;width:25px;background-color:#171717;border-radius:50%;object-fit:cover;cursor:pointer}button{display:flex;justify-content:space-between;align-items:center;margin:10px;padding:10px;border-radius:5px;background-color:transparent;border:.5px solid rgba(255,255,255,.5);cursor:pointer}button span{font-size:20px;cursor:pointer}button:hover{background-color:#b4b4b414}.history{margin:10px;padding:10px;height:100%}.history li{list-style-type:none;cursor:pointer;margin-bottom:.3rem;padding:2px 5px 2px 0;font-size:14px;border:10px solid transparent;position:relative}.history li:hover{background-color:#b4b4b414;border-radius:10px}.sign{padding:10px;margin:10px;font-size:14px;text-align:center;border-top:.25px solid rgba(255,255,255,.5)}.fa-trash{opacity:0;position:absolute;right:0}.history li:hover .fa-trash{opacity:1;color:#fff}.fa-trash:hover{color:red!important}.selectedThread{background-color:#b4b4b40d;border-radius:10px}@media(max-width:768px){.sidebar{position:fixed;left:-100%;top:0;width:75%;height:100vh;z-index:1000;transition:left .3s ease}.sidebar.open{left:0}}.chatWindow{background-color:#212121;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;overflow:hidden}.chatArea{flex:1;min-height:0;width:100%;display:flex;justify-content:center}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center}.navbar span,.userIconDiv{margin:1rem 2rem}.userIcon{background-color:#d8688d;height:25px;width:25px;border-radius:50%;padding:2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chatInput{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.inputBox{width:100%;position:relative;max-width:700px;display:flex;justify-content:space-between;align-items:center}input{width:100%;border:none;background-color:#ffffff14;padding:20px;font-size:.8rem;border-radius:14px;box-shadow:#0000000d 0 54px 55px,#0000000d 0 -12px 30px,#0000000d 0 4px 6px,#0000000d 0 12px 3px,#0000000d 0 -3px 5px,}input:focus{outline:none}#submit{cursor:pointer;height:35px;width:35px;font-size:20px;position:absolute;right:15px;display:flex;align-items:center;justify-content:center}#submit i:hover{color:#fff}.info{font-size:.8rem;padding:.5rem;color:#b4b4b4}.dropdown{position:absolute;top:4rem;right:4rem;width:150px;background-color:#323232;padding:.3rem .5rem;border-radius:5px;text-align:left;z-index:1000;box-shadow:0 2px 8px #0000001a}.dropdownItem{margin:.3rem 0rem;padding:.4rem .2rem;cursor:pointer}.dropdownItem i{font-size:large;margin-right:5px}.dropdownItem:hover{background-color:#b4b4b41a;border-radius:6px}.dropdownItem a{text-decoration:none}.loader{height:40px;margin-bottom:50px}.leftNav{display:flex;align-items:center}.hamburger{display:none;font-size:20px;cursor:pointer}@media(max-width:768px){.hamburger{display:block;position:fixed;top:15px;left:15px;z-index:2000;background-color:#212121;padding:6px;border-radius:6px}}.chats{max-width:700px;width:100%;height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding:2rem;box-sizing:border-box}.chats::-webkit-scrollbar{width:0;height:0;display:none}.userDiv{display:flex;justify-content:flex-end;font-size:.9rem}.narayanamDiv{text-align:left;font-size:.9rem}.userMessage{background-color:#323232;padding:10px 20px;border-radius:14px;margin-left:15rem;max-width:500px;width:fit-content}.hljs{border-radius:14px}pre{white-space:pre-wrap}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
