/* iCommand v26.6.6 — Admin, profile dropdown and header action order */
body.sapx-v266.authGranted .sapx-shell-controls{display:flex!important;align-items:center!important;gap:8px!important}
body.sapx-v266.authGranted .sapx-notification{order:1!important}
body.sapx-v266.authGranted .sapx-refresh-icon{order:2!important}
body.sapx-v266.authGranted .updateMeta{order:3!important;display:flex!important;align-items:center!important;min-width:164px!important}
body.sapx-v266.authGranted .authUser{order:4!important}
body.sapx-v266.authGranted .sapx-profile-menu{
  position:fixed!important;top:72px!important;right:18px!important;z-index:5000!important;
  width:360px!important;max-height:calc(100vh - 90px)!important;overflow:auto!important;
  padding:10px!important;border-radius:16px!important;background:var(--sapx-card,#fff)!important;
  border:1px solid var(--sapx-border,#dfe7f1)!important;box-shadow:0 24px 64px rgba(15,23,42,.22)!important;
}
body.sapx-v266.authGranted .sapx-profile-nav{display:grid!important;gap:2px!important}
body.sapx-v266.authGranted .sapx-profile-option{min-height:58px!important;padding:9px 10px!important}
body.sapx-v266.authGranted .sapx-profile-option>span{font-size:18px!important;color:#5f6670!important;background:transparent!important}
body.sapx-v266.authGranted .sapx-profile-option strong{font-size:14px!important;font-weight:650!important}
body.sapx-v266.authGranted .sapx-profile-option small{font-size:11px!important;line-height:1.35!important}
body.sapx-v266.authGranted .sapx-signout-option{color:#e4002b!important;margin-top:8px!important;padding-top:12px!important}
body.sapx-v266.authGranted .adminGroup:not([hidden]){display:block!important}
body.sapx-v266.authGranted .sapx-profile-trigger .userIdentity strong{max-width:180px!important}
body.sapx-v266.authGranted .sapx-profile-trigger .userIdentity span{display:block!important;max-width:180px!important}
.sapx-action-toast{position:fixed;right:24px;bottom:24px;z-index:6000;padding:12px 16px;border-radius:12px;background:#14213d;color:#fff;box-shadow:0 16px 40px rgba(15,23,42,.25);font:600 13px Inter,Arial,sans-serif;opacity:0;transform:translateY(8px);transition:.18s ease;pointer-events:none}.sapx-action-toast.show{opacity:1;transform:none}
.sapx-link-button{cursor:pointer!important}
.sapx-link-button:focus-visible{outline:3px solid rgba(10,110,209,.28)!important;outline-offset:3px!important}
@media(max-width:1300px){body.sapx-v266.authGranted .updateMeta{display:none!important}.sapx-profile-menu{right:10px!important}}
