

.home_container{
  overflow-y: hidden;
   height: 100%;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.home_margem{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 98%;
  height:98%;
  /*max-width:700px;*/
  border-radius: 5px;
  border: 2px solid #fff;
  overflow-y: auto;
  padding-bottom: 100px;
}
  .home_card{
    width: 95%;
    background-color: #fff;
    border-radius: 5px;
    align-items: center;
    margin:7px;
     
    padding:30px;
    width: 95%;
    max-width:1000px;
    display: flex;
}
.home_container_content{
  text-align: center;
  width:100%;
  
} 
.home_logo_home{
  width:100px;
}
.home_container_content h1{
color: #025831;
}
.home_container_content p{
font-weight: bold;
font-size: 18px;
}

.home_icon {
    pointer-events: none;
    width: 100px;
    color:#025831;
   
  }
.tabelaNaoAtendidos{
    width:100%;
    background-color:#000;
} 
.tabelaNaoAtendidos th {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000;
    
    text-align:center;
}
.tabelaNaoAtendidos td, .tabelaNaoAtendidos th {
  padding:10px 0;
  text-align: center;
}
.tabelaNaoAtendidos td{
    border-bottom:1px solid #000;
}
.tabelaNaoAtendidos tr:hover {
    background-color: #ddd;
}
.tabelaNaoAtendidos tr{
   background-color: #F2F2F2; 
   color:#000;
}  

  /*
.home_spaceCardHidden{

}*/
/*GIRAR LOGO*//*

.home_icon > img{
    pointer-events: none;
    height: 50px;
    display: block;
    background-color: #00723E;
  }
@media (prefers-reduced-motion: no-preference) {
    .home_icon > img {
    animation: logo-spin infinite 3s linear;
  }
}
@keyframes logo-spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    
    transform: rotateY(360deg);
  }
}
*/

 