html{box-sizing:border-box;font-size:62.5%}:root{--bg-primary:#141c2f;--bg-secondary:#1f2a48;--blue:#1263c5;--light-blue:#0078fe}body{background-color:#141c2f;background-color:var(--bg-primary);color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}*,:after,:before{box-sizing:inherit;margin:0;padding:0}.container{align-items:center;display:flex;flex-direction:column;gap:2.5rem;justify-content:center;min-height:100vh;width:100vw}.form{background-color:#1f2a48;background-color:var(--bg-secondary);border-radius:1rem;display:flex;gap:1rem;margin:0 auto;max-width:65rem;padding:1.5rem;width:85%}.form__input{background-color:transparent;border:none;color:#fff;flex-grow:1;font-size:1.6rem;outline:none}.form__btn{background-color:#0078fe;background-color:var(--light-blue);border:none;border-radius:1rem;color:#fff;cursor:pointer;font-size:1.7rem;padding:1rem 2rem}.content-container{background-color:#1f2a48;background-color:var(--bg-secondary);border-radius:1rem;margin:0 auto;max-width:65rem;padding:2.5rem;width:85%}.basic{display:flex;gap:5rem;justify-content:center}.basic img{border-radius:50%;height:8rem;width:8rem}.basic__data{display:flex;flex-direction:column;flex-grow:1;gap:.45rem}@media (min-width:768px){.basic{justify-content:center}.basic__data{flex-grow:0}}.basic__username{font-size:1.8rem}.basic__id{color:#1263c5;color:var(--blue);font-weight:700}.basic__date,.basic__id,.description{font-size:1.5rem}.description{line-height:1.5;margin-top:2.5rem}@media (min-width:768px){.description{text-align:center}}.profile-info{align-items:center;background-color:#141c2f;background-color:var(--bg-primary);border-radius:1rem;display:flex;gap:3rem;justify-content:center;margin-top:3rem;padding:2rem 3rem;text-align:center}.profile-info h4{color:#cfd1d6;font-size:1.7rem;font-weight:300}.profile-info p{font-size:1.7rem;font-weight:700;margin-top:.5rem}.profile-links{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}@media (min-width:768px){.profile-links{align-items:center;justify-content:center}}.profile-links-data{align-items:center;display:flex;gap:1.3rem}.profile-links-data p{font-size:1.65rem}.profile-links-data a{color:#fff;font-size:1.65rem;text-decoration:none}svg{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;-webkit-transform-origin:center;transform-origin:center;width:5.75em}circle{fill:none;stroke:#1263c5;stroke:var(--blue);stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.disabled{color:#6d6e6e!important}.not-found{background-color:#0078fe;background-color:var(--light-blue);border-radius:1rem;color:#fff;font-size:1.5rem;margin:0 auto;max-width:65rem;padding:1.5rem;text-align:center;width:85%}
/*# sourceMappingURL=main.498d73ad.css.map*/