#viewReachStacker .addCommand {
	border-radius: 100%;
	padding: 0px 0px;
	width: 140px;
	height: 140px;
}

.joystick{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.joystick p{
	margin: 0px;
}

.text{
	text-align: center;
	position: absolute;
	width: 100%;
}

.joystick-info{
	position: relative;
}

#viewReachStacker .addCommandModalContainer{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 300px;
}