.custom-btn{cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;gap:.375rem;font-weight:500;transition:all .2s;display:inline-flex}.custom-btn--sm{padding:.375rem 1rem;font-size:.875rem}.custom-btn--md{padding:.5rem 1.25rem;font-size:.9375rem}.custom-btn--lg{padding:.625rem 1.5rem;font-size:1rem}.custom-btn--primary{background-color:var(--primary-bg);color:var(--text-white)}.custom-btn--primary:hover{opacity:.9}.custom-btn--secondary{background-color:var(--secondary-bg);color:var(--text-white)}.custom-btn--danger{background-color:var(--danger-bg);color:var(--text-white)}.custom-btn--outline{border:.0625rem solid var(--primary-bg);color:var(--primary-bg);background:0 0}.custom-btn--ghost{color:var(--primary-bg);background:0 0;padding:.25rem .75rem}.custom-btn--ghost:hover{background:var(--sidebar-hover-bg);border-radius:.375rem}.custom-btn--rounded-none{border-radius:0}.custom-btn--rounded-sm{border-radius:.25rem}.custom-btn--rounded-md{border-radius:.5rem}.custom-btn--rounded-lg{border-radius:.75rem}.custom-btn--rounded-pill{border-radius:62.4375rem}.custom-btn--full{width:100%}.custom-btn:focus-visible{box-shadow:0 0 0 .125rem var(--primary-bg-light)}.custom-btn:focus{box-shadow:none;outline:none}.custom-btn__icon{display:inline-flex}.custom-btn__label{align-items:center;display:inline-flex}.custom-btn--loading{color:var(--text-default,#333);background-color:#e9ecef!important}.custom-btn:disabled,.custom-btn[disabled]{cursor:not-allowed;opacity:.65;box-shadow:none}.custom-btn:disabled:hover,.custom-btn[disabled]:hover{opacity:.65}.custom-btn--outline:disabled,.custom-btn--outline[disabled]{border-color:var(--border-default);color:var(--text-secondary);background:0 0}.custom-btn--ghost:disabled,.custom-btn--ghost[disabled]{color:var(--text-secondary);background:0 0}
