*{color:#ececec;font-family:Roboto,Open Sans,Helvetica Neue,sans-serif;box-sizing:border-box}body{margin:0;padding:0;background-color:#212121}.app{display:flex;flex-direction:column;min-height:100vh;padding:1rem}.header{background-color:#333;padding:1rem;text-align:center;font-size:1.5rem}.content{flex:1;display:grid;grid-template-columns:1fr;gap:1rem}.card{background-color:#424242;border-radius:10px;padding:1rem;text-align:center}.footer{background-color:#333;padding:1rem;text-align:center;font-size:.9rem}@media (min-width: 600px){.content{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.app{flex-direction:row}.content{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.content{grid-template-columns:repeat(4,1fr)}}.sidebar{background-color:#171717;color:#b4b4b4;height:100vh;width:320px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;overflow-y:auto}.topBar{display:flex;align-items:center;padding:10px}.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:8px;padding:10px;border-radius:5px;background-color:transparent;border:solid .5px rgba(255,255,255,.5);cursor:pointer;color:#ececec}button span{font-size:18px}button:hover{background-color:#b4b4b40d}.history{margin:10px;padding:10px;height:100%;overflow-y:auto}.history li{list-style-type:none;cursor:pointer;padding:6px 8px;margin-bottom:.3rem;font-size:14px;border:solid 10px transparent;position:relative;border-radius:6px}.history li:hover{background-color:#b4b4b40d}.sign{padding:10px;margin:10px;font-size:13px;text-align:center;border-top:solid .25px rgba(255,255,255,.5)}.fa-trash{opacity:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:opacity .2s ease}.history li:hover .fa-trash{opacity:1;color:#fff}.fa-trash:hover{color:#f87171!important}.highlighted{background-color:#b4b4b40d;border-radius:10px}.toggleHistory{display:none}@media (max-width: 480px){.sidebar{width:100%;height:auto;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:.5rem}.toggleHistory{display:flex;margin-left:auto;border:none;background:transparent;color:#ececec;font-size:14px;cursor:pointer}.toggleHistory:hover{background:#b4b4b41a}.history{display:none}.history.show{display:block;width:100%;background:#1f1f1f;padding:10px;border-top:1px solid #333}}@media (min-width: 481px) and (max-width: 900px){.sidebar{width:220px}button span{font-size:16px}}@media (min-width: 901px) and (max-width: 1200px){.sidebar{width:280px}}@media (min-width: 1201px){.sidebar{width:320px}}.chatWindow{background-color:#212121;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem}.navbar span{margin:.5rem 1rem;font-size:1rem}.userIconDiv{margin:.5rem 1rem}.userIcon{background-color:#339cff;height:28px;width:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.chatInput{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.5rem}.inputBox{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:14px 18px;font-size:.9rem;border-radius:14px;box-shadow:#0000000d 0 4px 6px;color:#ececec}input:focus{outline:none}#submit{cursor:pointer;height:32px;width:32px;font-size:18px;position:absolute;right:12px;display:flex;align-items:center;justify-content:center}#submit i:hover{color:#fff}.info{font-size:.8rem;padding:.5rem;color:#b4b4b4;text-align:center}.dropDown{position:absolute;top:3.5rem;right:1rem;width:150px;background-color:#323232;padding:.3rem .5rem;border-radius:6px;text-align:left;z-index:1000;box-shadow:0 2px 8px #0003}.dropDownItem{font-size:.9rem;margin:.3rem 0rem;padding:.5rem .2rem;cursor:pointer}.dropDownItem:hover{background-color:#b4b4b41a;border-radius:6px}@media (max-width: 480px){.navbar span{font-size:.85rem;margin:.3rem}.userIcon{height:24px;width:24px}input{font-size:.8rem;padding:12px}#submit{height:28px;width:28px;font-size:16px}.dropDown{right:.5rem;width:120px}.dropDownItem{font-size:.8rem}}@media (min-width: 481px) and (max-width: 900px){.navbar span{font-size:1rem;margin:.5rem 1rem}.inputBox{max-width:90%}}@media (min-width: 901px) and (max-width: 1200px){.navbar span{font-size:1.1rem}.inputBox{max-width:650px}}@media (min-width: 1201px){.inputBox{max-width:700px}}.chats{max-width:100%;height:100vh;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}.userDiv{display:block;text-align:right;font-size:.9rem;width:100%}.gptDiv{display:block;text-align:left;font-size:.9rem;width:100%}.userMessage{background-color:#323232;color:#fff;padding:10px 16px;border-radius:14px;max-width:75%;word-wrap:break-word;display:inline-block;text-align:left}.gptMessage{background-color:#424242;color:#fff;padding:10px 16px;border-radius:14px;max-width:75%;word-wrap:break-word;display:inline-block;text-align:left}.hljs{border-radius:14px!important;overflow-x:auto}pre{white-space:pre-wrap;word-wrap:break-word}@media (max-width: 480px){.chats{padding:.5rem;gap:.75rem}.userMessage,.gptMessage{max-width:90%;font-size:.85rem}}@media (min-width: 481px) and (max-width: 900px){.chats{padding:1rem 2rem}.userMessage,.gptMessage{max-width:80%;font-size:.9rem}}@media (min-width: 901px){.chats{padding:2rem 6rem}.userMessage,.gptMessage{max-width:60%;font-size:1rem}}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}
