.label.svelte-yvl9gp{margin-left:8px}.checkbox-wrap.svelte-yvl9gp{position:relative;cursor:pointer;display:inline-flex;align-items:center;vertical-align:middle}.checkbox-wrap.svelte-yvl9gp label:where(.svelte-yvl9gp){display:inline-flex;align-items:center;cursor:pointer}input.svelte-yvl9gp{position:absolute;opacity:0;width:0;height:0}span.placeholder.svelte-yvl9gp{display:inline-block;width:16px;height:16px;background-color:var(--input);border-radius:2px;outline:1px solid var(--accent);position:relative}span.placeholder.svelte-yvl9gp:focus-visible{box-shadow:0 0 0 4px var(--accent-light)}span.placeholder.svelte-yvl9gp:after{content:"";position:absolute;display:none;left:4.5px;top:1px;width:4px;height:9px;border:solid var(--accent-text);border-width:0 3px 3px 0;transform:rotate(45deg);transition:.2s box-shadow}.checkbox-wrap.svelte-yvl9gp:hover span.placeholder:where(.svelte-yvl9gp){box-shadow:0 0 0 3px var(--accent-light)}input.svelte-yvl9gp:checked~span.placeholder:where(.svelte-yvl9gp){background-color:var(--accent)!important}input.svelte-yvl9gp:focus~span.placeholder:where(.svelte-yvl9gp){box-shadow:0 0 0 4px var(--accent-light)}input.svelte-yvl9gp:checked~span.placeholder:where(.svelte-yvl9gp):after{display:block}input.svelte-yvl9gp:disabled~span.placeholder:where(.svelte-yvl9gp){background-color:var(--accent-light);border:none!important;opacity:.2;cursor:not-allowed;box-shadow:none!important}input.svelte-yvl9gp:disabled:checked~span.placeholder:where(.svelte-yvl9gp):after{display:none;pointer-events:none}.selected.svelte-1nmxbx0{width:30px;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}div.action-list-item.svelte-1k1jytp{padding:6px 14px;display:flex;align-items:center;border-radius:var(--box-radius);cursor:pointer;position:relative;font-size:14px}div.action-list-item.svelte-1k1jytp:hover{background-color:var(--hover)}div.action-list-item.danger.svelte-1k1jytp{color:var(--red-dark)}div.action-list-item.danger.svelte-1k1jytp:hover{background-color:snow}.start.svelte-1k1jytp,.middle.svelte-1k1jytp,.end.svelte-1k1jytp{display:inline-flex;align-items:center}.start.svelte-1k1jytp{margin-right:8px}.middle.svelte-1k1jytp{flex:1;display:flex;flex-direction:column;align-items:flex-start}.end.svelte-1k1jytp{margin-left:8px}.description.svelte-1k1jytp{font-size:12px;color:var(--text-light)}div.action-list-item.disabled.svelte-1k1jytp{color:var(--text-light);cursor:not-allowed}div.action-list-item.disabled.svelte-1k1jytp:hover{background-color:transparent}.slot.start.svelte-tefhre{margin-right:6px;display:inline-flex;align-items:center}.slot.start.svelte-tefhre:empty{margin-right:0}.slot.end.svelte-tefhre{margin-left:6px;display:inline-flex;align-items:center}.slot.end.svelte-tefhre:empty{margin-left:0}.button.svelte-tefhre{position:relative;display:inline-flex;align-items:center;font-weight:600;font-size:14px;border-radius:20px;cursor:pointer;--local-hover-shadow-size: 2.5px;--local-hover-shadow-color: var(--accent-light)}.button.svelte-tefhre:active{--local-hover-shadow-size: 4px}.button.block.svelte-tefhre{display:flex;width:100%}.button.svelte-tefhre:hover{box-shadow:0 0 0 var(--local-hover-shadow-size) var(--local-hover-shadow-color)}.button.svelte-tefhre:focus-visible{outline:none;box-shadow:0 0 0 calc(var(--local-hover-shadow-size) + 1px) var(--local-hover-shadow-color)}.button-content.svelte-tefhre{display:inline-flex;align-items:center;justify-content:center;flex:1}.button.start.svelte-tefhre .button-content:where(.svelte-tefhre){justify-content:flex-start}.action.svelte-tefhre{display:inline-flex;align-items:center;justify-content:center;margin-left:6px}.button.x-small.svelte-tefhre{height:20px;padding:0 8px;font-size:12px;--local-hover-shadow-size: 1px}.button.x-small.svelte-tefhre:active{--local-hover-shadow-size: 2px}.button.small.svelte-tefhre{height:26px;padding:0 12px;--local-hover-shadow-size: 2px}.button.small.svelte-tefhre:active{--local-hover-shadow-size: 3px}.button.small.svelte-tefhre .slot.start:where(.svelte-tefhre){margin-right:4px}.button.small.svelte-tefhre .slot.end:where(.svelte-tefhre){margin-left:4px}.button.medium.svelte-tefhre{height:30px;padding:0 14px}.button.large.svelte-tefhre{height:36px;padding:0 20px;--local-hover-shadow-size: 3px}.button.large.svelte-tefhre:active{--local-hover-shadow-size: 5px}.button.fill.accent.svelte-tefhre{background-color:var(--accent);color:var(--accent-text);transition:.2s box-shadow;--local-hover-shadow-color: var(--accent-light)}.button.fill.gray.svelte-tefhre{background-color:var(--gray-dark);color:var(--text-white);transition:.2s box-shadow;--local-hover-shadow-color: var(--gray-light)}.button.fill.green.svelte-tefhre{background-color:var(--green-dark);color:var(--text-white);transition:.2s box-shadow;--local-hover-shadow-color: var(--green-light)}.button.fill.red.svelte-tefhre{background-color:var(--red-dark);color:var(--text-white);transition:.2s box-shadow;--local-hover-shadow-color: var(--red-light)}.button.fill.blue.svelte-tefhre{background-color:var(--blue-dark);color:var(--text-white);transition:.2s box-shadow;--local-hover-shadow-color: var(--blue-light)}.button.fill.orange.svelte-tefhre{background-color:var(--orange-dark);color:var(--text-white);transition:.2s box-shadow;--local-hover-shadow-color: var(--orange-light)}.button.fill.input.svelte-tefhre{background-color:var(--input);color:var(--text);transition:.2s box-shadow;--local-hover-shadow-color: var(--input-hover)}.button.fill-light.accent.svelte-tefhre{background-color:var(--accent-light);color:var(--accent);transition:.2s box-shadow;--local-hover-shadow-color: var(--accent-lightest)}.button.fill-light.gray.svelte-tefhre{background-color:var(--gray-light);color:var(--gray-dark);transition:.2s box-shadow;--local-hover-shadow-color: color-mix(in srgb, var(--gray-light) 40%, transparent)}.button.fill-light.green.svelte-tefhre{background-color:var(--green-light);color:var(--green-dark);transition:.2s box-shadow;--local-hover-shadow-color: color-mix(in srgb, var(--green-light) 40%, transparent)}.button.fill-light.red.svelte-tefhre{background-color:var(--red-light);color:var(--red-dark);transition:.2s box-shadow;--local-hover-shadow-color: color-mix(in srgb, var(--red-light) 40%, transparent)}.button.fill-light.blue.svelte-tefhre{background-color:var(--blue-light);color:var(--blue-dark);transition:.2s box-shadow;--local-hover-shadow-color: color-mix(in srgb, var(--blue-light) 40%, transparent)}.button.fill-light.orange.svelte-tefhre{background-color:var(--orange-light);color:var(--orange-dark);transition:.2s box-shadow;--local-hover-shadow-color: color-mix( in srgb, var(--orange-light) 40%, transparent )}.button.outline.svelte-tefhre{border:1px solid}.button.outline.accent.svelte-tefhre{background-color:transparent;border-color:var(--accent);color:var(--accent);transition:.2s box-shadow;--local-hover-shadow-color: var(--accent-light)}.button.outline.gray.svelte-tefhre{background-color:transparent;border-color:var(--gray-dark);color:var(--gray-dark);transition:.2s box-shadow;--local-hover-shadow-color: var(--gray-light)}.button.outline.green.svelte-tefhre{background-color:transparent;border-color:var(--green-dark);color:var(--green-dark);transition:.2s box-shadow;--local-hover-shadow-color: var(--green-light)}.button.outline.red.svelte-tefhre{background-color:transparent;border-color:var(--red-dark);color:var(--red-dark);transition:.2s box-shadow;--local-hover-shadow-color: var(--red-light)}.button.outline.blue.svelte-tefhre{background-color:transparent;border-color:var(--blue-dark);color:var(--blue-dark);transition:.2s box-shadow;--local-hover-shadow-color: var(--blue-light)}.button.outline.orange.svelte-tefhre{background-color:transparent;border-color:var(--orange-dark);color:var(--orange-dark);transition:.2s box-shadow;--local-hover-shadow-color: var(--orange-light)}.button.outline-fill.svelte-tefhre{border:1px solid}.button.outline-fill.accent.svelte-tefhre{background-color:var(--accent-light);border-color:var(--accent);color:var(--accent);transition:.2s box-shadow;--local-hover-shadow-color: color-mix( in srgb, var(--accent-light) 40%, transparent )}.button.outline-fill.gray.svelte-tefhre{background-color:var(--gray-light);border-color:var(--gray-dark);color:var(--gray-dark);transition:.2s box-shadow;--local-hover-shadow-color: var(--gray-light)}.button.outline-fill.green.svelte-tefhre{background-color:var(--green-light);border-color:var(--green-dark);color:var(--green-dark);transition:.2s box-shadow;--local-hover-shadow-color: var(--green-light)}.button.outline-fill.red.svelte-tefhre{background-color:var(--red-light);border-color:var(--red-dark);color:var(--red-dark);transition:.2s box-shadow;--local-hover-shadow-color: var(--red-light)}.button.outline-fill.blue.svelte-tefhre{background-color:var(--blue-light);border-color:var(--blue-dark);color:var(--blue-dark);transition:.2s box-shadow;--local-hover-shadow-color: var(--blue-light)}.button.outline-fill.orange.svelte-tefhre{background-color:var(--orange-light);border-color:var(--orange-dark);color:var(--orange-dark);transition:.2s box-shadow;--local-hover-shadow-color: var(--orange-light)}.button.invisible.svelte-tefhre{background-color:transparent;transition:.2s background-color}.button.invisible.accent.svelte-tefhre:hover{background-color:var(--accent-light);box-shadow:none!important}.button.invisible.gray.svelte-tefhre:hover{background-color:var(--gray-light);box-shadow:none!important;color:var(--gray-dark)}.button.invisible.green.svelte-tefhre:hover{background-color:var(--green-light);box-shadow:none!important;color:var(--green-dark)}.button.invisible.red.svelte-tefhre:hover{background-color:var(--red-light);box-shadow:none!important;color:var(--red-dark)}.button.invisible.blue.svelte-tefhre:hover{background-color:var(--blue-light);box-shadow:none!important;color:var(--blue-dark)}.button.invisible.orange.svelte-tefhre:hover{background-color:var(--orange-light);box-shadow:none!important;color:var(--orange-dark)}.button.invisible.input.svelte-tefhre:hover{background-color:var(--input);box-shadow:none!important;color:var(--text)}:root.dark .button.light.svelte-tefhre{background-color:#2e2e2e}.button.invisible.svelte-tefhre{background-color:transparent;color:var(--text);transition:.2s background-color}.button.invisible.svelte-tefhre:hover{background-color:var(--accent-light);box-shadow:none!important}.button.invisible[disabled].svelte-tefhre{background-color:transparent;color:var(--text);box-shadow:none!important;cursor:not-allowed;opacity:.2}.button.invisible[disabled].svelte-tefhre:hover{background-color:transparent;box-shadow:none!important;color:var(--text)}.button[disabled].svelte-tefhre{cursor:not-allowed;opacity:.2;box-shadow:none!important}.button[disabled].svelte-tefhre:hover{box-shadow:none!important}.button-group.svelte-1f7qht0{display:inline-flex;gap:6px}.button.svelte-14d2e8a{border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:.2s box-shadow;font-size:1em;--local-hover-shadow-size: 2.5px;--local-hover-shadow-color: var(--accent-light)}.button.svelte-14d2e8a:active{--local-hover-shadow-size: 4px}.button.svelte-14d2e8a:hover{box-shadow:0 0 0 var(--local-hover-shadow-size) var(--local-hover-shadow-color)}.button.svelte-14d2e8a:focus-visible{outline:none;box-shadow:0 0 0 calc(var(--local-hover-shadow-size) + 1px) var(--local-hover-shadow-color)}.button.large.svelte-14d2e8a{--local-hover-shadow-size: 3px}.button.fill.svelte-14d2e8a{transition:.2s box-shadow}.button.fill.accent.svelte-14d2e8a{background-color:var(--accent);color:var(--accent-text);--local-hover-shadow-color: var(--accent-light)}.button.fill.gray.svelte-14d2e8a{background-color:var(--gray-dark);color:var(--text-white);--local-hover-shadow-color: var(--gray-light)}.button.fill.input.svelte-14d2e8a{background-color:var(--input);color:var(--text);--local-hover-shadow-color: var(--gray-light)}.button.fill.green.svelte-14d2e8a{background-color:var(--green-dark);color:var(--text-white);--local-hover-shadow-color: var(--green-light)}.button.fill.red.svelte-14d2e8a{background-color:var(--red-dark);color:var(--text-white);--local-hover-shadow-color: var(--red-light)}.button.fill.blue.svelte-14d2e8a{background-color:var(--blue-dark);color:var(--text-white);--local-hover-shadow-color: var(--blue-light)}.button.fill.orange.svelte-14d2e8a{background-color:var(--orange-dark);color:var(--text-white);--local-hover-shadow-color: var(--orange-light)}.button.fill-light.accent.svelte-14d2e8a{background-color:var(--accent-light);color:var(--accent);--local-hover-shadow-color: var(--accent-light)}.button.fill-light.gray.svelte-14d2e8a{background-color:var(--gray-light);color:var(--gray-dark);--local-hover-shadow-color: color-mix(in srgb, var(--gray-light) 40%, transparent)}.button.fill-light.green.svelte-14d2e8a{background-color:var(--green-light);color:var(--green-dark);--local-hover-shadow-color: color-mix(in srgb, var(--green-light) 40%, transparent)}.button.fill-light.red.svelte-14d2e8a{background-color:var(--red-light);color:var(--red-dark);--local-hover-shadow-color: color-mix(in srgb, var(--red-light) 40%, transparent)}.button.fill-light.blue.svelte-14d2e8a{background-color:var(--blue-light);color:var(--blue-dark);--local-hover-shadow-color: color-mix(in srgb, var(--blue-light) 40%, transparent)}.button.fill-light.orange.svelte-14d2e8a{background-color:var(--orange-light);color:var(--orange-dark);--local-hover-shadow-color: color-mix( in srgb, var(--orange-light) 40%, transparent )}.button.outline.svelte-14d2e8a{border:1px solid}.button.outline.accent.svelte-14d2e8a{border-color:var(--accent);color:var(--accent);--local-hover-shadow-color: var(--accent-light)}.button.outline.gray.svelte-14d2e8a{border-color:var(--gray-dark);color:var(--gray-dark);--local-hover-shadow-color: var(--gray-light)}.button.outline.green.svelte-14d2e8a{border-color:var(--green-dark);color:var(--green-dark);--local-hover-shadow-color: var(--green-light)}.button.outline.red.svelte-14d2e8a{border-color:var(--red-dark);color:var(--red-dark);--local-hover-shadow-color: var(--red-light)}.button.outline.blue.svelte-14d2e8a{border-color:var(--blue-dark);color:var(--blue-dark);--local-hover-shadow-color: var(--blue-light)}.button.outline.orange.svelte-14d2e8a{border-color:var(--orange-dark);color:var(--orange-dark);--local-hover-shadow-color: var(--orange-light)}.button.outline-fill.svelte-14d2e8a{border:1px solid}.button.outline-fill.accent.svelte-14d2e8a{background-color:var(--accent-light);border-color:var(--accent);color:var(--accent);--local-hover-shadow-color: color-mix( in srgb, var(--accent-light) 40%, transparent )}.button.outline-fill.gray.svelte-14d2e8a{background-color:var(--gray-light);border-color:var(--gray-dark);color:var(--gray-dark);--local-hover-shadow-color: var(--gray-light)}.button.outline-fill.green.svelte-14d2e8a{background-color:var(--green-light);border-color:var(--green-dark);color:var(--green-dark);--local-hover-shadow-color: var(--green-light)}.button.outline-fill.red.svelte-14d2e8a{background-color:var(--red-light);border-color:var(--red-dark);color:var(--red-dark);--local-hover-shadow-color: var(--red-light)}.button.outline-fill.blue.svelte-14d2e8a{background-color:var(--blue-light);border-color:var(--blue-dark);color:var(--blue-dark);--local-hover-shadow-color: var(--blue-light)}.button.outline-fill.orange.svelte-14d2e8a{background-color:var(--orange-light);border-color:var(--orange-dark);color:var(--orange-dark);--local-hover-shadow-color: var(--orange-light)}.button.invisible.svelte-14d2e8a{background-color:transparent;transition:.2s background-color;box-shadow:none!important}.button.invisible.accent.svelte-14d2e8a:hover{background-color:var(--accent-light);color:var(--text-light)}.button.invisible.gray.svelte-14d2e8a:hover{background-color:var(--gray-light);color:var(--gray-dark)}.button.invisible.input.svelte-14d2e8a:hover{background-color:var(--input);color:var(--text)}.button.invisible.green.svelte-14d2e8a:hover{background-color:var(--green-light);color:var(--green-dark)}.button.invisible.red.svelte-14d2e8a:hover{background-color:var(--red-light);color:var(--red-dark)}.button.invisible.blue.svelte-14d2e8a:hover{background-color:var(--blue-light);color:var(--blue-dark)}.button.invisible.orange.svelte-14d2e8a:hover{background-color:var(--orange-light);color:var(--orange-dark)}.button[disabled].svelte-14d2e8a{cursor:not-allowed;opacity:.2;box-shadow:none!important}.loader.svelte-kgdzfv{display:inline-flex;align-items:center}.loader.svelte-kgdzfv .message:where(.svelte-kgdzfv){margin-left:10px}.loader.block.svelte-kgdzfv{display:flex;align-items:center;justify-content:center;flex-direction:column}.loader.block.svelte-kgdzfv .message:where(.svelte-kgdzfv){margin-top:10px}.loader.full.svelte-kgdzfv{width:100%;height:100%;flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column}.loader.full.svelte-kgdzfv .message:where(.svelte-kgdzfv){margin-top:10px}.loader-wrap.svelte-kgdzfv{display:inline-flex;width:var(--local-size);height:var(--local-size);border-radius:var(--local-size);position:relative}.success-icon.svelte-kgdzfv,.error-icon.svelte-kgdzfv{animation:svelte-kgdzfv-scale .2s ease-in-out}svg.svelte-kgdzfv{width:inherit;height:inherit;display:inherit;box-sizing:inherit;position:absolute;top:0;left:0}circle.progress.svelte-kgdzfv{transform:rotate(-90deg);transform-origin:center;animation:.8s linear 0s infinite normal none running svelte-kgdzfv-rotate}@keyframes svelte-kgdzfv-rotate{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}@keyframes svelte-kgdzfv-scale{0%{transform:scale(.5);opacity:.4}to{transform:scale(1);opacity:1}}.loading.svelte-fe3u9o{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:var(--box-background);border-radius:var(--box-radius);box-shadow:var(--box-shadow)}.wrap.svelte-fe3u9o{position:fixed;top:0;left:0;z-index:10000000;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;padding:30px;overflow:auto}.inner.svelte-fe3u9o{background:var(--box-background);border-radius:var(--box-radius);box-shadow:var(--box-shadow);width:650px;max-width:100%;position:relative}.inner.small.svelte-fe3u9o{width:425px}.inner.large.svelte-fe3u9o{width:800px}.header.svelte-fe3u9o{padding:20px 25px;display:flex;align-items:center}.title.svelte-fe3u9o{flex:1}.title.svelte-fe3u9o span:where(.svelte-fe3u9o){font-size:1.2em;font-weight:600}.content.svelte-fe3u9o{padding:20px 25px}.footer.svelte-fe3u9o{padding:20px 25px;display:flex;align-items:center;justify-content:flex-end}.footer.svelte-fe3u9o button:not(:last-child){margin-right:2px}:root{--accent: #000;--accent-light: #bdbdbd;--accent-lightest: #fafafa;--accent-text: #fff;--border: #e1e1e1;--text: #000;--text-light: #777;--text-white: #fff;--green-light: #cadfca;--green: #5d995d;--green-dark: #335c33;--red-dark: #ab2525;--red: #db7474;--red-light: #ffdfdf;--blue-dark: #334b81;--blue: #5875b9;--blue-light: #dae5ff;--orange-dark: #8b5b04;--orange: #e2b500;--orange-light: #efe3b4;--gray-light: #ddd;--gray: #999;--gray-dark: #555;--hover: #fafafa;--hover-dark: #f0f0f0;--link: #1d85d2;--input: #f3f3f3;--input-hover: #ccc;--box-shadow: 0 0 30px #0000000d;--box-shadow-light: 0 0 10px 6px rgba(0, 0, 0, .06);--box-radius: 20px;--box-background: #fff;--line-height-content: 26px;--header-height: 55px}:root.dark{--background: #000;--text: #fff;--text-light: #999;--box-background: #1c1c1c;--accent-light: #555;--accent-lightest: #2d2d2d;--border: #4a4a4a;--link: #7cb6e1;--hover: #232323;--input: #333}:root{font-family:Readex Pro,Avenir,Inter,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{background-color:var(--background, var(--accent-lightest));color:var(--text);margin:0;padding:0}button,a{background-color:transparent;border:none;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;text-decoration:none;cursor:pointer;font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--accent-light)}*{box-sizing:border-box}.hds-box{box-shadow:var(--box-shadow);border-radius:var(--box-radius);background-color:var(--box-background)}.hds-container{width:1000px;max-width:100%;padding:0 15px;margin:auto}.hds-link{color:var(--link);text-decoration:underline}@font-face{font-family:Readex Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/readex-pro-arabic-400-normal-De1vYjJZ.woff2) format("woff2"),url(/assets/readex-pro-arabic-400-normal-B85i9-hz.woff) format("woff");unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Readex Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/readex-pro-vietnamese-400-normal-DAQS1QRE.woff2) format("woff2"),url(/assets/readex-pro-vietnamese-400-normal-DRTbt2AX.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Readex Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/readex-pro-latin-ext-400-normal-CDeDBhe3.woff2) format("woff2"),url(/assets/readex-pro-latin-ext-400-normal-DzeKRH4q.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Readex Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/readex-pro-latin-400-normal-DJUYAYkk.woff2) format("woff2"),url(/assets/readex-pro-latin-400-normal-BxM5lEjR.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Readex Pro;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/readex-pro-arabic-600-normal-BZyEP9JP.woff2) format("woff2"),url(/assets/readex-pro-arabic-600-normal-O9QHKmxK.woff) format("woff");unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Readex Pro;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/readex-pro-vietnamese-600-normal-CvqEbH36.woff2) format("woff2"),url(/assets/readex-pro-vietnamese-600-normal-BT-w1HBH.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Readex Pro;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/readex-pro-latin-ext-600-normal-DvstIQFU.woff2) format("woff2"),url(/assets/readex-pro-latin-ext-600-normal-DRKkFP2q.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Readex Pro;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/readex-pro-latin-600-normal-BpwD6HzK.woff2) format("woff2"),url(/assets/readex-pro-latin-600-normal-D0Szach-.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}span.svelte-8v7ppn{display:inline-flex;align-items:center;justify-content:center;animation:svelte-8v7ppn-scale .2s ease-in-out}@keyframes svelte-8v7ppn-scale{0%{transform:scale(.5);opacity:.4}to{transform:scale(1);opacity:1}}.toast.svelte-keozc7{margin-bottom:10px;box-shadow:0 0 10px 2px #0000001a;border-radius:var(--box-radius);background-color:var(--box-background);padding:8px 20px;display:flex;align-items:center;max-width:350px;pointer-events:initial}.toast.svelte-keozc7:first-child{margin-top:10px}.icon-wrap.svelte-keozc7{margin-right:8px;display:inline-flex;align-items:center}#toasts-wrap.svelte-1ta9f4c{position:fixed;top:0;left:0;width:100%;z-index:20000000;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}div.svelte-z17hy0{display:flex}.tab.svelte-1bke178{position:relative;padding:10px 15px;border-bottom:3px solid #f1f1f1;cursor:pointer;font-weight:600;display:flex;align-items:center}.tab.active.svelte-1bke178{border-bottom-color:var(--accent);color:var(--accent)}.start.svelte-1bke178{display:inline-flex;margin-right:7px;align-items:center}.end.svelte-1bke178{display:inline-flex;margin-left:4px;align-items:center}.slot.svelte-1pu50r8{display:inline-flex;align-items:center;color:var(--text-light)}.slot.start.svelte-1pu50r8{margin-right:8px}.slot.end.svelte-1pu50r8{margin-left:8px}.input-wrap.svelte-1pu50r8{display:inline-flex;align-items:center;height:30px;padding:0 15px;border-radius:20px;background:var(--input);transition:.2s box-shadow;font-size:14px;--local-shadow-size: 2px}.input-wrap.svelte-1pu50r8:focus-within{outline:0;box-shadow:0 0 0 var(--local-shadow-size) var(--accent-light)}.input-wrap.block.svelte-1pu50r8{display:flex;width:100%}input.svelte-1pu50r8,select.svelte-1pu50r8{flex:1;width:100%;border:none;font-family:inherit;font-size:inherit;background:transparent;padding:0;margin:0;color:inherit;height:100%}input.svelte-1pu50r8:focus,select.svelte-1pu50r8:focus{outline:none}select.svelte-1pu50r8{min-width:180px}.input-wrap.size-x-small.svelte-1pu50r8{padding:0 15px;height:20px;font-size:12px;--local-shadow-size: 1px}.input-wrap.size-small.svelte-1pu50r8{padding:0 15px;height:26px;font-size:12px;--local-shadow-size: 1px}.input-wrap.size-large.svelte-1pu50r8{padding:0 20px;height:36px;font-size:16px}.input-wrap.state-error.svelte-1pu50r8{box-shadow:0 0 0 var(--local-shadow-size) var(--red-light)}.input-wrap.state-error.svelte-1pu50r8:focus-within{box-shadow:0 0 0 calc(var(--local-shadow-size) + 1px) var(--red-light)}.input-wrap.state-success.svelte-1pu50r8{box-shadow:0 0 0 2px var(--green-light)}.input-wrap.state-success.svelte-1pu50r8:focus-within{box-shadow:0 0 0 calc(var(--local-shadow-size) + 1px) var(--green-light)}.input-wrap.state-warning.svelte-1pu50r8{box-shadow:0 0 0 2px var(--orange-light)}.input-wrap.state-warning.svelte-1pu50r8:focus-within{box-shadow:0 0 0 calc(var(--local-shadow-size) + 1px) var(--orange-light)}.tab.svelte-5szd73{height:100%;display:flex;flex-direction:column;padding-bottom:15px}.upload-wrap.svelte-5szd73{flex:1;width:100%;height:100%}.upload-wrap.svelte-5szd73 .upload-area:where(.svelte-5szd73){background-color:var(--input);width:100%;height:100%;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-light);transition:.2s box-shadow;cursor:pointer}.upload-wrap.svelte-5szd73 .upload-area:where(.svelte-5szd73):hover{box-shadow:0 0 0 2px var(--accent-light)}.by-url-wrap.svelte-5szd73{margin-top:15px}.by-url-wrap.svelte-5szd73 .title:where(.svelte-5szd73){font-size:.9rem;font-weight:500;color:var(--text-light);margin-bottom:10px;padding-left:5px;text-align:center}.by-url-wrap.svelte-5szd73 .input-button:where(.svelte-5szd73){display:flex;align-items:center;gap:10px}.meta.svelte-15cqo7z{display:flex;flex-direction:column;padding:0 15px}.name.svelte-15cqo7z{font-size:13px;color:var(--text-light);margin-bottom:10px}.value.svelte-15cqo7z{font-weight:600}.switch-wrap.svelte-1nug9ly{display:inline-flex;align-items:center;cursor:pointer}.message.svelte-1nug9ly{margin-left:8px}.switch.svelte-1nug9ly{position:relative;display:inline-block;width:40px;height:24px;vertical-align:middle}input.svelte-1nug9ly{opacity:0}.slider.svelte-1nug9ly{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--input);transition:.2s;border-radius:30px}.slider.svelte-1nug9ly:hover{box-shadow:0 0 0 2px var(--accent-light)}.slider.svelte-1nug9ly:before{position:absolute;content:"";border-radius:50%;background-color:var(--accent-text);transition:.1s;width:18px;height:18px;left:3px;top:3px;bottom:3px}input.svelte-1nug9ly:checked+.slider:where(.svelte-1nug9ly){background-color:var(--accent)}input.svelte-1nug9ly:focus-visible+.slider:where(.svelte-1nug9ly){box-shadow:0 0 0 3px var(--accent-light)}.switch.svelte-1nug9ly:active .slider:where(.svelte-1nug9ly),input.svelte-1nug9ly:active+.slider:where(.svelte-1nug9ly){box-shadow:0 0 0 3px var(--accent-light)}input.svelte-1nug9ly:checked+.slider:where(.svelte-1nug9ly):before{transform:translate(16px)}.selected-image.svelte-njcy17{position:absolute;z-index:1000000;top:0;left:0;width:100%;height:100%;background-color:var(--box-background);display:flex;flex-direction:column}.top-bar.svelte-njcy17{padding:10px 25px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:0 -25px;display:flex;align-items:center}.meta.svelte-njcy17{display:flex;flex:1}.img-wrap.svelte-njcy17{display:flex;align-items:center;justify-content:center;height:100%;padding:25px;flex:1;min-height:0;min-width:0;margin-bottom:20px}.img-wrap.svelte-njcy17 img{display:block;max-width:100%}img.svelte-njcy17{max-width:100%;max-height:100%}.upload-switch.svelte-njcy17{display:inline-flex;align-items:center;gap:10px;font-size:14px}.footer.svelte-njcy17{padding:15px 25px 5px;text-align:center}.name-editor.svelte-njcy17{display:flex;flex-direction:column;padding:0 15px}.name.svelte-njcy17{font-size:13px;color:var(--text-light);margin-bottom:5px;display:inline-flex;gap:4px}.name.svelte-njcy17 .name-error:where(.svelte-njcy17){color:var(--red-dark);font-size:12px}.image-uploader.svelte-1r0tsbe .wrap{z-index:1000!important}.image-uploader.svelte-1r0tsbe .inner{height:100%;width:1100px!important;display:flex;flex-direction:column}.image-uploader.svelte-1r0tsbe .inner>.content{flex:1;padding-top:0;min-height:0;display:flex;flex-direction:column}.body.svelte-1r0tsbe{flex:1;min-height:0}.slider.svelte-w4j1dz{---track-width: var(--track-width, unset);---track-height: var(--track-height, 6px);---track-background: var(--track-background, #949494);---track-border: var(--track-border, none);---thumb-size: var(--thumb-size, 16px);---thumb-background: var(--thumb-background, #2d2d2d);---thumb-border: var(--thumb-border, none);---position: var(--position, 0px);---margin-inline-thumb-bigger: max(var(---thumb-size) - var(---track-height), 0px);---margin-inline-thumb-smaller: max(var(---track-height) - var(---thumb-size), 0px);position:relative;margin:auto;user-select:none;-webkit-user-select:none;background-color:transparent}.slider.svelte-w4j1dz:before{background-color:transparent}[aria-orientation=horizontal].svelte-w4j1dz{width:var(---track-width);max-width:calc(100% - 2 * var(---margin-inline-thumb-bigger));height:calc(max(var(---track-height),var(---thumb-size)) + 4px);height:max(var(---track-height),var(---thumb-size));margin-inline:var(---margin-inline-thumb-bigger);margin-block:var(--margin-block, 8px)}[aria-orientation=vertical].svelte-w4j1dz{width:calc(max(var(---track-height),var(---thumb-size)) + 4px);width:max(var(---track-height),var(---thumb-size));height:var(---track-width);max-height:calc(100% - 2 * var(---margin-inline-thumb-bigger));margin-block:var(---margin-inline-thumb-bigger);margin-inline:var(--margin-block, 8px)}.track.svelte-w4j1dz{position:absolute;pointer-events:none;background:var(---track-background);border:var(---track-border);border-radius:calc(var(---track-height) / 2);box-sizing:border-box}[aria-orientation=horizontal].svelte-w4j1dz .track:where(.svelte-w4j1dz){height:var(---track-height);top:50%;transform:translateY(-50%);left:0;right:0}[aria-orientation=vertical].svelte-w4j1dz .track:where(.svelte-w4j1dz){width:var(---track-height);left:50%;transform:translate(-50%);top:0;bottom:0}.thumb.svelte-w4j1dz{pointer-events:none;position:absolute;height:var(---thumb-size);width:var(---thumb-size);border-radius:calc(var(---thumb-size) / 2);background:var(---thumb-background);border:var(---thumb-border);box-sizing:border-box;transform:translate(-50%,-50%);--margin-left: ( 2 * var(---track-height) - var(---thumb-size) - var(---margin-inline-thumb-smaller) ) / 2;--left: calc(var(---position) * (100% - 2 * var(--margin-left)) + var(--margin-left))}[aria-orientation=horizontal].svelte-w4j1dz:not(.reverse) .thumb:where(.svelte-w4j1dz){top:50%;left:var(--left)}[aria-orientation=vertical].svelte-w4j1dz:not(.reverse) .thumb:where(.svelte-w4j1dz){left:50%;bottom:calc(var(--left) - var(---thumb-size))}[aria-orientation=horizontal].reverse.svelte-w4j1dz .thumb:where(.svelte-w4j1dz){top:50%;right:calc(var(--left) - var(---thumb-size))}[aria-orientation=vertical].reverse.svelte-w4j1dz .thumb:where(.svelte-w4j1dz){left:50%;top:calc(var(--left))}.slider.svelte-w4j1dz:focus-visible{outline:none}.slider.svelte-w4j1dz:focus-visible .track:where(.svelte-w4j1dz){outline:2px solid var(--focus-color, red);outline-offset:2px}.picker.svelte-1x9tz9y{position:relative;display:inline-block;width:var(--picker-width, 200px);height:var(--picker-height, 200px);background:linear-gradient(#fff0,#000),linear-gradient(.25turn,#fff,#0000),var(--picker-color-bg);border-radius:var(--picker-radius, 8px);outline:none;-webkit-user-select:none;user-select:none}.s.svelte-1x9tz9y,.v.svelte-1x9tz9y{position:absolute;--track-background: none;--track-border: none;--thumb-background: none;--thumb-border: none;--thumb-size: 2px;--margin-block: 0;--track-height: var(--picker-indicator-size, 10px);user-select:none;-webkit-user-select:none}.s.svelte-1x9tz9y{top:calc(var(--pos-y) * (var(--picker-height, 200px) - var(--picker-indicator-size, 10px) - 4px) / 100 + 2px);left:2px;--track-width: calc(var(--picker-width, 200px) - 4px)}.v.svelte-1x9tz9y{top:2px;left:calc(var(--pos-x) * (var(--picker-width, 200px) - var(--picker-indicator-size, 10px) - 4px) / 100 + 2px);--track-width: calc(var(--picker-height, 200px) - 4px)}div.svelte-i5mg2p{position:absolute;left:calc(var(--pos-x) * (var(--picker-width, 200px) - var(--picker-indicator-size, 10px) - 4px) / 100 + 2px);top:calc(var(--pos-y) * (var(--picker-height, 200px) - var(--picker-indicator-size, 10px) - 4px) / 100 + 2px);width:var(--picker-indicator-size, 10px);height:var(--picker-indicator-size, 10px);background-color:#fff;box-shadow:0 0 4px #000;border-radius:50%;pointer-events:none;z-index:1;transition:box-shadow .2s}.is-dark.svelte-i5mg2p{box-shadow:0 0 4px #fff}.text-input.svelte-qtukzs{margin:var(--text-input-margin, 5px 0 0)}.input-container.svelte-qtukzs{display:flex;flex:1;gap:10px}input.svelte-qtukzs,button.svelte-qtukzs,.button-like.svelte-qtukzs{flex:1;border:none;background-color:var(--cp-input-color, #eee);color:var(--cp-text-color, var(--cp-border-color));padding:0;border-radius:5px;height:30px;line-height:30px;text-align:center}input.svelte-qtukzs{width:5px;font-family:inherit}button.svelte-qtukzs,.button-like.svelte-qtukzs{position:relative;flex:1;margin:8px 0 0;height:30px;width:100%;transition:background-color .2s;cursor:pointer;font-family:inherit}.button-like.svelte-qtukzs{cursor:default}.appear.svelte-qtukzs,.disappear.svelte-qtukzs{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;transition:all .5s}button.svelte-qtukzs:hover .disappear:where(.svelte-qtukzs),.appear.svelte-qtukzs{opacity:0}.disappear.svelte-qtukzs,button.svelte-qtukzs:hover .appear:where(.svelte-qtukzs){opacity:1}button.svelte-qtukzs:hover{background-color:var(--cp-button-hover-color, #ccc)}input.svelte-qtukzs:focus,button.svelte-qtukzs:focus{outline:none}input.svelte-qtukzs:focus-visible,button.svelte-qtukzs:focus-visible{outline:2px solid var(--focus-color, red);outline-offset:2px}label.svelte-lemcb1{display:inline-flex;align-items:center;gap:8px;cursor:pointer;border-radius:3px;margin:4px;height:var(--input-size, 25px);-webkit-user-select:none;user-select:none}.container.svelte-lemcb1{position:relative;display:block;display:flex;align-items:center;justify-content:center;width:var(--input-size, 25px)}input.svelte-lemcb1{margin:0;padding:0;border:none;width:1px;height:1px;flex-shrink:0;opacity:0}.alpha.svelte-lemcb1{clip-path:circle(50%);background:var(--alpha-grid-bg)}.alpha.svelte-lemcb1,.color.svelte-lemcb1{position:absolute;width:var(--input-size, 25px);height:var(--input-size, 25px);border-radius:50%;-webkit-user-select:none;user-select:none}input.svelte-lemcb1:focus-visible~.color:where(.svelte-lemcb1){outline:2px solid var(--focus-color, red);outline-offset:2px}div.svelte-h9ar9{padding:8px;background-color:var(--cp-bg-color, white);margin:0 10px 10px;border:1px solid var(--cp-border-color, black);border-radius:12px;display:none;width:max-content}.is-open.svelte-h9ar9{display:inline-block}[role=dialog].svelte-h9ar9{position:absolute;top:calc(var(--input-size, 25px) + 12px);left:0;z-index:var(--picker-z-index, 2)}label.svelte-oskb5b{display:flex;justify-content:center;margin-bottom:4px;grid-area:nullable;-webkit-user-select:none;user-select:none}input.svelte-oskb5b{margin:0}input.svelte-oskb5b:focus-visible{outline:none}input.svelte-oskb5b:focus-visible+span:where(.svelte-oskb5b){width:14px;height:14px;border-radius:2px;outline:2px solid var(--focus-color, red);outline-offset:2px}div.svelte-oskb5b{width:32px;aspect-ratio:2;position:relative}div.svelte-oskb5b :where(.svelte-oskb5b){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}span.svelte-tsvobk{position:relative;color:var(--cp-text-color, var(--cp-border-color));--alpha-grid-bg: linear-gradient(45deg, #eee 25%, #0000 25%, #0000 75%, #eee 75%) 0 0 / 10px 10px, linear-gradient(45deg, #eee 25%, #0000 25%, #0000 75%, #eee 75%) 5px 5px / 10px 10px}.h.svelte-tsvobk,.a.svelte-tsvobk{display:inline-flex;justify-content:center;--track-height: var(--slider-width, 10px);--track-width: var(--picker-height, 200px);--track-border: none;--thumb-size: calc(var(--slider-width, 10px) - 3px);--thumb-background: white;--thumb-border: 1px solid black;--margin-block: 0;--gradient-direction: .5turn}.horizontal.svelte-tsvobk .h:where(.svelte-tsvobk),.horizontal.svelte-tsvobk .a:where(.svelte-tsvobk){--track-width: calc(var(--picker-width, 200px) - 12px);--gradient-direction: .25turn;margin:4px 6px}.horizontal.svelte-tsvobk .h:where(.svelte-tsvobk){margin-top:8px}.vertical.svelte-tsvobk .h:where(.svelte-tsvobk),.vertical.svelte-tsvobk .a:where(.svelte-tsvobk){margin-left:3px}.h.svelte-tsvobk{grid-area:hue;--gradient-hue: #ff1500fb, #ffff00 17.2%, #ffff00 18.2%, #00ff00 33.3%, #00ffff 49.5%, #00ffff 51.5%, #0000ff 67.7%, #ff00ff 83.3%, #ff0000;--track-background: linear-gradient(var(--gradient-direction), var(--gradient-hue))}.a.svelte-tsvobk{grid-area:alpha;margin-top:2px;--track-background: linear-gradient(var(--gradient-direction), rgba(0, 0, 0, 0), var(--alphaless-color)), var(--alpha-grid-bg)}span.svelte-tsvobk .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}span.svelte-2uagva{position:relative}button.svelte-2uagva{border-radius:50%;border:1px solid var(--border)}div.svelte-2uagva{position:absolute;left:0;top:100%;width:0;z-index:1000}.content-wrap.svelte-1edy11e{position:fixed;z-index:1000000}.dropdown.svelte-12gssso{position:relative;display:inline-block}.dropdown.relative.svelte-12gssso>.content-wrap{position:relative!important}.tooltip-wrap.svelte-yqdjtd{display:inline-flex;align-items:center;position:relative;--local-bg: #24292f;--local-color: #fff}.tooltip-wrap.soft.svelte-yqdjtd{--local-bg: var(--accent-light);--local-color: var(--accent)}.tooltip-wrap.accent.svelte-yqdjtd{--local-bg: var(--accent);--local-color: var(--accent-text)}.tooltip-wrap.danger.svelte-yqdjtd{--local-bg: var(--red-dark);--local-color: var(--text-white)}.tooltip.svelte-yqdjtd{position:fixed;background-color:var(--local-bg);color:var(--local-color);padding:8px 20px;border-radius:20px;font-size:14px;z-index:10000}.tooltip.svelte-yqdjtd:after{content:"";position:absolute;border:4px solid transparent}.tooltip.top.svelte-yqdjtd:after{top:100%;border-top-color:var(--local-bg);left:50%;transform:translate(-50%)}.tooltip.bottom.svelte-yqdjtd:after{bottom:100%;border-bottom-color:var(--local-bg);left:50%;transform:translate(-50%)}.tooltip.left.svelte-yqdjtd:after{left:100%;top:50%;transform:translateY(-50%);border-left-color:var(--local-bg);margin-left:-1px}.tooltip.right.svelte-yqdjtd:after{right:100%;top:50%;transform:translateY(-50%);border-right-color:var(--local-bg);margin-right:-1px}.hljs code{color:inherit!important;background:inherit!important}/*!
  Theme: StackOverflow Light
  Description: Light theme as used on stackoverflow.com
  Author: stackoverflow.com
  Maintainer: @Hirse
  Website: https://github.com/StackExchange/Stacks
  License: MIT
  Updated: 2021-05-15

  Updated for @stackoverflow/stacks v0.64.0
  Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
  Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/.hljs{color:#2f3337;background:#f4f2f0}.hljs-subst{color:#2f3337}.hljs-comment{color:#656e77}.hljs-keyword,.hljs-selector-tag,.hljs-meta .hljs-keyword,.hljs-doctag,.hljs-section,.hljs-attr{color:#015692}.hljs-attribute{color:#803378}.hljs-name,.hljs-type,.hljs-number,.hljs-selector-id,.hljs-quote,.hljs-template-tag{color:#905}.hljs-selector-class{color:#015692}.hljs-string,.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr{color:#54790d}.hljs-meta,.hljs-selector-pseudo{color:#015692}.hljs-built_in,.hljs-title,.hljs-literal{color:#905}.hljs-bullet,.hljs-code{color:#535a60}.hljs-meta .hljs-string{color:#54790d}.hljs-deletion{color:#c02d2e}.hljs-addition{color:#2f6f44}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}:root.dark .hljs{color:#abb2bf;background:#282c34}:root.dark .hljs-comment,:root.dark .hljs-quote{color:#5c6370;font-style:italic}:root.dark .hljs-doctag,:root.dark .hljs-keyword,:root.dark .hljs-formula{color:#c678dd}:root.dark .hljs-section,:root.dark .hljs-name,:root.dark .hljs-selector-tag,:root.dark .hljs-deletion,:root.dark .hljs-subst{color:#e06c75}:root.dark .hljs-literal{color:#56b6c2}:root.dark .hljs-string,:root.dark .hljs-regexp,:root.dark .hljs-addition,:root.dark .hljs-attribute,:root.dark .hljs-meta .hljs-string{color:#98c379}:root.dark .hljs-attr,:root.dark .hljs-variable,:root.dark .hljs-template-variable,:root.dark .hljs-type,:root.dark .hljs-selector-class,:root.dark .hljs-selector-attr,:root.dark .hljs-selector-pseudo,:root.dark .hljs-number{color:#d19a66}:root.dark .hljs-symbol,:root.dark .hljs-bullet,:root.dark .hljs-link,:root.dark .hljs-meta,:root.dark .hljs-selector-id,:root.dark .hljs-title{color:#61aeee}:root.dark .hljs-built_in,:root.dark .hljs-title.class_,:root.dark .hljs-class .hljs-title{color:#e6c07b}:root.dark .hljs-emphasis{font-style:italic}:root.dark .hljs-strong{font-weight:700}:root.dark .hljs-link{text-decoration:underline}.group.svelte-erzq7y{display:flex;flex-direction:column;margin-bottom:20px}.group.svelte-erzq7y .name:where(.svelte-erzq7y){font-weight:600;margin-bottom:10px}.input.svelte-erzq7y{padding:0 10px;margin:10px 0}.groups.svelte-erzq7y{padding:5px 15px 15px;max-height:370px;overflow-y:auto}.emojis.svelte-erzq7y{display:flex;flex-wrap:wrap}.emoji.svelte-erzq7y{font-size:22px;cursor:pointer;transition:transform .2s;width:34px;height:34px;text-align:center;border-radius:5px}.emoji.svelte-erzq7y:hover{background-color:var(--hover-dark)}.no-results.svelte-erzq7y{color:var(--text-light);font-size:14px;text-align:center;padding:30px}.header.svelte-erzq7y{padding:0 15px;border-bottom:1px solid var(--border);display:flex;align-items:center}.header.svelte-erzq7y .left:where(.svelte-erzq7y){flex:1}.section-button.svelte-erzq7y{font-size:20px;padding:10px 4px;cursor:pointer;color:var(--text-light);filter:grayscale(100%);border-bottom:2px solid transparent;transition:filter .2s,border-bottom .2s}.section-button.svelte-erzq7y:hover{filter:grayscale(50%);border-bottom:2px solid var(--text-light)}.no-emoji.svelte-mvi5y6{filter:grayscale(100%);font-size:18px}.emoji.svelte-mvi5y6{font-size:18px}.validation.svelte-1hy6clf{display:flex;align-items:center;font-size:14px}.icon.svelte-1hy6clf{margin-right:8px}.validation.error.svelte-1hy6clf{color:var(--red-dark)}.validation.warning.svelte-1hy6clf{color:var(--orange-dark)}.validation.success.svelte-1hy6clf{color:var(--green-dark)}:root.dark .validation.error.svelte-1hy6clf{color:var(--red)}:root.dark .validation.warning.svelte-1hy6clf{color:var(--orange)}:root.dark .validation.success.svelte-1hy6clf{color:var(--green)}span.svelte-18ibtgc{vertical-align:middle;border-radius:20px;display:inline-flex;align-items:center}span.has-start.svelte-18ibtgc>*:first-child{margin-right:5px}span.has-end.svelte-18ibtgc>*:last-child{margin-left:5px}span.size-x-small.svelte-18ibtgc{font-size:10px;padding:2px 7px}span.size-small.svelte-18ibtgc{font-size:12px;padding:2px 9px}span.size-medium.svelte-18ibtgc{font-size:14px;padding:3px 12px}span.size-large.svelte-18ibtgc{font-size:16px;padding:4px 16px}span.interactive.svelte-18ibtgc{cursor:pointer;transition:opacity .1s}span.interactive.svelte-18ibtgc:hover{opacity:.7}span.style-default.color-default.svelte-18ibtgc{background-color:var(--gray-light);color:var(--gray-dark)}span.style-default.color-accent.svelte-18ibtgc{background-color:var(--accent-light);color:var(--accent)}span.style-default.color-green.svelte-18ibtgc{background-color:var(--green-light);color:var(--green-dark)}span.style-default.color-red.svelte-18ibtgc{background-color:var(--red-light);color:var(--red-dark)}span.style-default.color-blue.svelte-18ibtgc{background-color:var(--blue-light);color:var(--blue-dark)}span.style-default.color-orange.svelte-18ibtgc{background-color:var(--orange-light);color:var(--orange-dark)}span.style-outline.color-default.svelte-18ibtgc{color:var(--gray-dark);border:1px solid var(--gray-dark)}span.style-outline.color-accent.svelte-18ibtgc{color:var(--accent);border:1px solid var(--accent)}span.style-outline.color-green.svelte-18ibtgc{color:var(--green-dark);border:1px solid var(--green-dark)}span.style-outline.color-red.svelte-18ibtgc{color:var(--red-dark);border:1px solid var(--red-dark)}span.style-outline.color-blue.svelte-18ibtgc{color:var(--blue-dark);border:1px solid var(--blue-dark)}span.style-outline.color-orange.svelte-18ibtgc{color:var(--orange-dark);border:1px solid var(--orange-dark)}span.style-outline-fill.color-default.svelte-18ibtgc{background-color:var(--gray-light);color:var(--gray-dark);border:1px solid var(--gray)}span.style-outline-fill.color-accent.svelte-18ibtgc{background-color:var(--accent-light);color:var(--accent);border:1px solid var(--accent)}span.style-outline-fill.color-green.svelte-18ibtgc{background-color:var(--green-light);color:var(--green-dark);border:1px solid var(--green-dark)}span.style-outline-fill.color-red.svelte-18ibtgc{background-color:var(--red-light);color:var(--red-dark);border:1px solid var(--red-dark)}span.style-outline-fill.color-blue.svelte-18ibtgc{background-color:var(--blue-light);color:var(--blue-dark);border:1px solid var(--blue-dark)}span.style-outline-fill.color-orange.svelte-18ibtgc{background-color:var(--orange-light);color:var(--orange-dark);border:1px solid var(--orange-dark)}.button[disabled].svelte-18ibtgc{opacity:.5!important;cursor:not-allowed;box-shadow:none!important}.icon-message.svelte-wtmpki{width:100%;height:100%;flex:1;display:flex;align-items:center;justify-content:center;position:relative;flex-direction:column;text-align:center}.icon.svelte-wtmpki{display:inline-flex;align-items:flex-end}.message.svelte-wtmpki{color:var(--text-light);margin-top:10px}.icon-message.small.svelte-wtmpki .message:where(.svelte-wtmpki){margin-top:8px}.icon-message.large.svelte-wtmpki .message:where(.svelte-wtmpki){margin-top:13px}.cta.svelte-wtmpki{margin-top:15px}div.svelte-jnfr2f div{z-index:1000}div.svelte-jnfr2f{display:flex;align-items:center}.top.svelte-1xprem7{margin-bottom:15px;text-align:right}.image-node-wrap.svelte-17ruxaj{background-color:#fafafa;border-radius:20px;display:flex;flex-direction:column}.top.svelte-17ruxaj{border-bottom:1px solid #eee;padding:15px;display:flex;align-items:center;gap:5px}.left.svelte-17ruxaj{flex:1}.right.svelte-17ruxaj{display:flex;align-items:center;gap:6px}.img-wrap.svelte-17ruxaj{padding:15px}.range-wrap.svelte-17ruxaj{display:inline-flex;align-items:center;position:relative}.size.svelte-17ruxaj{font-size:10px;color:var(--text-light);margin-right:5px}.text-input.svelte-i1omb4 .start{margin-right:1px!important}.id.svelte-i1omb4{font-size:14px;color:#666}.toc-ul.svelte-1os7zul:not(.top){padding-left:25px}.toc-li.svelte-1os7zul{display:flex;flex-direction:column}.heading.svelte-1os7zul{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:20px;cursor:pointer}.heading.svelte-1os7zul:hover{background-color:var(--hover)}.title.svelte-1os7zul{font-size:16px}.dots.svelte-1os7zul{flex:1;border-top:1px dashed #ccc}.levels.svelte-azondh{display:flex;font-size:16px;gap:15px;align-items:center;border-top:1px solid var(--border);padding:15px 25px}.toc-level.svelte-azondh{display:flex;gap:5px;align-items:center}.wrap.svelte-1ede6r9{border:1px solid #ccc;border-radius:5px;margin-top:25px;white-space:initial}.title.svelte-1ede6r9{padding:20px 25px;font-size:20px;font-weight:600;border-bottom:1px solid var(--border)}.toc-inner.svelte-1ede6r9{padding:20px 25px}.audio-wrap.svelte-60t9n1{display:flex;flex-direction:column}.audio-actions.svelte-60t9n1{position:relative;align-self:flex-end;margin-bottom:5px}audio.svelte-60t9n1{width:100%}.buttons.svelte-npvx3n{margin-top:15px;text-align:right;margin-bottom:15px}.warning-wrap.svelte-npvx3n{margin-top:10px}.enter.svelte-npvx3n{font-size:12px;margin-right:5px;color:var(--text-light)}.headings.svelte-1vfl4xk{max-height:400px;overflow:auto;margin-bottom:25px}.headings.svelte-1vfl4xk .type:where(.svelte-1vfl4xk){margin-right:8px}.headings.svelte-1vfl4xk .heading:where(.svelte-1vfl4xk){display:flex;padding:6px 15px;align-items:center;border-radius:var(--box-radius);cursor:not-allowed}.headings.svelte-1vfl4xk .heading.has-id:where(.svelte-1vfl4xk){cursor:pointer}.headings.svelte-1vfl4xk .heading.has-id:where(.svelte-1vfl4xk):hover{background:var(--hover)}.headings.svelte-1vfl4xk .text:where(.svelte-1vfl4xk){flex:1;font-weight:600}.missing.svelte-1vfl4xk{color:var(--text-light);font-size:12px}.tooltip.svelte-mixwbm{position:fixed;background:#fff;box-shadow:0 0 10px #0000001a;border-radius:20px;z-index:1000}.tooltip.svelte-mixwbm:after{content:"";top:100%;left:50%;transform:translate(-50%);width:0;height:0;border:5px solid #fff;border-bottom-color:transparent;position:absolute;border-left-color:transparent;border-right-color:transparent}.link-row.svelte-mixwbm{margin-bottom:5px;padding:10px 15px;border-bottom:1px solid var(--border);display:flex;align-items:center}.link.svelte-mixwbm{display:inline-block;color:var(--link);font-size:14px;cursor:pointer;text-decoration:none!important;padding-right:8px;margin-right:8px;border-right:1px solid var(--border);max-width:250px;word-break:break-all}.link.svelte-mixwbm:hover{text-decoration:underline!important}.buttons-row.svelte-mixwbm{padding:10px 15px}.wrap.svelte-1fjy8t6{position:fixed;width:325px;max-height:275px;overflow:auto;background:var(--box-background);box-shadow:0 0 20px 2px #0003;border-radius:var(--box-radius);z-index:1000}.option.svelte-1fjy8t6{padding:8px 14px;cursor:pointer;position:relative;display:flex}.option.active.svelte-1fjy8t6{background-color:var(--hover)}.option.svelte-1fjy8t6 .icon:where(.svelte-1fjy8t6){display:flex;justify-content:center;align-items:center;width:30px;font-size:20px;flex-shrink:0}.option.svelte-1fjy8t6 .name-desc:where(.svelte-1fjy8t6){margin-left:8px}.option.svelte-1fjy8t6 .name:where(.svelte-1fjy8t6){font-weight:600}.option.svelte-1fjy8t6 .desc:where(.svelte-1fjy8t6){font-size:12px;color:var(--text-light)}.wrap.svelte-16vuqxy{position:fixed;z-index:100;display:none;align-items:center;justify-content:center}.wrap.show.svelte-16vuqxy{display:inline-flex}button.svelte-16vuqxy{background-color:var(--input);width:16px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;transition:.2s box-shadow}button.svelte-16vuqxy:hover{box-shadow:0 0 0 2px var(--gray-light)}.wrap.svelte-1hf0ywy{position:fixed;z-index:100;display:none;align-items:center;justify-content:center}.wrap.show.svelte-1hf0ywy{display:inline-flex}button.svelte-1hf0ywy{background-color:var(--input);width:28px;height:16px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;transition:.2s box-shadow}button.svelte-1hf0ywy:hover{box-shadow:0 0 0 2px var(--gray-light)}.tooltip.svelte-ya5d4{position:fixed;background:var(--box-background);box-shadow:0 0 10px #0000001a;border-radius:20px;z-index:1000}.tooltip.svelte-ya5d4:after{content:"";top:100%;left:50%;transform:translate(-50%);width:0;height:0;border:5px solid var(--box-background);border-bottom-color:transparent;position:absolute;border-left-color:transparent;border-right-color:transparent}input.svelte-ya5d4{width:100%;padding:8px 20px;border:none;background-color:transparent;font-family:inherit}.pm-editor.svelte-6hrarq{--prosemirror-hover-outline: 2px solid #8cf;--prosemirror-selected-outline: 3px solid #299af3;position:relative;height:100%}.pm-editor.loaded.svelte-6hrarq{padding-bottom:100px}.pm-editor.svelte-6hrarq .ProseMirror{font-size:18px;padding:25px 30px;min-height:620px;margin:auto;width:700px;max-width:100%;word-wrap:break-word;white-space:pre-wrap;white-space:break-spaces;-webkit-font-variant-ligatures:none;font-variant-ligatures:none;font-feature-settings:"liga" 0}.pm-editor.svelte-6hrarq .ProseMirror:focus-visible{outline:none}.pm-editor.svelte-6hrarq .ProseMirror-hideselection *::selection{background:transparent}.pm-editor.svelte-6hrarq .ProseMirror-hideselection *::-moz-selection{background:transparent}.pm-editor.svelte-6hrarq .ProseMirror-hideselection{caret-color:transparent}.pm-editor.svelte-6hrarq .ProseMirror-selectednode{outline:var(--prosemirror-selected-outline)!important}.pm-editor.svelte-6hrarq img.ProseMirror-separator{display:inline!important;border:none!important;margin:0!important}.pm-editor.svelte-6hrarq .ProseMirror[data-placeholder]:before{color:var(--text-light);position:absolute;content:attr(data-placeholder);pointer-events:none;line-height:30px}.pm-editor.svelte-6hrarq .ProseMirror>*:first-child{margin-top:0!important}.pm-editor.svelte-6hrarq blockquote,.pm-editor.svelte-6hrarq figure,.pm-editor.svelte-6hrarq h1,.pm-editor.svelte-6hrarq h2,.pm-editor.svelte-6hrarq h3,.pm-editor.svelte-6hrarq h4,.pm-editor.svelte-6hrarq h5,.pm-editor.svelte-6hrarq h6,.pm-editor.svelte-6hrarq p,.pm-editor.svelte-6hrarq pre,.pm-editor.svelte-6hrarq ul,.pm-editor.svelte-6hrarq ol{margin:30px 0 0}.pm-editor.svelte-6hrarq p{line-height:30px;margin-top:30px;letter-spacing:.2px}.pm-editor.svelte-6hrarq .heading-wrap{position:relative}.pm-editor.svelte-6hrarq .heading-wrap .heading-details{position:absolute;bottom:100%;left:0;color:var(--text-light);font-size:12px;margin-bottom:4px;display:flex;flex-direction:row;width:100%;align-items:center}.pm-editor.svelte-6hrarq .heading-wrap input{padding:0;background:transparent;border:none;width:100%;outline:none;flex:1;display:block;font-family:inherit;font-size:inherit;margin-left:1px}.pm-editor.svelte-6hrarq .heading-wrap .input-wrap{display:flex;flex:1;margin-left:4px}.pm-editor.svelte-6hrarq .heading-selectors-wrap{display:flex}.pm-editor.svelte-6hrarq .heading-selectors-wrap button{font-size:10px;background-color:var(--input);padding:2px 4px;margin-right:2px;border-radius:2px;opacity:.3;transition:.2s opacity}.pm-editor.svelte-6hrarq .heading-selectors-wrap:hover button{opacity:.5}.pm-editor.svelte-6hrarq .heading-selectors-wrap button:hover{opacity:.7}.pm-editor.svelte-6hrarq .heading-selectors-wrap button.selected{background-color:var(--gray-light);opacity:1}.pm-editor.svelte-6hrarq h1,.pm-editor.svelte-6hrarq h2,.pm-editor.svelte-6hrarq h3,.pm-editor.svelte-6hrarq h4,.pm-editor.svelte-6hrarq h5,.pm-editor.svelte-6hrarq h6{margin-top:35px}.pm-editor.svelte-6hrarq h1{font-size:2em}.pm-editor.svelte-6hrarq h2{font-size:1.5em}.pm-editor.svelte-6hrarq h3{font-size:1.3em}.pm-editor.svelte-6hrarq h4{font-size:1.2em}.pm-editor.svelte-6hrarq h5{font-size:1.1em}.pm-editor.svelte-6hrarq h6{font-size:1em}.pm-editor.svelte-6hrarq hr{margin:30px 0;border-top:2px solid var(--grey)}.pm-editor.svelte-6hrarq blockquote,.pm-editor.svelte-6hrarq aside{margin-top:30px;border-width:0;border-color:#000;border-style:solid;border-left-width:4px;padding:10px 15px}.pm-editor.svelte-6hrarq blockquote *:first-child,.pm-editor.svelte-6hrarq aside *:first-child{margin-top:0}.pm-editor.svelte-6hrarq aside{border-left:none;border-radius:5px;display:flex;padding:0;position:relative}.pm-editor.svelte-6hrarq aside .emoji-icon{cursor:pointer;-webkit-user-select:none;user-select:none;padding:10px 12px}.pm-editor.svelte-6hrarq aside .emoji-icon .dropdown{display:inline-flex;justify-content:center;color:var(--text)}.pm-editor.svelte-6hrarq aside .content-div{flex:1;padding:10px 10px 10px 0}.pm-editor.svelte-6hrarq aside .color-pickers-wrap{position:absolute;right:0;bottom:100%}.pm-editor.svelte-6hrarq figure{margin-top:45px}.pm-editor.svelte-6hrarq figure:hover{outline:var(--prosemirror-hover-outline)}.pm-editor.svelte-6hrarq figure figcaption{padding:7px;font-size:14px;text-align:center;margin-top:22px}.pm-editor.svelte-6hrarq figure figcaption.empty:before{content:"Enter caption...";color:#aaa;position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.pm-editor.svelte-6hrarq figure x-embed{position:relative;display:block}.pm-editor.svelte-6hrarq figure x-embed:before{content:"";position:absolute;z-index:1;width:100%;height:100%;top:0;left:0}.pm-editor.svelte-6hrarq img{display:block;margin:auto;object-fit:cover;max-width:100%}.pm-editor.svelte-6hrarq li>*{margin:5px 0!important}.pm-editor.svelte-6hrarq .code-wrap{margin-top:30px}.pm-editor.svelte-6hrarq .code-wrap .code-toolbar{white-space:normal;padding:10px;background:var(--input);border-radius:20px 20px 0 0;border-bottom:1px solid #dddddd}.pm-editor.svelte-6hrarq .code-wrap .code-toolbar-labels{display:flex;font-size:12px}.pm-editor.svelte-6hrarq .code-wrap .code-toolbar-labels div{flex:1;padding-left:4px}.pm-editor.svelte-6hrarq .code-wrap .code-toolbar-inputs{display:flex}.pm-editor.svelte-6hrarq .code-wrap .code-toolbar-inputs input{flex:1;min-width:0;margin-right:5px;padding:5px 10px;font-size:12px;margin-top:5px;background:#fff;border:none;border-radius:20px;font-family:inherit}.pm-editor.svelte-6hrarq .code-wrap .CodeMirror{font-size:14px;height:initial;padding:5px 0 15px;border-radius:0 0 20px 20px;font-family:source-code-pro,Menlo,Courier New,Consolas,monospace!important;box-shadow:none!important;background-color:var(--input)}.pm-editor.svelte-6hrarq .code-wrap .CodeMirror-gutters{background-color:transparent}.pm-editor.svelte-6hrarq .code-wrap.no-toolbar .CodeMirror{border-radius:20px}.pm-editor.svelte-6hrarq .code-wrap .topbar{background:var(--input);border-radius:20px 20px 0 0;border-bottom:1px solid #dddddd;font-size:12px;padding:10px 15px}.pm-editor.svelte-6hrarq .code-wrap .code-toolbar-quit-message{position:absolute;bottom:0;right:0;font-size:10px;padding-right:10px;color:var(--text-light)}.pm-editor.svelte-6hrarq :not(pre)>code{background:#87837826;color:#eb5757;border-radius:3px;font-size:85%;padding:.2em .4em;font-family:monospace}.pm-editor.svelte-6hrarq a{color:var(--link);text-decoration:underline}.pm-editor.svelte-6hrarq mark{padding:.2em .4em;background-color:#fcf8e3}.pm-editor.svelte-6hrarq .table-wrap{margin-top:30px}.pm-editor.svelte-6hrarq .table-wrap .table-middle{overflow-x:auto}.pm-editor.svelte-6hrarq table{margin:5px 0 0;border:1px solid black;border-collapse:collapse;table-layout:fixed;white-space:break-spaces}.pm-editor.svelte-6hrarq table tr{height:20px;width:150px}.pm-editor.svelte-6hrarq table th,.pm-editor.svelte-6hrarq table td{width:150px;height:40px;border:1px solid #ddd;padding:7px 15px;vertical-align:top;box-sizing:border-box;position:relative}.pm-editor.svelte-6hrarq table th p,.pm-editor.svelte-6hrarq table td p{margin-top:0}.pm-editor.svelte-6hrarq table th{font-weight:700;text-align:left}.pm-editor.svelte-6hrarq table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:#adf;cursor:col-resize}.pm-editor.svelte-6hrarq table .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#c8c8ff66;pointer-events:none;cursor:default}.pm-editor.svelte-6hrarq .user-comment{border-bottom:3px solid #e0d32e;cursor:pointer}.pm-editor.svelte-6hrarq .comment-tick{position:fixed;width:16px;height:16px;border:8px solid transparent;border-left-color:#e0d32e;transform:translateY(-50%)}.pm-editor.svelte-6hrarq .button-wrap{margin-top:30px;text-align:center}.pm-editor.svelte-6hrarq .button-wrap a.button{display:inline-block;padding:10px 20px;font-weight:600;background-color:var(--button-background);color:var(--button-text);text-decoration:none;border-radius:5px;cursor:text}.pm-editor.svelte-6hrarq .button-wrap a.button:empty:before{content:"Your text here";color:var(--text-light)}.container.svelte-1dg8sc3{margin:60px auto;min-height:600px;width:650px;background-color:#fff;border:1px solid #ccc;border-radius:20px}.focus.svelte-1dg8sc3{margin:20px auto;width:650px;text-align:center}
