/* [project]/node_modules/@msu/mds/dist/assets/Table.css [app-client] (css) */
._sort_rrdji_11 {
  margin-left: 4px;
  display: inline-block;
}

._tableContainer_rrdji_16 {
  color: #000;
  background-color: #fff;
  width: 100%;
  overflow-x: auto;
}

._tableContainer_rrdji_16 ._table_rrdji_16 {
  border-collapse: collapse;
  border: 0;
  width: 100%;
  min-width: 600px;
}

._tableContainer_rrdji_16 ._table_rrdji_16 th, ._tableContainer_rrdji_16 ._table_rrdji_16 td {
  padding: 20px 0;
}

._tableContainer_rrdji_16 ._table_rrdji_16 th {
  cursor: pointer;
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  font-family: var(--font-roboto, Roboto);
  position: relative;
}

._tableContainer_rrdji_16 ._table_rrdji_16 td {
  font-family: var(--font-roboto, Roboto);
  color: var(--gray-900);
  font-size: 14px;
  line-height: 1.6;
}

._tableContainer_rrdji_16 ._table_rrdji_16 ._fixedColumn_rrdji_50 {
  z-index: 2;
  background-color: var(--neutral-white);
  position: sticky;
}

._tableContainer_rrdji_16 ._table_rrdji_16 ._fixedColumn_rrdji_50:first-of-type {
  left: 0;
}

._tableContainer_rrdji_16 ._table_rrdji_16 ._fixedColumn_rrdji_50:nth-of-type(2) {
  left: 50px;
}

._tableContainer_rrdji_16 ._table_rrdji_16 ._fixedColumn_rrdji_50:nth-of-type(3) {
  left: 150px;
}

._tableContainer_rrdji_16 ._table_rrdji_16 ._lastFixedColumn_rrdji_65 {
  z-index: 3;
}

._tableContainer_rrdji_16 ._table_rrdji_16 ._rightShadow_rrdji_68:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 2px 20px 23px 6px #00000026;
}

._tableContainer_rrdji_16 ._table_rrdji_16 thead tr {
  border-bottom: 1px solid var(--neutral-300);
}

._tableContainer_rrdji_16 ._table_rrdji_16 tr {
  border-bottom: 1px solid var(--neutral-100);
  height: 84px;
  transition: background-color .2s ease-out, color .2s ease-out, border .2s ease-out;
}

._tableContainer_rrdji_16 ._table_rrdji_16 tr:hover th, ._tableContainer_rrdji_16 ._table_rrdji_16 tr:hover td, ._tableContainer_rrdji_16 ._table_rrdji_16 tr:focus-visible th, ._tableContainer_rrdji_16 ._table_rrdji_16 tr:focus-visible td {
  background-color: var(--neutral-100);
}

._tableContainer_rrdji_16 ._table_rrdji_16 ._textLeft_rrdji_92 {
  text-align: left;
}

._tableContainer_rrdji_16 ._table_rrdji_16 ._textCenter_rrdji_95 {
  text-align: center;
}

._tableContainer_rrdji_16 ._table_rrdji_16 ._textRight_rrdji_98 {
  text-align: right;
}

@media only screen and (max-width: 1279px) {
  ._tableContainer_rrdji_16 ._table_rrdji_16 th, ._tableContainer_rrdji_16 ._table_rrdji_16 td {
    padding: 12px 0;
    font-size: 12px;
  }

  ._tableContainer_rrdji_16 ._table_rrdji_16 ._fixedColumn_rrdji_50 {
    z-index: 2;
    background-color: var(--neutral-white);
    position: sticky;
  }

  ._tableContainer_rrdji_16 ._table_rrdji_16 ._fixedColumn_rrdji_50:nth-of-type(2) {
    left: 50px;
  }

  ._tableContainer_rrdji_16 ._table_rrdji_16 ._fixedColumn_rrdji_50:nth-of-type(3) {
    left: 150px;
  }

  ._tableContainer_rrdji_16 ._table_rrdji_16 ._rightShadow_rrdji_68:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 2px 20px 23px 6px #00000026;
  }

  ._tableContainer_rrdji_16 ._table_rrdji_16 thead tr {
    border-bottom: 1px solid var(--neutral-300);
  }
}

/*# sourceMappingURL=65f9ec290688c966.css.map*/