.bg-shopware {
	background-color: rgb(36, 55, 88);
}

.bg-shopware-active {
	background-color: rgb(23, 43, 79)
}

.nav-link {
	color: #bcc9dc;
}

.nav-link:hover, .nav-link:focus {
	color: #fff;
}

.bi-backpack4 {
	color:rgb(106, 214, 240);
}

.bi-brilliance {
	color:rgb(255, 104, 180);
}

.bi-image {
	color:rgb(160, 146, 240);
}

.bi-bar-chart-line {
	color:rgb(87, 217, 163);
}

.bi-gear-fill {
	color: #bcc9dc;
}

#imgcontainer {
  height: 70vh;
  overflow-y: scroll;
}

#itemimgcontainer {
  height: 60vh;
  overflow-y: scroll;
}

#gachaimgcontainer {
  height: 33vh;
  overflow-y: scroll;
}

#machinecontainer {
  height: 90vh;
  overflow-y: scroll;
}

.gachaMachine {
	background-image: url(../img/machine.svg);
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center center;
  height: 218px;
}

.noGachaMachine {
	background-image: url(../img/machineempty.svg);
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center center;
  height: 218px;
}

#displayshelf {
	height: 436px;
	overflow: hidden;
}