
body{
    background-color: #FFFFFF;
   
    width:100%;
    color:#222222;
 
   
    font-family: "SF Pro Text";
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    

}
.contform{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:fit-content;
   
}
.formindex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:25%;
    padding:20px;
    position: relative;
    height: fit-content;
    min-width: 320px;
}
.formindex2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:25%;
    padding:20px;
    position: relative;
    margin-top: 10vh;
    height: 50vh;
    min-width: 320px;
    align-self: center;
}

.image{
    width:100%;
    height:60px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
border-radius: 9px;
box-sizing: border-box;
background: #F6FDFF;

border-radius: 9px;


}
.image img{
    width:40px;
}
.t1{
    color: #1E85FF;

}
.t2{
  
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 134%;
/* identical to box height, or 15px */

letter-spacing: -0.408px;

color: #222222;

opacity: 0.5;
}
#id_title{
    border: 1px solid #22222233;
    height:37px;
    border-radius: 9px;
}
#id_username{
    border: 1px solid #22222233;
    height:45px;
    border-radius: 9px;
    margin-bottom: 2vh;
}
#id_password{
    border: 1px solid #22222233;
    height:45px;
    border-radius: 9px;
}
#button_submit{
    border: none;
    height:45px;
    border-radius: 9px;
  width: 100%;
    background: #1E85FF;
    box-shadow: 0px 8px 16px rgba(30, 133, 255, 0.15);
    border-radius: 8px;
   margin-top: 3vh;
   color:white;
  
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 134%;
}
form div{
    margin-top: 1vh;
    margin-bottom: 1vh;
} 
#id_description{
    border-radius: 9px;
    border: 1px solid #22222233;
    height:100px;
}
.datetime{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#id_date{
    border: 1px solid #22222233;
    height:37px;
    border-radius: 9px;
    width:95%;
}
#id_time{
    border: 1px solid #22222233;
    height:37px;
    border-radius: 9px;
    width:95%;
}
#id_url{
    border: 1px solid #22222233;
    height:37px;
    border-radius: 9px;
}
#id_category{
    border: 1px solid #22222233;
    height:37px;
    border-radius: 9px;
}

.image2{
    width:100%;
    height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
border-radius: 9px;
box-sizing: border-box;
background: #F6FDFF;
border: 1px dashed rgba(34, 34, 34, 0.2);



}
#id_current_state{
    border: 1px solid #22222233;
    height:37px;
    border-radius: 9px;
}
#approve{
   border: none;
    height:45px;
    border-radius: 9px;
  width: 100%;
    background: #1E85FF;
    box-shadow: 0px 8px 16px rgba(30, 133, 255, 0.15);
    border-radius: 8px;
 
  
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 134%;
/* or 20px */

letter-spacing: -0.408px;
cursor: pointer;
color: #FFFFFF;
}
#id_file{
    display: none;
}  
#decline{
   
    border: 1px solid #22222233;
    height:45px;
    width: 100%;
  
    border-radius: 9px;
    
   cursor: pointer;
  
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 134%;
/* or 20px */
background-color: #FFFFFF;
letter-spacing: -0.408px;

color: #1E85FF
    
}
.datetime2{
    display: flex;
    flex-direction: column;
    
    justify-content: center;
    width: 100%;
 
}
.containerposts{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 60%;
    height:fit-content;
    margin-left: 20%;
    margin-right: 20%;
    flex-wrap: wrap;
    align-self: center;
    align-items: center;
    align-content: center;
    margin-top: 5vh;
    min-width: 320px;
    
}
.containerposts div{
    width:20%;
    background-color: #1E85FF;
    color: white;
    padding:10px;
    
    margin-top: 4vh;
    text-align: center;  
    box-shadow: 0px 8px 16px rgba(30, 133, 255, 0.15);
    border-radius: 8px;  
    align-items: center;
    align-self: center;
    vertical-align: middle;
    
}
@media only screen and (max-width: 600px) {
    .containerposts{
        margin-left: 10%;
    }
    .containerposts div{
        min-width: 300px;
    }
  }
.containerposts a{
    color: inherit;
    align-self: center;
    text-decoration: none;
  
    font-size: 20px;
    width:100%;
    
    

}
.title2{
    align-self: center;
    text-align: center;
    width:100%;
    margin-top: 5vh;
    font-size: 1.7rem;
  
}
.container1{
    display: flex;
    flex-direction: row;
    height: 8vh;
    justify-content: space-between;
    box-shadow: 0px 8px 16px rgba(30, 133, 255, 0.15);
}
.buttons button a{
    font-size: 17px;
    background-color: none;
    color: inherit;
    text-decoration: none;
   
}
.buttons button {
    border: none;
    background-color: white;
    color: #222222;
  
}
.container1 img{
    width:50px;
    height:50px;
    align-self: center;
}
.buttons{
    
    min-width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height:100%;
    align-items: center;
}
.formindex2 input{
    font-size: 15px;
  
    text-align: center;
}
.formindex input{
    font-size: 15px;
  
    text-align: center;
}