
#input-box{
    flex: 1;
    border: none;
    background-color: transparent;
}
ul li{
    list-style-type: none;
    font-size: 20px;
    padding: 20px;
    user-select: none;
    cursor: pointer;
    position: relative;
}
ul li::before{
 content: "";
 position: absolute;
 width: 20px;
 height: 10vh;
 border-radius: 50%;
 background-image: url(images/radio-button-off-unchecked-round-circle-512.webp);
 background-size: cover;
 background-position: center;
 top: 10px;
 left: 7px;
}
ul li.checked{
    color: #000;
    text-decoration: line-through;
}
ul li.checked::before{
    background-image: url(/images/checked.png);
}
ul li span{
    position: absolute;
    right: 0;
}
body{
    font-family: 'poppins',sans-serif;
    background-color: #9457a3;


   
   }
   .container{
   width: 100%;
   min-height: 100vh;
   background: linear-gradient(135deg,#153677 #4e085f);
   padding: 10px;
   
   justify-content: center;
   
   
   }
   .row{
   display: flex;
   align-items: center;
   justify-content: space-between;
   background: #edeef0;
   border-radius: 30px;
   padding-left: 20px;
   margin-left: 20px;
   margin-bottom: 25px;
   }
   .todo_list{
       width: 50px;
       max-width: 540px;
       background: #fff;
       border-radius: 10px;
       justify-content: center;
       margin-left: 40%;
       border:solid 1px;
   }
   .todo_list h2{
   color: #002765;
   display: flex;
   align-items: center;
   margin-bottom: 20px;
   }
   input{
       flex: 1;
       border: none;
       outline: none;
       background:transparent;
       padding: 10px;
       font-weight: 14px;
       width: 100px;
       
   }
   button{
   border: none;
   outline: none;
   padding: 16px 50px;
   background-color: #b974ca;
   color: #fff;
   font-size: 16px;
   cursor: pointer;
   border-radius: 40px;

   }
   ul li{
   list-style: none;
   font-size: none;
   padding: 12px 8px 12px 50px;
   user-select: none;
   cursor: pointer;
   position: relative;
   
   }
   ul li::before{
   content: '';
   position: absolute;
   height: 28px;
   width: 28px;
   border-radius: 50%;
   background-image: url(Images/unchecked.png);
   background-size: cover;
   background-position: center;
   top: 12px;
   left: 8px;
   }
   ul li.checked{
   color:#555;
   text-decoration: line-through;
   }
   ul li.checked::before{
   background-image: url(Images/checked.jpeg);
   
   }
   ul li span{
   position: absolute;
   right: 0;
   top: 5px;
   width: 40px;
   height: 40px;
   font-size: 22px;
   color: #555;
   line-height: 40px;
   text-align: center;
   border-radius: 50%;
   
   }
   ul li span:hover{
       background: #edeef0;
   }
   
   .todo-list{
    width: 150%;
    max-width: 540px;
    background-color: #fff;
    margin: 100px auto 20px;
    padding: 10px;
    border-radius: 10px;
   }
   
   #input-box{
       flex: 1;
       border: none;
       background-color: transparent;
   }
   ul li{
       list-style-type: none;
       font-size: 20px;
       padding: 20px;
       user-select: none;
       cursor: pointer;
       position: relative;
   }
   ul li::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 10vh;
    border-radius: 50%;
    background-image: url(images/radio-button-off-unchecked-round-circle-512.webp);
    background-size: cover;
    background-position: center;
    top: 10px;
    left: 7px;
   }
   ul li.checked{
       color: #000;
       text-decoration: line-through;
   }
   ul li.checked::before{
       background-image: url(/images/checked.png);
   }

   
   ul li span{
       position: absolute;
       right: 0;
   }
   #navbar{
    display: flex;
    justify-content: space-evenly;
    color: white;
    font-size: 30px;
    
    
   }
   .Summary{
    color: white;
    
    
   }
   
   a{
    text-decoration: none;
    color: white;
   }
    #My-TO-Do-list{
        margin-top: 4%;
    }
    .logo{
    width: 50px;

    

    }
    .NYJ a{
    color: white;
    
    }

  @media only  screen and (max-width : 768px) {
    body{
    overflow-x: hidden;
    margin: 0;
    font-family: 'poppins',sans-serif;
        background-color: #755b7c;
       
    }
    todo-list{
        width: 80%;
        max-width: 400px;
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
    }
    .row{
        display: flex;
        align-items: center;
        gap: 20%;
        padding-left: 20px;
        margin-bottom: 25px;
        padding-left: 20px;
    
    
    }
    #input-box{
        flex: 1;
        border: none;
        background-color: transparent;
    }
    ul li{
        list-style-type: none;
        font-size: 20px;
        padding: 20px;
        user-select: none;
        cursor: pointer;
        position: relative;
    }
    ul li::before{
     content: "";
     position: absolute;
     width: 20px;
     height: 10vh;
     border-radius: 50%;
     background-image: url(images/radio-button-off-unchecked-round-circle-512.webp);
     background-size: cover;
     background-position: center;
     top: 10px;
     left: 7px;
    }
    ul li.checked{
        color: #000;
        text-decoration: line-through;
    }
    ul li.checked::before{
        background-image: url(/images/checked.png);
    }
    ul li span{
        position: absolute;
        right: 0;
    }
    body{
        font-family: 'poppins',sans-serif;
        background-color: #755b7c;
       
       }
       .container{
       width: 60%;
       min-height: 100vh;
       background: linear-gradient(135deg,#153677 #4e085f);
       padding: 10px;
       justify-content: center;
       
       
       }
       .row{
       display: flex;
       align-items: center;
       justify-content: space-between;
       background: #edeef0;
       border-radius: 30px;
       padding-left: 20px;
       margin-left: 20px;
       margin-bottom: 25px;
       gap: 20%;
       
       }
       a{
        text-decoration: none;
        color: #000;
       }
       .todo_list{
           width: 100px;
           max-width: 540px;
           background: #fff;
           border-radius: 10px;
           justify-content: center;
           margin-left: 40%;
           border:solid 1px;
           width: 150%;
           max-width: 540px;
           background-color: #fff;
           margin: 100px auto 20px;
           padding: 10px;
           border-radius: 10px;
       }
       .todo_list h2{
       color: #002765;
       display: flex;
       align-items: center;
       margin-bottom: 20px;
       }
       input{
           flex: 1;
           border: none;
           outline: none;
           background:transparent;
           padding: 10px;
           font-weight: 14px;
           width: 100px;
           
       }
       button{
       border: none;
       outline: none;
       padding: 16px 50px;
       background-color: #b974ca;
       color: #fff;
       font-size: 16px;
       cursor: pointer;
       border-radius: 40px;
       }
       ul li{
       list-style: none;
       font-size: none;
       padding: 12px 8px 12px 50px;
       user-select: none;
       cursor: pointer;
       position: relative;
       
       }
       ul li::before{
       content: '';
       position: absolute;
       height: 28px;
       width: 28px;
       border-radius: 50%;
       background-image: url(Images/unchecked.png);
       background-size: cover;
       background-position: center;
       top: 12px;
       left: 8px;
       }
       ul li.checked{
       color:#555;
       text-decoration: line-through;
       }
       ul li.checked::before{
       background-image: url(Images/checked.jpeg);
       
       }
       ul li span{
       position: absolute;
       right: 0;
       top: 5px;
       width: 40px;
       height: 40px;
       font-size: 22px;
       color: #555;
       line-height: 40px;
       text-align: center;
       border-radius: 50%;
       
       }
       ul li span:hover{
           background: #edeef0;
       }
       .todo-list{
           width: 150%;
           max-width: 540px;
           background-color: #fff;
           margin: 100px auto 20px;
           padding: 10px;
           border-radius: 10px;
       }
       .row{
           display: flex;
           align-items: center;
           gap: 20%;
           padding-left: 20px;
           margin-bottom: 25px;
           padding-left: 20px;
       }
       #input-box{
           flex: 1;
           border: none;
           background-color: transparent;
       }
       ul li{
           list-style-type: none;
           font-size: 20px;
           padding: 20px;
           user-select: none;
           cursor: pointer;
           position: relative;
       }
       ul li::before{
        content: "";
        position: absolute;
        width: 20px;
        height: 10vh;
        border-radius: 50%;
        background-image: url(images/radio-button-off-unchecked-round-circle-512.webp);
        background-size: cover;
        background-position: center;
        top: 10px;
        left: 7px;
       }
       ul li.checked{
           color: #000;
           text-decoration: line-through;
       }
       ul li.checked::before{
           background-image: url(/images/checked.png);
       }
       ul li span{
           position: absolute;
           right: 0;
       }
       #navbar{
        display: flex;
        justify-content: space-evenly;
        color: white;
        font-size: small;
        background-color: rgb(154, 116, 189);
       }
       a{
        text-decoration: none;
        color: white;
       }
        #My-TO-Do-list{
            margin-top: 8%;
        }
    
    
        
      }
    
    

  

