:root {
  --primary: #04a722;
  --background: #010101;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "poppins", sans-serif;
  background-color: var(--background);
  color: #fff;
}

/* bibit */
.nomorbibit {
  display: flex;
  align-items: center;
  height: 3rem;
  width: 100%;
}
.bibit-tbl {
  display: block;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  padding-left: 2rem;
  padding-top: 2rem;
}
.bibit-tbl .header-bbt h3 {
  font-size: 1.2 em;
  font-weight: 600;
  color: var(--background);
}
.bibit-tbl .header-bbt p {
  font-size: 1 em;
  font-weight: 300;
  color: var(--background);
}
.bibit-tbl table {
  border-collapse: collapse;
  color: var(--background);
  border: 1pt solid var(--background);
}
.bibit-tbl table tr th {
  border: 1pt solid var(--background);
  text-align: left;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 20px;
}
.bibit-tbl table tr td {
  border: 1pt solid var(--background);
  text-align: left;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 20px;
}
.nomorbibit input {
  height: 2rem;
  width: 6rem;
  margin-left: 10px;
  padding-left: 10px;
  border: 1px solid var(--background);
  border-radius: 5px;
  background-color: #efefef;
  font-size: 1.3rem;
  font-weight: 500;
}
.nomorbibit h3 {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--background);
}
.nomorbibit button {
  height: 2rem;
  width: 4rem;
  margin-left: 10px;
  border: 1px solid var(--background);
  border-radius: 5px;
  background-color: #c6c5c5;
  cursor: pointer;
}
.template {
  display: block;
  width: 100%;
  height: 70vh;
  background-color: #fff;
}
