@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap";.alert{display:flex;width:fit-content;background-color:#ea5555;margin-top:.5rem;padding:.5rem 1rem;border-radius:8px;color:#ffffffbf}@media screen and (max-width: 550px){.alert{font-size:13px;width:100%}}.alert svg{font-size:1.2rem;margin-right:.25rem;position:relative;top:3px;color:#ffffffbf}@media screen and (max-width: 550px){.alert svg{font-size:1rem;top:2px}}.user-search{display:flex;flex-direction:column;width:100%;margin-bottom:1rem}.user-search span{padding:.5rem 0}.user-search .user-search__container{width:100%;display:flex}@media screen and (max-width: 550px){.user-search .user-search__container{flex-direction:column}}.user-search .user-search__container form{width:50%;display:flex;justify-content:flex-start}@media screen and (max-width: 768px){.user-search .user-search__container form{width:100%}}.user-search .user-search__container .user-search__input{height:50px;width:100%;padding:.75rem;border:none;outline:none;border-radius:8px 0 0 8px}@media screen and (max-width: 550px){.user-search .user-search__container .user-search__input{font-size:13px}}.user-search .user-search__container .user-search__button,.user-search .user-search__container .user-clear__button{height:50px;padding:.5rem 1.5rem;border:none;background-color:#000112;color:inherit;border-radius:8px;cursor:pointer;outline:none;margin:0 .5rem;transition:.1s ease-out}@media screen and (max-width: 550px){.user-search .user-search__container .user-search__button,.user-search .user-search__container .user-clear__button{font-size:13px}}.user-search .user-search__container .user-search__button:hover,.user-search .user-search__container .user-clear__button:hover{background-color:#2b2c37}.user-search .user-search__container .user-search__button:first-of-type,.user-search .user-search__container .user-clear__button:first-of-type{margin-left:0!important;border-top-left-radius:0;border-bottom-left-radius:0}.user-search .user-search__container .user-clear__button{background-color:#ea5555;border-radius:8px!important;margin-right:0!important}@media screen and (max-width: 550px){.user-search .user-search__container .user-clear__button{margin-top:1rem;display:inline-block;height:35px;padding:0}}.user-search .user-search__container .user-clear__button:hover{background-color:#ff9898}.user-item{width:100%;display:flex;padding:1rem;background-color:#3e3f4e;box-shadow:0 0 15px 2px #00000026;border-radius:12px}.user-item img{width:60px;height:60px;border-radius:50%}.user-item .user-item__info{display:flex;flex-direction:column;justify-content:center;margin-left:1.5rem}.user-item .user-item__info p{margin:0;font-size:.85rem;font-weight:400}.user-item .user-item__info a{width:fit-content;font-size:12px;color:#ffffff8c}.sk-chase{width:100px;height:40px;margin:25% auto;position:relative;animation:sk-chase 2.5s infinite linear both}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s infinite ease-in-out both}.sk-chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:#fff;border-radius:100%;animation:sk-chase-dot-before 2s infinite ease-in-out both}.sk-chase-dot:nth-child(1){animation-delay:-1.1s}.sk-chase-dot:nth-child(2){animation-delay:-1s}.sk-chase-dot:nth-child(3){animation-delay:-.9s}.sk-chase-dot:nth-child(4){animation-delay:-.8s}.sk-chase-dot:nth-child(5){animation-delay:-.7s}.sk-chase-dot:nth-child(6){animation-delay:-.6s}.sk-chase-dot:nth-child(1):before{animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{animation-delay:-1s}.sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{to{transform:rotate(360deg)}}@keyframes sk-chase-dot{80%,to{transform:rotate(360deg)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}to,0%{transform:scale(1)}}.user-results{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1rem;gap:1rem;width:100%}@media screen and (max-width: 1200px){.user-results{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.user-results{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 860px){.user-results{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.user-results{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 550px){.user-results{grid-template-columns:repeat(1,1fr);margin-top:0}}@media screen and (max-width: 480px){.user-results{grid-template-columns:repeat(1,1fr)}}.home{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:3rem}.navbar{width:100%;height:80px;background-color:#2b2c37;box-shadow:0 2px 4px #0000001a;padding:1rem 0;color:#ffffff80}.navbar .navbar__container{max-width:1300px;margin:0 auto;height:100%;display:flex;flex-direction:row;align-items:center}.navbar .navbar__container .navbar__logo{height:100%;width:100px;margin-right:1rem;color:#ffffff80}.navbar .navbar__container a{color:#ffffff80;font-size:1.5rem;position:relative;left:-25px;cursor:pointer}.error{display:flex;margin-top:2rem;background-color:#ea5555;border-radius:8px;color:#fff;padding:1rem}@media screen and (max-width: 550px){.error{font-size:13px}}.error>svg{margin-right:.5rem;position:relative;top:.3rem}@media screen and (max-width: 550px){.error>svg{top:.2rem}}.user-profile-page{margin-top:2rem;margin-bottom:2rem}.user-profile-page .user-profile-page-back{margin-bottom:1rem}.user-profile-page .user-profile-page-back a{display:flex;text-decoration:none;color:#fff}.user-profile-page .user-profile-page-back a svg{position:relative;top:4px;margin-right:.5rem}.user-profile-page .user-profile-page-container{width:100%;display:flex;flex-wrap:wrap}@media screen and (max-width: 768px){.user-profile-page .user-profile-page-container{flex-direction:column;align-items:center}}.user-profile-page .user-profile-page-container .user-profile-page-image{width:30%;max-width:100%;height:auto;position:relative}@media screen and (max-width: 768px){.user-profile-page .user-profile-page-container .user-profile-page-image{width:100%}}.user-profile-page .user-profile-page-container .user-profile-page-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00011259;z-index:1;border-radius:12px}.user-profile-page .user-profile-page-container .user-profile-page-image img{border-radius:12px}@media screen and (max-width: 768px){.user-profile-page .user-profile-page-container .user-profile-page-image img{width:auto;max-height:450px;margin:0 auto}}.user-profile-page .user-profile-page-container .user-profile-page-image .user-profile-page-image__info{position:absolute;bottom:1rem;left:1rem;z-index:2}.user-profile-page .user-profile-page-container .user-profile-page-image .user-profile-page-image__info h2{font-size:13px;font-weight:400}.user-profile-page .user-profile-page-container .user-profile-page-image .user-profile-page-image__info p{font-size:12px;color:#ffffff80}.user-profile-page .user-profile-page-container .user-profile-page-info{padding:0 2rem 1rem;flex:1;width:70%}@media screen and (max-width: 768px){.user-profile-page .user-profile-page-container .user-profile-page-info{width:100%;margin-top:1rem;padding:0}}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-title{margin-bottom:.5rem}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-title h1{font-weight:400;padding:0}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-bio p{font-size:13px;text-align:justify}@media screen and (max-width: 768px){.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-bio p{text-align:left}}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-action{margin-top:1rem}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-action button{background-color:transparent;text-transform:uppercase;border:1px solid #ffffff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:.1s ease-out}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-action button:hover{background-color:#fff}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-action button:hover a{color:#000112}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-action button a{color:#fff}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-info-details{display:flex;overflow-x:auto;margin-top:3rem;box-shadow:0 0 10px -2px #00000080;padding:1rem;border-radius:8px}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-info-details .user-profile-page-info-details-item{width:100%;min-width:200px;padding:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-right:.5rem;border-right:1px solid rgba(255,255,255,.5)}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-info-details .user-profile-page-info-details-item .details-item-heading{display:flex;margin-bottom:.5rem}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-info-details .user-profile-page-info-details-item .details-item-heading svg{color:#ffffff80;margin-right:.25rem;position:relative;top:1px}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-info-details .user-profile-page-info-details-item a{color:#fff;word-break:break-all}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-info-details .user-profile-page-info-details-item:last-child{margin-right:0;border-right:none}.user-profile-page .user-profile-page-container .user-profile-page-info .user-profile-page-info-details .user-profile-page-info-details-item span{font-size:13px;color:#ffffff80}.user-profile-page .user-profile-page-stats{width:100%;display:flex;box-shadow:0 0 10px -2px #00000080;margin-top:3rem;padding:1rem;overflow-x:auto;border-radius:8px}.user-profile-page .user-profile-page-stats .user-profile-page-stats-item{width:100%;min-width:200px;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;border-right:1px solid rgba(255,255,255,.5);cursor:pointer;transition:.1s ease-out}.user-profile-page .user-profile-page-stats .user-profile-page-stats-item:hover{background-color:#ffffff1a}.user-profile-page .user-profile-page-stats .user-profile-page-stats-item svg{font-size:1.5rem;margin-bottom:.5rem;fill:#fff}.user-profile-page .user-profile-page-stats .user-profile-page-stats-item:last-child{border-right:none}.user-profile-page .user-profile-page-stats .user-profile-page-stats-item span{font-size:13px;color:#ffffff80}.repo-item{background-color:#2b2c37;padding:2rem;border-radius:8px;box-shadow:0 0 10px -2px #00000059;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.repo-item{flex-direction:column;align-items:flex-start}}@media screen and (max-width: 550px){.repo-item{padding:1rem}}@media screen and (max-width: 768px){.repo-item .repo-item-info{margin-bottom:2rem}}.repo-item .repo-item-info .repo-item-name{margin-bottom:1rem;display:flex;width:fit-content;color:#fff;max-width:800px;cursor:pointer}.repo-item .repo-item-info .repo-item-name p{font-size:1.2rem}@media screen and (max-width: 550px){.repo-item .repo-item-info .repo-item-name p{font-size:1rem}}.repo-item .repo-item-info .repo-item-name svg{margin-right:.5rem;position:relative;top:-5px;font-size:2rem;color:#828fa3}.repo-item .repo-item-info .repo-item-description{max-width:800px}.repo-item .repo-item-info .repo-item-description p{font-size:.9rem}@media screen and (max-width: 550px){.repo-item .repo-item-info .repo-item-description p{font-size:.8rem}}@media screen and (max-width: 550px){.repo-item .repo-item-info .repo-item-description{margin:0 .2rem}}.repo-item .repo-item-stats{width:300px;min-width:200px;max-width:400px;display:flex;align-items:center;justify-content:center;margin-left:2rem;padding:1rem;border-radius:8px;background-color:#3e3f4e}@media screen and (max-width: 768px){.repo-item .repo-item-stats{margin-left:0}}@media screen and (max-width: 550px){.repo-item .repo-item-stats{width:100%;margin:0;padding:1rem 0}}.repo-item .repo-item-stats .repo-item-stats-item{margin-right:3rem;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 768px){.repo-item .repo-item-stats .repo-item-stats-item{padding:0}}@media screen and (max-width: 550px){.repo-item .repo-item-stats .repo-item-stats-item{font-size:.8rem}}@media screen and (max-width: 480px){.repo-item .repo-item-stats .repo-item-stats-item{margin-right:2rem}}.repo-item .repo-item-stats .repo-item-stats-item .icon{margin-bottom:.5rem;font-size:1.3rem}.repo-item .repo-item-stats .repo-item-stats-item .repo-icon-stars{fill:#ff0}.repo-item .repo-item-stats .repo-item-stats-item .repo-icon-watchers{fill:#04c5e3}.repo-item .repo-item-stats .repo-item-stats-item:last-child{margin-right:0}.repos-list{margin-top:2rem}.repos-list .user-repos-page-back{margin-bottom:1rem}.repos-list .user-repos-page-back a{display:flex;text-decoration:none;color:#fff}.repos-list .user-repos-page-back a svg{position:relative;top:4px;margin-right:.5rem}.repos-list .repos-list-heading{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.repos-list .repos-list-heading{flex-direction:column;align-items:flex-start}}.repos-list .repos-list-heading button{background-color:transparent;border:none;color:#fff;font-size:13px;cursor:pointer;padding:0}@media screen and (max-width: 768px){.repos-list .repos-list-heading button{margin-top:.5rem;align-self:flex-end}}.repos-list .repos-list-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;margin-top:1rem}.followers-list{margin-top:2rem;display:flex;flex-direction:column}.followers-list .user-followers-page-back{margin-bottom:1rem}.followers-list .user-followers-page-back a{display:flex;text-decoration:none;color:#fff}.followers-list .user-followers-page-back a svg{position:relative;top:4px;margin-right:.5rem}@media screen and (max-width: 550px){.followers-list h2{margin-bottom:1rem}}.followers-list .followers-list-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1rem;gap:1rem;width:100%}@media screen and (max-width: 1200px){.followers-list .followers-list-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.followers-list .followers-list-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 860px){.followers-list .followers-list-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.followers-list .followers-list-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 550px){.followers-list .followers-list-grid{grid-template-columns:repeat(1,1fr);margin-top:0}}@media screen and (max-width: 480px){.followers-list .followers-list-grid{grid-template-columns:repeat(1,1fr)}}.following-list{margin-top:2rem}.following-list .user-following-page-back{margin-bottom:1rem}.following-list .user-following-page-back a{display:flex;text-decoration:none;color:#fff}.following-list .user-following-page-back a svg{position:relative;top:4px;margin-right:.5rem}@media screen and (max-width: 550px){.following-list h2{margin-bottom:1rem}}.following-list .following-list-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1rem;gap:1rem;width:100%}@media screen and (max-width: 1200px){.following-list .following-list-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 1024px){.following-list .following-list-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 860px){.following-list .following-list-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.following-list .following-list-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 550px){.following-list .following-list-grid{grid-template-columns:repeat(1,1fr);margin-top:0}}@media screen and (max-width: 480px){.following-list .following-list-grid{grid-template-columns:repeat(1,1fr)}}.footer{position:absolute;bottom:0;width:100%;margin-top:5rem;background-color:#2b2c37;padding:3rem 0;text-align:center;font-size:.8rem}.not-found{margin-top:1rem;width:100%;height:calc(100vh - 300px);display:flex;justify-content:center;align-items:center}.not-found svg{margin-right:1rem;font-size:3rem;stroke:#ff0}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{font-size:16px;scroll-behavior:smooth}a{text-decoration:none}li{list-style-type:none}html,body{height:100%}html{color:#f4f7fd}body{-webkit-font-smoothing:antialiased;font-family:Poppins,-apple-system,system-ui,sans-serif;background-color:#3e3f4e}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;word-break:break-word}#root,#__next{isolation:isolate}.main-content{display:flex;flex-direction:column;min-height:100vh;position:relative}.main-content .container{width:100%;max-width:1300px;padding:0 2rem;margin:0 auto 10rem;display:flex;flex-direction:column;justify-content:center}
