.custom-table{width:100%;font-size:14px;thead{border-radius:6px;tr{text-align:left;th{padding:10px 12px;background-color:var(--light-blue);&:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}&:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}}th:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}th:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}}}&:not(.no-border){tbody{tr+tr{border-top:1px solid var(--border)}}}tbody{td{padding:16px 12px}}}.table-wrapper{overflow-x:auto;width:100%}.scrollable-table{width:100%;min-width:max-content;border-collapse:separate;border-spacing:0;font-size:14px}.scrollable-table thead{th{&:nth-child(2){border-top-left-radius:6px;border-bottom-left-radius:6px}}}.scrollable-table td,.scrollable-table th{padding:16px 12px;white-space:nowrap}.scrollable-table td:first-child,.scrollable-table th:first-child{position:sticky;left:0;background:white;z-index:2;min-width:200px}.section-header{position:sticky;left:0;background:white;z-index:3;font-weight:700;padding:16px 12px;color:var(--color-black)}.scrollable-table tbody tr+tr{border-top:1px solid var(--border)}