*{color:#ececec;font-family:poppins,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:#fff;border-radius:50%;object-fit:cover}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;outline:none}button:hover{background-color:#b4b4b40d}button span{font-size:20px}.history{margin:10px;padding:10px;height:100%}.history li{box-sizing:content-box;list-style:none;cursor:pointer;padding:2px 5px;margin-bottom:.3rem;font-size:15px;border:solid 10px transparent;position:relative}.history li:hover{background-color:#b4b4b41a;border-radius:10px}.sign{margin:10px;padding:8px;font-size:15px;text-align:center;border-top:solid .25px rgba(255,255,255,.5)}@media screen and (max-width:600px){.sidebar{display:none}}.fa-trash{opacity:0;position:absolute;right:0;transition:all .2s ease-in-out}.history li:hover .fa-trash{opacity:1;color:#fff}.fa-trash:hover{color:#b4b4b4!important}.highlighted{background-color:#6464644a;border-radius:10px}.chatWindow{background-color:#212121;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;position:relative}.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;align-items:center;justify-content:center;cursor:pointer;padding:4px}.chatInput{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.inputBox{width:100%;position:relative;max-width:700px;display:flex;justify-content:space-between;align-items:center}input{border:none;width:100%;background-color:#ffffff0d;padding:20px;font-size:1rem;letter-spacing:.6px;line-height:1.5rem;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;display:flex;align-items:center;justify-content:center;position:absolute;right:15px}#submit:hover{color:#fff}.info{font-size:.8rem;padding:.5rem;color:#b4b4b4}.dropdown{position:absolute;top:4rem;right:5rem;width:180px;background-color:#323232;padding:.3rem;border-radius:5px;text-align:left;z-index:1002;box-shadow:0 2px 8px #0000001a}.dropdownItem{font-size:.9rem;margin:.3rem 0rem;padding:.5rem .2rem;cursor:pointer}.dropdownItem i{margin-right:.5rem;color:#b4b4b4}.dropdownItem:hover{background-color:#b4b4b41a;border-radius:5px;padding:.5rem}.chats{max-width:700px;overflow-y:scroll;padding:8rem}.chats::-webkit-scrollbar{width:6px}.chats::-webkit-scrollbar-track{background:#212121}.chats::-webkit-scrollbar-thumb{background-color:#555;border-radius:10px}.chats::-webkit-scrollbar-thumb:hover{background-color:#777}.userDiv{display:flex;justify-content:flex-end;font-size:1rem;letter-spacing:.5px;line-height:1.5rem}.gptDiv{text-align:left;font-size:1rem;line-height:1.5rem;letter-spacing:.5px}.userMessage{background-color:#323232;padding:10px 20px;border-radius:14px;margin-left:15rem;max-width:500px;width:fit-content;text-align:left}.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}.outer-box{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.credentials-form{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:400px;gap:10px}.credentials-form input{border:none;border-bottom:solid 1px #b4b4b4;background-color:#ddd;color:#323232;padding:.6rem;font-size:18px;letter-spacing:.2px}.credentials-form input::placeholder{color:#b4b4b4}.credentials-form input:focus{outline:none}.credentials-form button{width:5rem;height:2rem;padding:.2rem;border:1px solid #b4b4b4;border-bottom:solid 2px #b4b4b4;border-radius:1rem;box-shadow:0 4px 6px #ffffff1a;cursor:pointer;display:flex;justify-content:center;align-items:center}.credentials-form button:hover{background-color:#323232;border:1px solid #b4b4b4;border-bottom:solid 2px #b4b4b4a0}.message{color:#fff;background-color:#3fbd69;border:1px solid #0aad6c;padding:1rem;border-radius:.5rem;margin:1rem;font-size:larger}.settings{position:fixed;top:0;left:0;background-color:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;z-index:1000}.main{border:1px solid #333;display:flex;justify-content:space-between;padding:.8rem;align-items:center;width:400px;height:300px;outline:none;border-radius:10px;background-color:#333;font-size:20px;box-shadow:0 0 4px #333}.main button{color:red;outline:none;border-radius:20px;border-color:red;background-color:transparent;cursor:pointer}.main button:hover{color:#fff;background-color:red}
