:root {
  --primary: #2ecc71; 
  --primary-dark: #27ae60; 
  --primary-hover: #00a138;
  --secondary: #1d2b48;
  --vermelho-danger: #dc3545;
}

* {
  font-family: Poppins;
}

img.logo {
  max-width: 150px;
}

.text-secondary {
  color: var(--secondary) !important;
}

.form-cpf {
  margin: 0 auto;
}

.cpf-input {
  border-radius: 18px;
  padding: 12px;
  border-color: #d3d3d3;
}

.form-input {
  text-align: left;
}

.form-input label {
  font-weight: 500;
  color: black;
}

span.obrigatorio,
.form-input label span {
  color: indianred !important;
}

.btn-primario {
  background-color: var(--primary);
  color: white !important;
  border: 2px solid var(--primary);
  border-radius: 18px;
  padding: 12px 20px;
}

.btn-primario:hover {
  background-color: var(--primary-hover) !important;
  border-color: var(--primary-hover) !important;
  color: white !important;
  transform: translateY(-2px); 
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn-secundario {
  background-color: var(--secondary);
  color: white;
  border: 2px solid var(--secondary);
  border-radius: 18px;
  padding: 12px 20px;
}

.btn-secundario:hover {
  background-color: #0f1a2e !important;
  border-color: #0f1a2e !important;
  color: white !important;
  transform: translateY(-2px); 
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn-primario-outline {
  border: 2px solid var(--primary);
  border-radius: 18px;
  padding: 12px 20px;
  color: var(--primary);
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-primario-outline:hover {
  background-color: #4A90E2 !important;
  border-color: #4A90E2 !important;
  color: white !important;
  text-decoration: none;
}

.link-cadastro {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 14px;
}

.logo-principal {
  margin-top: 40px;
  margin-bottom: 60px;
}

.fila-numero {
  font-size: 128px;
}

.balao img {
  width: 60px;
}

.balao {
  position: fixed;
  bottom: 40px;
  right: 20px;
}

.textarea-custom {
  background-color: #e2e2e2;
}

.label-custom {
  font-weight: 600;
}

.ph-star {
  color: #dda800;
}

input.error {
  border-color: indianred;
}

label.error {
  color: indianred;
  margin: 5px;
  font-weight: 600;
}

.img-bandeira {
  background: url("../img/bandeira.png");
  width: 100%;
  height: 120px;
  background-size: cover;
}

#chegou_sua_vez,
#aguardando {
  display: none;
}

footer {
  background-color: #1d2b48;
  color: white;
  padding: 20px;
}

footer a {
  color: white;
}
