.uk-select.ant-select{display:flex;position:relative;cursor:pointer;font-size:14px;color:var(--color-text-primary);width:100%}.uk-select.ant-select.ant-select-disabled{cursor:not-allowed;opacity:.6}.uk-select.ant-select:focus-visible{outline:none}.uk-select .ant-select-selector{display:flex;align-items:center;flex-wrap:wrap;gap:4px;width:100%;min-height:32px;padding:4px 30px 4px 11px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-bg-input);transition:border-color .2s,box-shadow .2s;overflow:hidden;position:relative}.uk-select.ant-select-open .ant-select-selector{border-color:var(--color-link);box-shadow:0 0 0 2px rgba(20,68,225,.1)}.uk-select.ant-select-disabled .ant-select-selector{background:var(--color-bg-page);border-color:var(--color-border)}.uk-select.ant-select-status-error .ant-select-selector{border-color:var(--color-error)}.uk-select.ant-select-status-warning .ant-select-selector{border-color:var(--color-warning-muted)}.uk-select.ant-select-borderless .ant-select-selector{border-color:rgba(0,0,0,0)!important;background:rgba(0,0,0,0);box-shadow:none!important}.uk-select.ant-select-filled .ant-select-selector{border-color:rgba(0,0,0,0);background:var(--color-bg-input)}.uk-select.ant-select-filled .ant-select-selector:hover{background:var(--color-bg-input)}.uk-select.ant-select-filled.ant-select-open .ant-select-selector{background:var(--color-bg-card);border-color:var(--color-link)}.uk-select.ant-select-sm .ant-select-selector{min-height:24px;padding:0 24px 0 7px;font-size:12px}.uk-select.ant-select-lg .ant-select-selector{min-height:40px;padding:6px 30px 6px 11px;font-size:16px}.uk-select .ant-select-selection-placeholder{color:var(--color-placeholder);pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.uk-select.ant-select-multiple .ant-select-selection-placeholder{position:absolute;left:11px;right:30px;top:50%;transform:translateY(-50%);flex:none}.uk-select .ant-select-selection-item{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:22px;margin-right:20px!important}.uk-select.ant-select-multiple .ant-select-selection-item{flex:none;display:flex;align-items:center;gap:4px;height:22px;padding:0 4px 0 8px;background:var(--color-bg-input);border:1px solid var(--color-border);border-radius:6px;font-size:12px;line-height:1}.uk-select .ant-select-selection-item-remove{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;cursor:pointer;color:var(--color-text-muted);font-size:12px;border-radius:2px}.uk-select .ant-select-selection-item-remove:hover{color:var(--color-text-heading);background:var(--color-border)}.uk-select .ant-select-selection-search{flex:1 1;min-width:4px}.uk-select.ant-select-single .ant-select-selection-search{position:absolute;inset:0 30px 0 11px;display:flex;align-items:center}.uk-select .ant-select-selection-search-input{width:100%;height:100%;border:none;outline:none;box-shadow:none;background:rgba(0,0,0,0);font-size:inherit;line-height:1;color:inherit;padding:0;cursor:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none}.uk-select .ant-select-selection-search-input:focus{outline:none;box-shadow:none}.uk-select.ant-select-single:not(.ant-select-open) .ant-select-selection-search-input{width:0;opacity:0;pointer-events:none}.uk-select .ant-select-arrow{position:absolute;right:11px;top:50%;transform:translateY(-50%);transform-origin:center;color:var(--color-text-muted);pointer-events:none;font-size:12px;transition:transform .2s}.uk-select.ant-select-open .ant-select-arrow{transform:translateY(-50%) rotate(180deg)}.uk-select .ant-select-clear{position:absolute;right:11px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);cursor:pointer;font-size:14px;display:none;background:var(--color-bg-input);z-index:1}.uk-select .ant-select-clear:hover{color:var(--color-text-secondary)}.uk-select:hover .ant-select-clear{display:inline-flex}.uk-select:hover .ant-select-clear~.ant-select-arrow{display:none}.uk-select-dropdown.ant-select-dropdown{background:var(--color-bg-card);border-radius:12px;box-shadow:0 6px 16px rgba(0,0,0,.08),0 3px 6px rgba(0,0,0,.04),0 0 0 1px rgba(0,0,0,.06);padding:4px 0;max-height:256px;overflow-y:auto;overscroll-behavior:contain}.uk-select-dropdown.ant-select-dropdown::-webkit-scrollbar{width:6px}.uk-select-dropdown.ant-select-dropdown::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.uk-select-dropdown.ant-select-dropdown::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:9999px}.uk-select-dropdown .ant-select-item{display:flex;align-items:center;justify-content:space-between;min-height:32px;padding:5px 12px;font-size:14px;color:var(--color-text-primary);cursor:pointer;transition:background .15s}.uk-select-dropdown .ant-select-item.ant-select-item-option-active{background:var(--color-bg-muted)}.uk-select-dropdown .ant-select-item.ant-select-item-option-selected{background:var(--color-nav-active-bg);color:var(--color-info)}.uk-select-dropdown .ant-select-item.ant-select-item-option-selected.ant-select-item-option-active{background:var(--color-nav-active-bg-hover)}.uk-select-dropdown .ant-select-item.ant-select-item-option-disabled{color:var(--color-text-muted);cursor:not-allowed}.uk-select-dropdown .ant-select-item.ant-select-item-group{color:var(--color-text-muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:default}.uk-select-dropdown .ant-select-item.ant-select-item-group:hover{background:rgba(0,0,0,0)}.uk-select-dropdown .ant-select-item-option-content{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uk-select-dropdown .ant-select-item-option-state{color:#2e4bdc;font-size:12px;margin-left:8px;flex-shrink:0}.uk-select-dropdown .ant-select-item-empty{padding:16px 12px;color:var(--color-text-muted);text-align:center;font-size:14px}.PricingTooltip_icon__5bxqv{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:14px;color:var(--color-text-muted);cursor:pointer;transition:color .15s;vertical-align:middle}.PricingTooltip_icon__5bxqv:focus,.PricingTooltip_icon__5bxqv:hover{color:var(--color-primary-default);outline:none}