@font-face{font-family:"Nunito";src:url(/PomodoTimer/static/media/Nunito-Light.abdadce6.ttf)}body{margin:0;width:100vw;height:98vh;overflow-x:hidden;font-family:"Nunito",sans-serif;background-color:#e5f2fe}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--letter_dark:#151930}svg{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.beforestart{stroke-dasharray:1995;stroke-dashoffset:0}.animated{stroke-dasharray:1995;stroke-dashoffset:1995;-webkit-animation:counter 5s 1 forwards;animation:counter 5s 1 forwards}.counter{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@-webkit-keyframes counter{to{stroke-dashoffset:0}}@keyframes counter{to{stroke-dashoffset:0}}.timer{display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.timer h1{position:absolute;font-weight:lighter;top:350px;left:291px;font-size:3em;top:calc(50% - 35px);left:calc(30% - 75px)}.timercontainer{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex}.timercontainer button{float:right}.temporizador{font-weight:400;font-size:60px;position:absolute;left:280px;top:310px}.circleTimer{stroke-dasharray:1948px;position:absolute}svg.stationary{stroke-dashoffset:0px}svg.oncurse{stroke-dashoffset:1947px;-webkit-animation:startTimer 10s ease 1 forwards;animation:startTimer 10s ease 1 forwards}svg.paused{-webkit-animation-play-state:paused;animation-play-state:paused}svg.continued{-webkit-animation-play-state:running;animation-play-state:running}button img{width:30px;height:30px;-webkit-filter:invert(10%);filter:invert(10%)}button{background-color:#add8e6;border:0;display:flex;justify-content:center;align-items:center;padding:2px 10px;border-radius:5px;box-shadow:5px 2px 15px 3px rgba(0,0,0,.089);cursor:pointer}.controls{display:flex;flex-direction:column;height:105px;justify-content:space-between}@-webkit-keyframes startTimer{0%{stroke-dashoffset:1948px}to{stroke-dashoffset:0px}}@keyframes startTimer{0%{stroke-dashoffset:1948px}to{stroke-dashoffset:0px}}.logo{margin:-22px 0 0}.logo-svg{color:#151930;font-size:2.8rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:40px}.logo-svg:before{top:7px;z-index:-2;background-color:#ffe883;width:360px;height:40px;-webkit-animation:beforeAnimation 1.1s ease-in-out infinite alternate;animation:beforeAnimation 1.1s ease-in-out infinite alternate}.logo-svg:after,.logo-svg:before{position:absolute;content:".";color:transparent}.logo-svg:after{z-index:-1;top:18px;left:30px;background-color:#ff9683;width:365px;height:45px;-webkit-animation:afterAnimation 1.1s ease-in-out infinite alternate;animation:afterAnimation 1.1s ease-in-out infinite alternate}@-webkit-keyframes afterAnimation{to{top:15px}}@keyframes afterAnimation{to{top:15px}}@-webkit-keyframes beforeAnimation{to{top:10px}}@keyframes beforeAnimation{to{top:10px}}.navegacao{display:flex;align-items:center}a{text-decoration:none}a:visited{color:inherit}.link{background-color:#82baed;font-weight:700;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:10px;margin-right:30px;margin-top:-5px;box-shadow:6px 6px 0 #3b85c7;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.link:nth-of-type(2n){background-color:#ff9581;box-shadow:6px 6px 0 #ff5b3d}.link:last-of-type{background-color:#ffcc83;box-shadow:6px 6px 0 #ff8b3d}.todo_container{max-height:500px;overflow-x:auto;overflow-y:scroll;scrollbar-color:#a4bcc4 #f1f1f1;scrollbar-width:10px;border-radius:20px}.todo_container::-webkit-scrollbar{width:10px}.todo_container::-webkit-scrollbar-track{background:#f1f1f1}.todo_container::-webkit-scrollbar-thumb{background:#a4bcc4;border-radius:20px}.todo_container::-webkit-scrollbar-thumb:hover{background:#778f97}.todo p{color:var(--letter_dark);padding:0;margin:0;display:inline-block;font-weight:700;font-size:1.5em}.todo .title{background-color:#add8e6;padding:5px 10px;border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:space-between}.todo,.todo .title.minimized{border-radius:10px}.todo{display:flex;flex-direction:column;width:475px;margin-left:120px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;box-shadow:5px 2px 15px 3px rgba(0,0,0,.123)}.task,.todo input{background-color:#fff6da;max-height:50px;border-top:1px solid #448ba0;display:flex;justify-content:flex-start}.todo input{font-size:1rem;outline:none;width:90%;border:0}.task{padding:15px 10px;border-radius:0;display:flex;justify-content:space-between;align-items:center}.task p{padding:0}.task img{width:25px;height:25px;border-radius:100%}.task img .notdone{-webkit-animation-play-state:paused;animation-play-state:paused}.taskinput{border-radius:0 0 10px 10px}.delete{margin-right:5px;width:15px;height:15px}.clearTasks{display:inline-block;width:25px;height:25px;border-radius:100%}.clearTasks img{width:23px;cursor:pointer}.checkmark{cursor:pointer;width:21px;height:21px;background-color:#fff6da;border-radius:100%;margin-right:2px;border:2px solid var(--letter_dark);transition:all .2s ease;display:flex;justify-content:center;align-items:center}.checkmark img{width:17px;height:17px;padding:3px}img.done{background-color:var(--letter_dark)}.outlined{-webkit-text-decoration:line-through var(--letter_dark);text-decoration:line-through var(--letter_dark)}.main{width:100%;height:100%;display:grid;grid-template-columns:444px 1fr;grid-template-rows:80px 1fr}.content{background-color:#fff;width:93vw;grid-column-start:1;grid-column-end:3;margin:10px auto auto;border-radius:10px;display:flex;justify-content:center;align-items:center;box-shadow:5px 2px 15px 8px rgba(0,0,0,.089)}footer p{font-size:.8em}footer{margin:auto}.hidden{display:none}@media screen and (max-width:366px){.main{grid-template-rows:70px 60px 1fr;display:flex;flex-direction:column}.logo h1{font-size:37px;margin-top:35px}.logo-svg:after,.logo-svg:before{width:300px}.navegacao{grid-row-start:2;grid-row-end:3;justify-content:space-around;margin-left:10px;margin-bottom:10px;width:100vw}.content{width:90%;height:auto;display:grid;grid-template-columns:1fr;grid-template-rows:400px 1fr;display:flex;flex-direction:column}.timercontainer{display:flex;flex-direction:column;justify-content:center}.timercontainer .controls{flex-direction:row;align-items:center;justify-content:center;margin-left:75px;margin-top:-40px}.link{font-size:.8em}.timer h1{font-size:32px;top:calc(40% - 30px);left:calc(50% - 45px)}svg{height:300px;margin-bottom:0}.todo,svg{width:300px}.todo{margin-left:0;margin-bottom:20px}.todo_container{display:flex;justify-content:center}}@media screen and (min-width:366px) and (max-width:1080px){.main{grid-template-rows:70px 60px 1fr;display:flex;flex-direction:column}.logo h1{font-size:37px;margin-top:35px}.logo-svg:after,.logo-svg:before{width:300px}.navegacao{grid-row-start:2;grid-row-end:3;justify-content:space-around;margin-left:10px;margin-bottom:10px;width:100vw}.content{width:90%;height:auto;display:grid;grid-template-columns:1fr;grid-template-rows:400px 1fr;display:flex;flex-direction:column}.timercontainer{display:flex;flex-direction:column;justify-content:center}.timercontainer .controls{flex-direction:row;align-items:center;justify-content:center;margin-left:75px;margin-top:-40px}.link{font-size:.8em}.timer h1{font-size:32px;top:calc(40% - 45px);left:calc(50% - 45px)}svg{height:300px;margin-bottom:0}.todo,svg{width:300px}.todo{margin-left:0;margin-bottom:20px}.todo_container{display:flex;justify-content:center}}@media screen and (min-width:1080px){.todo{width:400px;margin-left:10px}.timer h1{left:calc(50% - 290px)}}
/*# sourceMappingURL=main.ba45ff4d.chunk.css.map */