.dialog-search{display:flex}.dialog-search-content{background:var(--theme-background);border:1rem solid var(--theme-border);border-top:unset;border-bottom-right-radius:12rem;border-bottom-left-radius:12rem;flex-direction:column;gap:12rem;max-height:80dvh;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-border);border-radius:4px}.dialog-search-content::-webkit-scrollbar-track{background:var(--theme-background);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-text-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-text-primary)}.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}}
