@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Sora,sans-serif;line-height:1.7;height:auto;width:100%;font-size:.9rem}.flex-row{display:flex;flex-direction:row;align-items:center}.flex-col{display:flex;flex-direction:column}.mt-8{margin-top:.5rem}.mt-16{margin-top:1rem}a{text-decoration:none;margin:0 .5rem}#header{display:flex;justify-content:space-between;align-items:center;border-bottom:solid #ccc 1px;padding:.5rem 1rem;height:3rem;position:relative}footer{position:fixed;left:0;bottom:0;width:100%;height:3rem;display:flex;justify-content:center;align-items:center;border-top:solid #ccc 1px;padding:.5rem 1rem;font-size:.8rem;background-color:#fff}main{display:flex;justify-content:center;width:100%;padding:.5rem 1rem}@media screen and (max-width: 480px){main{padding:.5rem 0}}main .container{width:1240px;padding:.5rem 1rem 5rem}@media screen and (max-width: 480px){main .container{width:100%;padding:.5rem}}main .center-form{display:flex;align-items:center;justify-content:center;width:100%;height:calc(100vh - 7rem)}@media screen and (max-width: 480px){main .center-form{justify-content:flex-start}}main .profile-edit{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center}main .profile-edit section{width:480px;max-width:100%;margin-bottom:2rem}main .profile-edit section header{margin-bottom:2rem}form{border:solid #ccc 1px;border-radius:.5rem;padding:.5rem 1rem;width:480px}@media screen and (max-width: 480px){form{border:solid #ccc 1px;width:100%;padding:.5rem}}form div{display:flex;flex-direction:column;padding:.5rem 1rem}@media screen and (max-width: 480px){form div{width:100%;padding:.5rem}}form input{padding:.5rem 1rem;outline:none;border:solid #ccc 1px;border-radius:.5rem}form input[type=text]{width:100%}form input[type=checkbox],form input[type=radio]{margin-right:.5rem}form a{margin:1rem 0}form#send-verification{display:none;border:none;border:solid #c00 1px}.form-attention{width:480px;max-width:90%;padding:.5rem 1rem}button{padding:.5rem 1rem;background-color:#fff;border:solid #ccc 1px;border-radius:.5rem;cursor:pointer}ul{list-style-type:none}ul.error{color:#c00;font-size:.9rem}nav{display:flex;justify-content:space-between;align-items:center;position:absolute;top:.5rem;right:1rem;text-align:right;width:auto}nav .account-field{border:solid #ccc 1px;text-align:left;width:160px;padding:.5rem 1rem;border-radius:.5rem;background-color:#fff;margin-top:1.5rem;opacity:.9}nav form{padding:0;width:100%;border:none}nav form a{margin:0 .5rem}
