/* Ajuste pagina index.html */
html, body{
    height: 100%;
}
img{
    align-items: center;
}
h1{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
p{
    text-align: center;
}
button{
    margin: 2px;
}
.form-container{
    max-width: 350px;
    padding: 1rem;
}
.icon {
    position: absolute;
    right: 10px; /* Distância do ícone do lado direito */
    top: 50%;
    transform: translateY(-50%);
}

label {
    padding-right: 40px; /* Ajuste para o espaço do ícone */
}
/* Estilos para a navbar */
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    margin-top: 20px;
}
.navbar img {
    width: 40px;
    height: 40px;
    border-radius: 10%;
    margin-right: 10px;
}
.navbar .logo-text {
    display: flex;
    align-items: center;
}

.navbar .logo-text h1 {
    margin: 0;
    font-size: 24px;
}
.navbar a {
    margin-top: 10px;
    text-decoration: none;
    margin: 0 15px;
    font-size: 20px;
}
.navbar a:hover {
    text-decoration: underline;
}
.nav-links{
    margin-top: 10px;
}

.form-cabecalho{
    margin-left: 10px;
    display: inline-block;
    margin: 5px;
    font-weight: bold;
    
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.table{
    margin-left: 10px;
    max-width: 95%;
}
/* Ajuste pagina analise.html */
.analise{
    background-color: #4DA391;
    color: white;
}
.separador{
    margin: 30%;
}
footer {
    text-align: center;
    padding: 1.5%;
    margin-top: 1.5%;
}
/* Thick blacck border */
hr {
    border: 2px solid  black;
  }

/* Home  */
caption{
    font-size: 18px;
}
.table-evokuir{
    margin-left: 10px;
    max-width: 95%;
}
a {
    color: black;
}
.container-fluid{
    color: black;
}
.container-fluid .row .col-3{
    text-align: center;
}