.profile-menu{position:absolute;top:80px;right:0;z-index:999;width:300px}.card{border-radius:1rem;padding:1rem;color:white}.infos{display:flex;flex-direction:row;align-items:flex-start;gap:1rem}.image{height:7rem;width:7rem;border-radius:.5rem;background:linear-gradient(to bottom right,rgb(118,36,194),rgb(185,128,240))}.info{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;gap:.5rem}.name{font-size:1.25rem;font-weight:500;color:white}.stats{margin-top:.3rem;border-radius:.5rem;background-color:white;padding:.4rem;display:flex;justify-content:space-between;font-size:.7rem;color:black}.flex{display:flex;flex-direction:column;align-items:center;margin:0 4px}.state-value{font-weight:700;color:rgb(118,36,194)}.request{margin-top:.5rem;width:100%;border:1px solid transparent;border-radius:.5rem;padding:.4rem .75rem;font-size:.9rem;background-color:transparent;color:white;cursor:pointer;transition:all .3s ease}.request:hover{background-color:rgb(118,36,194);color:#fff}