.todo-list{margin:25px 20px}.todo-list-header{justify-content:space-between;display:flex}.todo-list-header .title{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.todo-list-header .__reset-button{background-color:#fff;border:2px solid #000;border-radius:8px;height:5vh;margin-top:20px}.todo-list-form{border:2px solid #000;border-radius:8px;justify-content:space-between;height:5vh;display:flex}.todo-list-form .__todo-input{border:none;border-radius:8px;outline:none;flex:1;padding-left:10px}.todo-list-form .__todo-submit-btn{background:0 0;border:none}.todo-card{border:2px solid #000;border-radius:8px;justify-content:space-between;margin-bottom:10px;margin-left:20px;margin-right:20px;display:flex}.todo-card .__completed{text-overflow:ellipsis;white-space:nowrap;max-width:200px;text-decoration:line-through;overflow:hidden}.todo-card .__not-completed{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.todo-card .__todo-card-inputs{justify-content:space-between;gap:20px;padding-left:10px;display:flex}.todo-card .__todo-delete-btn{background:0 0;border:none;padding-right:10px}
