@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;100&display=swap);body{margin:0}.App{display:flex;flex-direction:column;justify-content:center;align-items:center}.header{width:1200px;display:flex;flex-direction:row;justify-content:space-between;margin-top:50px}.logo p{font-size:30px;font-family:"Roboto",sans-serif;font-weight:700;color:#000;margin:0}.profile{height:90px;display:flex;flex-direction:row}.profile__photo img{width:70px;height:70px;border-radius:60px;background-color:#0ff;margin-right:30px}.profile__description{height:60px;display:flex;flex-direction:column;justify-content:space-between}.profile__description #name{font-size:25px;font-family:"Roboto",sans-serif;font-weight:400;color:#000;margin:0}.profile__description #text{font-size:16px;font-family:"Roboto",sans-serif;font-weight:100;color:#545454;margin:0}.filter{height:200px;width:150px;margin-top:100px;margin-right:150px}.filter a{font-size:16px;font-weight:100;margin:0;padding:10px;display:block;text-decoration:unset}.filter a,.filter a.selected{font-family:"Roboto",sans-serif;color:#000}.filter a.selected{font-size:30px;font-weight:400}.todo-page{width:1200px;display:flex;flex-direction:row}.add-todo{display:flex;align-items:center;border:1px solid #a5a6f6;border-radius:20px;height:40px;width:590px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.add-todo__input{width:100%;font-size:16px;font-family:"Roboto",sans-serif;font-weight:100;color:#a5a6f6;border:none;margin-left:25px;margin-right:25px}.add-todo__input:focus{outline:none}.add-todo__input::-webkit-input-placeholder{font-size:16px;color:#a5a6f6;font-family:"Roboto",sans-serif;font-weight:100}.add-todo__input:-ms-input-placeholder{font-size:16px;color:#a5a6f6;font-family:"Roboto",sans-serif;font-weight:100}.add-todo__input::placeholder{font-size:16px;color:#a5a6f6;font-family:"Roboto",sans-serif;font-weight:100}.title p{font-size:30px;font-family:"Roboto",sans-serif;font-weight:500;color:#000}.task{width:500px;display:flex;flex-direction:row;justify-content:space-between;padding-bottom:10px}.task-check,.task-check__selected{display:block;position:relative;padding-left:35px;margin-bottom:10px;cursor:pointer}.task-check__selected label p{width:400px;height:20px;font-size:16px;font-family:"Roboto",sans-serif;font-weight:100;color:#212121;text-decoration:line-through;margin:5px 0 0 10px;word-wrap:break-word;overflow:hidden}.task-check__selected input,.task-check input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{cursor:pointer;position:absolute;top:0;left:0;height:25px;width:25px;background-color:#f4f5ff;border-radius:20px;border:1px solid #3f51b5}.task-check:hover input~.checkmark,.task-check_.task-check__selected input~.checkmark{background-color:#f4f5ff;border-radius:20px}.task-check__selected input:checked~.checkmark,.task-check input:checked~.checkmark{background-color:#3f51b5;border-radius:20px}.checkmark:after{content:"";position:absolute;display:none}.task-check__selected input:checked~.checkmark:after,.task-check input:checked~.checkmark:after{display:block}.task-check .checkmark:after,.task-check__selected .checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}label p{width:400px;height:20px;font-size:16px;font-family:"Roboto",sans-serif;font-weight:100;color:#212121;margin:5px 0 0 10px;word-wrap:break-word;overflow:hidden}.remove{cursor:pointer;width:20px;height:20px;margin-top:0}.todo-list{height:auto;width:590px;background-color:#f4f5ff;border-radius:40px;margin-top:30px;padding-bottom:30px;padding-top:35px;display:flex;flex-direction:column;align-items:center;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px}.todo-list__scroll{max-height:265px;overflow:scroll}
/*# sourceMappingURL=main.6ed76ab3.chunk.css.map */