* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue", "Helvetica", "Aptos", "sans-serif";    
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: black;
    background-color: #0c326f;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;    
}

header {
    position: fixed; 
    height: 50px;
    width: 100%;  
    top: 0; 
    left: 0;
    right: 0;
    margin: 0;
    padding: 25px;
    z-index: 1000;
    flex-shrink: 0;
    color: white;
    background-color: #0c326f;
    font: bold;
    text-align: center;    
    align-items: center;
    justify-content: center;   
    font-size: xx-large;    
    color: white;
    font-family: "montserrat", "sans-serif";
    font-style: normal;
    
}

footer {
    position: fixed;
    margin: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 15px;
    width: 100%;
    text-align: center;
    padding: 25px;
    flex-shrink: 0;
    background-color: #0c326f;
    color: white;
    justify-content: center; 
    font-family: "montserrat", "sans-serif";
    font-size: xx-small;
    font-style:italic;
}

.boxGeral {
    background: white;
    position: relative;
    max-height: auto;
    max-width: 1920px;
    margin-top: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;  
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
    font-size: 80%;
    border: 1px solid black;
}

.boxInicial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    justify-items: center;
    max-width: 1880px;
    max-height: auto;
    margin: 25px auto;
    background: white;    
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 100%; 
    line-height: 1.5;
    border: 1px solid black;   
}

.boxAdicionar {
    padding: auto;
    margin: auto;
}

.boxImportar {
    padding: auto;
    margin:auto;
}

.boxTarefas {
    display: auto;
    justify-content: space-between;
    align-items: center;
    max-width: 1880px;
    max-height:  auto;
    margin: 25px auto;
    background: white;    
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 100%;
    line-height: 1.5;
    border: 1px solid black; 
}

.boxPlanejamento {
    display: auto;
    justify-content: space-between;
    align-items: center;
    max-width: 1880px;
    max-height:  auto;
    margin: 25px auto;
    background: white;    
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 100%;
    line-height: 1.5;
    border: 1px solid black; 
}

.boxResumoGeral {
    display: table; /* Permite que a tabela se ajuste ao conteúdo */
    margin: auto; /* Centraliza horizontalmente */
    width: auto; /* Ajusta a largura ao conteúdo */
    border-collapse: collapse;
    font-family: inherit; /* Mantém a mesma fonte do corpo */
    table-layout: auto; /* Ajusta as colunas automaticamente */
}

.boxResumoGeral th {
    text-align: left; /* Alinha o texto*/
    padding: 10px 25px px 0; /* Adiciona 25px de espaço à direita */
    border: none; /* Remove as bordas */
    font-weight: normal; /* Mantém a mesma estilização do restante do texto */
    vertical-align: top; /* Alinha o conteúdo ao topo */
}

.fonteResumo {
    font-size: 100%;
    color: gray;    
}

button {
    margin: 10px;
    padding: 10px;
    background-color: #1351b4;
    color: white;
    cursor: pointer;
    border-radius: 30px;    
    font-weight: bold;
    font-size: 80%;
    font-family: inherit;
    align-items: center;
    border: 1px solid;
    height: auto;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

button:hover {
    background-color: white;
    color: gray;
    border-radius: 30px; 
    border-color: #1351b4;
    transform: translateY(-4px);
    box-shadow: 0 5px rgba(139, 195, 246 0.2);
}

ul {
    list-style: none;
    padding: 20px;
    margin: 20px;
    max-width: auto;
    max-height: auto;
    
}

li {
    background: #ddd;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    width: auto;
    font-size: 90%;
}

h3 {
    text-align: center;
}

td {
    border-width: 1px;
    border-style: dotted;
    border-color: #1351b4;
    border-radius: 10px;
    border-collapse: separate;
    width: 25%;
    height: 100%;
    text-align: left;
    padding: 10px;
}

label {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;    
    font-size: 100%;
}

input[type="date"] {
    height: 25px; /* Altura do input */
    padding: 0 10px; /* Padding interno para o texto */
    box-sizing: border-box; /* Garante que padding não aumente a altura */
    border: 1px solid gray;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;    
    font-size: 125%;
    color: gray;
}

input[type="number"] {
    height: 25px; /* Altura do input */
    padding: 0 5px; /* Padding interno para o texto */
    box-sizing: border-box; /* Garante que padding não aumente a altura */
    border: 1px solid gray;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;    
    font-size: 100%;
    color: gray;
    align-content: center;
}

input[type="file"] {
    height: 25px; /* Altura do input */
    padding: 0 5px; /* Padding interno para o texto */
    box-sizing: border-box; /* Garante que padding não aumente a altura */
    border: 1px solid gray;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    font-family: inherit;    
    font-size: 100%;
    color: gray;
    align-content: center;
    text-align: center;
}

select{
    height: 25px; /* Altura do input */
    width: auto;
    padding: auto; /* Padding interno para o texto */
    box-sizing: border-box; /* Garante que padding não aumente a altura */
    border: 1px solid gray;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;    
    font-size: 100%;
    color: gray;
    align-content: center;    
}