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}.App{margin:0;text-align:center}.App>*{color:#fff;height:100vh;width:100%}@media screen and (min-width:700px){.App{display:flex}}.pomodoro{background:linear-gradient(135deg,#ff4141,#ff8f8f);box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:space-between;padding:5% 0}.pomo-logo{margin:3% auto 1%;width:200px}.pomo-timer{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-size:7em}.pomo-button{display:flexbox;justify-content:space-between;margin:0 20%;padding:3% 0}.pomo-button button{background-color:#fff;border:1px solid #fff;border-radius:5px;color:#ff4141;cursor:pointer;margin:3%;padding:10px 0;width:40%}@media screen and (max-width:450px){.pomodoro{height:100vh}.pomo-timer{font-size:5em;padding:5% 0}.pomo-button{display:flex;justify-content:space-between;margin:0;padding:3% 0}.pomo-button button{background:none;border:1px solid #fff;border-radius:5px;color:#fff;cursor:pointer;margin:1%;padding:10px 0;width:40%}}.todo{background:linear-gradient(225deg,#ff4141,#ff8f8f);box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:space-between;padding:5% 0}.todo-header{border-bottom:1px dashed #fff;margin:0 10%}h1{font-size:2.5rem;margin:0 0 10px}.todo-options{margin:2px 10%}.todo-category,.todo-options{display:flex;justify-content:space-between}.todo-category{text-align:left;width:100%}.todo-options label{align-items:center;border:1px solid #fff;border-radius:3px;cursor:pointer;font-weight:600;margin:0 5px;padding:0 3%}.todo-category>label:last-child{opacity:.5}.todo-category>label:last-child:hover{opacity:1}.todo-category-select{border:1px solid #fff;border-radius:3px;outline:none;text-align:center;width:100%}.todo-dndMessage{visibility:hidden}.todo:hover .todo-dndMessage{visibility:visible}.todo-list{height:50%;margin:5% 20%;overflow-y:scroll;position:relative}.todo-list::-webkit-scrollbar{width:7px}.todo-list::-webkit-scrollbar-thumb{background-color:#e6e6e6}.todo-task{border-bottom:1px dashed #fff;display:flex;padding:10px}input[type=checkbox]{-webkit-appearance:none;-o-appearance:none;appearance:none;background-color:#fff;border-radius:2px;box-shadow:none;content:"";font-size:2em;height:18px;margin:0;outline:2px solid #fff;width:20px}input[type=checkbox]:checked .todo-check{visibility:hidden}.todo-check{padding-left:2px;position:absolute}.todo-message{margin:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.todo-addTask{display:flex;margin:0 10%;padding:20px 0}.todo-select{border:none;border-radius:5px;color:#ff4141;outline:none;padding:1%}.todo-addTask-input{background:none;border:none;border-bottom:1px solid #fff;color:#fff;margin:0 3%;outline:none;width:80%}.todo-addTask-input::-webkit-input-placeholder{color:#fff}.todo-addTask-input:-ms-input-placeholder{color:#fff}.todo-addTask-input::placeholder{color:#fff}@media screen and (max-width:450px){.todo-header{margin:0}.todo{display:flex;flex-direction:column;height:100vh;justify-content:space-between}.todo-list{height:50%;margin:5% 10%;overflow-y:scroll;position:relative}.todo-addTask{display:flex;margin:0 10%;padding:0}}@media screen and (max-height:600px){.todo{height:100vh}}
/*# sourceMappingURL=main.19810c58.css.map*/