.app-autocomplete{--autocomplete-label-offset:0px;position:relative}.app-autocomplete__list{background-color:var(--ui-white);border-radius:10px;box-shadow:var(--ui-card-shadow);left:0;max-height:200px;overflow:hidden;overflow-y:auto;position:absolute;right:0;z-index:3;-ms-overflow-style:none;scrollbar-width:none}.app-autocomplete__list::-webkit-scrollbar{display:none}.app-autocomplete__list--position-top{bottom:calc(100% + 4px - var(--autocomplete-label-offset))}.app-autocomplete__list--position-bottom{top:calc(44px + var(--autocomplete-label-offset))}.app-autocomplete__item{align-items:center;color:var(--ui-text-primary);cursor:pointer;display:flex;font-size:14px;font-weight:600;justify-content:space-between;line-height:18px;min-height:40px;padding:8px 16px;transition:color .2s ease-in,background-color .2s ease-in}@media (min-width:1024px){.app-autocomplete__item:hover{background-color:var(--ui-grey)}}.app-autocomplete__item--active{color:var(--ui-primary);padding-right:8px}.app-autocomplete__icon{flex-basis:24px;flex-shrink:0;height:24px;width:24px}.app-autocomplete--label-offset{--autocomplete-label-offset:18px}
