*{color:#ececec;font-family:Roboto,Open Sans,Helvetica Neue,sans-serif}body{margin:0;padding:0}.chat-app{background-color:#212121;min-height:100vh;display:flex}.register-container{background-color:#212121;justify-content:center;align-items:center;min-height:100vh;display:flex}.register-card{background-color:#171717;border-radius:15px;width:400px;padding:30px;box-shadow:0 0 15px #00000080}.register-title{text-align:center;color:#fff;margin-bottom:25px}.form-group{margin-bottom:18px}.form-group label{color:#d1d5db;margin-bottom:8px;font-size:14px;display:block}.form-control{color:#fff;box-sizing:border-box;background-color:#2a2a2a;border:1px solid #444;border-radius:8px;width:100%;padding:12px}.form-control:focus{border-color:#339cff;outline:none;box-shadow:0 0 5px #339cff80}.register-btn{color:#fff;cursor:pointer;background-color:#339cff;border:none;border-radius:8px;width:100%;margin-top:10px;padding:12px;font-size:16px}.register-btn:hover{background-color:#1d8cff}.login-link{text-align:center;color:#d1d5db;margin-top:15px}.login-link a{color:#339cff;font-weight:700;text-decoration:none}.login-link a:hover{text-decoration:underline}.btn{margin-left:auto;margin-right:auto}.chatWindow{text-align:center;background-color:#202020;flex-direction:column;flex:1;justify-content:space-between;align-items:center;height:100vh;display:flex;overflow:hidden}.nav{cursor:pointer;background-color:#202020;justify-content:space-between;align-items:center;width:100%;display:flex}.nav span{margin:1rem 2rem}.userIcon{cursor:pointer;background-color:#339cff;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;display:flex}.chatInput{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.input{background-color:#393939;border:none;border-radius:31px;outline:none;width:45rem;height:3.3rem;margin-left:2rem}.inputBox{text-align:center;background-color:#393939;border-radius:30px;justify-content:space-between;align-items:center;width:45rem;height:3.5rem;margin:1rem 2rem;display:flex}.inputBox i{cursor:pointer;margin:1.5rem;font-size:20px}.info p{color:#999;font-size:14px}.dropDown{text-align:left;z-index:1000;background-color:#393939;background-origin:0px 2px 8px #0000001a;border-radius:8px;width:150px;padding:.3rem .5rem;position:absolute;top:2.6rem;right:2.6rem}.dropDownItem{cursor:pointer;margin:.3rem 0;padding:.5rem .2rem;font-size:.9rem}.dropDownItem:hover{background-color:#b4b4b41a;border-radius:8px}.chats{max-width:700px;padding:8rem;overflow-y:auto}.userDiv{justify-content:flex-end;font-size:.9rem;display:flex}.gptDiv{text-align:left;font-size:.9rem}.userMessage{background-color:#323232;border-radius:15px;width:fit-content;max-width:500px;margin-left:15rem;padding:10px 20px}.hljs{border-radius:14px!important}pre{white-space:pre-wrap}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:320px;height:100vh;display:flex}button{box-sizing:border-box;width:calc(100% - 20px);color:inherit;cursor:pointer;background-color:#0000;border:1.25px solid #ffffff80;border-radius:10px;justify-content:space-between;align-items:center;margin:10px;padding:10px;font-size:large;display:flex}button:hover{background-color:#b4b4b414}.logo{object-fit:cover;border-radius:50%;width:25px;height:25px}.history{flex:1;margin:0;padding:0;overflow-y:auto}.history li{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:10px;margin:10px;padding:10px 40px 10px 10px;font-size:14px;list-style:none;position:relative;overflow:hidden}.history li:hover{background-color:#b4b4b414}.sign{border-top:1.25px solid #ffffff80;justify-content:center;align-items:center;margin:10px;padding:10px;font-size:14px;display:flex}.fa-trash{opacity:0;transition:opacity .2s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.history li:hover .fa-trash{opacity:1;color:#fff}.history li:hover .fa-trash:hover{color:#ff0062}.active{background-color:#b4b4b414}
