iframe{display:none}body{min-width:230px;max-width:550px;margin:0 auto}.notification{transition-property:opacity,min-height;transition-duration:1s;min-height:36px}.notification.hidden{min-height:0;opacity:0;pointer-events:none}.todoapp{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:24px;font-weight:300;color:#4d4d4d;margin:40px 20px}.todoapp__content{margin-bottom:20px;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.2),0 25px 50px 0 rgba(0,0,0,.1)}.todoapp__title{font-size:100px;font-weight:100;text-align:center;color:rgba(175,47,47,.15);-webkit-text-rendering:optimizeLegibility;-moz-text-rendering:optimizeLegibility;text-rendering:optimizeLegibility}.todoapp__header{position:relative}.todoapp__toggle-all{position:absolute;height:100%;width:45px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;font-size:24px;color:#e6e6e6;border:0;background-color:transparent;cursor:pointer}.todoapp__toggle-all.active{color:#737373}.todoapp__toggle-all:before{content:"❯";-webkit-transform:translateY(2px) rotate(90deg);transform:translateY(2px) rotate(90deg);line-height:0}.todoapp__new-todo{width:100%;padding:16px 16px 16px 60px;font-size:24px;line-height:1.4em;font-family:inherit;font-weight:inherit;color:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;background:rgba(0,0,0,.01);box-shadow:inset 0 -2px 1px rgba(0,0,0,.03)}.todoapp__new-todo::-webkit-input-placeholder{font-style:italic;font-weight:300;color:#e6e6e6}.todoapp__new-todo:-ms-input-placeholder{font-style:italic;font-weight:300;color:#e6e6e6}.todoapp__new-todo::placeholder{font-style:italic;font-weight:300;color:#e6e6e6}.todoapp__footer,.todoapp__main{border-top:1px solid #e6e6e6}.todoapp__footer{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;box-sizing:content-box;height:20px;padding:10px 15px;font-size:14px;color:#777;text-align:center;box-shadow:0 1px 1px rgba(0,0,0,.2),0 8px 0 -3px #f6f6f6,0 9px 1px -3px rgba(0,0,0,.2),0 16px 0 -6px #f6f6f6,0 17px 2px -6px rgba(0,0,0,.2)}.todoapp__clear-completed{margin:0;padding:0;border:0;font-family:inherit;font-weight:inherit;color:inherit;text-decoration:none;cursor:pointer;background:none;-webkit-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:opacity .3s}.todoapp__clear-completed:hover{text-decoration:underline}.todoapp__clear-completed:active{text-decoration:none}.todoapp__clear-completed:disabled{visibility:hidden}.todo{position:relative;display:grid;grid-template-columns:45px 1fr;justify-items:stretch;font-size:24px;line-height:1.4em;border-bottom:1px solid #ededed}.todo:last-child{border-bottom:0}.todo__status-label{cursor:pointer;background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%22-10%20-18%20100%20135%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2250%22%20fill%3D%22none%22%20stroke%3D%22%23ededed%22%20stroke-width%3D%223%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0}.todo.completed .todo__status-label{background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%22-10%20-18%20100%20135%22%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2250%22%20fill%3D%22none%22%20stroke%3D%22%23bddad5%22%20stroke-width%3D%223%22/%3E%3Cpath%20fill%3D%22%235dc2af%22%20d%3D%22M72%2025L42%2071%2027%2056l-4%204%2020%2020%2034-52z%22/%3E%3C/svg%3E")}.todo__status{opacity:0}.todo__title{padding:12px 15px;word-break:break-all;transition:color .4s}.todo.completed .todo__title{color:#d9d9d9;text-decoration:line-through}.todo__remove{position:absolute;right:12px;top:0;bottom:0;font-size:120%;line-height:1;font-family:inherit;font-weight:inherit;color:#cc9a9a;float:right;border:0;background:none;cursor:pointer;-webkit-transform:translateY(-2px);transform:translateY(-2px);opacity:0;transition:color .2s ease-out}.todo__remove:hover{color:#af5b5e}.todo:hover .todo__remove{opacity:1}.todo__title-field{width:100%;padding:11px 14px;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;color:inherit;border:1px solid #999;box-shadow:inset 0 -1px 5px 0 rgba(0,0,0,.2)}.todo__title-field::-webkit-input-placeholder{font-style:italic;font-weight:300;color:#e6e6e6}.todo__title-field:-ms-input-placeholder{font-style:italic;font-weight:300;color:#e6e6e6}.todo__title-field::placeholder{font-style:italic;font-weight:300;color:#e6e6e6}.todo .overlay{position:absolute;top:0;left:0;right:0;height:58px;opacity:.5}.item-enter{max-height:0}.item-enter-active{overflow:hidden;max-height:58px;transition:max-height .3s ease-in-out}.item-exit{max-height:58px}.item-exit-active{overflow:hidden;max-height:0;transition:max-height .3s ease-in-out}.temp-item-enter{max-height:0}.temp-item-enter-active{overflow:hidden;max-height:58px;transition:max-height .3s ease-in-out}.temp-item-exit{max-height:58px}.temp-item-exit-active{-webkit-transform:translateY(-58px);transform:translateY(-58px);max-height:0;opacity:0;transition:.3s ease-in-out;transition-property:opacity,max-height,-webkit-transform;transition-property:opacity,max-height,transform;transition-property:opacity,max-height,transform,-webkit-transform}.has-error .temp-item-exit-active{-webkit-transform:translateY(0);transform:translateY(0);overflow:hidden}.filter{display:-webkit-flex;display:flex}.filter__link{margin:3px;padding:3px 7px;color:inherit;text-decoration:none;border:1px solid transparent;border-radius:3px}.filter__link:hover{border-color:rgba(175,47,47,.1)}.filter__link.selected{border-color:rgba(175,47,47,.2)}
/*# sourceMappingURL=main.f13b06ad.chunk.css.map */