/*

Mini Productivity


A set of simple mini tools to help you be more productive and organized



FREE TO USE

Copying and distribution of this tool is strictly prohibited. Someone eventually spent time to make this. So if you like, share it or put a link to it.

This tool is provided as it is! The creator, his representatives, site owners where this tool resides as well as any subsidiaries and colaborators or any other party 
will NOT be held responsible for any damage caused by use or misuse of these tools and potential data loss.

Mini Productivity is created by Stojan Nikolovski (aka ColeN, aka ColeNikol or simply just "C") - member of the NonCon Team 

ver.1.1.5

*/


@keyframes glowing{0%{background-color:#f44336;box-shadow:0 0 10px #f44336}50%{background-color:#f44336;box-shadow:0 0 30px #f44336}to{background-color:#f44336;box-shadow:0 0 15px #f44336}.floating-button:hover{background-color:green}.task{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.delete-btn{background-color:red;color:#fff;border:0;cursor:pointer;padding:5px}.clear-all-btn{background-color:red;color:#fff;border:0;cursor:pointer;padding:10px;margin-top:10px;width:100%}}#mySidebar{width:100%;max-width:320px;height:100%}@media screen and (min-width:768px){#mySidebar{width:320px}}.w3-block,.w3-button{border:0;cursor:pointer;color:#fff}.w3-button{margin:10px;border-radius:0;padding:20px 50px;font-size:20px}.w3-block{margin:0;padding:15px;font-size:16px}.h1,.p{text-align:center}.floating-button{position:fixed;bottom:-100px;right:50%;width:200px;height:200px;background-color:green;color:#fff;border:10px;border-radius:50%;border-color:green;box-shadow:0 10px 10px rgba(0,0,0,.9);font-size:100px;cursor:pointer;display:flex;justify-content:center;align-items:center;display:none;animation:glowing 1500ms infinite}