.progress-container {
	margin-bottom: 2rem;
}

.progress-custom {
	height: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 2rem;
}

.progress-bar-custom {
	background-color: var(--color-primary);
	height: 100%;
	transition: width 0.6s ease;
}

.progress-percent-custom {
	color: white;
	font-size: 12px;
}

.toggle-user-info {
	cursor: pointer;
}

.user-info-arrow {
	margin-left: 8px;
}

.user-info-error {
	color: #d93025;
	margin-top: 0.5rem;
}
