body{
    background-color:#f2f1f4; 
    font-family: 'roboto',sans-serif; 
}
.header{
    display: flex;
    flex-direction: row;
    position: relative;
}
.dark-lightbtn{
    position: absolute;
    right: 20px;
    top: 40px;
    background-color:  #390072db;
    color: #ffffff;
    border-radius: 30px;
    padding: 15px;
    cursor: pointer;
    transition: 0.5s;
    margin-left: 50px;
}
h1,h2{
    font-family: platypi;
    font-size: 50;
    margin-left: 20px;
    color: #300b53;
}
h3{
    margin-bottom: 12px;
    margin-top: 2px;
}
h6{
    font-weight: 300;
    font-size: 13px;
    color: #565656;
    margin-top: 10px;
}
.notes{
    margin: auto;
    width: 61.9%;
}
p{
    margin-bottom: 0;
    margin-top: 2px;
    font-weight:500;
    font-size:16px;
    color: #565656;
}
.tricks{
    color: black;
    font-weight:400 ;
}
.schedule{
    background-color: #f5f2fa;
    padding: 15px;
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
    transition: 0.3s;
    display: flex;
    box-shadow: 8px 10px 15px rgb(48, 0, 64);
}
.schedule:hover{
    opacity: 0.7;
}

.schedule-detailes{
    margin-left: 7px;
    padding-bottom:5px ;
}
img{
    width: 30px;
    height: 30px;
}
#demo{
    font-family: platypi;
    color: #300b53;
    font-size: 50px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 90px;
    text-shadow: 2.5px 2px #572e67;
}        
.mark-buttom{
    background-color:  #300b53;
    color: #ffffff;
    border-color: #ffffff;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 3px;
    padding: 20px 30px;
    cursor: pointer;
    transition: 0.5s;
    margin-left: 630px;
    margin-top: -40px;
}
.mark-buttom:hover{
    color: #300b53;
    background-color:  #ffffff;
    border-color: #300b53;
} 
.container{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 50px;
}
.to-do-list-container{
    background-color:  #300b53;
    width: 300px;
    height: 450px;
    margin: 25px 100px;
    position: relative;
    padding: 40px 50px;
    color: white;
    box-shadow: 8px 10px 15px rgb(48, 0, 64);
    

}
.to-do-list-container p{
    padding: 20px;
    margin: 0;
}
.to-do-list-container label{
    font-size:28px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    
}
.flag{

position: absolute;
background-color:rgb(132 107 156);
color: white;
top: -15px;
left: 25px;
padding: 10px 15px;


}
.to-do-list-container input:checked+label{

text-decoration: line-through;


}

.to-do-list-container input{
cursor: pointer;
}
.motivation{
    font-size: 30px;
    font-weight: 600;
    
}
ul{
    margin: 0px 15px;
}

.dark-mode{
    background-color: #1b132b;
    color: #ffffff;
}  
.dark-mode h1{
    color: #ffffff;
}
.dark-mode h3{
    color: #ffffff;
}
.dark-mode h2{
    color: #ffffff;
}
.dark-mode h1{
    color: #ffffff;
}
.dark-mode p{
    color: #ffffff;
}
.dark-mode .schedule{
    background-color: #39295e;
}
.dark-mode #demo{
    color: #ffffff;
}
.dark-mode .dark-lightbtn{
    background-color: #ffffff;
}
.tabel1-contaner{
    display: flex;
    flex-direction: row;
}
#mot1{
    margin-top: 50px;
}
.tabel2-container{
    width: 50%;
    margin-left: 200px;
    margin-right: 30px;
    margin-bottom: 150px;
}
table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    box-shadow: 8px 10px 15px rgb(48, 0, 64);
}
.table-caption {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    border: 1px solid #ddd; 
    padding: 5px 10px;
}
.table-caption:hover {
    cursor: pointer;
}
th, td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
tr:hover {
    background-color: #ddd;
}
.dark-mode tr:hover{
    background-color: #39295e;
    cursor: pointer;
}
.dark-mode td ,.dark-mode th,.dark-mode .table-caption{
    color: #ffffff;
}