.main--todo{margin:0 30px}@media(max-width:790px){.main--todo{margin:0}}@media(min-width:1000px){.main--todo{margin:0 100px}}.backToHome{background-color:rgba(144,202,249,.761);border:1px solid #afacac;border-radius:50px;color:#fff;padding:10px;text-decoration:none}@media(max-width:480px){.backToHome{font-size:.7rem}}.backToHome:hover{background-color:rgba(180,199,214,.459);transition:.3s}.header--todo{display:flex;gap:20px;height:40px;line-height:40px;margin:30px auto;width:80%}@media(max-width:650px){.header--todo{width:100%}}h1{margin:0}@media(max-width:480px){h1{font-size:1.2rem}}.header--todo div{font-size:1.5rem}@media(max-width:480px){.header--todo div{font-size:1.2rem}}.body--todo{margin:0 auto;width:80%}@media(max-width:650px){.body--todo{width:100%}}.showingTotal{border:2px ridge;display:flex;height:40px;justify-content:center;margin:0 auto 20px;padding:6px;width:80%}@media(max-width:480px){.showingTotal{padding:8px}}.showingTotal--number{line-height:24px}@media(max-width:480px){.showingTotal--number{font-size:.8rem}}.numberOfChecked,.numberOfNotChecked{line-height:24px;margin:0 5px}@media(max-width:480px){.numberOfChecked,.numberOfNotChecked{line-height:20px}}.numberOfChecked img,.numberOfNotChecked img{height:24px;margin-right:3px}@media(max-width:480px){.numberOfChecked img,.numberOfNotChecked img{height:20px}}.numberOfChecked span,.numberOfNotChecked span{display:inline-block;vertical-align:top}@media(max-width:480px){.numberOfChecked span,.numberOfNotChecked span{font-size:.8rem}}ul{margin:0;padding:0}ul li{list-style-type:none}form{height:40px;margin:0 auto;width:100%}.form--addList{font-family:Montserrat,sans-serif;font-size:18px;height:40px;width:83%}@media(max-width:480px){.form--addList{font-size:.9rem;height:35px;width:80%}}@media(max-width:790px){.form--addList{width:75%}}.button--add{background-color:rgba(46,196,182,.859);border:1px solid #afacac;border-radius:3px;color:#fff;cursor:pointer;font-weight:900;height:40px;letter-spacing:.8px;padding:12px}@media(max-width:480px){.button--add{font-size:.9rem;font-weight:500;height:35px;padding:7px}}.button--add:hover{background-color:#011614;transition:.3s}.button--clearLists{background-color:hsla(6,93%,71%,.678);color:#fff;cursor:pointer;font-weight:900;height:35px;letter-spacing:.8px;line-height:12px;margin:20px 0;padding:12px;width:20%}.button--clearLists,.list{border:1px solid #afacac;border-radius:3px}.list{background-color:hsla(0,0%,100%,.859);display:flex;font-size:18px;height:40px;justify-content:space-between;margin:0 auto 5px;width:80%}.material-symbols-outlined{cursor:pointer;height:40px;line-height:40px}.editingText{font-size:18px;height:35px;margin:2px}input[type=text]:focus{border-color:#1e90ff;box-shadow:0 0 8px 0 #1e90ff;transition:.3s}input[type=checkbox]:checked+label{-webkit-text-decoration:line-through 3px;text-decoration:line-through 3px}input[type=checkbox]{display:none}input[type=checkbox]+label{cursor:pointer;display:block;line-height:40px;margin-bottom:20px;padding-left:40px;position:relative;-webkit-user-select:none}input[type=checkbox]+label:last-child{margin-bottom:0}input[type=checkbox]+label:before{border:2px solid #6cc0e5;content:"";display:block;height:20px;left:6px;opacity:.6;position:absolute;top:9px;transition:all .12s,border-color .08s;width:20px}input[type=checkbox]:checked+label:before{border-left-color:transparent;border-radius:0;border-top-color:transparent;left:12px;opacity:1;top:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:10px}h2{font-size:1rem;margin:0;text-align:right}@media(max-width:480px){h2{font-size:.8rem}}.aDay,.blank{background-color:#e5e5e5;border:1px solid #afacac;border-radius:5px;height:100px;padding:8px 0 0 10px;text-decoration:none}@media(max-width:480px){.aDay,.blank{height:55px;padding:0;text-align:center}}@media(min-width:481px)and (max-width:780px){.aDay,.blank{height:80px}}.aDay:hover{background-color:#bbbaba;transition:.3s}.date{font-size:1.1rem;font-weight:700;line-height:20px;margin:0 0 15px}@media(max-width:480px){.date{font-size:.9rem;line-height:40px;margin:0}}@media(min-width:481px)and (max-width:780px){.date{margin:0}}.aDay:link,.aDay:visited{color:#000}.done,.notDone{height:24px;line-height:24px}@media(max-width:480px){.done,.notDone{display:none}}.done img,.notDone img{height:24px;margin-right:5px}.done span,.notDone span{display:inline-block;vertical-align:top}.days{grid-gap:3px;display:grid;gap:3px;grid-template-columns:repeat(7,1fr);justify-content:center}.currentDay{border:4px dashed red}.twenty{background-color:rgba(151,63,191,.2)}.fourty{background-color:rgba(151,63,191,.4)}.sixty{background-color:rgba(151,63,191,.6)}.eighty{background-color:#973fbf}.colorChart{display:flex;line-height:24px;margin:10px}.colorChartBox{border:1px solid gray;border-radius:3px;height:20px;margin:2px;width:20px}.daysOfWeek{grid-gap:3px;display:grid;gap:3px;grid-template-columns:repeat(7,1fr);justify-content:center;text-align:center}@media(max-width:480px){.daysOfWeek{display:none}}.daysOfWeekShort{display:none}@media(max-width:480px){.daysOfWeekShort{grid-gap:3px;display:grid;gap:3px;grid-template-columns:repeat(7,1fr);justify-content:center;text-align:center}}*{box-sizing:border-box}body{background-color:#fffde9;font-family:Montserrat,sans-serif;margin:50px}@media(max-width:480px){body{margin:20px}}@media(min-width:960px){body{margin:30px 120px}}.suntime,.suntime p{height:30px}.suntime p{display:inline-block;line-height:30px;margin:0 6px;vertical-align:top}.button--month{display:flex;height:50px;justify-content:center}.month{font-size:1.3rem;line-height:50px;text-align:center;width:130px}.month:hover+button{background-color:red}.year{font-size:1.3rem;line-height:50px;text-align:center}button{background-color:transparent;border:0;border-radius:0;margin:0 10px}button img{height:60%}button img:hover{background-color:rgba(173,226,221,.302);border-radius:50%;transition:.3s}button img:active{background-color:rgba(240,248,255,.496)}.button--today{background-color:rgba(144,202,249,.76);border:1px solid #afacac;border-radius:5px;display:flex;margin:0 auto 10px;padding:5px}.button--today:hover{background-color:rgba(187,221,249,.76);border-radius:20px;transition:.3s}
/*# sourceMappingURL=main.62419e2e.css.map*/