.pill-button.svelte-ktcuhl{position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:.1rem 1.5rem;font-size:1rem;font-weight:700;text-transform:capitalize;color:#000;background:#fff;text-decoration:none;border:none;border-radius:200px;outline:none;transition:opacity .1s ease,color .1s ease}.pill-button.red.svelte-ktcuhl{color:#fff;background-color:var(--error-color)}.pill-button.secondary.svelte-ktcuhl{background-color:var(--text-secondary-color)}.pill-button.outline.svelte-ktcuhl{color:#fff;background:transparent;outline:2px solid white}.pill-button.outline.secondary.svelte-ktcuhl{color:var(--text-secondary-color);outline-color:var(--text-secondary-color)}.pill-button.outline.secondary.svelte-ktcuhl:hover{color:#fff;outline-color:#fff}.pill-button.outline.red.svelte-ktcuhl{color:var(--error-color);outline-color:var(--error-color)}.pill-button.outline.red.svelte-ktcuhl:hover{background:var(--error-color);color:#fff}.pill-button.svelte-ktcuhl:hover{opacity:.8;cursor:pointer}.pill-button.disabled.svelte-ktcuhl,.pill-button.loading.svelte-ktcuhl{opacity:.5;cursor:not-allowed}.pill-button.loading.svelte-ktcuhl{color:transparent;cursor:default}.pill-button.loading.svelte-ktcuhl:after{content:"";position:absolute;width:1rem;height:1rem;border:2px solid black;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:svelte-ktcuhl-rotation 1s linear infinite}.pill-button.small.svelte-ktcuhl{padding:.6rem .8rem;font-size:.8rem;line-height:.5;outline-width:1px;font-weight:400}.pill-button.small.svelte-ktcuhl:after{width:.75rem;height:.75rem}.pill-button.full-width.svelte-ktcuhl{width:100%;justify-content:center}.pill-button.thin.svelte-ktcuhl{outline-width:1px;font-weight:400;font-size:.9rem;padding:.3rem 1.5rem;border-radius:8px}@keyframes svelte-ktcuhl-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
