.scoreBoard{display:flex;justify-content:flex-end;margin-top:10px}.imgContainer{border:2px solid #333;border-radius:10px;box-shadow:0 0 10px transparent;height:250px;height:auto;position:relative;transition:box-shadow .3s;width:300px}.imgContainer:hover{box-shadow:0 0 10px rgba(0,0,0,.5);-webkit-transform:scale(1.1);transform:scale(1.1)}.imgWrapper{display:flex;flex-direction:column;justify-content:center;margin-top:75px}.titleLink{color:#fff;font-family:Fira Code,monospace;font-size:12px}.titleLink:hover{color:#d2d2ea}.imgContent{display:flex;justify-content:center}.testnetTitle{color:#fff}.qrWrapper{grid-gap:5px;display:grid;grid-template-columns:repeat(7,1fr);height:auto;margin-bottom:25px;padding:2px;width:100%}.buttonContainer{grid-gap:1rem;display:grid;grid-template-columns:repeat(4,1fr);width:100%}@media only screen and (max-width:1414px){.qrWrapper{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:768px){.buttonContainer,.qrWrapper{grid-template-columns:repeat(2,1fr)}}.profilHeaderName{color:#fff}.profileHeaderWrapper{grid-gap:1rem;display:grid;grid-template-columns:repeat(3,1fr);width:100%}.profileHeaderLogoAndName{align-items:center;display:flex;flex-direction:row;gap:8px;height:auto;justify-content:flex-start;width:100%}.profileHeaderLogo{border-radius:50%;height:90px;width:90px}.profilHeaderName{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.profilHeaderName span:first-child{font-size:20px;font-weight:600}.profilHeaderName span:nth-child(2){font-size:16px;font-weight:400}.profileScore{align-items:center;display:flex;justify-content:center;width:100%}.profileScore canvas{height:auto!important;width:200px!important}.profileCard{align-items:center;display:flex;justify-content:center;width:100%}@media only screen and (max-width:1240px){.profileHeaderWrapper{grid-gap:4px}}@media only screen and (max-width:1000px){.profileHeaderWrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;height:auto;justify-content:space-between;width:100%}.profileHeaderLogoAndName,.profileScore{width:49%}.profileCard{width:100%}}@media only screen and (max-width:768px){.profileHeaderLogo{height:48px;width:48px}.profilHeaderName span:first-child{font-size:18px}.profilHeaderName span:nth-child(2){font-size:14px}.profileScore canvas{height:auto!important;width:150px!important}.g2-html-annotation{font-size:8px!important;top:160px!important}.profileCard{margin-top:1rem}}@media only screen and (max-width:390px){.profileCard,.profileHeaderLogoAndName,.profileScore{width:100%}}