@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap";:root{--primary: #a060ff;--secondary: #00e4e3;--tertiary: #05001e;--white: #fafafa;--black: #212121;--light: #f5f5f5;--green: #2eb26a;--red: #e2201d;--grey: #888888;--grey-secondary: #cccccc;--grey-accent: #eeeff2;--grey-light: #d2d2d7;--grey-input: #e5e5e5;--grey-text: #888888;--focus-grey: #d2d2d7;--blue: #1e96d4;--light-blue: #66beeb;--border-blue: #1e96d4}html,body,app-root{height:100%}body{font-family:Avenir,-apple-system,BlinkMacSystemFont,Roboto,sans-serif;font-size:1rem;color:var(--black);background-color:var(--white);box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;min-height:100%;display:flex;flex-direction:column;overflow-x:hidden}app-host{height:100%;display:flex;flex-direction:column;margin:72px 0 0}app-home{padding:0}app-bottom-nav{background-color:var(--white);margin-top:auto;position:fixed;left:0;right:0;bottom:0}*{-webkit-tap-highlight-color:transparent}*:focus{outline:none;box-shadow:none}*,*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem}p{margin:0}.text-center{text-align:center}.tm-auto{margin-top:auto}.wrapper{padding:1rem}.button{font-family:Avenir,-apple-system,BlinkMacSystemFont,Roboto,sans-serif;font-weight:700;font-size:1rem;display:flex;width:100%;justify-content:center;align-items:center;padding:1rem;border:none;border-radius:.5rem}.primary-button{background-color:var(--primary);color:var(--white)}.secondary-button{background-color:var(--grey-accent);color:var(--tertiary)}.primary-button-icon{width:1.5rem;height:1.5rem;padding-right:.5rem}.auth-page .back{padding:1rem;cursor:pointer}.auth-page .auth-wrapper{height:100%;padding:1rem;display:flex;gap:1rem;flex-direction:column;align-items:center;justify-content:center}.auth-page .auth-wrapper .auth-img{width:200px}.auth-page .auth-wrapper .auth-form-wrapper{width:100%;display:flex;flex-direction:column;gap:.5rem}.auth-page .auth-wrapper .auth-form-group{display:flex;flex-direction:column;gap:1rem}.auth-page .auth-wrapper .form-group{display:flex;flex-direction:column}.auth-page .auth-wrapper .form-group input{font-family:Avenir,-apple-system,BlinkMacSystemFont,Roboto,sans-serif;font-size:1rem;border:1px solid var(--grey-light);border-radius:.25rem;padding:1rem .5rem}.auth-page .auth-wrapper .text-button{color:var(--primary);text-decoration:none;font-weight:600}.auth-page .auth-wrapper .or{display:flex;justify-content:center;align-items:center;color:var(--grey);margin:.5rem 0}.auth-page .auth-wrapper .or:after,.auth-page .auth-wrapper .or:before{content:"";display:block;background:var(--grey-secondary);width:50%;height:1px;margin:0 .5rem}.auth-page .auth-wrapper .or:before{margin-left:0}.auth-page .auth-wrapper .or:after{margin-right:0}.auth-page .auth-wrapper .forgot-password{display:flex;justify-content:flex-end}.auth-page .auth-wrapper .terms,.auth-page .auth-wrapper .login-signup{padding:16px 0}.auth-page .auth-wrapper .login-signup{display:flex;justify-content:center}.auth-page .auth-wrapper .login-signup .text-button{padding-left:4px}
