.DialogOverlay{animation:.15s cubic-bezier(.16,1,.3,1) overlayShow}.DialogContent{max-width:630px;max-height:85vh;animation:.15s cubic-bezier(.16,1,.3,1) contentShow;transform:translate(-50%,-50%);box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;scale:.96}to{opacity:1;scale:1}}
