.gamenavbar {
  height: 50px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 15px 2px 15px;
  gap: 10px;
  height: 50px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 26.5%, rgba(236, 245, 242, 0.75) 100%);
  border-top: 1px solid #A7A7A7;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: fixed;
  bottom: 0px;
}

.navbarbutton {
  width: 32px;
  height: 32px;
  background: var(--buttonicon) center center no-repeat;
  background-size: cover;
}

.inactive {
  filter: grayscale(100%);
}

