.bal-loading {
	text-align: center;
	z-index: 100;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
}
.bal-loading img {
	width: 75px;
}
.bal-box-next {
	cursor: pointer;
	text-align: center;
	font-weight: 500;
	padding: 10px;
	background-color: white;
	border-radius: var(--bs-border-radius);
	border: 1px solid var(--bs-primary);
	transition: 0.4s;
}
.bal-box-next:hover {
	background: #edf0f8;
}
.bal-box-next a {
	text-decoration: none;
}
.bal-box-next .results {
	display: none;
}
