.table-container{overflow-y:auto;max-height:90dvh;font-size:13px}@media(max-width:1024px){.table-container{max-height:83dvh}}.table-container::-webkit-scrollbar{display:none}.table{width:100%;border-collapse:collapse;table-layout:fixed}.table__head-cell{text-align:left;padding:8px 3px;font-size:13px;position:-webkit-sticky;position:sticky;top:0;z-index:1;background-color:#fff}.table__cell{padding:6px 3px;font-size:13px;transition:background-color .2s ease}.table__cell--small{width:30px}.table__cell--medium{width:100px}.table__cell--large{width:200px}.table__content{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.table__row:hover{background-color:rgba(30,28,26,.1)}.table__row>.table__cell:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.table__row>.table__cell:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.status-dot{width:18px;height:18px;border-radius:50%;display:inline-block;vertical-align:middle}.status-dot--paying{background:green}.status-dot--other{background:#7598c3}.status-dot--trial{background:#ffce1b}.status-dot--none{background:rgba(205,28,24,.5)}