*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-principal)}.contenitorePrincipale{flex-direction:column;gap:var(--spacing-highest)}.listTask{flex-direction:column;gap:var(--spacing-medium)}.listTask_box{order:0}.listTask_box.bottom{order:1}.container{margin-top:40px;padding:var(--spacing-small)}.flex{display:flex}@media screen and (min-width:768px){.container{margin:40px auto 0;width:50%}}.task{align-items:center;background-color:var(--bg-white);border:1px solid var(--color-grey);border-radius:16px;justify-content:space-between;padding:18px var(--spacing-small)}.task.checkInput{background-color:var(--bg-inputCheck);opacity:.7}.titleTask.checkInput{display:inline-block;position:relative;text-decoration:none}.titleTask.checkInput:after{background-color:currentColor;content:"";height:2px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.content,.icons{gap:var(--spacing-small);text-align:center}.check{height:20px;width:20px}.remove{cursor:pointer}.titleTask{font-weight:700}.newTask{align-items:center;background-color:var(--bg-white);border:1px solid var(--color-grey);border-radius:16px;justify-content:space-between;padding:var(--spacing-small)}.input_newTask{font-size:12px;width:55%}.input_newTask,.input_newTask::placeholder{color:var(--color-grey)}.btn_newTask{background-color:var(--bg-blue);color:var(--color-white);font-weight:700;width:-webkit-fit-content;width:fit-content}@media screen and (min-width:425px){.input_newTask{font-size:16px}}@media screen and (min-width:1024px){.input_newTask{width:80%}}:root{--spacing-small:10px;--spacing-medium:20px;--spacing-highest:40px;--bg-principal:#f8f9ff;--bg-white:#fff;--bg-blue:#004ac6;--bg-inputCheck:#ecf3ff;--color-grey:grey;--color-white:#fff}h1{font-weight:600}h3{font-weight:100}input{border:none;outline:none}button{border:none;border-radius:16px;cursor:pointer;padding:10px 20px;padding:var(--spacing-small) var(--spacing-medium)}button:hover{text-decoration:underline}
/*# sourceMappingURL=main.fbb861d6.css.map*/