body,html{padding:0;margin:0;-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}*{box-sizing:border-box}a{color:inherit;text-decoration:none}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.suspense__container{width:100%;height:100%}.suspense__default-callback{width:100%;height:100%;text-align:center}.repositorycard{width:90%;height:200px;background:#333332;text-overflow:ellipsis;border-radius:5px}.repositorycard__title{margin-left:5%;padding-right:5%;height:10%;font-size:1.15rem;margin-bottom:10%;color:#a5a4a4}.repositorycard__title:hover{color:#fff}.repositorycard__stats{width:80%;height:25%;margin:5% auto;padding-top:.25%;-webkit-justify-content:center;justify-content:center;display:-webkit-flex;display:flex;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.issue__card{background-color:#fff;margin:3.5%;padding:5%;font-size:.9rem;line-height:1rem;border-radius:5px}.issue__card:hover{cursor:pointer;background-color:hsla(0,0%,78.8%,.604);color:#fff}.pullrequest__card{background-color:#fff;margin:3.5%;padding:5%;font-size:.9rem;line-height:1rem;border-radius:5px}.pullrequest__card>svg{color:green}.pullrequest__card:hover{cursor:pointer;background-color:hsla(0,0%,78.8%,.604);color:#fff}.statsitem__stats__issues,.statsitem__stats__pullrequests{position:relative;-webkit-align-items:center;align-items:center;margin:2.5% 5%;line-height:.5;color:#cccbcb}.statsitem__stats__issues,.statsitem__stats__pullrequests,.statsitem__stats__tooltip{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.statsitem__stats__tooltip{position:absolute;padding:10%;height:-webkit-min-content;height:-moz-min-content;height:min-content;width:500%;left:35%;top:30%;background:#52524f;color:#000;z-index:2;-webkit-justify-content:center;justify-content:center;word-wrap:break-word;border-radius:1px 8px 8px 8px;-ms-text-overflow:ellipsis;-moz-text-overflow:ellipsis;text-overflow:ellipsis}.statsitem__empty-warning{color:#fff;padding:2.5%}.repositories{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-template-rows:auto-fit;grid-gap:.25vh;gap:.25vh;padding:15px 10px}