.ev-crowdfunding-container-370850b7 {
	font-family: sans-serif;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
}

.ev-crowdfunding-header-370850b7 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
}

.ev-crowdfunding-progress-bar-370850b7 {
	background-color: #345331;
	border-radius: 9999px;
	overflow: hidden;
	position: relative;
	height: 36px;
	width: 100%;
}

.ev-crowdfunding-progress-fill-370850b7 {
	background-color: #FFFFFF;
	height: 100%;
	border-radius: 9999px;
	width: 0%;
	transition: width 0.5s ease-in-out;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 16px;
	box-sizing: border-box;
	white-space: nowrap;
}

.ev-crowdfunding-donors-370850b7,
.ev-crowdfunding-percentage-370850b7 {
	color: #316D16;
	font-weight: bold;
	font-size: 14px;
}
