:root{--primary-color:#ea2a33;--secondary-color:#fd8080;--button-color:#74a0b4;--accent-color:#89d2f7;--background-color:#fcf8f8;--text-color:#202020}.success-signup-container{text-align:center;background:#fff;border-radius:12px;flex-direction:column;max-width:600px;margin:0 auto;padding:0 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}.success-signup-container .header h1{color:#202020;font-size:1.8rem}.success-signup-container .content{min-height:auto;margin-bottom:1.5rem}.success-signup-container .content p{color:#333;margin:.5rem 0;line-height:1.4}.success-signup-container .content .email-text{color:#000;font-weight:600}.success-signup-container .trouble-section{text-align:center;flex-direction:column;align-items:center;display:flex}.success-signup-container .trouble-section p{margin-bottom:.5rem;font-weight:600}.success-signup-container .trouble-section ul{color:#444;margin-bottom:1rem;padding-left:0;list-style:none}.success-signup-container .trouble-section ul li{margin:.4rem 0}.success-signup-container .trouble-section .resend-btn{color:#fff;cursor:pointer;background-color:#fd8080;border:none;border-radius:6px;margin:0 auto;padding:.5rem 1rem;font-weight:600;transition:background .3s;display:inline-block}.success-signup-container .trouble-section .resend-btn:hover{background-color:#fc4e4e}
:root{--primary-color:#ea2a33;--secondary-color:#fd8080;--button-color:#74a0b4;--accent-color:#89d2f7;--background-color:#fcf8f8;--text-color:#202020}.signup-popup-wrapper .signup-popup-container{z-index:9999;background:#0009;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:2rem 0;display:flex;position:fixed;top:0;left:0}.signup-popup-wrapper .signup-popup{background:#fff;border-radius:16px;width:480px;max-width:95%;max-height:90vh;margin-top:2rem;margin-bottom:6rem;padding:2.5rem;animation:.3s ease-in-out fadeIn;position:relative;overflow-y:auto;box-shadow:0 8px 24px #0003}.signup-popup-wrapper .signup-popup .success-signup-wrapper{box-shadow:none;border-radius:0;padding:0;overflow:hidden}.signup-popup-wrapper .signup-popup .loader-container{min-height:auto}.signup-popup-wrapper .close-btn{cursor:pointer;color:#333;background:0 0;border:none;font-size:1.5rem;position:absolute;top:12px;right:16px}.signup-popup-wrapper .popup-title{text-align:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.signup-popup-wrapper form{flex-direction:column;gap:1rem;display:flex}.signup-popup-wrapper .name-row{gap:1rem;display:flex}.signup-popup-wrapper .name-row .input-group{flex:1}.signup-popup-wrapper .input-group{flex-direction:column;display:flex}.signup-popup-wrapper .input-group input{border:1px solid #ccc;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.signup-popup-wrapper .input-group input:focus{border-color:#000}.signup-popup-wrapper .input-group .error{color:red;margin-top:4px;font-size:.8rem}.signup-popup-wrapper .checkbox-row{align-items:flex-start;margin-top:.5rem;margin-bottom:0;font-size:.9rem;display:flex}.signup-popup-wrapper .checkbox-row input{margin-right:.5rem}.signup-popup-wrapper .terms-row,.signup-popup-wrapper .checkbox-row{color:#555;font-size:.85rem;line-height:1.4}.signup-popup-wrapper .terms-row{text-align:center;margin-top:1rem;margin-bottom:1.5rem}.signup-popup-wrapper .terms-row a{color:var(--secondary-color);text-decoration:none}.signup-popup-wrapper .terms-row a:hover{text-decoration:underline}.signup-popup-wrapper .captcha-row{margin-bottom:1rem;font-size:.9rem}.signup-popup-wrapper .captcha-row input{margin-right:.5rem}.signup-popup-wrapper .captcha-row .error{color:red;font-size:.8rem}.signup-popup-wrapper .signin-btn{color:#fff;cursor:pointer;background:#89d2f7;border:none;border-radius:8px;width:100%;margin-top:.5rem;margin-bottom:1rem;padding:.9rem;font-size:1rem;font-weight:700;transition:background .3s}.signup-popup-wrapper .signin-btn:hover{background:#65c4f5}.signup-popup-wrapper .signin-btn:disabled{cursor:not-allowed;background:#9bd9f8}.signup-popup-wrapper .divider{text-align:center;align-items:center;margin:1.5rem 0;display:flex}.signup-popup-wrapper .divider:before,.signup-popup-wrapper .divider:after{content:"";border-bottom:1px solid #ccc;flex:1}.signup-popup-wrapper .divider span{color:#777;margin:0 .75rem;font-size:.9rem}.signup-popup-wrapper .social-login{justify-content:center;gap:1rem;margin-bottom:1.2rem;display:flex}.signup-popup-wrapper .social-login .social-icon{cursor:pointer;border:1px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:all .2s;display:flex}.signup-popup-wrapper .social-login .social-icon:hover{background:#f5f5f5}.signup-popup-wrapper .social-login .social-icon.google{color:#db4437}.signup-popup-wrapper .social-login .social-icon.facebook{color:#1877f2}.signup-popup-wrapper .bottom-row{text-align:center;font-size:.9rem}.signup-popup-wrapper .bottom-row .signup-link{color:var(--secondary-color);cursor:pointer;margin-left:5px;font-weight:500}.signup-popup-wrapper .bottom-row .signup-link:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
