/* overview sct */
.main-ctn .overview-sct {
  width: 100%; 
  margin-top: 2.5rem;
  overflow-x: scroll;

  background: #ffffff;
}

.overview-sct div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.81rem 0 1.75rem 2rem;

  color: #1f384c;
  
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6875rem;
  letter-spacing: 0.00338rem;
}

.overview-sct div:nth-child(1) input {
  width: 12.375rem;
  height: 3.125rem;
  flex-shrink: 0;
  margin-right: 1.75rem;
  padding: 0.81rem 1.19rem;

  border: none;
  border-radius: 0.625rem;
  background: #f6f8fa;
  color: #b0b0b0;
  
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.003rem;
}

.overview-sct > table {
  position: relative;
  width: 95%;
  margin: 1.81rem 0 1.75rem 2rem;
  hyphens: auto;
}

.overview-sct > table th,
.overview-sct > table td {
  margin: 1rem;
}

.overview-sct > table thead tr:nth-child(1) {
  background: rgba(243, 246, 249, 1);
}

.overview-sct > table tr th:nth-child(2),
.overview-sct > table tr td:nth-child(2) {
  padding: 1rem 0 0.94rem 1.69rem;
}

.overview-sct > table thead th {
  text-align: left;
}

.overview-sct > table thead th:nth-child(3),
.overview-sct > table tr td:nth-child(3) {
  padding: 1rem 0 0.94rem 10.81rem;
}

.overview-sct > table tr th:nth-child(4),
.overview-sct > table tr td:nth-child(4),
.overview-sct > table tr th:nth-child(5),
.overview-sct > table tr td:nth-child(5) {
  padding: 1rem 0 0.94rem 2.69rem;
}

.overview-sct tbody tr:nth-child(2n) {
  background: rgba(243, 246, 249, 0.5);
}
