/* allpanel9.global / allpanalCrick header ~65px; ALL wordmark smaller on mobile. */
/* Header stays compact; login page ALL logo larger (allpanel9 .login-box img ~90px). */
.header-top .logo-header img,
.logo-header img,
header img[src*="01_logo"],
header img[src*="logo"] {
  max-height: 48px;
  max-width: 180px;
  height: auto;
  width: auto;
  object-fit: contain;
  object-position: center center;
  background: transparent !important;
  box-shadow: none !important;
}
.login-wrapper img[src*="logo"],
.main-login img[src*="logo"],
.login-page .login-box img,
.login-box img,
.logo-login img,
img.logo-login {
  max-height: 90px;
  max-width: 280px;
  height: auto;
  width: auto;
  object-fit: contain;
  object-position: center center;
  background: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .header-top .logo-header img,
  .logo-header img,
  header img[src*="01_logo"],
  header img[src*="logo"] {
    max-height: 44px !important;
    max-width: 168px !important;
  }
  .login-wrapper img[src*="logo"],
  .main-login img[src*="logo"],
  .login-page .login-box img,
  .login-box img,
  .logo-login img,
  img.logo-login {
    max-height: 72px !important;
    max-width: 240px !important;
  }
}
.header-top,
.logo-header,
.header-top .logo-header {
  overflow: visible !important;
}

/* Stable login typography — avoid FOUC / zoom-looking text after sign-out refresh */
.login-page,
.login-page body,
body:has(.login-page),
body:has(.login-wrapper),
body:has(.main-login) {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.login-page .login-form .login-title {
  font-size: 22px !important;
  font-weight: 700;
}
.login-page .login-form .form-control,
.login-page .login-form input {
  font-size: 14px !important;
}
.login-page .login-form .btn {
  font-size: 14px !important;
}

/* WINJET_DESKTOP_WIDTH_FIX */
@media (min-width:992px){html,body,#root,.wrapper,.main-container{width:100%!important;max-width:none!important;}}
