@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";div.notification-container.svelte-111q735{position:fixed;right:1rem;top:1rem;display:flex;flex-direction:column-reverse;gap:1rem;z-index:9999;width:400px}div.notification-container.svelte-111q735 div.notification:where(.svelte-111q735){display:flex;padding:15px 17px;border-radius:10px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 0 30px #00000030;font-size:14px;position:relative;align-items:center;gap:12px}div.notification-container.svelte-111q735 div.notification.info:where(.svelte-111q735){background:#6aaae2a0;border:1px solid #91aec6}div.notification-container.svelte-111q735 div.notification.warning:where(.svelte-111q735){background:#e9d876a0;border:1px solid #c0b785}div.notification-container.svelte-111q735 div.notification.success:where(.svelte-111q735){background:#86c786a0;border:1px solid #94c194}div.notification-container.svelte-111q735 div.notification.error:where(.svelte-111q735){background:#eb7575a0;border:1px solid #dda5a5}i.fa-solid.svelte-111q735{display:block;font-size:16px}p.message.svelte-111q735{margin:0;padding-right:10px;line-height:1.5}:root{--primary-color: rgb(194, 81, 5);--primary-color-hover: rgb(224, 96, 10);--primary-tr-color-hover: rgb(194, 81, 5, .2);--primary-dark-color: rgb(184, 77, 7);--primary-light-color: rgb(255, 210, 151);--primary-light-color-hover: rgb(255, 221, 177);--red-color: rgb(170, 24, 24);--secondary-color: rgb(240, 240, 240);--secondary-color-hover: rgb(245, 245, 245);--border-color: rgb(230, 230, 230);--border-color2: rgb(200, 200, 200);--primary-shadow-dark-color: rgb(138, 57, 4);--primary-shadow-dark-color-hover: rgb(155, 65, 6);--secondary-shadow-dark-color: rgb(213, 213, 213);--secondary-shadow-dark-color-hover: rgb(222, 222, 222);--background-light-color: rgb(254, 254, 254);--background-color: rgb(247, 247, 247);--background-medium-color: rgb(235, 232, 230);--text-light-color: #fafafa;--text-dark-color: #303030;--gray-gradient: linear-gradient(#fefefe, #fcfcfc)}*{font-family:Poppins,Arial,Helvetica,sans-serif}body{margin:0;padding:0;background-color:var(--background-color);overflow-x:hidden}p{font-size:15px;line-height:1.6}p.center{text-align:center}label,p.label{margin:20px 0 5px;color:gray;font-size:14px;display:block}label:nth-of-type(1),p.label:nth-of-type(1){margin-top:30px}label.p{margin:0;font-size:15px;line-height:1.6;color:#000}a:not(.not-a),button.a{color:var(--primary-color);text-decoration:none;border:none;border-bottom:1px solid var(--primary-color);transition:all .2s ease;display:inline-block;cursor:pointer;background:none;font-size:1em;padding:0}a:not(.not-a).small-link,button.a.small-link{font-size:14px}a:not(.not-a).small-link i.fa-solid.fa-arrow-up-right-from-square,button.a.small-link i.fa-solid.fa-arrow-up-right-from-square{font-size:12px}a:not(.not-a) i.fa-solid.fa-arrow-up-right-from-square,button.a i.fa-solid.fa-arrow-up-right-from-square{font-size:14px}a:not(.not-a):hover,button.a:hover{color:var(--primary-color-hover);border-bottom-color:var(--primary-color-hover)}a:not(.not-a):hover:active,button.a:hover:active{transform:translateY(1px)}a.not-a{text-decoration:none}input:not([type=checkbox]){display:block;width:calc(100% - 32px);margin-top:5px;padding:12px 15px;border:1px solid var(--border-color2);border-radius:5px;background-color:var(--background-light-color);box-shadow:0 1px 3px #0000001a;outline:0px solid var(--primary-tr-color-hover);transition:all .3s ease,shadow .1s ease,margin .1s,outline .1s ease;line-height:15px}input:not([type=checkbox]):hover:not(:disabled){box-shadow:none}input:not([type=checkbox]):focus:not(:disabled){box-shadow:none;outline:6px solid var(--primary-tr-color-hover)}input:not([type=checkbox]):disabled{opacity:50%;cursor:not-allowed;box-shadow:none}input[type=checkbox]{margin-top:5px;accent-color:var(--primary-color)}select{display:block;margin-top:5px;padding:9px 12px;border:1px solid var(--border-color2);border-radius:5px;background-color:var(--background-light-color);box-shadow:0 1px 3px #0000001a;outline:0px solid var(--primary-tr-color-hover);transition:all .3s ease,shadow .1s ease,margin .1s,outline .1s ease}select:hover:not(:disabled){box-shadow:none}select:hover:focus:not(:disabled){box-shadow:none;outline:6px solid var(--primary-tr-color-hover)}select:disabled{opacity:50%;cursor:not-allowed;box-shadow:none}button:not(.a){display:block;border:0;border-radius:5px;padding:12px 15px;cursor:pointer;transition:all .3s ease,shadow .1s ease,margin .1s,outline .1s ease;outline:0px solid var(--primary-tr-color-hover);line-height:15px;font-size:13.3px}button:not(.a).primary{margin-top:30px;background:var(--primary-dark-color);box-shadow:0 2px 0 var(--primary-shadow-dark-color);color:var(--text-light-color);width:100%}button:not(.a).primary:hover:not(:disabled){background:var(--primary-color-hover);box-shadow:0 2px 0 var(--primary-shadow-dark-color-hover)}button:not(.a).primary:hover:active:not(:disabled){box-shadow:0 0 var(--primary-shadow-dark-color-hover);outline:6px solid var(--primary-tr-color-hover)}button:not(.a).secondary{margin-top:25px;background:var(--secondary-color);box-shadow:0 2px 0 var(--secondary-shadow-dark-color);color:var(--text-dark-color)}button:not(.a).secondary:hover:not(:disabled){background:var(--secondary-color-hover);box-shadow:0 2px 0 var(--secondary-shadow-dark-color-hover)}button:not(.a).secondary:hover:active:not(:disabled){box-shadow:0 0 0 var(--secondary-shadow-dark-color-hover);outline:6px solid var(--primary-tr-color-hover)}button:not(.a).danger{margin-top:30px;background:var(--red-color);box-shadow:0 2px #6b0c0c;color:var(--text-light-color);width:250px}button:not(.a).danger:hover:not(:disabled){background:#d82b2b;box-shadow:0 2px #b81c1c}button:not(.a).danger:hover:active:not(:disabled){box-shadow:0 0 #b81c1c;outline:6px solid rgba(194,5,5,.2)}button:not(.a):hover:active:not(:disabled){transform:translateY(2px)}button:not(.a):disabled{opacity:50%;cursor:not-allowed}section.section{margin-top:50px;position:relative;background-color:#fff;padding:50px;border:1px solid var(--border-color);border-radius:10px}section.section:hover button.right{opacity:1}section.section button.right{margin-top:0;float:right;opacity:0}section.section select.right{float:right;margin-top:0}section.section div.container{display:flex;flex:auto;flex-wrap:wrap;gap:0 50px}section.section div.container div{width:280px;vertical-align:top}section.section h3{margin:0}section.section h4{margin-top:30px}section.section p{margin:0}section.section label,section.section p.label{margin:20px 0 5px;color:gray;font-size:14px}section.section label:nth-of-type(1),section.section p.label:nth-of-type(1){margin-top:30px}div.monaco-editor,div.monaco-editor>div{border-radius:5px}div.monaco-editor *,div.monaco-editor>div *{font-family:Consolas,Courier New,monospace}
