.dialog-overlay{top:0;right:0;bottom:0;left:0;animation:overlayShow .15s cubic-bezier(.16,1,.3,1)}.dialog-content{max-height:85vh;animation:contentShow .15s cubic-bezier(.16,1,.3,1)}.dialog-content:focus{outline:none}@keyframes overlayShow{0%{opacity:0}to{opacity:.7}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
