html,body,#root{height:100%;margin:0}.app{height:100vh;display:flex;overflow:hidden}*{color:#ececec;font-family:Roboto,Open Sans,Helvetica Neue,"sans-serif"}body{margin:0;padding:0}.app{background-color:#212121;display:flex}.chatWindow{text-align:center;background-color:#212121;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100vh;display:flex}.navbar{justify-content:space-between;align-items:center;width:100%;display:flex}.navbar span,.userIcon{margin:1rem 2rem}.user{cursor:pointer;background-color:#339cff;border-radius:50%;padding:.25rem}.chatInput{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.userInput{justify-content:space-between;align-items:center;width:100%;max-width:44rem;display:flex;position:relative}input{background-color:#ffffff0d;border:none;border-radius:.8rem;width:100%;padding:1.25rem;font-size:.8rem;box-shadow:0 54px 55px #0000000d,0 -12px 30px #0000000d,0 4px 6px #0000000d,0 12px 3px #0000000d,0 -3px 5px #0000000d}#submit{cursor:pointer;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.25rem;display:flex;position:absolute;right:1rem}#submit i:hover{color:#fff}input:focus{outline:none}.info{color:#b4b4b4;padding:.5rem;font-size:.8rem}.dropDown{text-align:left;z-index:1000;background-color:#323232;border-radius:.5rem;width:10rem;padding:.3rem .5rem;position:absolute;top:4rem;right:4rem;box-shadow:0 2px 8px #0000001a}.divItem{cursor:pointer;margin:.3rem 0;padding:.5rem .2rem;font-size:.8rem}.divItem:hover{background-color:#b4b4b41a;border-radius:.5rem}.chats{scrollbar-width:none;-ms-overflow-style:none;max-width:44rem;padding:8rem;overflow-y:auto}.chats::-webkit-scrollbar{display:none}.userDiv{justify-content:flex-end;font-size:.9rem;display:flex}.gptDiv{text-align:left;font-size:.9rem}.userMessage{background-color:#323232;border-radius:.9rem;width:fit-content;max-width:31.25rem;margin-left:15rem;padding:.6rem 1.25rem}.hljs{border-radius:.9rem}pre{white-space:pre-wrap}.gptDiv table{border-collapse:collapse;width:100%;margin:1rem 0}.gptDiv th,.gptDiv td{text-align:left;border:1px solid #444;padding:10px}.gptDiv th{background:#222}.gptDiv tr:nth-child(2n){background:#181818}pre code.hljs{padding:1em;display:block;overflow-x:auto}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{color:#b4b4b4;background-color:#171717;flex-direction:column;width:20rem;height:100vh;display:flex;overflow:hidden}.logo{object-fit:cover;border-radius:25%;width:2.5rem;height:2.5rem}button{cursor:pointer;color:#fff;background-color:#0000;border:.05rem solid #ffffff80;border-radius:.5rem;justify-content:space-between;align-items:center;margin:.75rem;padding:.75rem;display:flex}button:hover{background-color:#b4b4b40d}button span{font-size:1.5rem}.history{flex:1;min-height:0;margin:.75rem;padding:.75rem;overflow:hidden auto}.history::-webkit-scrollbar{width:6px}.history::-webkit-scrollbar-track{background:0 0}.history::-webkit-scrollbar-thumb{background:#444;border-radius:10px}.history::-webkit-scrollbar-thumb:hover{background:#666}.history li{cursor:pointer;border-radius:.85rem;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.3rem;padding:.75rem;font-size:.9rem;line-height:1.4;list-style:none;transition:background-color .2s;display:flex}.history li:hover{background-color:#b4b4b414}.history li span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.fa-trash{opacity:0;color:#888;flex-shrink:0;transition:opacity .2s,color .2s}.history li:hover .fa-trash{opacity:1;color:#fff}.fa-trash:hover{color:#ff4d4d!important}.sign{text-align:center;border-top:1px solid #ffffff4d;flex-shrink:0;margin:.75rem;padding:.75rem;font-size:.9rem}.highlighted{background-color:#b4b4b40d;border-radius:.6rem}
