
body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
}

header {
  text-align: center;
  padding: 20px 0;
  background: linear-gradient(90deg, #00457c, #e30613);
  color: white;
}

header img {
  max-width: 150px;
  margin-bottom: 10px;
}

header h1 {
  font-size: 2rem;
  font-weight: bold;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}

.form-label {
  font-weight: bold;
}

.form-control {
  border-radius: 8px;
}

.btn-primary {
  background: #00457c;
  border: none;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #e30613;
}

.form-group {
  margin-bottom: 20px;
}
.result-header {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.result-container {
  margin-top: 40px;
}

.audit-details {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
}

.status-approved {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 20px 0;
  background: #d4edda;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #c3e6cb;
  color: #155724;
  font-weight: 600;
}

.status-approved i {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #28a745;
}

.selo-container {
  text-align: center;
  margin-top: 30px;
  background: #f8f9fa;
  padding: 20px 0;
  border-radius: 10px;
}

.selo-img {
  max-width: 200px;
  transition: transform 0.3s ease;
}

.selo-img:hover {
  transform: scale(1.05);
}

.button-container {
  text-align: center;
  margin-top: 30px;
}

.btn-primary {
  background: #00457c;
  border: none;
  padding: 10px 20px;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #e30613;
}

footer {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  background: #f8f9fa;
  font-size: 0.9rem;
  color: #555;
}

footer a {
  color: #00457c;
  text-decoration: none;
}



footer {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  background: #f8f9fa;
  font-size: 0.9rem;
  color: #555;
}

footer a {
  color: #00457c;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.alert {
  margin-top: 20px;
}