*{color:#ececec;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{margin:0;padding:0}.app{background-color:#212121;display:flex}.sidebar{color:#b4b4b4;height:100vh;width:320px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#1a1f2b,#0b0e14);background:linear-gradient(180deg,#151921,#0b0e14);border-right:1px solid rgba(255,255,255,.05)}button{display:flex;justify-content:space-between;align-items:center;margin:10px;padding:10px;background-color:transparent;border-radius:8px;border:solid .5px rgba(255,255,255,.5);cursor:pointer}button:hover{background-color:#b4b4b40d}button span{font-size:20px}.fa-pen-to-square:hover{background:linear-gradient(to bottom,#00f2ff,#00a3ff,#06f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo{height:35px;width:35px;background-color:#fff;color:red;border-radius:50%;object-fit:fill}.history{margin:10px;padding:10px;height:100%;overflow-y:scroll}.history li{list-style-type:none;cursor:pointer;padding:2px 5px;margin-bottom:.3rem;position:relative;border:solid 10px transparent;font-size:14px}.history li:hover{background-color:#b4b4b40d;border-radius:10px}.sign{margin:10px;padding:10px;font-size:14px;text-align:center;border-top:solid .5px rgba(255,255,255,.5)}.fa-trash{position:absolute;right:0;opacity:0}.history li:hover .fa-trash{opacity:.8}.fa-trash:hover{color:red}.highlighted{background:#6366f11a;border-right:3px solid #6366f1}.chats{max-width:700px;overflow-y:scroll;padding:8rem}::-webkit-scrollbar{display:none}.userDiv{display:flex;justify-content:flex-end;font-size:.9rem}.userMsg{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;padding:10px 20px;border-radius:14px;margin-left:15rem;max-width:500px;width:fit-content}.AIConvikDiv{text-align:left;font-size:.9rem}.hljs{border-radius:14px}pre code.hljs{display:block;overflow-x:auto;padding:1em}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}.chatWindow{height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;background:radial-gradient(circle at top right,#1e1b4b,#0b0e14)}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center}.BrandName{font-size:20px}.i-letter{background:linear-gradient(to bottom,#00f2ff,#00a3ff,#06f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.navbar span{margin:1.5rem 2rem}.userIconDiv{margin:1rem 2rem}.userIcon{background:linear-gradient(135deg,#00f2ff,#6366f1);height:25px;width:25px;border-radius:20%;cursor:pointer;display:flex;align-items:center;justify-content:center}.chatInput{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.inputBox{width:100%;max-width:700px;position:relative;display:flex;justify-content:space-between;align-items:center}input{width:100%;padding:20px;font-size:.8rem;box-shadow:#0000000d 0 54px 55px,#0000000d 0 -12px 30px,#0000000d 0 4px 6px,#0000000d 0 12px 3px,#0000000d 0 -3px 5px;background-color:#1e232e;border-radius:11px;border:1px solid rgba(255,255,255,.1);color:#fff;border:none}input:focus{outline:none;border-color:#00f2ff;box-shadow:0 0 15px #00f2ff26;background-color:#252b37}#submit{height:35px;width:35px;font-size:20px;position:absolute;right:15px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:linear-gradient(135deg,#00f2ff,#6366f1);border-radius:20%}#submit i:hover{color:#fff}.info{font-size:.8rem;padding:.5rem;color:#b4b4b4}.dropDown{position:absolute;top:4rem;right:4rem;width:150px;background-color:#323232;padding:.3rem .5rem;border-radius:6px;text-align:left;z-index:100;box-shadow:0 2px 8px #0000001a;background:linear-gradient(180deg,#1a1f2b,#0b0e14);background:linear-gradient(180deg,#151921,#0b0e14);border-right:1px solid rgba(255,255,255,.05)}.dropDownItem{font-size:.9rem;margin:.3rem 0rem;padding:.5rem;cursor:pointer}.dropDownItem:hover{background-color:#b4b4b41a;border-radius:6px}.dropDownItem i{padding-right:.5rem}.dropDownItem:hover i{background:linear-gradient(to bottom,#00f2ff,#00a3ff,#06f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
