.painel-senhas {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
  }
  
  .painel-atual .label-senha {
    font-size: 1rem;
    color: #666;
    letter-spacing: 1px;
  }
  
  .numero-senha {
    font-size: 2.5rem;
    font-weight: bold;
    color: #222;
  }
  
  .tipo-senha {
    font-size: 1.2rem;
    color: #1fb5be;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }
  
  .guiche-title {
    font-size: 1rem;
    color: #555;
    margin-top: 0.5rem;
  }
  
  .guiche-numero {
    font-size: 2rem;
    font-weight: bold;
    color: #222;
  }
  
  .tabela-senhas thead th {
    font-size: 0.85rem;
    text-transform: uppercase;
    background-color: #f8f9fa;
    color: #333;
    border-bottom: 1px solid #ddd;
  }
  
  .tabela-senhas td {
    font-size: 0.95rem;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
  }
  
  .tabela-senhas .convencional {
    color: #1fb5be;
    font-weight: bold;
  }
  
  .tabela-senhas .preferencial {
    color: #d9534f;
    font-weight: bold;
  }

  #contador {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #8b0000;
  }
  
  