/* Keep the close action in the dialog's scrollport, above every profile tab. */
#account-dialog>.account-close-rail{position:sticky;top:0;z-index:40;height:0;display:flex;justify-content:flex-end;pointer-events:none}
#account-dialog .account-close-rail>.icon-button{pointer-events:auto;width:44px;height:44px;min-width:44px;min-height:44px;border:1px solid #e1d5f5;background:#fff;color:#714bc3;box-shadow:0 3px 14px #39245919;font-size:27px;line-height:1;padding:0}
#account-dialog .account-close-rail>.icon-button:hover{background:#efe7ff;border-color:#c8aff4}
#account-dialog .account-close-rail>.icon-button:focus-visible{outline:3px solid #926af0;outline-offset:2px}
#account-dialog>.dialog-header{padding-right:56px;min-height:44px}
