@import"https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap";#root{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;padding:2rem;font-size:18px}.app{width:100%;max-width:850px;height:100%;background-color:#fff;color:#222;padding:4.2rem;border-radius:.8rem;border:2px solid #666;margin:0;font-family:Indie Flower,cursive}.app__title{margin-top:0;font-size:3.6rem;font-weight:700;line-height:4.223rem;font-family:Indie Flower,cursive}@media screen and (max-width:550px){#root{padding:0}.app{padding:3rem 2rem}}button:disabled{opacity:.8;cursor:not-allowed}a{font-weight:500}.task{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem;height:5rem;background-color:#eee;border-radius:.8rem;padding:0 1.5rem;overflow:hidden}.task__body{width:80%;max-height:4rem;min-width:22rem;text-align:start;margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.task__actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.task__btn{width:1.875em;height:1.875em;border:none;background-color:inherit;border-radius:50%;cursor:pointer;transition:transform .3s,background-color .3s;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0}.task__btn:hover{transform:scale(1.1);background-color:#646cff}.task__btn:active{transform:scale(.9)}.task__btn:focus{border-color:#666}.task__checkLabel{display:block;width:20px;height:20px;cursor:pointer}.task__checkLabel input[type=checkbox]{position:absolute;transform:scale(0)}.task__checkLabel input[type=checkbox]:checked~span{transform:rotate(45deg) translate(-5px,-2px);width:14px;margin-left:5px;border-color:#646cff;border-width:5px;border-top-color:transparent;border-left-color:transparent;border-radius:0}.task__checkLabel span{display:block;width:inherit;height:inherit;border:solid 3px rgba(42,42,42,.7176470588);border-radius:6px;transition:all .375s}@media screen and (max-width:550px){.task__body{min-width:auto}}.todos{max-height:80%;overflow-y:auto;scrollbar-width:thin}.todos__form{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2%}.todos__input{width:100%;height:2.5em;border-radius:.8rem;padding:1rem;border:2px solid transparent;transition:border .3s;color:#444;background-color:#eee}.todos__input:hover{border-color:#666}.todos__input:focus{outline:none;border-color:#646cff}.todos__add{width:6.25em;height:2.5em;border-radius:.8rem;background-color:#646cff;border:2px solid transparent;cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;transition:transform .3s}.todos__add:hover{transform:scale(1.1)}.todos__add:active{transform:scale(.9)}.todos__add:focus{border-color:#666}.todos__icon{height:1.25em}.todos__list{list-style:none;margin-top:2.4rem;padding:0;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;gap:1rem}.todos__empty{margin-top:4%;display:flex;flex-direction:column;justify-content:center;gap:0;align-items:center}.todos__empty-img{height:100%;transform:translate(13%)}.todos__empty-stm{color:#666;font-family:Indie Flower,cursive}.footer{display:flex;flex-direction:row;justify-content:right;align-items:center;gap:1rem}.footer__btn{cursor:pointer;transition:.3s;border-radius:.8rem;padding:.5rem 1rem;border:2px solid transparent}.footer__btn:hover:not(:disabled){background-color:#646cff}.footer__btn:active:not(:disabled){transform:scale(.9)}.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}.header__title{font-size:3rem;margin:0}.header__filters{margin-left:auto}.filters{display:flex;justify-content:center;gap:.5rem;list-style-type:none;padding:0}.filters__btn{padding:.5rem 1rem;border-radius:.8rem;transition:.3s;text-decoration:none;color:#444}.filters__btn:hover:not(:disabled):not(.filters__btn--active){background-color:#eee}.filters__btn:active:not(:disabled):not(.filters__btn--active){transform:scale(.9)}.filters__btn--active{background-color:#646cff;color:#fff}.add-todo{position:sticky;bottom:0;margin-top:auto;padding-top:1.5rem;background-color:#fff;border-top:2px solid #666}.add-todo__form{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;background-color:#fff;align-items:flex-end}.add-todo__input{flex:1;padding:.85rem 1rem;border-radius:.8rem;border:2px solid #444}.add-todo__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.5rem}.add-todo__cancel{padding:.85rem 1.2rem;border-radius:.8rem;border:2px solid #444;background-color:transparent;color:#222;cursor:pointer}.add-todo__submit{padding:.85rem 1.5rem;border-radius:.8rem;border:none;background-color:#646cff;color:#fff;font-weight:600;cursor:pointer;transition:background-color .3s ease}.add-todo__submit:hover{background-color:#4b54ff}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{font-size:10px}*,*:after,*:before{box-sizing:border-box}img{max-width:100%}body{height:100vh;min-height:100vh;font-size:1.6rem}@media screen and (max-width:550px){body{font-size:1.4rem;overflow:auto}}
