html{box-sizing:border-box;font-size:16px}*,*:before,*:after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,p,ol,ul{margin:0;padding:0;font-weight:400;font-family:Roboto,sans-serif}ol,ul{list-style:none}img{max-width:100%;height:auto}button{font-family:Roboto,sans-serif}.btn{color:#ff8303;background:none;border:none;font-size:1.5rem;cursor:pointer}input,textarea,select{background-color:#242320;border:1px solid #ff8303;border-radius:5px;color:#f0e3caa3}input{height:32px}svg{pointer-events:none}body{background-color:#2b2a27;height:100vh}header{position:fixed;width:100vw;display:flex;justify-content:center;background-color:#1b1a17}header .title{padding:10px;color:#f0e3ca}main{display:flex;min-height:calc(100vh - 78px);background-color:#2b2a27}.task-section{width:1250px;padding:20px 40px;margin:9vh auto}.task-section .task-item{display:flex;align-items:center;justify-content:flex-start;position:relative;padding:16px;gap:20px;-webkit-user-select:none;user-select:none;border-block-end:1px solid #a35709}.task-section .task-item summary{display:flex;align-items:center;gap:20px;padding-right:20px}.task-section .task-item details{cursor:pointer;max-width:50ch}.task-section .task-item .priority{border-radius:60%;background-color:green;padding:6px}.add-btn{padding:10px 20px;color:#ff8303;background:#3e3223;border:1px solid #764a19;border-radius:10px;font-size:1.5rem;cursor:pointer;margin-top:20px}aside{display:flex;flex-direction:column;height:100vh;min-width:230px;padding:10px;background-color:#242320}aside a{color:#f0e3ca;font-size:1.5rem;text-decoration:none}.projects-nav{position:fixed;margin-top:6vh;padding:10px;display:flex;flex-direction:column;align-items:flex-start}.projects-nav .filter-projects{text-align:left;gap:.5rem;align-items:flex-start}.projects-nav .selected{color:#ff7f00;text-shadow:1px 1px 2px black;transition:all .1s;font-weight:700}.project-list{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:1rem}.project{display:block;padding:12px}.projects-header{padding:20px 5px;color:#ff8303;font-size:2rem;font-weight:700}.new-projects li{display:flex;align-items:center;width:170px;justify-content:space-between;border-bottom:1px solid #4a4932}.delete-btn,.modal .close-btn,.edit-btn{border:2px solid #a35709;color:#ff8303;background-color:#1b1a17;height:32px;width:32px;border-radius:5px;cursor:pointer}.modal{background-color:#1b1a17;color:#f0e3ca;width:100%;max-width:600px}.modal #task-fieldset,.modal .input-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.modal .input-wrapper{gap:6px}.modal .row{display:flex;justify-content:space-between;width:80%}.modal .close-btn{background-color:#242320}.modal .btn-submit{border:2px solid #ff8303;border-radius:8px;background:#242320;width:50px;height:50px;color:#ff8303;font-size:2rem;cursor:pointer}.task-list{color:#f0e3ca}.task-list .strikethrough{text-decoration:line-through #ff8303 solid 3px}.task-list .btn-wrapper{display:flex;align-self:center;gap:20px;position:absolute;right:0}input[type=checkbox]{-webkit-appearance:none;appearance:none;background:none;margin:0;cursor:pointer}input[type=checkbox]:checked{background:#ff8303}input[type=checkbox]:before{content:"";width:.65em;height:.65em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em var(--form-control-color);transform-origin:bottom left;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}input[type=text]{padding:8px 4px}input[type=checkbox]:checked:before{transform:scale(1)}.task-checkbox{border-radius:50%;height:25px;width:25px;background-color:#eee}
