TutorialUI {
	position: absolute;
	right: 55px;
	top: 40px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	font-weight: bold;

	.tutorial-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 450px;
		background-color: rgba(32, 34, 39, 0.95);
		padding: 2rem 3rem;
		gap: 2px;
	}

	.help-only {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
		width: 60px;
	}

	.title {
		font-size: 25px;
		font-family: Poppins;
		color: #fff;
		padding: 5px;
		margin-bottom: 10px;
		text-align: center;
	}

	.step {
		font-size: 20px;
		font-family: Poppins;
		color: #fff;
		padding: 5px;
		margin-bottom: 20px;
		text-align: center;
	}

	.glyphs {
		display: flex;
		justify-content: space-between;
		width: 100%;
		gap: 20px;
	}

	.glyph {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.glyph-content {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.glyph-content Image {
		width: 32px;
		height: 32px;
		object-fit: contain;
	}

	.glyph-text {
		color: #fff;
		font-size: 14px;
		margin-top: 5px;
		font-family: Poppins;
	}
}
