#customer-list .cust-topbar{align-items:center;background:var(--white);border-bottom:1px solid rgba(0,0,0,.08);display:flex;gap:1rem;overflow:hidden;padding:1.25rem var(--gutter);position:sticky;top:var(--header-h);z-index:10}#customer-list .cust-topbar-search{align-items:center;display:flex;flex-shrink:0;gap:.5rem}#customer-list .cust-topbar-search-icon{flex-shrink:0;height:16px;stroke:var(--muted);width:16px}#customer-list .cust-topbar-search-input{background:transparent;border:none;color:var(--black);font-family:var(--fonts);font-size:var(--fs-small);outline:none;padding:0;transition:width .35s cubic-bezier(.4,0,.2,1);width:150px}#customer-list .cust-topbar-search-input:focus{width:280px}#customer-list .cust-topbar-search-input::placeholder{color:var(--muted)}#customer-list .cust-topbar-filters-wrap{flex:1;min-width:0;overflow:hidden;position:relative}#customer-list .cust-topbar-filters-wrap:before{background:linear-gradient(to right,var(--white) 20%,transparent);left:0;opacity:0}#customer-list .cust-topbar-filters-wrap:after,#customer-list .cust-topbar-filters-wrap:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;transition:opacity .2s;width:5rem;z-index:1}#customer-list .cust-topbar-filters-wrap:after{background:linear-gradient(to left,var(--white) 20%,transparent);opacity:1;right:0}#customer-list .cust-topbar-filters-wrap.show-left:before{opacity:1}#customer-list .cust-topbar-filters-wrap.hide-right:after{opacity:0}#customer-list .cust-topbar-filters{align-items:center;display:flex;flex-wrap:nowrap;gap:.4rem;overflow-x:auto;scrollbar-width:none}#customer-list .cust-topbar-filters::-webkit-scrollbar{display:none}#customer-list .cust-filter-tab{align-items:center;background:var(--light);border:1px solid rgba(0,0,0,.08);color:var(--text);cursor:pointer;display:inline-flex;font-family:var(--fonts);font-size:var(--fs-tiny);font-weight:var(--fw-bold);height:48px;padding:0 1.5rem;transition:color .15s,background .15s,border-color .15s;white-space:nowrap}#customer-list .cust-filter-tab:hover{background:var(--white);border-color:rgba(0,0,0,.2);color:var(--black)}#customer-list .cust-filter-tab.is-active{background:var(--red);border-color:var(--red);color:var(--white)}#customer-list .cust-list-body{padding:var(--gutter-y) var(--gutter)}#customer-list .cust-industry-section{margin-bottom:3rem}#customer-list .cust-industry-heading{align-items:center;display:flex;gap:.75rem;margin-bottom:1.25rem}#customer-list .cust-industry-heading-name{color:var(--black);font-family:var(--fonts);font-size:var(--h3);font-weight:var(--fw-bold);letter-spacing:var(--ls)}#customer-list .cust-industry-heading-count{color:var(--muted);font-family:var(--fonts);font-size:var(--fs-tiny);font-weight:var(--fw-bold);letter-spacing:var(--ls-medium)}#customer-list .cust-grid{background:rgba(0,0,0,.05);border:.75px solid rgba(0,0,0,.05);display:grid;gap:1px;grid-template-columns:repeat(5,1fr);margin-bottom:1px}#customer-list .cust-card{background:var(--white);border-left:3px solid transparent;padding:1.25rem 1.5rem;transition:background .2s,border-color .2s}#customer-list .cust-card:hover{background:var(--light);border-left-color:var(--red)}#customer-list .cust-card-name{color:var(--black);font-family:var(--fonts);font-size:var(--fs-small);font-weight:var(--fw-bold);line-height:var(--lh-list)}#customer-list .cust-card-location{color:var(--muted);font-family:var(--fonts);font-size:var(--fs-tiny);margin-top:.25rem}#customer-list .cust-empty{color:var(--muted);display:none;font-family:var(--fonts);font-size:var(--fs-medium);padding:4rem 0;text-align:center}#customer-list .cust-empty.is-visible{display:block}