/* ALLPANEL — do NOT override login background.
   Original style.css: .login-page { background-image: linear-gradient(var(--bg-primary), var(--bg-secondary)); }
   theme.css sets --bg-primary:#0088CC; --bg-secondary:#2C3E50;
*/

.login-wrapper img[src*="logo"],
.main-login img[src*="logo"],
.logo-login img,
img.logo-login,
.login-box img {
  max-height: 90px;
  height: auto;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

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


/* ALLPANEL_PW_TOAST_FIX_V1 — password change success: no cut/red Swal rings */
.swal2-container {
  z-index: 2147483000 !important;
}
.swal2-popup.swal2-toast {
  overflow: visible !important;
  background: #fff !important;
  color: #363636 !important;
  box-shadow: 0 3px 10px rgba(0,0,0,.12) !important;
  padding: 0.6em 0.8em !important;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"],
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring,
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  display: none !important;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success {
  border-color: #a5dc86 !important;
  overflow: visible !important;
  margin: 0 0.5em 0 0 !important;
  width: 2em !important;
  height: 2em !important;
  min-width: 2em !important;
}
.swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  background-color: #a5dc86 !important;
}
div[data-rht] > div,
[class*="goober"] {
  overflow: visible !important;
}
