body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
}

main {
  flex: 1 0 auto;
  padding-bottom: 20px; /* Adds a space between the content and the footer */
}

.footer {
  flex-shrink: 0;
  background-color: #4e5c9d !important;
  color: #fff !important;
  /* padding: 10px 0; */
}

.bg-primary-customer {
  background-color: #4e5c9d !important;
}

.text-primary-customer {
  color: #4e5c9d !important;
}

.file-validation-alert {
  font-size: 0.9rem;
}

.file-validation-alert ul {
  padding-left: 1.2rem;
}

.file-validation-alert li {
  margin-bottom: 0.25rem;
}

/* Estilo para arquivos com erro */
.bg-danger-subtle {
  background-color: #f8d7da !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

/* Estilo para botão desabilitado */
#submit-complaint:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* Animação sutil para mudanças de estado do botão */
#submit-complaint {
  transition: all 0.3s ease;
}

/* Contador de arquivos */
.file-info small strong {
  color: #0d6efd;
}

.file-info small strong:has-text("5/5") {
  color: #198754;
}
