.DialogOverlay{animation:overlayShow .15s cubic-bezier(.16,1,.3,1);background-color:#000000b3;inset:0;position:fixed}.DialogContent{animation:contentShow .15s cubic-bezier(.16,1,.3,1);background-color:#fff;border-radius:6px;box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633;left:50%;max-height:85vh;max-width:450px;padding:25px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90vw}.DialogContent:focus{outline:none}.IconButton{align-items:center;border-radius:100%;color:var(--grass-11);display:inline-flex;font-family:inherit;height:25px;justify-content:center;position:absolute;right:10px;top:10px;width:25px}.IconButton:hover{background-color:var(--sym-base-400)}.IconButton:focus{box-shadow:0 0 0 2px var(--grass-7)}@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)}}
