.table_wrapper.fixed_col table td:first-child {
  border: none;
  background-color: #eeebff;
  position: sticky;
  left: 0;
  margin-right: -1px;
  max-width: 50%;
}
.table_wrapper table {
  margin-top: 0 !important;
  margin-right: auto;
  margin-left: auto;
  width: 100% !important;
}
.table_wrapper {
  position: relative;
}
.table_wrapper.simplebar-scrollable-x::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 60px;
  width: 1px;
  background-color: #d9d2e9;
}
.table_wrapper.fixed_col table tr:not(:first-child) td:first-child::after {
  border-top: 1px solid #d9d2e9;
}

.table_wrapper.fixed_col table tr:not(:last-child) td:first-child::after {
  border-bottom: 1px solid #d9d2e9;
}

.table_wrapper.fixed_col table tr:last-child td:first-child::after {
  border-bottom: 2px solid #d9d2e9;
}

.table_wrapper.fixed_col table tr:first-child td:first-child::after {
  border-top: 2px solid #d9d2e9;
}

.table_wrapper.fixed_col table tr td:first-child {
  /* width:calc(50vw - var(--mobile-side-gap)) !important; */
  /* max-width: 20% !important; */
}
.table_wrapper.fixed_col table tr td:first-child::after {
  border-right: 2px solid #d9d2e9;
  border-left: 2px solid #d9d2e9;
}

table td {
  border: 1px solid #d9d2e9;
}

.table_wrapper td {
  border-style: none;
}

.table_wrapper.fixed_col table td:first-child::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.article__content .table_wrapper table td:not(:first-child) {
  border-left: none;
  max-width: 50vw;
}

.table_wrapper::-webkit-scrollbar {
  /* height: 10px;
  padding: 3px;
  width: 10px;
  padding-right: 30px;
  max-width: 40px; */
  display: none;
}

.table_wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  padding: 3px;
  width: 30px !important;
  display: none;
}

.table_wrapper::-webkit-scrollbar-thumb {
  display: none;
}

.table_wrapper *::-webkit-scrollbar,
.table_wrapper *::-webkit-scrollbar,
.table_wrapper .simplebar-vertical {
  display: none;
}

.simplebar-track {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: #eeebff;
}
.fixed_col .simplebar-track {
  width: 50%;

  margin-left: auto;
  margin-right: 0;
}

/* .table_wrapper.full_scroll .simplebar-track {
  width: 100%;
} */

.simplebar-scrollbar {
  height: 10px;
  background-color: #ad9dff;
  border-radius: 10px;
  border: 3px solid #eeebff;
}

.simplebar-placeholder {
  display: none;
}
.table_wrapper,
.table_wrapper--static {
  margin: 50px 0;
}
.table_wrapper {
  /* width: calc(100vw - var(--mobile-side-gap)); */
  overflow: auto;
}

.table_wrapper table {
  margin-bottom: 10px;
  /* table-layout:fixed ; */
  min-width: 500px;
  position: relative;
}

.table_wrapper table td {
  border: 1px solid #d9d2e9;
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.table_wrapper table td ul {
  padding-left: 20px;
}
.simplebar-track {
  cursor: pointer;
}
.simplebar-track .simplebar-scrollbar:active {
  background-color: #695cad;
}

.fixed_named_row td {
  text-align: left !important;
}
.fixed_named_row td > * {
  position: sticky;
  left: 5px;
  max-width: 80vw;
  display: block;
  text-align: center;
}
