@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Google Sans,Helvetica Neue,sans-serif}#root{min-height:100vh;display:flex}.sidebar{min-height:100vh;display:inline-flex;flex-direction:column;justify-content:space-between;background-color:#f0f4f9;padding:25px 15px}.sidebar img{width:20px}.sidebar .menu{display:block;margin-left:10px;cursor:pointer}.sidebar .new-chat{margin-top:50px;display:inline-flex;align-items:center;gap:10px;padding:10px 15px;background-color:#e6eaf1;border-radius:50px;font-size:14px;color:gray;cursor:pointer}.sidebar .new-chat:hover{background-color:#dde3ea}.sidebar .recent{display:flex;flex-direction:column}.sidebar .recent-title{margin-top:30px;margin-bottom:20px}.sidebar .recent-entry{display:flex;align-items:start;gap:10px;padding:10px 40px 10px 10px;border-radius:50px;color:#282828;cursor:pointer}.sidebar .recent-entry:hover{background-color:#e2e6eb}.sidebar .bottom{display:flex;flex-direction:column}.sidebar .bottom-item{padding-right:10px;cursor:pointer}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.main{flex:1;min-height:100vh;padding-bottom:15vh;position:relative;font-family:Google Sans,Helvetica Neue,sans-serif}.main .nav{display:flex;align-items:center;justify-content:space-between;font-size:22px;padding:20px;color:#585858}.main .nav img{width:40px;border-radius:50%}.main-container{max-width:900px;margin:auto}.main .greet{margin:50px 0;font-size:56px;color:#c4c7c5;font-weight:500;padding:20px}.main .greet span{background:-webkit-linear-gradient(16deg,#4b90ff,#ff5546);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.main .cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:15px;padding:20px}.main .card{height:200px;padding:15px;background-color:#f0f4f9;border-radius:10px;position:relative;cursor:pointer}.main .card img{width:35px;padding:5px;position:absolute;background-color:#fff;border-radius:20px;bottom:10px;right:10px}.main .card p{font-size:17px;font-family:Google Sans,Helvetica Neue,sans-serif}.main .card:hover{background-color:#dfe4ea}.main-bottom{position:absolute;bottom:0;width:100%;max-width:900px;padding:0 20px;margin:auto}.search-box{display:flex;align-items:center;justify-content:space-between;gap:20px;background-color:#f0f4f9;padding:10px 20px;border-radius:50px}.search-box img{width:24px;cursor:pointer;padding:2px}.search-box img:hover{background-color:#d4e4f7;border-radius:50%;width:26px}.search-box input{flex:1;background-color:transparent;border:none;outline:none;padding:8px;font-size:18px}.search-box div{display:flex;align-items:center;gap:15px}.main .bottom-info{font-size:13px;margin:15px auto;text-align:center;font-weight:300}.result{padding:0 5%;max-height:70vh;overflow-y:scroll}.result::-webkit-scrollbar{display:none}.result-title{margin:40px 0;display:flex;align-items:center;gap:20px;font-family:Google Sans,Helvetica Neue,sans-serif}.result img{width:40px;border-radius:50%}.result-data{display:flex;align-items:start;gap:20px;font-family:Google Sans,Helvetica Neue,sans-serif}.loader{width:100%;display:flex;flex-direction:column;gap:10px}.loader hr{border-radius:4px;border:none;background:linear-gradient(to right,#9ed7ff,#fff,#9ed7ff);background-size:800px 50px;height:20px;animation:loader 3s infinite linear}@keyframes loader{0%{background-position:-800px 0px}to{background-position:800px 0px}}.result-data pre{background-color:#e9eef6;border:1px solid #e1e4e8;border-radius:8px;padding:16px;margin:15px 0;overflow-x:auto}.hljs-keyword{color:#d73a49}.hljs-string{color:#032f62}.hljs-number{color:#005cc5}.hljs-comment{color:#6a737d;font-style:italic}.hljs-function{color:#6f42c1}.hljs-variable{color:#24292e}.hljs-class{color:#22863a}.result-data code{font-family:Consolas,Monaco,monospace;font-size:14px;line-height:1.6;color:#24292e}.result-data :not(pre)>code{color:#24292e;padding:2px 6px;border-radius:4px;font-size:90%}.result-data p{color:#24292e;line-height:1.6;margin-bottom:16px}.hljs{background-color:#e9eef6}@media (max-width: 430px){.main .card{width:270px}.search-box{width:308px;justify-content:space-around;gap:0px}.search-box img{padding:0}.search-box div{gap:1px}.search-box input{padding:0}}
