header{flex-direction:row;width:100%;border:1px solid #000;display:flex;justify-content:space-between;align-items:center;box-shadow:0 0 20px #000;box-sizing:border-box;margin-bottom:15px}header button{margin:0 20px}header .fa{font-size:2rem;margin:5px}header .user-info{font-size:20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:35%}@media (max-width:992px){header .fa{font-size:1.5rem;margin-right:5px}header .user-info{width:25%}}@media (max-width:768px){header{flex-direction:column;justify-content:flex-start}header button{margin:0}header .user-info{width:80%}}@keyframes lds-double-ring{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes lds-double-ring{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-double-ring_reverse{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@-webkit-keyframes lds-double-ring_reverse{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.lds-css{margin:0 auto}.lds-double-ring{position:relative}.lds-double-ring div{position:absolute;width:320px;height:320px;top:40px;left:40px;border-radius:50%;border-color:#3d7ec0 transparent;border-style:solid;border-width:16px;-webkit-animation:lds-double-ring 1.5s linear infinite;animation:lds-double-ring 1.5s linear infinite}.lds-double-ring div:nth-child(2){width:280px;height:280px;top:60px;left:60px;border-color:transparent #cc4545;-webkit-animation:lds-double-ring_reverse 1.5s linear infinite;animation:lds-double-ring_reverse 1.5s linear infinite}.lds-double-ring{width:77px!important;height:77px!important;-webkit-transform:translate(-38.5px,-38.5px) scale(.385) translate(38.5px,38.5px);transform:translate(-38.5px,-38.5px) scale(.385) translate(38.5px,38.5px)}.error{font-size:30px;text-align:center}.error .fa-bug{z-index:-1;position:absolute;font-size:180px;opacity:.2;color:red;left:150px}.btn-group{margin:15px;display:flex;flex-direction:row;justify-content:center}.add-todo-button{margin:15px;width:60px}.todo-lists{justify-content:space-between;align-items:center;cursor:pointer}.todo-lists,.todo-lists-title{display:flex;box-sizing:border-box}.todo-lists-title{border:1px solid #000;justify-content:center;width:80%;margin:10px;background-color:#fff}.todo-lists-title.done{background-color:#ccc}.todo-lists-title.empty{background-color:#fff}.todo-lists-title.active{background-color:#adff2f}.todo-lists-title.current{border:5px solid #000;box-sizing:border-box}.todo-lists .buttons{display:flex}.todo-lists button i{font-size:24px}.todo-lists button{align-items:center;display:flex;height:50px;border-radius:50%;margin-right:0}.todo-lists h5{padding:20px}.form-todo{width:500px;margin:0 auto}.todos h3{text-align:center}.todo-item{display:flex;flex-direction:row;position:relative;justify-content:center;align-items:center}.todo-item button i{font-size:24px}.todo-item button{align-items:center;display:flex;height:50px;border-radius:50%}.todo-item h5{width:100%;font-size:18px;display:flex;flex-direction:row;border:1px solid #000;margin:10px;padding:10px 10px 10px 50px;max-width:485px;justify-content:space-between;cursor:pointer}.todo-item.checkbox .form-check-input{width:40px;height:40px}.todo-item.done{background-color:green}.todo-item.important h5{color:red;font-weight:700;position:relative}.todo-item.important h5:after{content:"";width:20px;height:20px;position:absolute;left:15px;top:25%;background-color:red}.todo-item h5 span{display:flex;font-size:14px}.todos-title{margin:15px}@media (max-width:768px){.todo-item h5{font-size:14px;display:flex;flex-direction:column}.todo-item h5 span{display:flex;font-size:10px;margin-top:5px}}.todo-lists-wrapper,.todos-wrapper{border:1px solid #000}
/*# sourceMappingURL=main.4e83c374.chunk.css.map */