.complete-profile-popup-window-overlay{width:100vw;height:100vh;position:fixed;top:0;left:0;animation:open-faded-window-layer-animation .3s ease-in-out forwards;z-index:4;overflow:hidden}@keyframes open-faded-window-layer-animation{0%{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);background-color:transparent}to{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-color:rgba(9,20,33,.2)}}.complete-profile-popup-window{padding:2vw 1vw;width:29vw;height:21vw;position:relative;background:#e7e7e7;transform:translateY(110%);border-radius:2vw;justify-content:flex-start!important}.complete-profile-popup-window.open{animation:open-window-animation .3s ease-in-out forwards;animation-delay:.1s}@keyframes open-window-animation{0%{transform:translateY(110%)}to{transform:translateY(0)}}.complete-profile-popup-window img{width:9vw}.complete-profile-popup-window p{width:80%;font-size:.85vw;text-align:center}.complete-profile-popup-window .btn{margin-top:1vw;width:50%;height:2.75vw;min-width:unset!important;font-size:.85vw;white-space:nowrap;font-weight:700;background-color:var(--primary-blue-500);color:#ffffff;border-radius:1.2vw;transition:all .2s ease-in-out}.complete-profile-popup-window .btn:hover{background-color:var(--primary-blue-800)}@media screen and (max-width:992px){.complete-profile-popup-window{padding:6vw 3vw;width:90vw;height:81vw;transform:translateY(210%);border-radius:6vw;gap:1.5vw}@keyframes open-window-animation{0%{transform:translateY(210%)}to{transform:translateY(-12%)}}.complete-profile-popup-window img{width:32vw}.complete-profile-popup-window p{margin-top:2vw;width:90%;font-size:3.5vw;text-align:center;font-weight:400;line-height:8vw}.complete-profile-popup-window .btn{margin-top:5vw;width:70%;height:10vw;font-size:3vw;border-radius:4vw}}