.Todo header{display:flex;justify-content:space-between;align-items:center}.Todo header h1{font-size:22px}.Todo ul li{cursor:pointer}.Todo ul .dones{color:#656565}.Todo footer{display:flex;column-gap:12px}.Doing .pomodoro{align-items:center;row-gap:50px}.Doing .pomodoro .clock{width:fit-content;border-radius:20px;padding:0 5%;font-size:8vw;text-align:center;font-family:CustomFont,monospace;background-color:#000}.Doing .pomodoro .controls{width:100%;justify-content:center;display:flex;column-gap:10px}.Doing .motivational{cursor:pointer;display:flex;flex-direction:column;row-gap:10px}.Doing .motivational p:first-of-type{font-size:1rem;font-style:italic}.Doing .motivational p:last-of-type{font-size:.7rem}.Footer .header{width:100%;display:flex;justify-content:space-around;align-items:center}.Footer .info-content,.Footer .settings-content{font-size:.8rem}.Footer .settings-content .confirm-dialog{padding:10px 0;display:flex;flex-direction:column;gap:10px}.Footer .settings-content .confirm-dialog p{color:red;font-size:1rem}.Footer .settings-content .setting-option{display:flex;justify-content:space-between;align-items:end}.Footer .common-tasks-block{display:flex;flex-direction:column;gap:8px}.Footer .common-tasks-settings{display:flex;flex-direction:column;gap:6px}.Footer .common-task-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.Footer .common-task-label{flex:1;min-width:120px}.Footer .common-task-edit-input{flex:1;min-width:140px}.Footer .common-task-edit-btn,.Footer .common-task-remove-btn{padding:2px 8px;font-size:.75rem}.Done h2{text-align:right}.Done .worked-hours .this{width:100%;display:flex;justify-content:space-between}.Done .worked-hours .this .this-month,.Done .worked-hours .this .this-week,.Done .worked-hours .this .this-day{width:20%;display:flex;flex-direction:column;align-items:center}.Done .worked-hours .this .this-month span:last-of-type,.Done .worked-hours .this .this-week span:last-of-type,.Done .worked-hours .this .this-day span:last-of-type{white-space:nowrap;font-size:.8rem}.Done .completed-tasks .this{width:100%;display:flex;flex-wrap:wrap;justify-content:space-evenly;gap:8px}.Done .completed-tasks .this .this-month,.Done .completed-tasks .this .this-week,.Done .completed-tasks .this .this-day{width:20%;display:flex;flex-direction:column;align-items:center}.Done .completed-tasks .this .this-month span:last-of-type,.Done .completed-tasks .this .this-week span:last-of-type,.Done .completed-tasks .this .this-day span:last-of-type{white-space:nowrap;font-size:.6rem}.Done .completed-tasks.sub-container ul li.dones{color:gray}.Done .completed-tasks.sub-container .modal{display:flex;flex-direction:column;row-gap:10px}.Done .completed-tasks.sub-container .modal p,.Done .completed-tasks.sub-container .modal b{color:red}.Done .completed-tasks.sub-container .options{display:flex;justify-content:space-around}.Done .completed-tasks.sub-container footer{display:flex;column-gap:12px}button{border:1px solid rgb(79,79,79);border-radius:5px;padding:1%;white-space:nowrap;cursor:pointer;background-color:#484a09}button:hover{background-color:olive}.bigBtn{font-size:2vw}.midBtn{font-size:1vw}.input{width:100%;padding:1%;border:2px solid #231e02;border-radius:5px;outline:none;background-color:#000}.input:focus{border:2px solid #484a09}.sub-container{width:100%;border-radius:15px;padding:10px;background-color:#160f00;display:flex;flex-direction:column;row-gap:12px}.counter-stats{font-size:24px;font-weight:700}.ul{width:95%;align-self:flex-end}.li{padding:5px 0;font-size:.8rem}li{list-style:none}a{text-decoration:underline;text-underline-offset:5px}.hide{display:none!important}.App{width:98vw;height:97vh;display:flex;gap:1%}.Todos,.Doing,.Done{width:100%;height:100%;border-radius:20px;padding:10px;background-color:#000;display:flex;flex-direction:column;gap:10px;align-items:center;overflow-y:auto}*{padding:0;margin:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;color:#f6f2d9}body{height:100vh;display:flex;justify-content:center;align-items:center;background-color:#231e02}@font-face{font-family:CustomFont;src:url(/customFont.TTF) format("truetype");font-weight:400;font-style:normal}
