button.svelte-12fzy2p{position:relative;cursor:pointer;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none;height:var(--button-height, 46px);border-radius:25px;border:none;width:100%;font-weight:600;font-size:var(--font-size);background:var(--secondary-color);color:var(--primary-color);box-shadow:0 1px 3px #0003}button.secondary.svelte-12fzy2p{background:var(--primary-color);color:var(--secondary-color)}button.disabled.svelte-12fzy2p{opacity:.5;cursor:not-allowed;color:#fff!important;background:#d9d9d9!important;box-shadow:none}button.svelte-12fzy2p .loader:where(.svelte-12fzy2p){width:16px;height:16px;border:2px solid currentColor;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:svelte-12fzy2p-rotation .5s linear infinite}@keyframes svelte-12fzy2p-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
