::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#121212}::-webkit-scrollbar-thumb{background-color:#333;border-radius:10px;border:2px solid #121212}::-webkit-scrollbar-thumb:hover{background-color:#555}*{scrollbar-width:thin;scrollbar-color:#333 #121212}.auth-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#121212;color:#fff}.auth-box{background:#1e1e1e;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000080;width:100%;max-width:400px;text-align:center}.auth-box h2{margin-bottom:1.5rem;color:#646cff}.auth-input{width:100%;padding:12px;margin-bottom:15px;border:1px solid #333;border-radius:6px;background-color:#2c2c2c;color:#fff;box-sizing:border-box}.auth-input:focus{outline:none;border-color:#646cff}.auth-btn{width:100%;padding:12px;background-color:#646cff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;font-size:1rem;transition:background .3s}.auth-btn:hover{background-color:#535bf2}.auth-link{margin-top:15px;display:block;color:#aaa;font-size:.9rem;cursor:pointer}.auth-link span{color:#646cff;text-decoration:underline}*{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}button{background-color:transparent;display:flex;align-items:center;padding:10px;margin:10px;justify-content:space-between;border-radius:8px;cursor:pointer;border:solid .5px rgba(255,255,255,.5)}button:hover{background-color:#b4b4b40d}.logo{height:25px;width:25px;background-color:#fff;border-radius:50%;object-fit:cover}button span{font-size:20px}.history{padding:10px;margin:10px;height:100%;overflow-y:auto}.history li{color:#b4b4b4;list-style:none;padding:2px 5px;cursor:pointer;margin-bottom:.3rem;font-size:14px;border:solid 10px transparent;position:relative}.history li:hover{background-color:#b4b4b40d;border-radius:10px}.sign{padding:10px;margin:10px;font-size:14px;text-align:center;border-top:solid rgba(255,255,255,.5)}.fa-trash{position:absolute;opacity:0;right:0}.history li:hover .fa-trash{opacity:1;color:#fff;padding:5px;cursor:pointer}.fa-trash:hover{color:#f87171!important}.highlighted{background-color:#b4b4b40d;border-radius:10px}.chatwindow{background-color:#212121;height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center}.navbar span,.userIconDiv{margin:1rem 2rem}.userIcon{background-color:#339cff;height:25px;width:25px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.Chatinput{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.userInput{width:100%;position:relative;max-width:700px;display:flex;justify-content:space-between;align-items:center}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;position:absolute;right:15px;height:35px;width:35px;font-size:20px;display:flex;justify-content:center;align-items:center}#submit i:hover{color:#fff}.info{font-size:.8rem;padding:.5rem;color:#b4b4b4}.dropDown{position:absolute;top:4rem;right:4rem;background-color:#323232;border-radius:8px;width:150px;box-shadow:#00000059 0 5px 15px;z-index:100;text-align:left;padding:.3rem .5rem}.dropDownItem{padding:.5rem .2rem;margin:.3rem 0rem;font-size:.9rem;cursor:pointer}.dropDownItem:hover{background-color:#b4b4b41a;border-radius:8px}.chat{max-width:700px;overflow-y:auto;padding:8rem}.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}.GPTMessage{min-width:700px}.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}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.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}
