.err {
  color: red;
}
/*# sourceMappingURL=custom.min.css.map */
.btn-outline-hover:hover {
  color: #405189 !important;
  border-color: #405189 !important;
}
.btn-primary:hover {
  color: #405189 !important;
  border-color: #405189 !important;
  background-color: #f3f3f9;
}
.custom-footer {
  bottom: 0 !important;
  left: 0 !important;
  position: absolute !important;
  width: 100%;
}

.nav-fixed {
  width: 100%;
  /* background-color: black !important; */
  position: fixed;
  transition: 0.3s ease-in-out;
}

.nav-active {
  background-color: black !important;
  box-shadow: 5px -1px 12px -5px grey;
}
.user-btn a {
  color: #f3f3f9 !important;
}
.user-btn a:hover {
  color: #e60210 !important;
}
