.family-ui-search-bar{display:flex;align-items:center;border-radius:32px;border:1px solid #e5d0ff;background:#fff;position:relative}.family-ui-search-bar.small{height:44px;padding:3px}.family-ui-search-bar.small .button{height:38px;width:38px}.family-ui-search-bar.small .button img{width:16px;height:16px}.family-ui-search-bar.small .title{font-weight:400;font-size:14px;line-height:20px}.family-ui-search-bar.big{height:52px;padding:6px}.family-ui-search-bar.big .button{height:40px;padding:8px 12px;display:flex;align-items:center;gap:8px}.family-ui-search-bar.big .button .title{font-weight:400;font-size:16px;line-height:24px}.family-ui-search-bar.focused{border-color:#1890ff}.family-ui-search-bar .ant-input{border-radius:32px;border:none}.family-ui-search-bar .ant-input:focus{box-shadow:none}.family-ui-search-bar .button{flex-shrink:0;background:var(--themeColor,#7159bd);display:flex;align-items:center;justify-content:center;border-radius:99px;color:#fff;font-size:12px;cursor:pointer}.family-ui-search-bar .clear-icon{width:20px;height:20px;cursor:pointer}.family-ui-search-bar .clear-icon img{width:20px;height:20px}.family-ui-search-bar .clear-icon{margin-right:13px}.family-ui-search-bar .dropdown{background:#fff;position:absolute;top:calc(100% + 2px);left:0;right:0;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 9px 28px 8px rgba(0,0,0,.05),0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12);z-index:2}.family-ui-search-bar .dropdown.opened{height:auto;transition:.4s ease-in}.family-ui-search-bar .dropdown.hidden{padding:0;height:0;overflow:hidden;transition:.2s ease-out}.family-ui-search-bar .dropdown .variants{max-height:200px;overflow:auto}.family-ui-search-bar .dropdown .variants .result-list-wrapper{padding:8px 0}.family-ui-search-bar .dropdown .dropdown-item{display:flex;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-style:normal;font-weight:500;line-height:40px;color:rgba(0,0,0,.85);height:40px}.family-ui-search-bar .dropdown .dropdown-item .label{width:100%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.family-ui-search-bar .dropdown .dropdown-item:hover{background:#f7f7f7}.family-ui-search-bar .dropdown .dropdown-item.no-hover:hover{background:unset}.family-ui-search-bar .dropdown .dropdown-item .icon{width:16px;height:16px;color:#262626;display:flex;justify-content:center;align-items:center}.family-ui-search-bar .dropdown .dropdown-item .icon svg{font-size:16px}.family-ui-search-bar .dropdown .footer{overflow:hidden;border-top:1px solid rgba(0,0,0,.06)}.family-ui-search-bar .dropdown .footer .ant-btn{overflow:hidden;max-width:100%;display:block}.family-ui-search-bar .dropdown .footer .ant-btn i{margin-right:8px}.family-ui-search-bar .dropdown .footer .ant-btn .ant-space{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}