:root{--header-background:#efefef}@keyframes toggle-modal{0%{opacity:0}to{opacity:1}}dialog{border-radius:var(--border-radius);border-width:0;border-color:#fff;flex-direction:column;gap:10px;padding:15px;display:flex}dialog.small{min-height:100px;min-width:170px}dialog.large{min-height:600px;min-width:400px}dialog::backdrop{background-color:#0000004d}dialog:not([open]){display:none}dialog[open]{animation:.2s ease-in-out toggle-modal}dialog header{background-color:var(--header-background);margin-top:-15px;margin-left:-15px;margin-right:-15px}dialog header .close{width:50px;height:50px;position:absolute;top:0;right:0}dialog textarea{height:100%;flex-grow:1}.config-group{flex-direction:row;justify-content:space-between;display:flex}.config-group input{width:50px}dialog.error p{max-width:400px}
/*# sourceMappingURL=index.fc229884.css.map */
