.promptmain,.promptsub{width:100%;height:100%}.promptsub{display:flex;background-color:#303030;border-radius:24px;padding:10px 0}.promptinput{background-color:transparent;width:90%;height:100%;outline:none;color:#e6d9d9;border:none;font-size:16px;align-items:center;resize:none;font-family:Roboto;padding:15px 24px 0;margin-right:20px}.promptinput::-webkit-scrollbar{background-color:transparent;width:8px}.promptinput::-webkit-scrollbar-thumb{background-color:#504f4f;cursor:default;border-radius:50px}.promptinput::-webkit-scrollbar-corner{scrollbar-arrow-color:red}.up-arrow-main{display:flex;align-items:center;justify-content:center;width:30px;height:100%;margin-right:5px}.up-arrow{background-color:rgb(242,234,234);border-radius:100px;padding:7px;place-self:center;cursor:pointer;margin-right:10px}.up-arrow:hover{background-color:rgb(226,218,218)}.promptsub input{display:none}.promptsub label{display:flex}.web-search-btn{position:absolute;bottom:0;margin-bottom:10px;margin-left:20px;padding:7px;outline:none;border:1px solid rgba(255,255,255,.365);background-color:transparent;color:white;border-radius:100px;display:flex;align-items:center;gap:5;cursor:pointer}.web-search-btn p{padding-top:1px}.userchatmain{color:white;border-radius:24px;background-color:#303030;max-width:400px;margin-right:400px;margin-bottom:20px}.userchatsub{text-align:left;width:100%;padding:12px 20px}.userchatmain .userchatsub p{text-align:right}.userchatmain .userchatsub img{margin-bottom:10px}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-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{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}.aichatmain{color:white;max-width:735px;margin-left:400px;line-gap-override:10px;margin-bottom:10px}.copy{position:absolute;right:0;margin-right:20px;background-color:#2c2c2c;padding:10px;border-radius:10px;cursor:pointer}.markdown-body{position:relative;line-height:1.7;font-size:1rem;margin-bottom:50px}.markdown-body p{margin-bottom:1em}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{margin:1.5em 0 .5em;font-weight:700}.markdown-body ol,.markdown-body ul{padding-left:1.5em;margin-bottom:1em}.markdown-body pre{border-radius:5px;overflow-x:auto;margin-bottom:1em}.markdown-body code{padding:.2em .4em;border-radius:3px;font-family:monospace}.markdown-body a{color:rgb(184,184,255)}.sources span{display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.573);width:fit-content;border-radius:100px;padding:5px 0}.sources p{color:rgba(255,255,255,.795);margin:auto 10px}.source-icon{border-radius:100px;border:2px solid #212121}.main-page{position:relative}.chats::-webkit-scrollbar{background-color:transparent;width:10px}.logo{color:#f3f3f3;margin-left:20px;padding-top:20px;font-weight:500;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:23;letter-spacing:-1px}.chats::-webkit-scrollbar-thumb{background-color:#424242;border-radius:50px}.chats{display:flex;flex-direction:column;gap:5;height:88%;position:fixed;width:100%;overflow-y:scroll}.humanchat{place-items:end}.aichat{margin-bottom:40px}.promptview{position:fixed;bottom:0;height:13%;padding:0 400px;width:100%;margin-bottom:8px}.loading{margin-left:400px}.start-loader-main{position:absolute;width:100%;height:100vh;background-color:#212121;z-index:100}.start-loader-main div{width:fit-content;height:fit-content;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;color:rgba(255,255,255,.8);gap:20}.start-loader-main div img{height:50px;width:50px}