@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap";::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e1e1e;margin-top:20px}::-webkit-scrollbar-thumb{background-color:#555;border-radius:10px;border:2px solid #1e1e1e}::-webkit-scrollbar-thumb:hover{background-color:#777}*{margin:0;padding:0;box-sizing:border-box}a{-webkit-user-select:none;user-select:none}:root{--bright-orange: hsl(32, 53%, 65%);--check-bg-gradient: linear-gradient(hsl(56, 62%, 82%),hsl(30, 72%, 55%));--light-grayish-orange: hsl(53, 11%, 94%);--dark-grayish-orange: hsl(33, 9%, 81%);--very-dark-grayish-orange: hsl(38, 9%, 66%);--very-dark-orange: hsl(35, 21%, 11%)}#root{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center}body{width:100%;min-height:100vh;background:var(--check-bg-gradient)}header{display:flex;align-items:center;justify-content:center;margin-top:40px;width:100%}header>h1{color:var(--very-dark-orange);font-family:Josefin Sans,sans-serif;letter-spacing:0px;font-size:38px}.create-todo{display:flex;align-items:center;background-color:var(--very-dark-orange);width:85%;height:55px;margin-top:40px;margin-bottom:20px;border-radius:10px}.incompleted{width:26px;height:26px;border-radius:100%;border:1px solid rgba(255,255,255,.192);margin-left:25px;margin-right:8px;transition:.3s ease}.completed{width:26px;height:26px;border-radius:100%;background:var(--check-bg-gradient);margin-left:25px;margin-right:-2px;transition:.3s ease}.create-todo>input{font-family:Josefin Sans,sans-serif;width:70%;border:none;outline:none;padding:6px 10px;font-size:16px;color:var(--very-dark-grayish-orange);background-color:#f9f9f900}.create-todo>input::placeholder{color:var(--very-dark-grayish-orange)}.create-todo>input:focus{color:var(--dark-grayish-orange)}.todo-list-div{background-color:var(--very-dark-orange);width:85%;height:40%;overflow-y:auto;border-top-right-radius:14px;border-top-left-radius:14px}.empty{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:100%;height:60%;max-height:450px}.empty>img{min-width:300px;width:20%}.empty>h2{font-family:Josefin Sans,sans-serif}.todo{display:flex;align-items:center;height:55px;margin-top:10px}.todo>p{font-family:Josefin Sans,sans-serif;padding:6px 10px;font-size:16px;color:var(--dark-grayish-orange)}.todo>p>s{font-family:Josefin Sans,sans-serif;padding:6px 10px;font-size:16px;color:var(--dark-grayish-blue-alt)}.todo>span{display:flex;align-items:center;justify-content:center;cursor:pointer}.todo>img{margin-left:auto;margin-right:30px;cursor:pointer;width:15px}hr{border:none;height:1px;background-color:#cccccc34}.clear-div{display:flex;justify-content:space-between;align-items:center;padding:0 25px;width:85%;height:55px;background-color:var(--very-dark-orange);color:var(--very-dark-grayish-orange);border-bottom-left-radius:16px;border-bottom-right-radius:16px;transition:.3s ease}.clear-div-0-left{display:flex;justify-content:space-between;align-items:center;padding:0 25px;width:85%;height:105px;background-color:var(--very-dark-orange);color:var(--very-dark-grayish-orange);border-radius:14px;transition:.3s ease}.clear-div>p{-webkit-user-select:none;user-select:none}.clear-div>a{cursor:pointer}footer{margin-top:20px;display:flex;justify-content:space-evenly;align-items:center;padding:0 20px;width:85%;height:55px;background-color:var(--very-dark-orange);color:var(--very-dark-grayish-orange);border-radius:10px;transition:.3s ease}footer>a{display:inline-block;padding:20px 30px;cursor:pointer}footer>a:hover{color:var(--dark-grayish-orange)}.bright-a{color:var(--bright-orange)}
