body {
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #faf5ff;
}

.navbar-nav li a {
  color: #181818 !important;
}
.navbar-nav li a:hover {
  color: #007a10 !important;
}
.bg-success {
  background: #007a10;
}
.btn-primary {
  background: #007a10;
  color: #fff !important;
}
.btn-primary:hover {
  background: #fff !important;
  color: #007a10 !important;
  border: 1px solid #007a1044;
}
.btn-primary-light {
  background: #fff !important;
  color: #007a10 !important;
  border: 1px solid #007a1044;
}
.btn-primary-light:hover {
  background: #007a10 !important;
  color: #fff !important;
  border: 1px solid #007a10;
}
.table-dark {
  background: #007a10 !important;
  color: #fff !important;
}
.text-success {
  color: #007a10 !important;
}
.form-control-user {
  border-radius: 50px;
}
.border-0 {
  border: 0px !important;
}
.bg-0 {
  background: transparent !important;
}

.navbar-nav li a.putih {
  color: #f1f8ff !important;
}
.navbar-nav li a.putih:hover {
  color: #ffffff !important;
}
