FurnaceUI {
	align-items: center;
	justify-content: center;
	font-family: 'Baloo 2';
	position: absolute;
	width: 100%;
	height: 100%;

	.bg {
		margin-top: 30px;
		flex-direction: column;
		width: 100%;
		height: 100%;
		//justify-content: center;
		align-items: center;
		gap: 10px;
		padding-bottom: 18px;
	}

	.title {
		margin-bottom: 10px;
		font-size: 26px;
		justify-content: center;
		font-weight: 400;
		color: #dfa935;
		text-transform: uppercase;
	}

	.info {
		margin-top: 10px;
		font-size: 20px;
		justify-content: center;
		font-weight: 400;
		color: #dfa935;
	}

	.material {
		font-size: 38px;
		justify-content: center;
		color: white;
		font-weight: 600;
	}

	.material.cooldown {
		color: #ff6b35;
	}

	.bar {
		margin-top: 8px;
		position: relative;
		width: 80%;
		height: 60px;
		background-color: rgba(255,255,255,0.1);
		border-radius: 0 25px 0 25px;
		overflow: hidden;
	}

	.fill {
		height: 100%;
		background-color: #dfa935;
		border-radius: 0 25px 0 25px;
	}

	.percent {
		height: 100%;
		width: 100%;
		align-items: center;
		justify-content: flex-end;
		padding-right: 20px;
		z-index: 5;
		position: absolute;
		font-size: 40px;
		color: rgba(255, 255, 255, 0.8);
		text-shadow: 1px 1px 1px #000;
	}

}
