*{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;color:#ececf1}body{margin:0;padding:0}.app{background-color:#212121;display:flex}.chatWindow{background-color:#212121;height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.chatWindow img{width:20px;filter:invert(1)}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center}.navbar span{display:flex;align-items:center;margin:1rem 2rem}.navbar .logo img{margin-top:.2rem}.user_icon img{width:13px!important}.user_icon{background-color:#339cff;height:25px;width:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.chatContainer{flex:1;width:100%;overflow:hidden;display:flex;flex-direction:column;min-height:0;position:relative}.loadingContainer{position:absolute;bottom:80px;left:50%;transform:translate(-50%);z-index:10}.chatInput{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 0;flex-shrink:0}.inputBox{width:100%;position:relative;max-width:700px;display:flex;align-items:center;justify-content:space-between}input{width:100%;border:none;background-color:#ffffff0d;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;right:15px;display:flex;align-items:center;justify-content:center;position:absolute}#submit:hover{color:#fff}.info{font-size:.8rem;padding:.5rem;color:#b4b4b4}.dropdown{position:absolute;top:3rem;right:3rem;width:150px;background-color:#323232;padding:.3rem .5rem;border-radius:6px;text-align:left;z-index:1000;box-shadow:0 2px 8px #0000001a}.dropDownItem{font-size:.8rem;margin:.3rem 0;padding:.5rem .2rem;display:flex;align-items:center;gap:.4rem;cursor:pointer}.dropDownItem img{width:1rem}.dropDownItem:hover{background-color:#6464641a;border-radius:6px}.chats{max-width:700px;width:700px;margin:0 auto;overflow-y:auto;padding:6rem 1rem 2rem;scrollbar-width:none}.chats::-webkit-scrollbar{display:none}.userDiv{display:flex;justify-content:flex-end;font-size:.9rem}.gptDiv{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!important}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}.sidebar{background-color:#171717;color:#ececf1;height:100vh;width:320px;display:flex;flex-direction:column;justify-content:space-between}button{display:flex;justify-content:space-between;align-items:center;margin:10px;padding:10px;border-radius:5px;background-color:transparent;border:solid .5px rgba(255,255,255,.5);cursor:pointer}button:hover{background-color:#b4b4b40d}.logo{height:30px;width:30px}button .edit{width:20px;height:20px;filter:invert(1)}.history{margin:10px;padding:10px;flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.history::-webkit-scrollbar{width:8px}.history::-webkit-scrollbar-track{background:transparent}.history::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:4px}.history::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}.history li{list-style:none;cursor:pointer;padding:2px 5px;margin-bottom:.3rem;font-size:14px;border:solid 10px transparent;position:relative}.history li:hover{background-color:#b4b4b40d;border-radius:10px}.sign{margin:10px;font-size:14px;text-align:center;border-top:solid .25px rgba(255,255,255,.5)}li{display:flex;align-items:center;justify-content:space-between}li .delete{width:13px;opacity:0;position:absolute;right:0;filter:invert(1)}li:hover .delete{opacity:1}.delete:hover{filter:invert(.5)}.highlighted{background-color:#6b6a6a0d;border-radius:10px}
