.dialog{height:initial;box-shadow:var(--elevation-3);z-index:4;box-sizing:border-box;border-radius:1rem;width:50rem;max-height:90%;animation:.25s ease-in-out zoom;position:fixed;top:5%;left:calc(50% - 25rem);overflow:hidden}.dialog:empty{display:none}.dialog.scroll{height:90%}.dialog>section{height:100%;max-height:calc(90vh - 7.2rem);position:relative;overflow-y:auto}.dialog>section>:first-child:not(ul){margin-top:2rem}.dialog>section>table{margin:0 auto;padding:2rem 1.5rem}.dialog>section>:not(ul.list):last-child{margin-bottom:2rem}.dialog>section>:not(ul){padding:0 2rem}.dialog>section>form>ul>li{padding:0}.dialog>section h3{padding-top:0}.dialog>section h3+h4{opacity:.7;padding-top:.5rem}.dialog>section form h3{padding-bottom:0}.dialog>section form>p{margin-top:1rem}.dialog>section form ul.list li>.primary{left:0}@media screen and (max-width:600px){.dialog{width:90%;min-width:0;min-height:0;left:5%}}