/* ThiqaTech HR — brand overrides
   Palette sampled from the official logo:
     navy  #133B63
     teal  #286D78
*/
:root {
	--thiqa-navy: #133B63;
	--thiqa-teal: #286D78;
}

/* Hide any residual "Powered by Frappe" attribution on the login page,
   portal footer, and web footer. Frappe issue #28402 sometimes leaves this
   in place even after Website Settings changes. Selectors are best-effort —
   re-check against your exact version after `bench build`. */
.powered-by,
.powered-by-frappe,
a.powered-by,
footer .powered-by,
.web-footer .powered-by,
.navbar .powered-by,
/* v15 renders attribution as .footer-powered ("Built on Frappe") — hide it. */
.footer-powered,
.footer-powered a {
	display: none !important;
}

/* Keep the horizontal logo from overflowing the navbar / login card. */
.navbar-brand img,
.app-logo,
.splash img,
img.app-logo {
	max-height: 28px;
	width: auto;
}

/* Login card logo can be a touch larger than the navbar one. */
.page-card .app-logo,
.for-login .app-logo {
	max-height: 40px;
}
