@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.common-table-container{width:100%;overflow-x:auto}.common-table-container .common-table{border-collapse:collapse;width:100%;font-size:14px}.common-table-container .common-table thead th{background-color:var(--ev-colors-primaru);border-bottom:1px solid var(--ev-colors-borderColor);text-align:left;color:var(--ev-colors-text);padding:12px 16px;font-weight:600}.common-table-container .common-table thead th.expand-column-header{width:40px;padding:12px 8px}.common-table-container .common-table thead th .header-content{justify-content:flex-start;align-items:center;gap:12px;display:flex}.common-table-container .common-table thead th.align-center .header-content{justify-content:center}.common-table-container .common-table thead th.align-right .header-content{justify-content:flex-end}.common-table-container .common-table thead th .sort-button{border-radius:4px;min-width:auto;height:auto;margin:0;padding:0}.common-table-container .common-table thead th .sort-button:hover{background-color:var(--ev-colors-tertiary)}.common-table-container .common-table thead th .sort-indicators{flex-direction:column;gap:1px;display:flex}.common-table-container .common-table thead th .sort-indicators .up-arrow{transform:rotate(180deg)}.common-table-container .common-table thead th .sort-indicators .concealed{opacity:0}.common-table-container .common-table tbody tr{border-bottom:1px solid var(--ev-colors-borderColorLight)}.common-table-container .common-table tbody tr:hover{background-color:var(--ev-colors-backgroundTertiary)}.common-table-container .common-table tbody tr.clickable,.common-table-container .common-table tbody tr.expandable{cursor:pointer}.common-table-container .common-table tbody tr.expanded{border-bottom:none}.common-table-container .common-table tbody tr td{color:var(--ev-colors-text);padding:12px 16px}.common-table-container .common-table tbody tr td.align-center{text-align:center}.common-table-container .common-table tbody tr td.align-right{text-align:right}.common-table-container .common-table tbody tr td.expand-cell{vertical-align:middle;width:40px;padding:12px 8px}.common-table-container .common-table tbody tr td.expand-cell .expand-button{min-width:auto;height:auto;color:var(--ev-colors-secondaryText);border-radius:4px;justify-content:center;align-items:center;margin:0;padding:4px;transition:color .15s;display:flex}.common-table-container .common-table tbody tr td.expand-cell .expand-button:hover{background-color:var(--ev-colors-tertiary);color:var(--ev-colors-text)}.common-table-container .common-table tbody tr td.expand-cell .expand-button .expand-chevron{transition:transform .15s}.common-table-container .common-table tbody tr.expand-row{border-bottom:1px solid var(--ev-colors-borderColorLight)}.common-table-container .common-table tbody tr.expand-row:hover{background-color:#0000}.common-table-container .common-table tbody tr.expand-row:not(.expanded){border-bottom:none}.common-table-container .common-table tbody tr.expand-row .expand-row-cell{padding:0}.common-table-container .common-table tbody tr.empty-row td{text-align:center;color:var(--ev-colors-secondaryText);padding:40px 16px;font-style:italic}
