@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-page{width:100%;min-height:100vh;background:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif}.login-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:30px 20px 80px}.logo-section{margin-bottom:40px;text-align:center;width:100%}.welcome-section{text-align:center;margin-bottom:30px;width:100%}.welcome-title{font-size:23px;font-weight:700;line-height:34px;color:#000;margin:0 0 8px}.welcome-subtitle{font-size:13px;font-weight:600;line-height:20px;color:#6e6e6e;margin:0}.footer{position:fixed;bottom:0;left:0;right:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 40px;font-size:13px;font-weight:500;color:#6e6e6e;line-height:20px;background:#fff}.footer-left{margin:0;text-align:left}.footer-right{margin:0;text-align:right}.footer-right a{color:#6e6e6e;text-decoration:none;font-weight:700}.footer-right a:hover{text-decoration:underline}@media(max-width:768px){.footer{flex-direction:column;gap:15px;text-align:center;padding:15px 20px}.footer-left,.footer-right{text-align:center}}.login-form{width:479px;display:flex;flex-direction:column;gap:30px;margin:0 auto}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:13px;font-weight:600;color:#050505;line-height:20px}.input-wrapper{position:relative;display:flex;align-items:center;height:50px;border:1px solid rgba(0,0,0,.5);border-radius:10px;padding:0 15px;gap:10px}.input-icon{width:20px;height:20px;flex-shrink:0}.form-input{flex:1;border:none;outline:none;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;color:#6e6e6e;background:transparent}.form-input::placeholder{color:#6e6e6e}.show-password{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;padding:0}.show-password svg{width:100%;height:100%}.forgot-password{font-size:13px;font-weight:600;color:#253238;text-decoration:none;text-align:right;line-height:20px}.forgot-password:hover{text-decoration:underline}.login-btn{height:50px;background:#253238;border:none;border-radius:10px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;line-height:22px;transition:background .3s ease}.login-btn:hover{background:#1a2428}.divider{display:flex;align-items:center;gap:15px;font-size:13px;font-weight:600;color:#6e6e6e}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#00000080}.google-btn{height:50px;border:1px solid rgba(0,0,0,.5);border-radius:10px;background:#fff;font-size:16px;font-weight:600;color:#6e6e6e;cursor:pointer;font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .3s ease}.google-btn:hover{background:#f5f5f5}.signup-link{font-size:13px;font-weight:600;color:#6e6e6e;text-align:center;line-height:20px;margin:0}.login-form{width:479px;display:flex;flex-direction:column;gap:18px;margin:0 auto}.form-group{display:flex;flex-direction:column;gap:6px}.consent-group{display:flex;align-items:flex-start;gap:12px;margin:12px 0}.consent-checkbox{width:24px;height:24px;min-width:24px;border:2px solid #130F26;border-radius:6px;cursor:pointer;accent-color:#253238;margin-top:2px}.consent-label{font-size:13px;font-weight:500;color:#6e6e6e;line-height:18px;margin:0;cursor:pointer}.consent-label a{color:#000;text-decoration:underline;font-weight:600}.consent-label a:hover{text-decoration:none}.login-btn{height:50px;background:#253238;border:none;border-radius:10px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;line-height:22px;transition:background .3s ease;margin-top:8px}.signup-link{font-size:13px;font-weight:600;color:#6e6e6e;text-align:center;line-height:20px;margin:8px 0 0}.signup-link a{color:#253238;text-decoration:none}.signup-link a:hover{text-decoration:underline}.dashboard-page{width:100%;height:100vh;background:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;overflow:hidden}.dashboard-header{display:flex;justify-content:center;align-items:center;padding:15px 20px;position:relative}.dashboard-header .logo-section{margin-bottom:0}.logout-btn{position:absolute;right:40px;top:50%;transform:translateY(-50%);width:65px;height:65px;border-radius:50%;background:#25323817;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.logout-btn:hover{background:#25323826}.logout-btn svg{width:32px;height:32px}.dashboard-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;gap:30px}.welcome-card{width:100%;max-width:400px;border:2px solid #e0e0e0;border-radius:20px;padding:30px 20px;text-align:center;background:#fff}.card-title{font-size:24px;font-weight:700;color:#000;margin:0 0 8px}.card-subtitle{font-size:13px;font-weight:500;color:#6e6e6e;margin:0 0 30px}.center-animation{width:217px;height:217px;margin:0 auto 30px;border-radius:50%;object-fit:cover;animation:fastSpin 8s linear infinite}@keyframes fastSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.talk-btn{width:90px;height:90px;border-radius:100px;background:#253238;border:8px solid #B9B9C3;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0 auto;outline:none}.talk-btn:focus{outline:none;border:8px solid #B9B9C3}.talk-btn svg{width:65px;height:61px}.talk-text{font-size:16px;font-weight:600;color:#253238;margin:15px 0 0;text-align:center}.end-call-btn{margin-top:15px;padding:12px 30px;background:#ef2222;color:#fff;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:opacity .3s ease}.end-call-btn:hover{opacity:.9}.action-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn{padding:12px 24px;border:none;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;display:flex;align-items:center;gap:8px;transition:transform .3s ease}.btn:hover{transform:translateY(-2px)}.btn svg{width:20px;height:20px}.btn-blogs{background:#e8e8e8;color:#253238}.btn-sos{background:#ef2222;color:#fff}.btn-therapist{background:#2c3e50;color:#fff}*{margin:0;padding:0;box-sizing:border-box}body{background:#fff}html,body,#root{width:100%;height:100%}
