/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Custom styles for SAT CFDI */

/* Navbar custom background */
.navbar-custom {
  background-color: #263849;
}

/* Hero section gradient background */
.hero-section {
  background: linear-gradient(135deg, #263849 0%, #34495e 100%);
}

/* Process step circles */
.process-step-circle {
  width: 60px;
  height: 60px;
}

/* User avatar */
.user-avatar {
  width: 80px;
  height: 80px;
}
