.DialogOverlay{background-color:rgba(0,0,0,.85);z-index:10001;position:fixed;inset:0;animation:overlayShow .3s cubic-bezier(.16,1,.3,1)}.DialogCloseButtonContainer{z-index:10003;position:fixed;top:32px;right:32px}.DialogBody{z-index:10002;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;min-height:100%}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}