.priBg {
  background-color: #161519;
}

.priBgHover {
  background-color: #161519;
  transition: 0.9s;
}
.priBgHover:hover {
  background-color: #44D62C;
}

.navCustomize .nav-item .nav-item, .navCustomize .nav-item .nav-link {
  font-size: 20px;
  line-height: 48px;
}
.navCustomize .nav-item .nav-link.active {
  background-color: #161519;
  color: #44D62C;
  font-weight: bold;
}

.textIndent {
  text-indent: -1rem;
}

.textIndent .bi {
  text-indent: 0em;
  padding-right: 4px;
}/*# sourceMappingURL=all.css.map */