body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}html{background-color:#2b2929;color:#fff;height:100vh}.app-container,.goal-container{padding:0!important}#date-picker{width:195px!important}#progress-circle-BG{position:relative!important;z-index:10}#progress-circle{left:calc(50vw - 40px);position:absolute!important;z-index:1}#savings-msg{scroll-margin:3em}html{box-sizing:border-box;font-size:16px;margin:0;padding:0}*,:after,:before{box-sizing:inherit}blockquote,body,div,figcaption,figure,h1,h2,h3,h4,h5,h6,ol,p,section,ul{margin:0;padding:0}ol,ul{list-style:none}html{height:100%}body,html{min-height:100vh}body{background-color:#141717;color:#cdd1cc;max-width:100vw;overflow-x:hidden}.app-container{align-items:center;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.button{background-color:#0ab377;border:1px solid #088f60;border-radius:5rem;box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);color:#0f1111;cursor:pointer;font-size:1.2rem;margin:1rem;min-width:50%;padding:.25rem 1rem}.button:hover{background-color:#0dd48e;color:#070808}.button:disabled{background-color:#0dd48e83;box-shadow:none;color:#07080880;cursor:not-allowed}a{color:#0dd48e}a:active,a:hover{color:#098f60}.nav{align-items:center;background-color:#0f1111;display:flex;height:2rem;justify-content:space-between;padding:.25rem 1rem;width:100vw}.nav a{font-size:1.5rem;text-decoration:none}.nav button{background-color:inherit;border:none;color:#088f60;cursor:pointer;font-size:1.25rem}.nav button:hover{color:#0dc081}.demo-msg-container{background-color:#222626;border:1px solid #0ab377;border-radius:1em;box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);color:#cdd1cc;margin:1rem auto;max-width:500px;min-height:auto;padding:1rem 2rem;position:absolute;text-align:center;top:3rem;z-index:10}.minimized-demo{position:absolute;right:2.5rem;top:2.5rem}.demo-info-icon{fill:#0ab377;cursor:pointer;height:2rem;width:2rem}.demo-info-icon:hover{fill:#0dc283;height:2.1rem;width:2.1rem}.close-demo-btn,.open-demo-btn{fill:#6e6d6e;cursor:pointer;height:1.3em;position:absolute;right:.4em;top:.4em;width:1.3em}.close-demo-btn:hover,.open-demo-btn:hover{fill:#858585;height:1.4em;width:1.4em}.demo-btn{background-color:inherit;border:1px solid #088f60;border-radius:5px;box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);color:#0ab377;cursor:pointer;font-size:1.2rem;margin-top:1rem;padding:.25rem 1rem}.demo-btn:hover{border:1px solid #0aaf75;color:#0eda92}@media screen and (max-width:500px){.demo-msg-container{max-width:90%;padding:1rem 2rem}.minimized-demo{position:absolute;right:2.5rem;top:5rem}}.user-forms{background-color:#222626;border-radius:.5em;box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);color:#cdd1cc;display:flex;flex-direction:column;justify-content:space-around;margin-bottom:calc(50vh - 175px);min-height:350px;padding:2rem 1.5rem}.user-forms h1,.user-forms p{text-align:center}.form-spinner{fill:#0ab377;-webkit-animation:spinner 2s linear infinite;animation:spinner 2s linear infinite;height:2rem;margin:auto;width:2rem}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.error-msg{color:#b20a0d}.landing-msg{align-items:center;color:#0ab377;font-size:2.5rem;height:calc(80vh - 3rem);padding:1rem;text-align:center}.landing-form,.landing-msg{display:flex;justify-content:space-around}.landing-form{background-color:#222626;border-radius:.5em;box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);color:#cdd1cc;flex-direction:column;margin:5rem auto;min-height:500px;padding:2rem 1.5rem}.landing-form h2{color:#0ab377;text-align:center}.landing-input-container{display:flex;flex-direction:column}@media screen and (max-width:500px){.start-instructions{padding:.5rem 0;text-align:center;width:90%}}.loading-tracker-container{background-color:#0f1111;border-radius:.25rem;box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);color:#0ab377;display:flex;flex-direction:column;font-size:1.5rem;justify-content:center;margin-bottom:calc(50vh - 1rem - 64px);padding:2rem 1rem}.tracker-spinner{fill:#0ab377;-webkit-animation:spinner 2s linear infinite;animation:spinner 2s linear infinite;height:2.5rem;margin:auto;width:2.5rem}.tracker-container{display:grid;grid-template-areas:"nav display info";grid-template-columns:fit-content(250px) 1fr fit-content(250px);grid-template-rows:100%;height:calc(100vh - 2rem);overflow:hidden;width:100vw}@media screen and (max-width:850px){.tracker-container{display:grid;grid-template-areas:"nav" "display" "info";grid-template-columns:100vw;grid-template-rows:auto auto auto;min-height:calc(100vh - 2rem);overflow:scroll;width:100vw}}@media screen and (max-width:500px){.tracker-container{display:grid;grid-template-areas:"nav" "display" "info";grid-template-columns:100vw;grid-template-rows:auto auto auto;min-height:calc(100vh - 2rem);overflow:scroll;width:100vw}}.tracker-nav-container{border-right:1px solid #6e6d6e;display:flex;flex-direction:column;grid-area:nav;width:100%}.tracker-nav{display:flex;flex-direction:column;flex-grow:0;margin-bottom:1rem}.tracker-nav-btn{background-color:inherit;border:none;border-bottom:1px solid #222626;border-right:5px solid #858585;color:#cdd1cc}.tracker-nav-btn,.tracker-nav-btn-active{cursor:pointer;font-size:1.3rem;padding-bottom:.2rem;padding-top:.5rem;width:100%}.tracker-nav-btn-active{background-color:#222626;border:none;border-bottom:1px solid #0aaf75;border-right:5px solid #0ab377;color:#a3a7a2}.motivational-quote{align-items:center;background-color:#222626;border-radius:.2rem;box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);display:flex;flex-grow:0;justify-content:center;margin:auto 1rem;padding:1rem}.motivational-quote blockquote{width:100%}.quote{margin-bottom:1rem}.author{text-align:center}@media screen and (max-width:850px){.tracker-nav-container{border:none}.tracker-nav{flex-direction:row;width:100vw}.tracker-nav-btn{border-bottom:1px solid #222626;border-right:none}.tracker-nav-btn-active{background-color:inherit;border-bottom:2px solid #0aaf75;border-right:none}}.tracker-display-container{align-items:center;display:flex;flex-direction:column;grid-area:display;height:100%;justify-content:space-around;max-height:calc(100vh - 2rem)}.goal-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;max-height:100%;overflow-y:scroll;width:100%}.goal-container::-webkit-scrollbar{background-color:#222626;border-radius:3px;width:.5em}.goal-container::-webkit-scrollbar-thumb{background:#0ab377;cursor:pointer;max-height:5rem}.goal-container::-webkit-scrollbar-thumb:hover{background:#07724c}.goal-form{align-items:center;background-color:#222626;box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);display:flex;flex-direction:column;justify-content:center;margin:1rem auto;max-width:250px;padding:1rem}.goal-form-wrapper{width:100%}.goal-card{align-items:center;background-color:#222626;border-radius:.2rem;box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);display:flex;flex-wrap:wrap;justify-content:space-around;margin:1rem auto;max-height:125px;min-height:100px;padding:1rem;width:300px}.progress-circle{height:4rem;width:4rem}.check-mark,.star-button{fill:#0ab377;height:4rem;width:4rem}.star-button,.trash-button{cursor:pointer}.trash-button{fill:#6e6d6e}.goal-card-error{color:#b20a0d;width:270px}.completed-container{display:flex;flex-direction:column;justify-content:space-around;min-height:100vh;padding:0 1rem;text-align:center;width:100%}.completed-text{color:#0ab377;font-size:1.2rem}.completed-list{overflow-y:scroll}.completed-list::-webkit-scrollbar{background-color:#222626;border-radius:3px;height:5rem;width:.5em}.completed-list::-webkit-scrollbar-thumb{background:#0ab377;cursor:pointer}.completed-list::-webkit-scrollbar-thumb:hover{background:#07724c}@media screen and (max-width:850px){.tracker-display-container{grid-area:display;height:100%;max-height:100%;min-height:auto;overflow-y:visible}.milestone-container{flex-direction:column;flex-wrap:nowrap}.milestone-container,.personal-container{min-height:100%;padding:2rem 0}.completed-container{display:flex;flex-direction:column;justify-content:space-around;min-height:100%;padding:2rem 1rem;text-align:center;width:100%}}.tracker-info-container{align-items:center;border-left:1px solid #6e6d6e;display:flex;flex-direction:column;justify-content:space-between}.info-form{margin:2rem 0}.info-totals{display:flex;flex-direction:column;text-align:center;width:100%}.info-totals p{border-bottom:2px solid #222626;border-top:1px solid #222626;display:inline;font-size:1.3rem;margin-top:.5rem;padding:1rem}.info-spent{color:#b20a0d}.info-balance{color:#0ab377}.edit-form{background-color:#222626;border-radius:.5em;box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);color:#cdd1cc;display:flex;flex-direction:column;margin:0 auto;padding:2rem 1rem;width:90%}@media screen and (max-width:850px){.tracker-info-container{align-items:center;border-left:none;display:flex;flex-direction:column-reverse;justify-content:space-between;padding:2rem 0}}.footer{color:#6e6d6e}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}
/*# sourceMappingURL=main.af2342f0.css.map*/