
@media (max-width:480px) {


}



@media (max-width:750px) {
  .dataTables_info{
    display: none !important;
  }
  #listar_length{
    display: none;
  }
  .sidebar .nav-link {
    font-size: 15pt;
  }
  #listar_filter label input{
    width: 250px;
    
    outline: 0 !important;
  }
  .usuario-nome{
    display: none;
  }
  .btn-sair{
    margin-top: 10%;
  }
  .navbar{
   
    justify-content: center;
  }
  .select-status-pedido{
    width: 150px;
    text-align-last:center; 
  }
}

@media (max-width: 749.98px) {
    .sidebar {
      top: 2rem;
    }
  }


