@font-face {
    font-family: iransans;
    src: url('iransans2.woff2');
 
}
body{
     font-family:iransans ;
     direction: rtl;
     background-color: rgba(169, 169, 169, 0.295);
    
}
img{
     display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 300px;



}

.div1{
    width: 700px;
    height: 500px;
    background: linear-gradient(300deg, red, blue);
    padding-top: 50px;
     margin: auto;
     border-radius:30px;
      max-width: 90%;
     box-shadow: 0px 0px 50px 10px #0000002e;
     overflow-Y: scroll;


}
::-webkit-scrollbar {
    width: 20px;

  }
  ::-webkit-scrollbar-track {

    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(300deg, rgba(97, 1, 1, 0.486), rgba(196, 17, 17, 0.39));
    border-radius: 10px;
  }

.in1{
    font-weight: bold;
    border: 1px solid #da9ff3;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.555);
    width: 500px;
    max-width: 80%;
    font-family: iransans;
    font-size: 30px;
    line-height: 10px   ;
     height: 70px;
     display: flex;
     margin-left: auto;
     margin-right: auto;  
}

.in1:focus-visible{
    outline: blue;
    border: 3px solid rgba(55, 0, 255, 0.473);
}

.footer{
    height: 100px; 
   font-size: 12px;
   color: #2734ac; 
   display: flex;
   align-items: center;
   justify-content: center;
   margin: auto;
   width: 300px;
   direction: ltr;

   
}


.div3{
    padding-top: 50px;
    }


    
.todo1{
    background-color: #ffffff;
    width: 90%;
    max-width: 75%;
    padding: 15px ;
    border-radius: 15px;
    margin: auto;
    cursor: pointer;
    margin-bottom: 15px;
}


.close{
    border: none;
    background-color: transparent;
    float: left;
    font-size: 20px;
    line-height: 25px;
    cursor: pointer;
    color: #ff0000;
}


.time1{
    border: none;
    background-color: transparent;
    float: left;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    color: #8d8d8d; 
}

