/* Main */
.main h1 {
  margin: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  color: #2F3D52;
}

.main > p {
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 48px;
  margin: 0;

  color: #868A95;
}

.main h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 48px;
  color: #2F3D52;
}
/* End of Main */


/* Tabel Detail */
.tabel-detail {
  width: 100%;
  border-collapse: collapse;
  font-family: Barlow;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
}

.tabel-detail tbody tr:nth-child(odd) {
  background-color: #F6F7FA;
}

.tabel-detail tr td, .tabel-detail tr th {
  padding: 12px;
}

.tabel-detail thead {
  font-weight: 600;
  color: #2F3D52;
  border-bottom: 1px solid #E5E6ED;
}
.tabel-detail td {
  font-weight: normal;
  color: #2F3443;
}

/* End Tabel Detail */

/* End Tabel Detail */