.table .grp-table__wrapper{max-height:60vh;overflow:auto;scrollbar-width:thin}
.table .grp-table__wrapper .grp-table{padding-right:1px}
.table .grp-table__wrapper .grp-table table{margin:0;position:relative;border-collapse:collapse}
.table .grp-table__wrapper .grp-table table::before{content:"";position:absolute;width:2px;height:100%;left:-1px;background-color:var(--color-background-default)}
.table .grp-table__wrapper .grp-table tbody>tr:first-of-type{position:sticky;top:0;z-index:3}
.table .grp-table__wrapper .grp-table tr>th:first-of-type{position:sticky;left:0;z-index:2}
.table .grp-table__wrapper .grp-table th::before{content:"";position:absolute;width:2px;height:100%;right:-2px;top:0;background:var(--color-background-default)}
.table .grp-table__wrapper .grp-table th{color:var(--color-text-primary);font-family:"BMWGroupTNProTT-Bold","Arial Black",Gadget,sans-serif;font-size:18px;line-height:1.8;letter-spacing:0;text-transform:none;padding:16px;background:var(--color-table-bg);position:relative}
@media(min-width:768px) and (max-width:1279.99px){.table .grp-table__wrapper .grp-table th{font-size:16px}
}
@media(max-width:767.99px){.table .grp-table__wrapper .grp-table th{font-size:14px}
}
.table .grp-table__wrapper .grp-table td{color:var(--color-text-primary);font-family:"BMWGroupTNProTT-Regular",Arial,Helvetica,sans-serif;font-size:18px;line-height:1.8;letter-spacing:0;text-transform:none;padding:16px}
@media(min-width:768px) and (max-width:1279.99px){.table .grp-table__wrapper .grp-table td{font-size:16px}
}
@media(max-width:767.99px){.table .grp-table__wrapper .grp-table td{font-size:14px}
}
.table .grp-table.grp-table--sortable tbody>tr:first-of-type th{cursor:pointer;padding-right:64px}
.table .grp-table.grp-table--sortable tbody>tr:first-of-type th:focus-visible{outline:1px solid var(--color-text-primary);outline-offset:-6px;background-color:var(--color-table-hover-head)}
.table .grp-table.grp-table--sortable tbody>tr:first-of-type th::after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:24px;height:24px;mask-image:url("../../../../../etc.clientlibs/grpw-web/clientlibs/grpw-base/resources/images/regular/arrows_down_up_rg.svg");mask-repeat:no-repeat;mask-size:24px;mask-position:center center;-webkit-mask-image:url("../../../../../etc.clientlibs/grpw-web/clientlibs/grpw-base/resources/images/regular/arrows_down_up_rg.svg");-webkit-mask-repeat:no-repeat;-webkit-mask-size:24px;-webkit-mask-position:center center;background-color:var(--color-text-primary)}
.table .grp-table.grp-table--sortable tbody>tr:first-of-type th:focus-visible::after{background-color:var(--color-text-highlighted)}
.table .grp-table.grp-table--sortable tbody>tr:first-of-type th:focus-visible::before{border:1px solid var(--color-text-primary);content:"";position:absolute;right:13px;top:50%;width:28px;height:28px;transform:translateY(-50%)}
.table .grp-table.grp-table--sortable tbody>tr:first-of-type th[data-sort=asc]::after{mask-image:url("../../../../../etc.clientlibs/grpw-web/clientlibs/grpw-base/resources/images/regular/arrow-up_rg.svg");-webkit-mask-image:url("../../../../../etc.clientlibs/grpw-web/clientlibs/grpw-base/resources/images/regular/arrow-up_rg.svg")}
.table .grp-table.grp-table--sortable tbody>tr:first-of-type th[data-sort=desc]::after{mask-image:url("../../../../../etc.clientlibs/grpw-web/clientlibs/grpw-base/resources/images/regular/arrow-down_rg.svg");-webkit-mask-image:url("../../../../../etc.clientlibs/grpw-web/clientlibs/grpw-base/resources/images/regular/arrow-down_rg.svg")}
.table .grp-table.grp-table--sortable tbody>tr:first-of-type th:hover::after{background-color:var(--color-text-highlighted)}
.table .grp-table:not(.grp-table--hover-columns) tr:hover{background-color:var(--color-table-hover)}
.table .grp-table:not(.grp-table--hover-columns) tr:hover>th{background-color:var(--color-table-hover-head)}
.table .grp-table.grp-table--hover-columns table tbody td.column-hover{background-color:var(--color-table-hover)}
.table .grp-table.grp-table--hover-columns table tbody th.column-hover{background-color:var(--color-table-hover-head)}
.table .grp-table__footnotes *{color:var(--color-text-primary);font-family:"BMWGroupTNProTT-Regular",Arial,Helvetica,sans-serif;font-size:14px;line-height:1.8;letter-spacing:0;text-transform:none}
@media(min-width:768px) and (max-width:1279.99px){.table .grp-table__footnotes *{font-size:14px}
}
@media(max-width:767.99px){.table .grp-table__footnotes *{font-size:14px}
}
.grp-popup .grp-table{max-width:calc(100vw - 48px)}
@media(min-width:1024px){.grp-popup.grp-popup--horizontal-scroll .container-layout>.cmp-container>.table{flex-basis:auto;max-width:unset}
.grp-popup.grp-popup--horizontal-scroll .container-layout>.cmp-container>.table .grp-table__wrapper{max-height:unset}
}