@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);.side-bar{background-color:#fff;width:3rem;position:fixed;top:0;left:0;bottom:0;margin-right:20rem;box-shadow:0 5px 8px rgba(0,0,0,.4);transition:all .3s;overflow:hidden;z-index:100}.side-bar .bar-center{padding:1rem;display:inline-block;font-size:1.2rem;cursor:pointer}.side-bar h2{padding:.8rem}.side-bar h2,.side-bar nav{display:flex;grid-gap:1rem;gap:1rem}.side-bar nav{margin-top:1rem;flex-direction:column}.side-bar nav .bar-link{display:inline-block;font-size:1.2rem;display:flex;align-items:center;padding:.8rem;grid-gap:1.2rem;gap:1.2rem;color:#333;border-right:3px solid transparent;transition:all 1s;font-weight:500}.side-bar nav .bar-link:hover{background:rgba(230,228,228,.6431372549019608)}.side-bar nav .bar-link.active-bar{background:#e6e4e4;transition:all .3s;border-right-color:#6969f5;color:#6969f5}.side-bar.show-bar{width:12rem;transition:all .3s}@media screen and (max-width:768px){.side-bar,.side-bar.show-bar{width:2.5rem}.side-bar nav .bar-link{font-weight:700}.side-bar h2,.side-bar nav .bar-link{font-size:1rem;grid-gap:.7rem;gap:.7rem}.side-bar h2{padding:.8rem}.side-bar .bar-center{padding:.7rem;display:none}}*{padding:0;margin:0;box-sizing:border-box;text-decoration:none;font-family:"Poppins",sans-serif}body{width:100%}.container{min-height:100vh;width:100%;position:absolute;right:0;transition:all .25s;padding:2rem;background:#f3f3ff}.home-image{width:100%;max-width:600px;margin:2rem 0}.home-image img{width:100%}.side-bar.show-bar+.container{width:calc(100% - 192px)}.side-bar+.container{width:calc(100% - 48px)}.not-found{display:flex;justify-content:center;align-items:center;flex-direction:column;grid-gap:1rem;gap:1rem}.not-found img{width:60%;max-width:500px}.repo-box{box-shadow:0 3px 5px rgba(0,0,0,.3);padding:.5rem;word-wrap:break-word;border-radius:5px;background:#fff;color:#333;position:relative;width:100%;margin:1rem 0}@media screen and (max-width:768px){.side-bar+.container,.side-bar.show-bar+.container{width:calc(100% - 40px)}.container{padding:1rem}.repo-box{font-size:.8rem}h1{font-size:1.2rem}}
/*# sourceMappingURL=main.60c2b562.chunk.css.map */