:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
  --bs-primary: #ec4899;
  --bs-primary-rgb: 236, 72, 153;
  --bs-link-color: #ec4899;
  --bs-link-hover-color: #f472b6;
}

body {
  background:
    radial-gradient(circle at 18% -12%, rgba(236, 72, 153, 0.10), transparent 30rem),
    #08080a;
}

.btn-primary {
  --bs-btn-bg: #ec4899;
  --bs-btn-border-color: #ec4899;
  --bs-btn-hover-bg: #db2777;
  --bs-btn-hover-border-color: #db2777;
  --bs-btn-active-bg: #be185d;
  --bs-btn-active-border-color: #be185d;
}

.text-primary {
  color: #f472b6 !important;
}

.bg-primary {
  background-color: #ec4899 !important;
}

.app-sidebar-logo img,
.auth-page-logo img {
  object-fit: contain;
}

/* Keep upstream licensing in the linked open-source notice without exposing
   the upstream product/version as customer-facing transfer-site branding. */
#kt_app_footer {
  display: none !important;
}
