.global-header {
  color: #fff;
  background-color: #004080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.navigation {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  border-radius: 4px;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link.active {
  cursor: pointer;
}

.nav-link.disabled {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed !important;
}

.nav-link:not(.disabled):hover {
  background-color: #0056b3;
}
/*# sourceMappingURL=index.4a54032d.css.map */
