body frml-dialog{--dialog-hpad: var(--space-xl);--dialog-width: 700px}body frml-dialog frml-dialog-wrapper{align-items:center;background:rgba(0,0,0,.8);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9000}body frml-dialog frml-dialog-wrapper frml-dialog-box{background:#fff;border-radius:var(--block-corner-radius);margin-bottom:10vh;max-width:var(--dialog-width);width:90%}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-header{align-items:center;border-bottom:2px solid var(--color-surface);display:flex;justify-content:space-between;margin-bottom:var(--space-m);padding:var(--space-s) var(--dialog-hpad) var(--space-s) var(--dialog-hpad)}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-header frml-dialog-title{font-size:var(--fs-m);display:block;width:calc(100% - 60px)}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-header frml-dialog-title h1,body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-header frml-dialog-title h2,body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-header frml-dialog-title h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-header button.close{line-height:60px;padding:var(--space-xxs)}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-header button.close span.core{display:block}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-header button.close span.core span{display:none}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-body{box-sizing:border-box;display:block;padding:0 var(--dialog-hpad) var(--space-m) var(--dialog-hpad);width:100%}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-body p{font-size:var(--fs-s);text-align:left}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-body p:last-child{margin-bottom:0}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-block{display:block;padding:0 var(--dialog-hpad) var(--space-m) var(--dialog-hpad)}body frml-dialog frml-dialog-wrapper frml-dialog-box div.field.autocomplete frml-autocomplete-results{max-width:calc(var(--dialog-width) - var(--dialog-hpad)*2)}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-footer{border-top:2px solid var(--color-surface);display:flex;padding:var(--space-m) var(--dialog-hpad)}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-footer a.button{display:inline-block;margin-right:var(--space-s)}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-footer button{margin-right:var(--space-s)}body frml-dialog frml-dialog-wrapper frml-dialog-box frml-dialog-footer .confirm{display:none}body frml-dialog.confirm frml-dialog-wrapper frml-dialog-box frml-dialog-header{border:none;margin-bottom:0;padding-bottom:var(--space-s)}
