.UnlockButton_unlockButtonContainer__hreGA{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:none}.UnlockButton_unlockButton__hzOO5{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px;gap:10px;background-color:var(--white);border:2px solid var(--gray);border-radius:15px;transition:border-color .5s ease}.UnlockButton_unlockButton__hzOO5 p{font-size:14px!important;font-weight:600!important;color:var(--black);transition:all .3s ease;white-space:nowrap}.UnlockButton_unlockButton__hzOO5 svg{min-width:18px;min-height:18px;color:var(--black);transition:all .2s ease}.UnlockButton_unlockButtonContainer__hreGA:hover .UnlockButton_unlockButton__hzOO5{border-color:var(--gradient2)}