.modal-root{z-index:10;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.modal-root:before{content:"";z-index:0;background:#000c;width:100vw;height:100vh;position:fixed;inset:0}.modal-root:empty,.modal-root:empty:before{display:none}.modal-root .modal{z-index:1;position:absolute}