/* 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;
}

.content-wrapper-inline {
  margin-left: 65px !important;
  min-height: 100vh !important;
}
.content-header-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.alert-success {
  font-size: 1.5em;
}

.maintenance-info {
  font-family: Poppins;
  padding: 70px 0;
}

/* Clootrack-styled Home link (keeps current font size) */
.home-link-clootrack {
  color: #e64918;
  text-decoration: none;
  cursor: pointer;
}

.home-link-clootrack:hover {
  text-decoration: none;
  color: #e64918;
}

/* Scope 2FA wizard button styling to CtSetup only */
.ct-wizard-actions .btn-primary[type="submit"],
.ct-wizard-actions button[type="submit"].btn-primary {
  background-color: #e64918;
  color: #ffffff;
  border: none;
  border-radius: 25px;
  font-size: 14px;
}

/* Ensure Back and any other wizard buttons are pill-shaped */
.ct-wizard-actions .btn {
  border-radius: 25px;
  font-size: 14px;
}
