.bs-table{display:inline-flex;justify-content:flex-start;flex-direction:column;width:100%}.bs-table-loading-overlay{position:relative}.bs-table-loading-overlay-backdrop{background-color:var(--color-grayscale-white);opacity:.8;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;border-radius:var(--spacing-2)}.bs-table-loading-overlay-spinner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;justify-content:center;align-items:center}.bs-table-loading-overlay-spinner .bs-spinner{border-radius:var(--border-radius-full);background-color:var(--color-grayscale-white)}.bs-table-cell-overflow{display:flex;overflow:hidden;flex-wrap:nowrap;white-space:nowrap;line-height:var(--spacing-5)}.bs-table-cell-overflow.bs-table-cell-overflow-truncate{display:block;text-overflow:ellipsis;z-index:2}.bs-table-cell-overflow.bs-table-cell-overflow-wrap{flex-wrap:wrap;white-space:normal}.bs-table-cell-width-helper{display:block;visibility:hidden;max-width:0;position:absolute;overflow:hidden;text-overflow:clip;white-space:nowrap}.bs-table-cell{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-shrink:0;font-family:Regular,sans-serif;font-size:var(--text-16-font-size);border:none;padding:.875rem var(--spacing-2);box-sizing:border-box}.bs-table-column-header-sort{overflow:hidden;display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bs-table-column-header-sort-column-title{margin-right:var(--spacing-1)}.bs-table-column-header-sort-icon{display:flex;cursor:pointer;position:relative;row-gap:var(--spacing-1);height:var(--spacing-6);box-sizing:content-box;min-width:var(--spacing-5);width:var(--spacing-5);align-items:center;justify-content:center;flex-direction:column;fill:var(--color-grayscale-medium-gray);border-radius:var(--border-radius-xs)}.bs-table-column-header-sort-icon:hover{background-color:var(--color-grayscale-light-gray)}.bs-table-column-header-sort-icon:hover .bs-table-column-header-sort-icon-down,.bs-table-column-header-sort-icon:hover .bs-table-column-header-sort-icon-up{fill:var(--color-grayscale-semi-dark-gray)}.bs-table-column-header-sort-asc .bs-table-column-header-sort-icon-up,.bs-table-column-header-sort-asc .bs-table-column-header-sort-icon:hover .bs-table-column-header-sort-icon-up,.bs-table-column-header-sort-desc .bs-table-column-header-sort-icon-down,.bs-table-column-header-sort-desc .bs-table-column-header-sort-icon:hover .bs-table-column-header-sort-icon-down{fill:var(--color-primary-regular)}.bs-table-row{position:relative;display:inline-flex;flex-direction:column;outline:none;width:100%;padding:0 var(--spacing-1)}.bs-table-row .bs-table-row-wrapper{display:flex;position:relative;align-items:center;justify-content:flex-start;flex-direction:row;min-height:var(--spacing-10);z-index:1}.bs-table-row-stripes:nth-child(odd):after{background-color:var(--color-grayscale-light-gray);border-radius:var(--border-radius-small)}.bs-table-row .bs-table-row-overlay{position:absolute;cursor:pointer;top:0;left:0;bottom:0;right:0;opacity:0;height:100%;z-index:1}.bs-table-row:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;border-radius:var(--border-radius-small);border:1px solid rgba(0,0,0,0);z-index:0}.bs-table-row-action-active:not(.bs-table-row-action.bs-table-row-disabled,.bs-table-row-action.bs-table-row-raised,.bs-table-row-action.bs-table-row-header),.bs-table-row-action:focus:not(.bs-table-row-action.bs-table-row-disabled,.bs-table-row-action.bs-table-row-raised,.bs-table-row-action.bs-table-row-header),.bs-table-row-action:hover:not(.bs-table-row-action.bs-table-row-disabled,.bs-table-row-action.bs-table-row-raised,.bs-table-row-action.bs-table-row-header){cursor:pointer}.bs-table-row-action-active:not(.bs-table-row-action.bs-table-row-disabled,.bs-table-row-action.bs-table-row-raised,.bs-table-row-action.bs-table-row-header):after,.bs-table-row-action:focus:not(.bs-table-row-action.bs-table-row-disabled,.bs-table-row-action.bs-table-row-raised,.bs-table-row-action.bs-table-row-header):after,.bs-table-row-action:hover:not(.bs-table-row-action.bs-table-row-disabled,.bs-table-row-action.bs-table-row-raised,.bs-table-row-action.bs-table-row-header):after{border-color:var(--color-primary-regular);background-color:var(--color-primary-xxl)}.bs-table-row-action.bs-table-row-active:not(.bs-table-row-action.bs-table-row-disabled,.bs-table-row-action.bs-table-row-raised):after{border-width:2px}.bs-table-row-selected:not(.bs-table-row-disabled):after{border-color:var(--color-primary-regular);background-color:var(--color-primary-xxl);border-width:2px}.bs-table-row-selected:not(.bs-table-row-disabled):has(+.bs-table-row-selected:not(.bs-table-row-disabled)):after{border-bottom:rgba(0,0,0,0);border-bottom-left-radius:0;border-bottom-right-radius:0}.bs-table-row-selected:not(.bs-table-row-disabled)+.bs-table-row-selected:not(.bs-table-row-disabled):after{border-top:rgba(0,0,0,0);border-top-left-radius:0;border-top-right-radius:0}.bs-table-row-disabled{cursor:not-allowed}.bs-table-row-disabled:after,.bs-table-row-disabled:hover:after{border:none}.bs-table-row-disabled:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;border-radius:var(--border-radius-small);border:1px solid rgba(0,0,0,0);background-color:var(--color-grayscale-white);opacity:.3;z-index:2}.bs-table-row-raised{opacity:.8;z-index:2}.bs-table-row-raised:after,.bs-table-row-raised:hover:after{border:none;box-shadow:var(--shadow-large-1-offset-x) var(--shadow-large-1-offset-y) var(--shadow-large-1-blur) var(--shadow-large-1-spread) var(--shadow-large-1-color)}.bs-table-row .bs-table-row-raised-icon{fill:var(--color-grayscale-semi-dark-gray)}.bs-table-row .bs-table-row-drag-icon{padding:0 var(--spacing-2);cursor:pointer}.bs-table-row .bs-table-row-drag-icon .bs-table-cell-overflow{display:flex}.bs-table-row .bs-table-row-checkbox{padding:0 var(--spacing-2);z-index:2}.bs-table-row .bs-table-row-checkbox .bs-table-cell-overflow{display:flex}.bs-table-row-expandable{-webkit-user-select:none;-moz-user-select:none;user-select:none}.bs-table-row-expandable .bs-table-row-expandable-wrapper{overflow:hidden;display:block;transition:all .5s ease;z-index:1}.bs-table-row-expandable .bs-table-row-expandable-body{font-family:Regular,sans-serif;text-align:left}.bs-table-row-expandable .bs-table-row-expandable-icon{display:flex;justify-content:center;padding:0 var(--spacing-1);z-index:2}.bs-table-row-expandable .bs-table-row-expandable-icon .bs-svg-icon{transition:all .5s ease;fill:var(--color-primary-regular);width:var(--spacing-5);height:var(--spacing-5)}.bs-table-row-expandable .bs-table-row-expandable-button{outline:none}.bs-table-row-expandable .bs-table-row-expandable-button:focus-visible:before{border:1px solid var(--color-primary-regular)}.bs-table-row-header .bs-table-row-wrapper{z-index:3}.DataRow_container___HSls{display:flex;flex-direction:column;gap:var(--spacing-2)}.OverboekingDetail_sidesheet__DRhGh{width:25rem!important}.OverboekingDetail_sidesheet__DRhGh .bs-side-sheet-content-wrapper{display:flex;flex-direction:column;gap:var(--spacing-10);width:100%}.OverboekingDetail_sidesheet__DRhGh .bs-side-sheet-content-wrapper .OverboekingDetail_section__13cSl{display:flex;flex-direction:column;gap:var(--spacing-6)}.OverboekingDetail_sidesheet__DRhGh .bs-side-sheet-content-wrapper .OverboekingDetail_section__13cSl .OverboekingDetail_row__1GnlC{display:flex;justify-content:space-between;gap:var(--spacing-5)}.OverboekingDetail_sidesheet__DRhGh .bs-side-sheet-content-wrapper .OverboekingDetail_section__13cSl .OverboekingDetail_row__1GnlC div{width:100%}.OverboekingDetail_sidesheet__DRhGh .bs-side-sheet-content-wrapper .OverboekingDetail_section__13cSl .OverboekingDetail_summary__dyTDW{display:flex;flex-direction:column;gap:var(--spacing-2)}.OverboekingDetail_sidesheet__DRhGh .bs-side-sheet-content-wrapper .OverboekingDetail_section__13cSl .OverboekingDetail_summary__dyTDW span{fill:var(--color-grayscale-semi-dark-gray);display:flex;align-items:center;gap:var(--spacing-1)}.OverboekingDetail_sidesheet__DRhGh .bs-side-sheet-content-wrapper .OverboekingDetail_section__13cSl .OverboekingDetail_summary__dyTDW svg{fill:var(--color-grayscale-semi-dark-gray)}.OverboekingDetail_sidesheet__DRhGh .bs-side-sheet-content-wrapper .OverboekingDetail_section__13cSl h2{color:var(--color-primary-regular)}.OverboekingDetail_sidesheet__DRhGh .bs-side-sheet-content-wrapper .OverboekingDetail_smallSpacing__QnaRt{gap:var(--spacing-4)}.OverboekingDetail_wrapper__i5v_G{margin-bottom:var(--spacing-12)}.OverboekingDetail_downloadButton__Dk0pX{max-width:-moz-fit-content;max-width:fit-content}.OverboekingenTable_filters__gT_IF{display:flex;justify-content:space-between;margin-bottom:var(--spacing-3);margin-top:var(--spacing-10)}.OverboekingenTable_filters__gT_IF .OverboekingenTable_filter__pqTPx{display:flex;gap:var(--spacing-5)}.OverboekingenTable_filters__gT_IF .OverboekingenTable_search__uHX2x,.OverboekingenTable_filters__gT_IF .OverboekingenTable_vestiging__KlIQQ{width:18.75rem}