input[type=search],input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.base-autocomplete{display:flex;flex-direction:column;gap:1rem}.base-autocomplete__fade-enter-from,.base-autocomplete__fade-leave-to{opacity:0}.base-autocomplete__fade-enter-active,.base-autocomplete__fade-leave-active{transition:opacity .3s ease}.base-autocomplete--focussed{outline:none}.base-autocomplete__icon{transition:transform .3s ease-out}.base-autocomplete__icon--hide{display:none}.base-autocomplete__dropdown{background:#fff;border:1px solid #71777e;border-radius:.5rem;margin-top:.25rem;max-height:18rem;overflow-y:auto;position:relative;width:100%;z-index:1}.base-autocomplete__option{align-items:center;color:#101316;cursor:pointer;display:flex;flex-direction:row;font-size:1rem;font-size:1.125rem;justify-content:space-between;line-height:1.5rem;padding:.8125rem 1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (min-width:992px){.base-autocomplete__option{font-size:1.125rem;line-height:1.75rem}}@media (max-width:551.9px){.base-autocomplete__option{font-size:1rem}}.base-autocomplete__option--loading{padding:1.75rem 1rem}.base-autocomplete__option--active,.base-autocomplete__option:hover{background:#e6ebf4}.base-autocomplete__option-label{padding-right:5px}.base-autocomplete__option-badge{align-items:center;background-color:#cfd8e9;border-radius:16px;color:inherit;display:flex;font-size:.75rem;font-weight:400;gap:2px;height:-moz-fit-content;height:fit-content;justify-content:center;letter-spacing:.02em;line-height:16px;min-width:-moz-fit-content;min-width:fit-content;padding:4px 4px 4px 8px}.base-autocomplete__option-badge-icon{height:.75rem;width:.75rem}.base-autocomplete .base-input__icon-start{cursor:pointer}
