@import url("loquierorest.css");

:root {
  --facturalo-navy: #071b33;
  --facturalo-cyan: #00bfc9;
  --facturalo-lime: #a8f000;
}

.topbar,
.sidebar-nav > ul > li.active > a,
.btn-primary {
  background-color: var(--facturalo-navy);
}

.btn-success,
.label-success {
  background-color: var(--facturalo-lime);
  border-color: var(--facturalo-lime);
  color: var(--facturalo-navy);
}

/* Keep the brand legible over both the dark login panel and the hero photo. */
.auth-wrapper img[src$="/images/facturalo.svg"] {
  box-sizing: border-box;
  height: auto;
  padding: 12px 16px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(7, 27, 51, .16);
}

.platform-admin-footer__brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  color: var(--lr-muted);
  font-size: 11px;
}

.platform-admin-footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.platform-admin-footer__facturalo img {
  width: 128px;
  height: auto;
}
