.custom-button{color:#fff;white-space:nowrap;border-radius:3rem;justify-content:center;align-items:center;min-width:fit-content;height:fit-content;padding:1.25em 1.5em;font-size:1.05rem;font-weight:500;transition:all .2s ease-out,background-color .2s ease-out;display:flex}.custom-button:disabled{color:#e9ebed;background-color:#f8f8f8}.custom-button--loader{aspect-ratio:1;--_m:conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;background:#54d3c2;border-radius:50%;padding:8px;animation:1s linear infinite l3;-webkit-mask-composite:source-out;mask-composite:subtract}@keyframes l3{to{transform:rotate(1turn)}}.custom-button--text{background-color:inherit;color:#54d3c2;padding:0}.custom-button--color{background-color:#54d3c2}.custom-button--color:hover:not(:disabled){background-color:#1cb4a4;border-color:#1cb4a4}.custom-button--color:disabled{color:#fff;background-color:#a9e9e0;border-color:#a9e9e0}.custom-button--light{color:#6d7986;background-color:initial}.custom-button--light:hover:not(:disabled),.custom-button--light.active{color:#323f47;background-color:#e5f8f6;border-color:#1cb4a4}.custom-button--light:disabled{color:#fff;background-color:#a9e9e0;border-color:#a9e9e0}.custom-button--borderless{color:#54d3c2;background-color:#fff;border:none;box-shadow:0 4px 18px #54d3c266}.custom-button--borderless:hover:not(:disabled){background-color:#f8f8f8;box-shadow:0 4px 18px #54d3c299}.custom-button--borderless:disabled{color:#54d3c2bf;background-color:#ffffff80;box-shadow:0 4px 12px #54d3c226}.custom-button--outline{color:#54d3c2;background-color:#fff;border:2px solid #54d3c2}.custom-button--outline:hover:not(:disabled){color:#1ebaae;background-color:#e5f8f6}.custom-button--outline:disabled{background-color:#fff;border-color:#e9ebed}.custom-button--still{color:#323f47;background-color:#f8f8f8;border:2px solid #e9ebed;border-radius:.5rem}.custom-button--still:hover:not(:disabled){background-color:#e9ebed}.custom-button--still:disabled{background-color:#fff;border-color:#e9ebed}.custom-button--smoke{color:#54d3c2;background-color:#f8f8f8;border:0;box-shadow:0 4px 18px #319a9133}.custom-button--smoke:hover:not(:disabled){box-shadow:none;background-color:#e9ebed}.custom-button--smoke:disabled{box-shadow:none;color:#e9ebed}.custom-button--danger{background-color:#fc5c65}.custom-button--danger:hover:not(:disabled){background-color:#d75865}.custom-button--primary{background-color:#54d3c2}.custom-button--primary:hover:not(:disabled){background-color:#1ebaae}.custom-button--secondary{background-color:#b6bcc3}.custom-button--secondary:hover:not(:disabled){background-color:#6d7986}.custom-button--tiny{height:1.5rem;padding:.3rem .5rem;font-size:.75rem}.custom-button--small{height:2rem;font-size:.875rem}.custom-button--normal{height:3rem;font-size:1.125rem}.custom-button--large{height:3.5rem;font-size:1.25rem;font-weight:700;line-height:1.4}
