:root{
    --primary:#A5C882;
    --secondary: #D33F49;
    --light: #fff;
    --dark:#000;
    --diabled:#e7e7e7;
    


}
body{
    font-family: 'Lato' sans-serif;
    margin: 0;
    height: 100vh;
    background-color: var(--diabled);
    

}
*:first-letter{
    text-transform: capitalize;
}
.roundBorder{
    border-radius: 5px;
    
    display:0;
  margin-bottom: 10px;
}
.list{
    margin: 0px;
    padding: 0px;
  
    width:100%;
    max-width: 350px;
   text-align: justify;

   
}

    .date {
        display: flex;
        align-items: center;
        justify-content: space-between;
    
   

}
.dateRight{
   
    align-items:center;
}
#dateNumber{
    font-weight: bold;
    font-size: 20px;

}
#dateText{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1px;
}
#dateNumber,
#dateText,
#dateMonth{
    font-weight: bold;
    font-size: 20px;
    

}
#dateMonth,
#dateYear {
    margin-left: 50px;
    font-size: 20px;
}
form{
    margin: 20px 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 35px auto;
    grid-column-gap: 15px;
   
}
input{
    border: 15px;
    padding-left: 10px;
    background-color: var(--diabled) ;
    height: 15px;
    border: 5px solid rgb(38, 55, 203);
    
    
}
input :focus{
    outline: none;
    
}

.addTaskButton,
.orderButton{
    
    font-weight:bold;
    cursor: pointer;
    height: 10px;
    border: 5px;

}

.addTaskButton{
    height: 20px;
    border-radius: 5px;
    font-size: 8px;
   
    
    border: 2px solid rgb(38, 55, 203);
    
   
}
.task{
    background-color: var(--primary);
    padding: 0px;
    margin-top: 0px;
    color: black;
    text-align: pointer;
   
}
.done{
    background-color: var(--diabled);
    text-decoration: line-through;
    color: var(--dark);
   
}
header {
   left: 0%;
   top: 0%;
    max-width:100% ;
    margin-top:0%;
    height: 100px;
    color: #c7c7d4;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight:bold;
    font-size: 300%;
    background-color: #000,;
    
	color: rgb(17, 17, 17);
   
    
}

  body{
    
    background-image: linear-gradient(to bottom right, #33475b, #0033CC, #bd5394, rgb(154, 22, 123));
    
}
.hr.bor.header{
    color: #000;
}
.orderButton{
    border: 10%;
    font-weight: bold;
    cursor: pointer;
    height: 10%;
    width: 10%;
    border: 2px solid rgb(38, 55, 203);
   
    margin-left:0px;

}


   

.container{
    float:left;
}

.limpiar{
    display: flex;
    align-items: center;
    justify-content: center;
}
 /* Estilos para el formulario */
 .container {
    width: 50%;
    /* Ajusta el ancho del contenedor según tus necesidades */
    margin: 0 auto;
    /* Centra el formulario horizontalmente */
}

/* Estilos para las etiquetas */
label {
    display: block;
    /* Coloca cada etiqueta en una línea nueva */
    margin-bottom: 5px;
    /* Espacio entre etiquetas */
    font-weight: bold;
    /* Texto en negrita */
    margin-left: 0px;
    padding-left: 0%;


}

/* Estilos para los inputs */
input[type="text."],

input[type="direccion"],
input[type="submit"],
input[type="reset"] {

    width: 100%;
    /* Ocupa todo el ancho disponible */
    padding: 0px;
    /* Espaciado interno */
    margin-bottom: 10px;
    /* Espacio entre inputs */
    border-radius: 5px;
    border: 1px solid #ccc;
    /* Borde del input */
    box-sizing: border-box;
    /* Incluye el borde en el ancho total */
    margin-left: 5%;
    padding-left: 5%;
    border-left: 0px;


}

/* Estilos para el botón "Guardar datos" */
input[type="submit"] {
    background-color: #4CAF50;
    /* Color de fondo */
    color: white;
    /* Color del texto */
    border: none;
    /* Quita el borde */
    cursor: pointer;
    /* Cambia el cursor al pasar sobre él */

}

/* Estilos para el botón "Limpiar datos" */
input[type="reset"] {

    background-color: #f44336;
    /* Color de fondo */
    color: white;
    /* Color del texto */
    border: none;
    /* Quita el borde */
    cursor: pointer;
    /* Cambia el cursor al pasar sobre él */

}

.guardar:hover {
    color: rgb(244, 238, 238);
    background-color: rgb(54, 53, 53);
}

.Limpiar:hover {
    color: rgb(244, 238, 238);
    background-color: rgb(54, 53, 53);
}

.fecha {
   font-size: 5px;
    right: 10px;
    height: 20px;
    width: 20px;
    top: 10px;
}

/* .fotos {

    position: 100px;
    top: 140px;
    display: flex;
    padding-top: 60px;
    right: 10px;
    position: absolute;
} */

/* #imatge img {
    display: block;
    width: 100%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 50%;
} */
/* previsualizacion de foto */
/* img {
    width: 150px;
    height: 150px;
    margin-top: 25px;
  } */
  #preview {
    width: 200px;
    height: 300px;
    position: 50px;
    top: 19px;
    display: flex;
    padding-top: 3px;
    right: 10px;
    border: 2px solid rgb(38, 55, 203);
   
  }
  
 
  input[type="file"]{
    text-align: end;
    font-size: 5px;
    
    width: 20px;
    text-transform: uppercase;
    padding: 2px;
    padding-right: 200px;
    margin-top: 0px;
  }
 