.button{color:#0c0c0c;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;-webkit-text-decoration:unset;text-decoration:unset;background:#edb90c;border:1px solid #0000;border-radius:4px;flex-wrap:wrap;justify-content:center;align-items:center;column-gap:8px;padding:8px 12px;font-size:.8rem;font-weight:500;line-height:1.2rem;transition:color .2s cubic-bezier(.4,0,.2,1),background .2s cubic-bezier(.4,0,.2,1),border .2s cubic-bezier(.4,0,.2,1);display:flex}.button:not(.s_nohover):hover{background:#0c0c0c;color:#fff!important}.button svg{width:20px;height:20px}.button--full-width{max-width:unset}.button--size-smaller{padding:4px 8px;font-size:.6rem;line-height:1.2rem}.button--size-smaller svg{width:16px;height:16px}.button--color-dark{background:#0c0c0c;color:#fff!important}.button--color-dark:not(.s_nohover):hover{background:0 0;border:1px solid #0c0c0c1a;color:#0c0c0c!important}.button--color-success{background:#1ca519;color:#fff!important}.button--color-success:not(.s_nohover):hover{background:#0c0c0c;color:#fff!important}.button--color-light{background:0 0;border:1px solid #0c0c0c1a}.button.s_nocursor{cursor:default}.button[disabled]{opacity:.3;pointer-events:none}.button[href]{color:inherit}
.loader{box-sizing:border-box;border:3px solid #0c0c0c1a;border-bottom-color:#0c0c0c;border-radius:50%;width:24px;height:24px;animation:1s linear infinite rotation;display:inline-block}.loader[data-color=white]{border:3px solid #ffffff1a;border-bottom-color:#fff}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
