.group{margin:1px 0}.data-table{border-spacing:0;border-collapse:collapse;min-width:100%;font-weight:400;color:var(--v-theme-on-surface)}.data-table thead{position:sticky;z-index:2;top:0;background-color:var(--v-theme-on-surface);box-shadow:0 1px 0 color-mix(in srgb,var(--v-customBorderColor-base),transparent 88%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.data-table tr:last-child td{border-bottom:none}.data-table tr:first-child td{border-top:none}.data-table td{transition:border-color .15s ease-in-out;overflow:hidden}.data-table td span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:-o-ellipsis-lastline}.data-table td,.data-table th{font-size:14px;line-height:21px;text-align:left;padding:0 16px;min-height:32px;border:1px solid color-mix(in srgb,var(--v-customBorderColor-base),transparent 88%)}.data-table td:first-child,.data-table th:first-child{border-left:none}.data-table td:last-child,.data-table th:last-child{border-right:none}.data-table th{cursor:pointer;font-size:12px;line-height:18px;border-top:none;border-bottom:none;white-space:nowrap}.data-table th,.data-table th.sorted-by{color:var(--v-theme-on-surface)}.data-table tbody tr{transition:background-color .15s ease-in-out}.data-table tbody tr:nth-child(2n){background-color:var(--v-theme-on-surface)}.data-table tbody tr:hover{background-color:rgba(0,0,0,.09)}.data-table tbody tr:hover td{border-left-color:rgba(0,0,0,.09);border-right-color:rgba(0,0,0,.09)}