.hrp-container{ max-width:1100px; }
.hrp-wrap{ margin: 16px 0; }
.hrp-employee-form .nav-pills .nav-link{
  background:#f5f7fb;
  color:#111;
}
.hrp-employee-form .nav-pills .nav-link.active{
  background: linear-gradient(90deg,#16a34a,#22c55e);
  color:#fff;
  box-shadow: 0 6px 18px rgba(34,197,94,.25);
}
