*,.todo-main{margin:0;padding:0}.todo-main{align-items:center;-webkit-animation:todo 5s ease infinite;animation:todo 5s ease infinite;background:linear-gradient(301deg,#2f2898,#6bd7f7,#222cb0);background-size:600% 600%;display:flex;flex-direction:column;height:auto;min-height:100vh;width:100vw}@-webkit-keyframes todo{0%{background-position:34% 0}50%{background-position:67% 100%}to{background-position:34% 0}}@keyframes todo{0%{background-position:34% 0}50%{background-position:67% 100%}to{background-position:34% 0}}.add-items{align-items:center;background-color:#fff;border:2px solid #000;border-radius:.5rem;display:flex;height:2.3rem;justify-content:space-around;margin-top:10px;width:17em}input{border:none;outline:0;padding-left:.2rem}input:focus{outline:none!important}.fa-plus-icn{padding-right:.3rem}.itemlist-main{background-color:#43d0d7;border:2px solid #000;border-radius:.5rem;display:flex;height:2.3rem;justify-content:space-between;margin-top:1em;min-width:17em;text-align:center;width:auto}.itemlist-main:hover{background-color:#fff;color:#000}h3{margin-left:1.2em;margin-top:.4em}.fa-trash-icn{margin-left:1em;margin-right:1.7em;margin-top:.65em}.btn-btm,.caption-task{margin-top:.5em}.todo-top-cap{margin-top:1.5em}.bottom-btn{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;height:50px;margin-top:.3em;outline:none;position:relative;width:220px;z-index:0}.bottom-btn:before{-webkit-animation:glowing 20s linear infinite;animation:glowing 20s linear infinite;background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);background-size:400%;border-radius:10px;content:"";-webkit-filter:blur(5px);filter:blur(5px);height:calc(100% + 4px);left:-2px;opacity:0;position:absolute;top:-2px;transition:opacity .3s ease-in-out;width:calc(100% + 4px);z-index:-1}.bottom-btn:active{color:#000}.bottom-btn:active:after{background:transparent}.bottom-btn:hover:before{opacity:1}.bottom-btn:after{background:#111;border-radius:10px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@-webkit-keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}
/*# sourceMappingURL=main.260a6d0a.css.map*/