/* @import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,700;1,200&display=swap"); */

.freeze1st1row2col table {
  white-space: nowrap;
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  position: relative;
  display: block;
}

.freeze1st1row2col table thead th,
.freeze1st1row2col table tbody tr:first-child th,
.freeze1st1row2col table tbody tr th:nth-child(1),
.freeze1st1row2col table tbody tr th:nth-child(2)
 {
  position: sticky;
  top: 0;
  width: 10vw;
  min-width: 120px;
}
.freeze1st1row2col table tbody th:nth-child(1) {
  z-index: 2;
  padding-left: 1.5rem;
}
.freeze1st1row2col table tbody th:nth-child(2),
.freeze1st1row2col table tbody th.second-col {
  left: 8.5rem;
  z-index: 2;
}
.freeze1st1row2col table tbody tr:nth-child(1) th {
  background: white;
}
.freeze1st1row2col table tbody tr:nth-child(1) th:nth-child(1), 
.freeze1st1row2col table tbody tr:nth-child(1) th:nth-child(2) {
  z-index: 4;
}

.freeze1st1row2col table td {
  /* background: #fff; */
  padding: 4px 5px;
  text-align: center;
}

.freeze1st1row2col table tbody {
  display: block;
  height: 90vh;
  overflow: scroll;
}

.freeze1st1row2col table tbody th {
  text-align: left;
  min-width: 120px;
  left: 0;
  background: white;
  z-index: 1;
}

.freeze1st1row2col table tbody td {
  min-width: 120px;
}

.freeze1st1row2col table thead th:first-child,
.freeze1st1row2col table thead td:first-child,
.freeze1st1row2col table tbody tr:first-child th:first-child {
  position: sticky;
  left: 0;
  z-index: 4 !important;
  padding: 1.5rem;
}
.freeze1st1row2col table tfoot th:first-child,
.freeze1st1row2col table tfoot th:nth-child(2) {
    min-width: 120px;
}
.freeze1st1row2col table tfoot td {
  width: 80vw;
}

caption {
  text-align: left;
  padding: 0.25rem;
  position: sticky;
  left: 0;
}

[role="region"][aria-labelledby][tabindex] {
  width: 100%;
  max-height: 98vh;
}

[role="region"][aria-labelledby][tabindex]:focus {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
} */


::-webkit-scrollbar {
  /* // Width of vertical scroll bar */
  width: 4px;
  /* // Height of horizontal scroll bar */
  height: 4px;

}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}