*{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;overflow-y:auto}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:#171717;border-radius:10px}.sidebar::-webkit-scrollbar-thumb{background-color:#555;border-radius:10px;border:2px solid #171717}.sidebar::-webkit-scrollbar-thumb:hover{background-color:#888}button{display:flex;justify-content:space-between;align-items:center;margin:10px;padding:10px;border-radius:5px;background-color:transparent;border:solid .2px rgba(136,134,134,.5);cursor:pointer}.logo{height:25px;width:25px;background-color:#fff;border-radius:50%;object-fit:cover}button span{font-size:20px}button:hover{background-color:#b4b4b40d}.history{margin:10px;padding:10px;height:100%}.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:#b4b4b40d;border-radius:10px}.sign{margin-top:auto;text-align:center;font-size:12px;border-top:2px solid rgb(180,180,180)}.fa-trash{opacity:0;position:absolute;right:0}.history li:hover .fa-trash{opacity:1;color:#fff}.fa-trash:hover{color:#f87171!important}.highlighted{background-color:#6ccff3;border-radius:10px}.chats{max-width:700px;overflow-y:auto;padding:8rem}.chats::-webkit-scrollbar{width:8px}.chats::-webkit-scrollbar-track{background:#171717;border-radius:10px}.chats::-webkit-scrollbar-thumb{background-color:#555;border-radius:10px;border:2px solid #171717}.chats::-webkit-scrollbar-thumb:hover{background-color:#888}.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}.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}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.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{margin:.1rem .7rem}.userIconDiv{margin:1rem .7rem}.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;justify-content:center;align-items:center}.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: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;height:35px;width:35px;font-size:20px;position:absolute;right:15px;display:flex;align-items:center;justify-content:center}#submit i:hover{color:#fff}.info{font-size:.8rem;padding:.5rem;color:#b4b4b4}.dropDown{position:absolute;top:3rem;right:1rem;width:150px;background-color:#323232;padding:.3rem .5rem;border-radius:6px;text-align:left;z-index:1000;box-shadow:0 2px 8px #0000001a}.dropDownItem{font-size:.9rem;margin:.3rem 0rem;padding:.5rem .2rem;cursor:pointer}.dropDownItem:hover{background-color:#b4b4b41a;border-radius:6px}
