.ezo-auth-toast{z-index:10000;left:50%;bottom:var(--ezo-grid-unit,calc(20px * var(--sf,1)));box-sizing:border-box;width:max-content;max-width:min(var(--ezo-app-width,calc(12 * var(--ezo-grid-unit,20px))), calc(100vw - 32px));height:auto;min-height:calc(16px * var(--sf,1));line-height:calc(16px * var(--sf,1));padding:0 calc(4px * var(--sf,1));border-radius:var(--ezo-control-radius,4px);background:var(--base-slate,#1e1e1e);color:#fff;font-family:var(--typeface-regular,system-ui, sans-serif);font-size:var(--type-size-default);font-weight:var(--type-weight-default);letter-spacing:calc(var(--type-letterspacing-default) * var(--sf,1));white-space:normal;overflow-wrap:anywhere;border:0;margin:0;animation:.24s cubic-bezier(.22,1,.36,1) both ezo-auth-toast-in;position:fixed;translate:-50%}.ezo-auth-toast[data-leaving]{animation:.2s ease-in both ezo-auth-toast-out}@keyframes ezo-auth-toast-in{0%{opacity:0;transform:translateY(var(--ezo-grid-unit,calc(20px * var(--sf,1))))}to{opacity:1;transform:translateY(0)}}@keyframes ezo-auth-toast-out{to{opacity:0;transform:translateY(var(--ezo-grid-unit,calc(20px * var(--sf,1))))}}@media (prefers-reduced-motion:reduce){.ezo-auth-toast,.ezo-auth-toast[data-leaving]{animation:none}}
