.content-menu{
      width: 100%;
      justify-content: end;
      padding: 1rem 0 1.5rem 0;
  }
  .content-menu .input-search{
      align-self: center;
      background: #5e5e5e;
      align-items: center;
      border-radius: 0.5rem 0;
      border-bottom: 0.3rem solid transparent;
      border-top: 0.3rem solid transparent
    }
  .content-menu .input-search:hover{
     border-bottom: 0.3rem solid #2196f3;
  }
  .content-menu input{
        background: #5e5e5e;
  }
  .content-menu .material-icons{
        padding: 0 0.5rem;
        color: #2196f3;
  }
  
  #table-leads {text-align: center;font-weight: bold; color:#5e5e5e;}
  #table-leads thead {background: #5e5e5e;color:#fafafa}
  #table-leads tbody tr:nth-of-type(){background: #e3f2fd;}
  #table-leads th , td{padding: 1rem 0;}
  
  #table-leads{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin: 1rem; 
        margin-top: 2rem
  }
  #table-leads thead{
        display: flex;
        width: 100%;
        text-align: center;
  }
#table-leads thead tr {
    width: 100%;
      display: flex;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.5rem
      
          
}
#table-leads thead tr th:nth-of-type(1), #table-leads .container-tbody tbody tr td:nth-of-type(1){
      width: 50%
}
#table-leads thead tr th:nth-of-type(2),  #table-leads .container-tbody tbody tr td:nth-of-type(2){
      width: 25%;
}
#table-leads thead tr th:nth-of-type(3),  #table-leads .container-tbody tbody tr td:nth-of-type(3){
      width: 25%;
}
#table-leads .container-tbody tbody:nth-child(even){
      background: #def3fe90;
}

#table-leads .container-tbody {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}
#table-leads .container-tbody tbody {
      width: 100%;
      
      
}
#table-leads .container-tbody tbody tr{
      width: 100%;
      justify-content: center;
      display: flex
}
#table-leads .container-tbody tbody tr td{
       
        padding: 1.25rem;
        text-transform:unset;
        word-break: break-word;
  
}
@media all and (max-width:800px){
      #table-leads .container-tbody tbody tr{
            flex-direction: column;
            align-items: center;

            
      }
      #table-leads thead tr th{
            display: none;
      }
      #table-leads .container-tbody tbody tr td{
        width: 100% !important;
                  
      }
}
  
  