:where(ul.fast-selector li.all) .ui-popup{right:0;top:calc(100% + 8px);width:260px}ul.fast-selector{display:flex;flex-flow:row wrap;font-weight:500;gap:1px 5px;list-style:none;margin:0;padding:0}ul.fast-selector a{text-decoration:none}ul.fast-selector li{position:relative}ul.fast-selector>li>a{align-items:center;border-radius:100px;box-sizing:border-box;color:#2f2f2f;column-gap:6px;display:flex;flex-flow:row nowrap;padding:8px 15px;transition:background-color .1s ease;--svg-size:14px}ul.fast-selector>li>a svg{transition:transform .12s ease}ul.fast-selector>li>a.ui-popup-expanded,ul.fast-selector>li>a:focus,ul.fast-selector>li>a:hover{background:#f6f7f8}ul.fast-selector>li>a.ui-popup-expanded svg{transform:rotate(180deg)}ul.fast-selector>li>a.selected{background:#096252;color:#fff;--svg-fill:#fff}ul.fast-selector .ui-popup{display:none;flex-flow:column nowrap;overflow:hidden}ul.fast-selector .ui-popup.opened{display:flex}ul.fast-selector .ui-popup .search{flex:0 0 auto;padding:10px 10px 6px}ul.fast-selector .ui-popup ol{list-style:none;margin:0;max-height:340px;overflow:auto;padding:0;scrollbar-width:none}ul.fast-selector .ui-popup ol::-webkit-scrollbar{display:none}ul.fast-selector .ui-popup ol li.hidden{display:none}ul.fast-selector .ui-popup ol a{color:#2f2f2f;display:block;padding:12px 20px}ul.fast-selector .ui-popup ol a:hover{background:#f6f7f8}ul.fast-selector .ui-popup ol a.selected{background:#096252;color:#fff}ul.fast-selector .ui-popup .empty{color:#656565;display:none;padding:12px 20px}ul.fast-selector .ui-popup.notfound .empty{display:block}ul.fast-selector .ui-popup .scroll-thumb{background:var(--scrollbar-thumb);border-radius:var(--scrollbar-thumb-radius);display:none;position:absolute;right:var(--scrollbar-edge-inset);touch-action:none;width:var(--scrollbar-size)}ul.fast-selector .ui-popup .cancel{display:none}@media (max-width:850px){ul.fast-selector .ui-popup ol{flex:1 1 auto;max-height:none;min-height:0}ul.fast-selector .ui-popup .cancel{display:block;flex:0 0 auto;margin:10px 20px 20px;width:calc(100% - 40px)}}