body > .dialog { position: fixed; z-index: 101; top: 0; left: 0; width: 100%; height: 100%; justify-content: center; align-items: center; }

body > .dialog .Btn.primary { background-color: #ff1a00; }

body > .dialog .Btn.secondary { background-color: rgba(255, 255, 255, 0); }

body > .dialog > section { flex: 0 1 calc(17.5 * var(--module)); flex-direction: column; background-color: #09f; box-shadow: 0 0 var(--module-quarter) rgba(0, 0, 0, 0.5), 0 0 var(--module) rgba(0, 0, 0, 0.1); border-radius: var(--module-quarter); padding: var(--module); }

body > .dialog > section p { margin: 0; }

body > .dialog > section p.button-row { display: flex; flex-wrap: wrap-reverse; margin: var(--module) calc(-1.25 * var(--module)) calc(-1.25 * var(--module)); }

body > .dialog > section p.button-row a { flex: 1 0 calc(7 * var(--module)); margin: var(--module-quarter); }

body > .dialog > section span.name { font-weight: bold; }

body > .dialog.warning section { background-color: #ff5900; }

/*# sourceMappingURL=dialog.css.map */