.formInputLayout{display:flex;flex-direction:row;gap:16px}@media only screen and (max-width: 500px){.formInputLayout{display:flex;flex-direction:column;gap:8px}}.morphing-container{position:relative;display:inline-block}.text{position:absolute;top:0;left:0;transition:opacity 1s ease,filter 1s ease;opacity:0;filter:blur(10px)}.current-text{opacity:1;filter:blur(0px)}.next-text,.fade-out{opacity:0;filter:blur(10px)}.fade-in{opacity:1;filter:blur(0px)}.blinking-cursor{display:inline-block;width:3px;height:1em;margin-left:2px;transform:translateY(4px);animation:blink .8s step-end infinite}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}.app{left:0;z-index:0}.app-content{text-align:center;display:flex;justify-content:center;align-items:center;background:radial-gradient(ellipse at center,#fff .5rem,#0000 40rem)}.app-logo{height:5rem;margin:0 auto;display:block;pointer-events:none}@media (prefers-reduced-motion: no-preference){.app-logo{animation:app-logo-spin infinite 20s linear}}@keyframes app-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text{display:inline;font-family:system-ui}.app-link{font-family:system-ui;font-weight:700;font-size:larger;gap:8px;display:flex;flex-direction:column;width:100%}.environment{font-weight:250}.development{color:#404b5a;text-transform:capitalize}.orange-purple-gradient-text{font-style:italic;margin-left:-7px;padding-right:7px;background:radial-gradient(57.34% 70.5% at 45.72% 61.11%,#f6b13b,#f65c3b 39.5%,#561d96);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.production{color:#5d39bb;text-transform:capitalize}a{text-decoration:underline;cursor:pointer}button{cursor:pointer}.flex-horizontal{display:flex;flex-direction:row}.flex-vertical{display:flex;flex-direction:column}.gap-12px{gap:12px}.gap-4px{gap:4px}.green-message{color:green!important}.description{font-weight:250;width:350px;margin-bottom:6px}.main{min-width:372px;display:flex;font-family:system-ui;align-items:center;flex-direction:column;gap:16px;max-height:100%}.header{display:flex;background-color:#fff;width:100%;height:80px;padding:21px 50px 21px 49px;justify-content:space-between;align-items:center;font-family:system-ui;z-index:1;position:fixed;top:0;font-size:14px}.header-content{display:flex;align-items:center;gap:16px}.logo{color:#000!important;font-size:24px;font-weight:600;line-height:30px;text-decoration:none}.title{font-size:24px;padding:10px}.google-oauth-button{display:flex;padding:12px 16px;align-items:center;justify-content:center;gap:12px;align-self:stretch;background-color:#fff;border-radius:4px;border:1px solid #e2e2e2;cursor:pointer;text-decoration:none;font-weight:400;max-width:350px}.google-oauth-button:hover{background-color:#eee}.signout-button{display:flex;padding:8px 24px;align-items:flex-start;gap:10px;border-radius:4px;background:#000;color:#fff;font-size:16px;border:none;cursor:pointer;text-decoration:none}.card-stack{display:flex;flex-direction:column;gap:16px;max-height:100%;overflow:hidden}.card{display:flex;flex-direction:column;flex:1;border-radius:8px;border:1px solid #e2e2e2;background-color:#fff;padding:24px;gap:16px;color:#000}.user-card{flex-basis:185px}.card-content{display:flex;text-align:left;flex-wrap:wrap;justify-content:space-evenly;align-items:center;gap:16px;border-radius:8px;white-space:nowrap}.icon{border-radius:100px;width:72px;height:72px}.userData{display:flex;flex:3;flex-direction:column;align-items:flex-start;gap:4px;font-weight:300}.sm-description{color:#545454;text-align:center;font-size:12px;font-weight:400;line-height:12px}.custom-form{display:flex;gap:12px;flex-direction:column;max-width:350px;width:100%}.custom-input{font-size:1rem;padding:4px 12px;border:solid 1px #ccc;border-radius:4px;width:100%}.custom-button{font-size:1rem;color:#000;background:#eee;padding:6px;border:1px solid black;border-radius:4px;cursor:pointer;transition:all .2s;text-decoration:none;width:150px}.error{color:red}.success{color:green}.format-message:first-letter{text-transform:capitalize}.primary{color:#fff!important;background:#000}.custom-button:hover{opacity:80%;transition:all .2s}.form-title{font-size:1.5rem;font-weight:600;margin-bottom:0;padding-bottom:8}.section-stripe-products{display:flex;gap:24px}.div-stripe-product{background:#fff;display:flex;flex-direction:column;width:400px;margin:8px;border:solid 1px #556cd6;border-radius:6px}.div-stripe-product form,form{margin:0!important}.div-product-header{display:flex;flex-direction:row;align-items:center}.div-product-header h3{flex-grow:1;padding-right:4rem}.div-product-body{padding:8px;display:flex;flex-direction:column;align-items:center}.div-stripe-price{display:flex;flex-direction:row;align-items:center;padding:4px}.p-stripe-message{font-style:normal;font-weight:500;font-size:14px;line-height:20px;letter-spacing:-.154px;color:#242d60;height:100%;width:100%;padding:0 20px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.img-stripe-payment{border-radius:6px;margin:10px;width:54px;height:57px}.h-stripe-payment{font-style:normal;font-weight:500;font-size:14px;line-height:20px;letter-spacing:-.154px;color:#242d60;margin:0}h3.h-stripe-payment{opacity:.5;font-size:16px}h5.h-stripe-payment{opacity:.5}.btn-stripe-subscribe{height:36px;background:#556cd6;color:#fff;width:100%;font-size:14px;border:0;font-weight:500;cursor:pointer;letter-spacing:.6;border-radius:6px;transition:all .2s ease;box-shadow:0 4px 5.5px #00000012}.btn-stripe-subscribe:hover{opacity:.8}.btn-stripe-subscribe:disabled{pointer-events:none;background-color:#cfd2e1;color:#a8abc0;cursor:not-allowed;box-shadow:none;opacity:.7}.pricing-card-container{display:flex;gap:20px}.pricing-card{background-color:#fff;border:1px solid #e0e0e0;overflow:hidden;border-radius:8px;width:300px;box-shadow:0 2px 8px #0000000d;transition:box-shadow .3s ease,transform .3s ease}.pricing-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-5px)}.card-header{display:flex;flex-direction:column;gap:12px;padding:20px;text-align:left;background-color:#f9fafc;border-bottom:1px solid #e0e0e0}.plan-title{font-size:24px;font-weight:700;margin:0;color:#32325d}.plan-price{font-size:32px;font-weight:700;color:#6772e5;margin:10px 0 0}.plan-price span{font-size:16px;color:#8898aa}.card-body{padding:20px}.features-list{list-style:none;padding:0;margin:0;text-align:center}.features-list li{font-size:16px;padding:10px 0;border-bottom:1px solid #e0e0e0;color:#525f7f}.features-list li:last-child{border-bottom:none}.card-footer{padding:20px;text-align:center}.select-button{background-color:#6772e5;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.select-button:hover{background-color:#5469d4}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-cyrillic-ext-400-normal-tyfMZHQw.woff2) format("woff2"),url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-cyrillic-ext-400-normal-CzG7Kr3z.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-cyrillic-400-normal-Df6ckaLK.woff2) format("woff2"),url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-cyrillic-400-normal-JrS_4yms.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-greek-ext-400-normal-CIdlr5YK.woff2) format("woff2"),url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-greek-ext-400-normal-_Rr29XE2.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-greek-400-normal-DQXyrmoy.woff2) format("woff2"),url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-greek-400-normal-DvIPHDQ7.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-vietnamese-400-normal-Cnt0N5Vm.woff2) format("woff2"),url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-vietnamese-400-normal-DIOGfGLL.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-latin-ext-400-normal-D3W-OpO-.woff2) format("woff2"),url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-latin-ext-400-normal-8tIzm-yw.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-latin-400-normal-BT1H-PT_.woff2) format("woff2"),url(https://app-assets.gadget.dev/a/139470/278710/assets/inter-latin-400-normal-Cdi8t5Mu.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
