@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}html{height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--square-size:13px;--square-gap:5px;--week-width:calc(var(--square-size) + var(--square-gap))}.contribution-graph{display:inline-grid;grid-template-areas:"empty months" "days squares";grid-template-columns:auto 1fr;font-size:.7rem}.contribution-graph ul{list-style:none}.contribution-count{grid-area:contribution-count;text-align:left;margin:0}.months{grid-area:months;display:grid;grid-template-columns:72px 72px 72px 90px 72px 72px 90px 72px 72px 90px 72px 90px;grid-template-columns:calc(var(--week-width)*4) calc(var(--week-width)*4) calc(var(--week-width)*4) calc(var(--week-width)*5) calc(var(--week-width)*4) calc(var(--week-width)*4) calc(var(--week-width)*5) calc(var(--week-width)*4) calc(var(--week-width)*4) calc(var(--week-width)*5) calc(var(--week-width)*4) calc(var(--week-width)*5)}.days{grid-area:days}.days li:nth-child(odd){visibility:hidden}.squares{grid-area:squares;grid-auto-flow:column;grid-auto-columns:13px;grid-auto-columns:var(--square-size)}.days,.squares{display:grid;grid-gap:5px;grid-gap:var(--square-gap);grid-template-rows:repeat(7,13px);grid-template-rows:repeat(7,var(--square-size))}.squares li{background-color:#e2e2e2;border-radius:2px}.squares li[data-level="1"]{background-color:#c8d2ff}.squares li[data-level="2"]{background-color:#a7acf8}.squares li[data-level="3"]{background-color:#7260da}.dashboard-tiles{display:grid;grid-template-areas:"today-heading profile-section" "today-section profile-section" "contribution-count profile-section" "graph-section profile-section";align-items:center;grid-gap:2rem;gap:2rem;height:100%}.graph-section{grid-area:graph-section;border-radius:3rem;padding:2rem;border:1px solid #a7acf8}.profile-section{display:flex;flex-direction:column;justify-content:center;grid-area:profile-section;height:100%}.profile-pic{width:5rem;height:5rem;border-radius:50%;margin-right:1rem;background-color:#e6eeff;background-size:cover;background-position:top}.profile-card{display:flex}.statcard-small{display:flex;justify-content:space-between;padding:.5rem 2rem;border-radius:1rem;color:#403a50;box-shadow:10px 10px 11px -8px #ccc}.today-heading{grid-area:today-heading;text-align:left;margin:0}.today-section{grid-area:today-section;padding:2rem}.today-card{border-radius:3rem}.today-card-group{display:flex;justify-content:space-evenly}.dashboard-heading{font-size:1.5rem;font-weight:500;margin:0}.pomodoro{display:flex;flex-direction:column;align-items:center;justify-content:center;width:22em;height:22em;border-radius:200px;border:1.5px solid #3e3555}.increment-btn,.pomodoro{background-color:transparent}.increment-btn{border:none;outline:none;cursor:pointer;color:#3e3555;font-size:1em;padding:.5em}.timer-settings{display:flex;flex-direction:row;font-size:3em;color:#3e3555}.start-btn{border:none;outline:none;padding:10px;border-radius:40px;background-color:transparent}.task-wrapper{background-color:var(--secondary-bg-color);width:100%;min-height:100vh;max-height:100vh}.tasks{display:flex;margin-left:5rem}.task-heading{text-align:left;margin-left:5rem}.column{flex-direction:column;background-color:var(--secondary-bg-color);height:30rem;border-radius:.5rem;padding:.5rem;height:100%}.column,.column-header{display:flex;align-items:center}.column-header{justify-content:space-between;border-radius:.5rem .5rem 0 0;padding:1rem;width:15rem;margin-bottom:.3rem}.column-name{font-size:1.2rem;margin:0}.column-name,.task-count{display:flex;align-items:center}.task-count{background-color:var(--main-color);width:2rem;height:2rem;border-radius:200%;justify-content:center;margin:.5rem}.column-tasks{overflow:scroll}.task-card{padding:1rem;border-radius:.75rem;background-color:#fff;width:12rem;box-shadow:5px 7px 12px -3px rgba(0,0,0,.15);margin:.3rem}.task-card p{margin:0;font-size:.8rem}.task-title{font-size:1.1rem;font-weight:500}.back-button{position:fixed;top:0;left:0;padding:1rem}.login-form{display:flex;flex-direction:column;align-items:center}.login-field{border-radius:5px;margin:.5em;padding:1em;outline:none;border:1px;width:20em;color:var(--body-text-color);background-color:#f3f3f3;font-family:"Poppins",sans-serif}::-webkit-input-placeholder{color:var(--body-text-color);font-family:"Poppins",sans-serif}:-ms-input-placeholder{color:var(--body-text-color);font-family:"Poppins",sans-serif}::-ms-input-placeholder{color:var(--body-text-color);font-family:"Poppins",sans-serif}::placeholder{color:var(--body-text-color);font-family:"Poppins",sans-serif}.solid-button{border-radius:50px;border:none;background-color:var(--main-color);color:#fff}.outlined-button,.solid-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.8em 3em;outline:none;font-family:"Poppins",sans-serif;font-size:.9em;margin:1rem}.outlined-button{border-radius:50px;border:2px solid var(--main-color);background-color:#fff;color:var(--main-color)}.nav{top:0;left:0;overflow-x:hidden;position:fixed;height:100%;float:left;display:flex;flex-direction:column;background-color:#ece7fa;margin-right:2rem}.nav-icons{width:1.5rem;margin:1rem}.logo{display:flex;align-items:center;font-weight:600;font-size:1.3rem}.logo-img{padding:.8rem;width:2.7rem}.landing{flex-direction:column;width:100%;justify-items:center}.landing,.landing-nav{display:flex;overflow-x:hidden}.landing-nav{padding:.5rem .5rem 1rem;box-sizing:border-box;align-items:center;justify-content:space-between;margin-bottom:2rem}.landing-nav-labels-wrapper{display:flex;align-items:center}.landing-nav-labels{margin-left:2rem;font-weight:700}.landing-nav-labels a{color:var(--body-text-color)}.landing-nav-button-solid{border-radius:50px;border:none;background-color:var(--main-color);color:#fff}.landing-nav-button-outlined,.landing-nav-button-solid{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.6em 2em;outline:none;font-family:"Poppins",sans-serif;font-size:.9em}.landing-nav-button-outlined{border-radius:50px;border:2px solid var(--main-color);background-color:transparent;color:var(--main-color);margin:.5rem}.hero-section{box-sizing:border-box;display:flex;align-items:center;justify-content:space-evenly}.hero-heading{font-size:2rem;font-weight:700;padding-bottom:1rem}.hero-body{width:35rem}.hero-image{width:30rem}:root{--main-color:#7a8ae6;--body-text-color:#15141f;--secondary-bg-color:#f7f6f8}.App{text-align:center;background:#fff;background-size:cover;height:100%;width:100%;font-family:"Poppins",sans-serif;color:var(--body-text-color);min-height:100vh;display:flex;align-items:center;justify-content:center}h5{font-weight:400;padding:1rem;margin:0}h1,h2{font-weight:500;padding:1rem;margin:0}a{color:var(--main-color);text-decoration:none}ul{-webkit-padding-start:1em;padding-inline-start:1em;-webkit-margin-before:.3em;margin-block-start:.3em;-webkit-margin-after:.3em;margin-block-end:.3em}
/*# sourceMappingURL=main.49c5969b.chunk.css.map */