.overlay-backdrop{will-change:opacity;animation:.18s ease-out overlayFadeIn}.overlay-dialog{will-change:opacity, transform;animation:.2s ease-out overlayScaleIn}.overlay-backdrop.closing{pointer-events:none;animation:.2s forwards overlayFadeOut}.overlay-dialog.closing{animation:.2s forwards overlayScaleOut}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes overlayScaleIn{0%{opacity:0;transform:translateY(6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes overlayScaleOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(6px)scale(.985)}}
