
.saira-body {
  font-weight: 300;
  font-family: 'Saira', sans-serif;
  font-optical-sizing: auto;
  font-variation-settings:"width" 100;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"width" 100;
}
body {
  font-weight: 300;
  font-family: 'Saira', sans-serif;
  font-optical-sizing: auto;
  font-variation-settings:"width" 100;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"width" 100;
  background-color: #F5F4F0;
}

#conteudo{
   width: 100%;
   height: auto;
   font-family: 'Saira', sans-serif;
   margin-bottom: 100px;
}
#top{
    width: 100%;
    height: 10vh;
    font-family: 'Saira', sans-serif;
    background-color: #61A373;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer{
    width: 100%;
    height: auto;
    background-color: #61A373;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: -5px;
    left: 0;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-weight: 300;
    font-family: 'Saira', sans-serif;
    font-optical-sizing: auto;
    font-variation-settings:"width" 100;
}
#area{
    width: 100%;
    height: auto;
    display: flex;
    margin:auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}
#row-menu{
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px;
    text-align: center;
    
}
.img-menu{
    width: 150px;
    height: 150px; 
}
.img-menu2{
    width: 120px;
    height: 120px; 
}

#alerta{
   
    text-align: center;
}
.novo{
    width: 80%;
    display: flex;
    justify-content: flex-end;
    margin: 20px;
}
.cadastro{
    width: 80%;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-bottom: 50px;
    
}
.foto-lista{
    width: 50px;
    height: 50px;
    border-radius: 10%;
    object-fit: cover;
}
.logo{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}   

.foto-pessoa{
    width: 100px;
    height: 100px;
    border-radius: 10%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 2px solid #61A373; 
}
.titulo{
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
#row-menu{
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    margin: 10px;
    justify-content: center;
    text-align: center;
}
.busca{
    width: 80%;
    text-align: center;
    margin: auto;
   display:flex;
   justify-content: center;

}
.toplogout{
    width: 100px;
    text-align: center;
    margin-top: 5px;
}
.lista{
   height: 100%;
}
.tab-content { 
    display: none;
 }
.tab-content.active {
     display: block; 
}
.tab-button.active { 
    background-color: lightblue;
 }
 .div-tab{
    text-align: left;
    margin: 10px;
    width: 80%;
 }


.tab-headers {
    margin-bottom: 10px;
}
.tab-button {
    display: inline-block;
    margin-right: 5px;
    padding: 6px 18px;
    border: 1px solid #007bff;
    background: #fff;
    color: #007bff;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.tab-button.active, .tab-button:hover {
    background: #007bff;
    color: #fff;
}
.modal.fade .modal-dialog {
    z-index: 99999 !important; /* Valor muito alto */
}
#img-fat{
    width: 100px;
    height: 100px;
    
}
