.watchlist-popup{align-items:flex-end;bottom:0;display:flex;height:100%;left:0;position:fixed;width:100%;z-index:99999999999}.watchlist-popup.active{display:block}.watchlist-popup label,.watchlist-popup p{color:var(--primaryDBlue);font-size:20px;font-weight:700}.watchlist-popup__overlay{background:rgba(0,0,0,.5);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}.watchlist-popup .watchlist-popup__inner .watchlist-popup__header{border-bottom:1px solid var(--primaryDBlue);margin-bottom:0!important;padding:clamp(20px,2vw,32px)!important;width:100%}.watchlist-popup .watchlist-popup__inner{align-items:center;background:var(--white);border-radius:25px;display:flex;flex-direction:column;font-weight:500;justify-content:center;left:50%;max-height:min(800px,100dvh);position:fixed;top:50%;transform:translate(-50%,-50%);width:min(750px,95%)}.watchlist-popup .watchlist-popup__content{display:block;margin-bottom:120px;overflow:auto;padding:clamp(20px,2.5vw,40px);width:100%}.watchlist-popup .watchlist-popup__content form{display:block;width:100%}.watchlist-popup .watchlist-popup__content textarea{border-radius:15px}.watchlist-popup .watchlist-popup__inner .watchlist-popup__actions{border-radius:0 0 5px 5px;border-top:1px solid var(--primaryDBlue);bottom:0;left:0;margin-bottom:0!important;padding:20px!important;position:absolute;right:0;width:100%}.watchlist-popup .watchlist-popup__inner .watchlist-popup__actions p,.watchlist-popup .watchlist-popup__inner .watchlist-popup__header p{margin-bottom:0;text-align:center}.watchlist-popup .watchlist-popup__inner .watchlist-popup__actions [class*=-btn]{border:1px solid var(--primaryDBlue);border-radius:15px;box-shadow:unset;color:#fff;cursor:pointer;display:inline-block;font-family:Satoshi;font-size:16px;font-weight:700;line-height:1!important;outline:unset;padding:20px 35px!important;text-align:center;text-decoration:unset;width:100%!important}.watchlist-cards{display:flex;flex-wrap:wrap;justify-content:space-around}.watchlist-cards .watchlist-card{margin-bottom:20px}@media screen and (max-width:768px){.watchlist-popup .watchlist-popup__inner{border-radius:25px 25px 0 0;bottom:0;top:unset;transform:translate(-50%);width:100%}}#watchlist-popup__instructions{font-size:16px;font-weight:400}