body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background-color:#a28abf;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;justify-content:center;margin:0}#root{display:grid;grid-template-areas:"head head" "main main";grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:80%;width:80%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.h2-title{color:#6c5c7f;font-weight:bolder;grid-area:head;justify-self:center;margin-bottom:10%}.search{background-color:#d8b8ff;border:5px;border-radius:5px;box-shadow:2px 2px 5px #000;grid-area:head;height:20%;padding-left:20px;place-self:center;width:100%}.list{flex-direction:column;grid-area:main;list-style:none;place-self:start}.button,.list{align-items:center;display:flex;justify-content:center;width:100%}.button{background-color:#c2a6e5;border:0;border-radius:5px;cursor:pointer;grid-area:head;height:20%;margin-top:140px;place-self:center}.button:hover{box-shadow:1px 1px 10px}.img-btn img{height:16px;margin-right:5px;width:16px}.li{background-color:#d8b8ff}.li,.li-completed{align-items:center;border:0;border-radius:5px;display:flex;flex-direction:row;height:40px;justify-content:space-between;margin:14px 0;padding:20px;width:100%}.li-completed{background-color:grey;text-decoration:line-through}.li:hover{box-shadow:2px 2px 5px rgba(0,0,0,.25)}.li-icons img{height:16px;width:16px}.delete:hover{-webkit-filter:invert(30%) sepia(61%) saturate(7213%) hue-rotate(4deg) brightness(100%) contrast(104%);filter:invert(30%) sepia(61%) saturate(7213%) hue-rotate(4deg) brightness(100%) contrast(104%)}.check:hover{-webkit-filter:invert(53%) sepia(98%) saturate(3737%) hue-rotate(90deg) brightness(111%) contrast(110%);filter:invert(53%) sepia(98%) saturate(3737%) hue-rotate(90deg) brightness(111%) contrast(110%)}.jelly-triangle{--uib-size:2.8rem;--uib-speed:1.75s;--uib-color:#6c5c7f;-webkit-filter:url(#uib-jelly-triangle-ooze);filter:url(#uib-jelly-triangle-ooze);height:var(--uib-size);position:relative;width:var(--uib-size)}.jelly-triangle:after,.jelly-triangle:before,.jelly-triangle__dot{background:var(--uib-color);border:1px solid #a28abf;border-radius:100%;box-shadow:0 0 20px rgba(18,31,53,.3);content:"";height:33%;position:absolute;width:33%}.jelly-triangle__dot{-webkit-animation:grow7132 var(--uib-speed) ease infinite;animation:grow7132 var(--uib-speed) ease infinite;left:30%;top:6%}.jelly-triangle:before{-webkit-animation:grow7132 var(--uib-speed) ease calc(var(--uib-speed)*-.666) infinite;animation:grow7132 var(--uib-speed) ease calc(var(--uib-speed)*-.666) infinite;bottom:6%;right:0}.jelly-triangle:after{-webkit-animation:grow7132 var(--uib-speed) ease calc(var(--uib-speed)*-.333) infinite;animation:grow7132 var(--uib-speed) ease calc(var(--uib-speed)*-.333) infinite;bottom:6%;left:0}.jelly-triangle__traveler{-webkit-animation:triangulate6214 var(--uib-speed) ease infinite;animation:triangulate6214 var(--uib-speed) ease infinite;background:var(--uib-color);border-radius:100%;height:33%;left:30%;position:absolute;top:6%;width:33%}.jelly-maker{height:0;position:absolute;width:0}@-webkit-keyframes triangulate6214{0%,to{-webkit-transform:none;transform:none}33.333%{-webkit-transform:translate(120%,175%);transform:translate(120%,175%)}66.666%{-webkit-transform:translate(-95%,175%);transform:translate(-95%,175%)}}@keyframes triangulate6214{0%,to{-webkit-transform:none;transform:none}33.333%{-webkit-transform:translate(120%,175%);transform:translate(120%,175%)}66.666%{-webkit-transform:translate(-95%,175%);transform:translate(-95%,175%)}}@-webkit-keyframes grow7132{0%,to{-webkit-transform:scale(1.5);transform:scale(1.5)}20%,70%{-webkit-transform:none;transform:none}}@keyframes grow7132{0%,to{-webkit-transform:scale(1.5);transform:scale(1.5)}20%,70%{-webkit-transform:none;transform:none}}
/*# sourceMappingURL=main.3a5a1986.css.map*/