.custom-chip{cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:middle;box-sizing:border-box;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;font-size:.8125rem;font-weight:700;line-height:1;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.custom-chip.small{height:24px;padding:0 4px;font-size:.75rem}.custom-chip.medium{padding:8px 12px;font-size:.875rem}.custom-chip.filled{background-color:var(--palette-customcolors-buttons-primary-default);color:var(--palette-customcolors-buttons-primary-text);border:1px solid #0000;box-shadow:0 2px 4px #0000001a}.custom-chip.filled:hover:not(:disabled){background-color:var(--palette-customcolors-buttons-primary-hover);color:var(--palette-customcolors-buttons-primary-text);transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.custom-chip.outlined{color:var(--palette-customcolors-buttons-secondary-text,inherit);border:1px solid var(--palette-divider,#0000001f);background-color:#0000}.custom-chip.light:not(.active):not([data-has-bg=true]){color:#fff;background-color:#18181b;border:none;box-shadow:0 2px 4px #0000001a}.custom-chip.light.active{box-shadow:0 4px 12px #0000001f}.custom-chip.dark:not(.active){color:#eee;background-color:#ffffff1a}.custom-chip.active{transform:scale(1.02);background-color:var(--palette-customcolors-buttons-primary-default)!important;color:var(--palette-customcolors-buttons-primary-text)!important}.custom-chip:disabled,.custom-chip.disabled{cursor:not-allowed;pointer-events:auto;opacity:.5;box-shadow:none;background-color:var(--palette-action-disabledBackground)!important;color:var(--palette-action-disabled)!important}.custom-chip .MuiChip-label{padding-left:4px;padding-right:4px}
