#fbar {
	box-sizing: content-box;
	max-width: 800px;
	user-select: none
}

#fbar button {
	border: 2px solid var(--theme);
	/* fixing shake effect */
	vertical-align: bottom;
}

#fbar-keno {
	margin-left: -4.5em;
}

#fbar-keno button {
	width: 20px;
	height: 20px
}

#fbar-keno div {
	margin-bottom: 5px;
	width: max-content;
}

#fbar .active {
	background-color: var(--theme-l5) !important;
	color: var(---theme-l5) !important;
	border-color: var(--theme-d3)
}

#fbar .active:hover {
	background-color: var(--theme) !important;
	color: var(---theme) !important
}

#fbar-tips {
	border: 5px solid #7d92ad;
	padding: 10px;
	margin: auto;
	width: 320px;
	height: 64px;
	position: relative;
	overflow: hidden;
	text-align: center
}

#fbar-intro {
	height: 30px;
	margin-top: 16px;
	background: url(img/intro.svg) no-repeat center
}

.fbar-tile {
	width: 64px;
	height: 64px;
	float: left;
	position: absolute
}

.fbar-ball div {
	font-size: 1.2em;
	margin-top: 10px;
	font-weight: bold;
	opacity: 0.8;
	color: #000
}

.fbar-think {
	background: url(img/progress.svg) no-repeat center 15px;
	display: none
}

.fbar-ball-img-1 {
	background: url(img/balls/ball1.png)
}

.fbar-ball-img-2 {
	background: url(img/balls/ball2.png)
}

.fbar-ball-img-3 {
	background: url(img/balls/ball3.png)
}

.fbar-ball-img-4 {
	background: url(img/balls/ball4.png)
}

.fbar-ball-img-extra {
	background: url(img/balls/ballex.png)
}