.AlertDialogOverlay{animation:overlayShow .15s cubic-bezier(.16,1,.3,1);background-color:#0000004d;top:0;right:0;bottom:0;left:0;position:fixed;z-index:3}.AlertDialogContent{animation:contentShow .15s cubic-bezier(.16,1,.3,1);background-color:#fff;border-radius:6px;left:50%;max-height:85vh;max-width:500px;padding:25px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90vw;z-index:4}.AlertDialogContent:focus{outline:none}.AlertDialogTitle{font-size:17px;font-weight:500;margin:0}.AlertDialogDescription{font-size:15px;line-height:1.5;margin-bottom:20px}.actions{gap:12px}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
