.dialog-search{display:flex}.dialog-search-content{border:1rem solid var(--theme-outline-variant);border-top:unset;background:var(--theme-glass-surface-strong);-webkit-backdrop-filter:blur(18rem)saturate(1.35);backdrop-filter:blur(18rem)saturate(1.35);max-height:80dvh;box-shadow:inset 0 1rem 0 var(--theme-metal-highlight),0 8rem 32rem var(--theme-shadow-2);border-bottom-right-radius:12rem;border-bottom-left-radius:12rem;flex-direction:column;gap:12rem;margin:0 12rem;padding:8rem;display:flex;position:relative;overflow-y:scroll}.dialog-search-content::-webkit-scrollbar{background:0 0;width:4rem}.dialog-search-content::-webkit-scrollbar-thumb{background:var(--theme-outline-variant);border-radius:4px}.dialog-search-content::-webkit-scrollbar-track{background:var(--theme-surface);border-radius:4px}@media only screen and (width>=768px){.dialog-search-content{max-width:448rem;margin:0 auto;padding:12rem 24rem}}@media only screen and (width>=1200px){.dialog-search-content{max-width:760rem}}.dialog-search-content__heading{color:var(--theme-on-surface-muted);font-size:20rem;font-weight:500}.dialog-search-content__chips{flex-wrap:wrap;flex:1;gap:8rem;display:flex}.dialog-search-content__chip.ui-button{min-height:unset;color:var(--theme-on-surface)}.dialog-search-content__close{cursor:pointer;font-size:32rem;position:absolute;top:0;right:0}@media only screen and (width>=768px){.dialog-search-content__close{display:none}}
