div.plnfs-progress-bar-outer {
	width: 100%;
	height: 30px;
	background-color: #e0e0e0;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

div.plnfs-progress-bar-inner {
		height: 100%;
		background-color: #4caf50;
		border-radius: 15px;
		transition: width 0.5s ease-in-out;
}

.plnfs-form-container {
	max-width: 500px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.plnfs-form-group {
	margin-bottom: 15px;
}

label.plnfs-label {
	display: block;
	margin-bottom: 5px;
}

input[type="text"].plnfs-input-text, input[type="number"].plnfs-input-number {
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.plnfs-donate-button {
	display: block;
	color: white;
	background-color: #4caf50;
	margin-left: auto;
	margin-right: auto;
	padding: 0.8rem 3rem;
	border-width: 0rem;;
	border-radius: 3rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.plnfs-header-centered {
	text-align: center;
}