@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

body {
  overflow-y: scroll;
}

.content-container {
  max-width: 1000px;
  margin: 0 auto;
}

.login-button {
  text-align: center;
}

.view-buttons {
  max-width:90%;
  width: 131px;
}

.navbar {
  background-color: #5e87b9;
}

.navbar .nav-item {
  border-radius: 7px;
  overflow: hidden;
}

.navbar .nav-item a.nav-link:hover {
  background-color: #ffff;
  color: #000000;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.group-type-color {
  color: #1F3147;
}

.nav-link.deactive {
  pointer-events: none;
  color: gray !important;
  text-decoration: none;
  cursor: default;
}

.nav-link.deactive:hover,
.nav-link.deactive:focus,
.nav-link.deactive:active {
  color: gray !important; 
  text-decoration: none;
}