.sidebar{background-color:#171717;color:#b4b4b4;height:100vh;width:320px;display:flex;flex-direction:column;justify-content:space-between}.logo{height:25px;width:25px;border-radius:50%;object-fit:cover;background-color:#fff}button{display:flex;justify-content:space-between;align-items:center;margin:10px;padding:10px;border-radius:10px;border:solid;background-color:transparent}button:hover{background-color:#fff3}button span{font-size:20px}.history{margin:10px;padding:10px;height:100%;overflow-y:auto}.history li{list-style-type:none;cursor:pointer;padding:2px 5px;margin-bottom:.3rem;font-size:14px;border:solid 10px transparent;position:relative}.history li:hover{background-color:#ffffff4d;border-radius:10px}.sign{text-align:center;padding:10px;margin:10px;font-size:10x;border-top:solid .3px 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}.highlighted{background-color:#ffffff80;border-radius:14px}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:0;transform:translate(-100%);z-index:999}.sidebar.open{transform:translate(0)}.hamburger{position:fixed;top:15px;left:15px;font-size:24px;background:none;border:none;color:#fff;z-index:1000;cursor:pointer}}@media (min-width: 769px){.hamburger{display:none}}.chatwindow{background-color:#212121;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;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;align-items:center;justify-content:center;cursor:pointer}.chatInput{width:100%;display:flex;flex-direction:column;align-items:center;padding:10px 0}.inputBox{position:relative;width:100%;max-width:800px}.inputBox input{width:100%;border:none;background-color:#ffffff0d;padding:15px 50px 15px 20px;font-size:.9rem;border-radius:14px;color:#fff;box-shadow:#0000000d 0 4px 6px}.inputBox input:focus{outline:none}#submit{cursor:pointer;position:absolute;right:15px;top:50%;transform:translateY(-50%);height:30px;width:30px;display:flex;align-items:center;justify-content:center;color:#339cff;font-size:18px}.info{font-size:.8rem;padding:.5rem;color:b4b4b4}#submit i:hover{color:#000}.scales{display:flex}.dropDown{position:absolute;right:4rem;top:4rem;width:150px;padding:.3rem .5rem;background-color:#323232;z-index:1000;text-align:left;border-radius:6px;box-shadow:0 2px 8px #0000001a}.dropDownItems{font-size:.9rem;margin:.3rem 0;padding:.5rem .2rem;cursor:pointer}.dropDownItems:hover{background-color:#000;border-radius:6px}@media (max-width: 768px){.navbar{position:relative;justify-content:flex-end}.chatwindow{overflow-x:hidden!important}.navbar span{position:absolute;left:50%;transform:translate(-50%);margin:0}}.chats{max-width:700px;overflow-y:auto;padding:8rem}.chats::-webkit-scrollbar{display:none}.userDiv{display:flex;justify-content:flex-end;font-size:.9rem}.gptDiv{font-size:.9rem;text-align:left}.usermessage{background-color:#323232;padding:10px 20px;border-radius:14px;margin-left:15rem;max-width:500px;width:fit-content}.hljs{border-radius:15px!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}*{color:#ececec;font-family:Roboto,Open-Sans,Helvetica-Neue,sans-serif}body{margin:0;padding:0;overflow-x:hidden}.main{background-color:#212121;display:flex}
