body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{max-width:100vw;overflow-y:hidden}#root,.App{height:100%}.App{background-color:#fff;text-align:center;width:100%}button:hover{cursor:pointer}button:disabled{cursor:default;opacity:.2}header{align-items:flex-start;background-color:#f5f5f5;display:flex;flex-direction:column;height:8vh;justify-content:flex-start;width:100vw}header img{height:100%}.headings{background-color:#f5f5f5;color:#999;display:flex;height:2vh;width:100%}.description{flex:4 1;font-size:1em;margin:0 0 0 2em;text-align:start}p.description{width:100%}.information{flex:1 1;margin:0}#todo{background-color:#fff;height:85vh;overflow-x:hidden;overflow-y:scroll}.date-dropdown{align-items:center;border:2px solid #f5f5f5;display:flex;height:5vh;padding:0 1em;text-align:start}.todo__container{color:#999}.todo__record{border:2px solid #f5f5f5;border-top:none;color:#999;display:flex;height:5vh}.todo__record--edit{background-color:#fff9a1}#todo__record--new{background-color:#ccffc8;display:flex;visibility:hidden}.todo__description__indicator{border-radius:50%;height:20px;margin-right:10px;width:20px}.todo__description{align-items:center;border:2px solid #f5f5f5;border-left:none;display:flex;flex:4 1;height:100%;margin-left:0;min-width:10%;padding:0 0 0 2em}.todo__description p{max-width:100%;overflow-wrap:break-word}.todo__description input{border:none;line-height:1.6em;margin-right:2em;width:100%}.todo__actions,.todo__date,.todo__priority,.todo__status{border:2px solid #f5f5f5;display:flex;flex:1 1;height:100%}.todo__date p{background-color:#fff;border:1px solid #999;border-radius:5px;margin:auto;padding:3px 10px;width:55px}.todo__date--past p{border:1px solid red;color:red}#todo__record--new .todo__date p{background-color:#f1f1f1}.todo__priority p,.todo__status p{border-radius:10px;color:#fff;margin:auto;width:120px}.todo__priority--low p,.todo__status--done p,.todo__status__indicator--done{background-color:#3ac358}.todo__priority--medium p,.todo__status--in-progress p,.todo__status__indicator--in-progress{background-color:#ffe600}.todo__status--postponed p,.todo__status__indicator--postponed{background-color:#999}.todo__status--new p,.todo__status__indicator--new{background-color:#00e5f3}.todo__priority--high p{background-color:#ff8a00}.todo__priority--critical p{background-color:red}.todo__record select{border:1px solid #999;color:#999;height:60%;margin:auto}.todo__actions{align-items:center;display:flex;gap:20px;justify-content:center}.todo__actions button{background:none;border:none;color:#999;font-size:1.6em;height:2em;width:2em}footer{align-items:center;background-color:#f5f5f5;display:flex;height:5vh;justify-content:flex-end;padding:0 70px;position:fixed;right:0;width:100vw}#cancel-add-task{background:none;border:none;color:red;display:none;margin-right:50px}#add-task{background-color:#3ac358;border:#3ac358;border-radius:20px;color:#fff;font-size:1.6em;height:80%;width:200px}@media only screen and (max-height:1150px){.todo__record{height:8.5vh}}@media only screen and (max-width:1150px){.todo__description{font-size:small}.todo__priority p,.todo__status p{width:90px}.todo__date p{border:none;margin:auto;padding:1px 5px}.todo__actions{gap:2px}}@media only screen and (max-width:880px){header{align-items:center}.headings{display:none}.date-dropdown{font-size:2em;height:17%}#todo{height:70vh}#todo__record--new,.todo__record{display:grid;grid-template-columns:1fr 1fr;height:33%}.todo__description__indicator{display:none}.todo__description{border:none;font-size:1em;grid-column:1/3;grid-row:1/4;justify-content:center}.todo__date{display:none}.todo__priority,.todo__status{align-items:center;border:none;height:80%;justify-content:center}.todo__priority p,.todo__status p{font-size:2em;line-height:normal;width:80%}.todo__actions{align-items:center;border:none;font-size:2em;grid-column:1/3;grid-row:5/6;justify-content:space-around;margin:auto;width:100%}footer{align-items:flex-start;height:22%;justify-content:center;margin:auto;padding:0}#add-task{height:20%}}@media only screen and (max-width:480px){.todo__description{font-size:.9em}.todo__priority p,.todo__status p{font-size:1em}.todo__actions{font-size:1em;height:50%}.todo__actions button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}
/*# sourceMappingURL=main.3e0354d6.css.map*/