.fixed-table{padding:32px 0}
.fixed-table .wrapper-sm h2{font-size:24px;font-weight:bold;line-height:normal;margin-bottom:56px;color:var(--color_bg-purple)}
.fixed-table .table-scroll{width:100%;margin:32px 0;position:relative;overflow-x:hidden;padding-bottom:12px}
.fixed-table .table-scroll::-webkit-scrollbar{background-color:#f3f3f33d;width:8px}
.fixed-table .table-scroll::-webkit-scrollbar-thumb{background-color:var(--color_bg-purple);border-radius:50px;height:20px}
.fixed-table .table-scroll table{border-collapse:collapse;border-spacing:0;overflow-x:auto;position:relative;width:100%}
.fixed-table .table-scroll table a{text-decoration:underline;color:var(--color_bg-purple)}
.fixed-table .table-scroll thead{color:var(--color_bg-purple)}
.fixed-table .table-scroll thead th{padding:12px;text-align:left;font-size:1rem;font-weight:600;border-bottom:1px solid var(--color_bg-purple)}
.fixed-table .table-scroll tbody tr td{padding-right:6rem;padding:12px;font-size:1rem;border-bottom:1px solid var(--color_bg-purple);border-right:0;margin:0}