a.custom-button,button.custom-button{color:var(--text);min-width:unset;min-height:unset;background-color:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:10px 16px;display:flex}a.custom-button.no-style,button.custom-button.no-style{cursor:pointer;font:inherit;line-height:inherit;text-align:inherit;color:inherit;box-shadow:none;background:0 0;border:none;outline:none;margin:0;padding:0;text-decoration:none}a.custom-button:focus-visible,button.custom-button:focus-visible{outline-offset:2px;outline:2px solid #32d066}a.custom-button.filled,button.custom-button.filled{background-color:#32d066}a.custom-button.outlined,button.custom-button.outlined{background-color:#0000;border:1px solid #ebebeb}a.custom-button.text-left,button.custom-button.text-left{justify-content:flex-start}a.custom-button.text-center,button.custom-button.text-center{justify-content:center}a.custom-button.text-right,button.custom-button.text-right{justify-content:flex-end}a.custom-button .custom-icon,button.custom-button .custom-icon{font-size:15px;display:inline-block}a.custom-button.active,button.custom-button.active{background-color:var(--primary);border-color:var(--primary);color:var(--text)}a.custom-button .custom-text,button.custom-button .custom-text,a.custom-button.default .custom-icon,a.custom-button.default .custom-text,button.custom-button.default .custom-icon,button.custom-button.default .custom-text{display:inline-block}.is-mobile a.custom-button.noIconMobile .custom-icon,.is-mobile button.custom-button.noIconMobile .custom-icon,.is-desktop a.custom-button.noIconDesktop .custom-icon,.is-desktop button.custom-button.noIconDesktop .custom-icon,.is-mobile a.custom-button.noTextMobile .custom-text,.is-mobile button.custom-button.noTextMobile .custom-text,.is-desktop a.custom-button.noTextDesktop .custom-text,.is-desktop button.custom-button.noTextDesktop .custom-text{display:none}a.custom-button .MuiButton-icon,button.custom-button .MuiButton-icon{margin:0}
