.table-container{overflow:auto}table{background-color:transparent;border:none;max-width:1200px;width:100%}table td,table th{border:none;border-bottom:1px solid var(--midnight-blue-5);max-width:400px;min-width:200px;padding:var(--padding-md) var(--padding-md-lg);vertical-align:middle}table td{background-color:var(--pure-white)}table th{background-color:var(--midnight-blue);border-bottom:1px solid color-mix(in srgb,var(--pure-white),var(--midnight-blue-75));color:var(--pure-white);font-family:var(--body-semibold-font-family);font-size:var(--body-semibold-font-size);font-weight:var(--body-semibold-font-weight);line-height:var(--body-semibold-line-height)}table .empty-column{background-color:transparent}table td.status-column{min-width:120px}table td p,table td span{color:var(--charcoal-black);font-family:var(--body-font-family);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}table td .status{border-radius:16px;display:inline-block;padding:var(--padding-xs) var(--padding-sm)}table td .status-icon{border-radius:100%;display:inline-block;height:12px;margin-right:var(--margin-xs);width:12px}table td .status-green{background-color:var(--success-green-10)}table td .status-green .status-icon{background-color:var(--success-green)}table td .status-grey{background-color:var(--midnight-blue-5)}table td .status-grey .status-icon{background-color:var(--charcoal-black-25)}table td .status-orange{background-color:rgba(254,140,34,.1)}table td .status-orange .status-icon{background-color:#fe8c22}table td .status-red{background-color:var(--crimson-red-10)}table td .status-red .status-icon{background-color:var(--crimson-red)}table td .status-yellow{background-color:rgba(244,235,11,.1)}table td .status-yellow .status-icon{background-color:#f4eb0b}