section.bp-table-module.overflow-left:before,section.bp-table-module.overflow-right:after{opacity:1}section.bp-table-module:after,section.bp-table-module:before{background:linear-gradient(90deg,#fff 0,transparent);content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s;width:5rem}section.bp-table-module:after{background:linear-gradient(270deg,#fff 0,transparent);left:unset;right:0}section.bp-table-module .table-wrapper{height:fit-content;overflow:auto;padding-bottom:.5rem;width:100%}section.bp-table-module .table-wrapper table{--cell-width:100px}section.bp-table-module .table-wrapper table.medium-cells{--cell-width:200px}section.bp-table-module .table-wrapper table.large-cells{--cell-width:300px}section.bp-table-module .table-wrapper table thead th:first-child{border-top-left-radius:.5rem}section.bp-table-module .table-wrapper table thead th:last-child{border-top-right-radius:.5rem}section.bp-table-module .table-wrapper table tbody tr:last-child td:first-child{border-bottom-left-radius:.5rem}section.bp-table-module .table-wrapper table tbody tr:last-child td:last-child{border-bottom-right-radius:.5rem}section.bp-table-module .table-wrapper table tbody tr:not(:last-child) td,section.bp-table-module .table-wrapper table tbody tr:not(:last-child) th,section.bp-table-module .table-wrapper table thead tr td,section.bp-table-module .table-wrapper table thead tr th{border-bottom:unset}section.bp-table-module .table-wrapper table tr{display:flex;flex-direction:row;flex-wrap:nowrap}section.bp-table-module .table-wrapper table tr td,section.bp-table-module .table-wrapper table tr th{align-items:center;border:1px solid #e8e8e8;display:flex;flex-direction:row;padding:.75rem 1rem;width:var(--cell-width)}section.bp-table-module .table-wrapper table tr td:not(:last-child),section.bp-table-module .table-wrapper table tr th:not(:last-child){border-right:unset}section.bp-table-module .table-wrapper table tr td:not(:first-child),section.bp-table-module .table-wrapper table tr th:not(:first-child){border-left:unset;justify-content:center;text-align:center}section.bp-table-module .table-wrapper table tr th{background-color:#e4f3f0;font-weight:700}