#wpforms-form-25544752 .wpforms-field {
	margin-top: 0px;
}

#wpforms-form-25544752 .wpforms-field-select .choices__inner {
	background-color: transparent !important;
}

#wpforms-form-25544752 .wpforms-field-select .choices__inner .choices__list--single .choices__item {
	color: #fff !important;
}

#wpforms-form-25544752 .wpforms-field-select .choices__list--dropdown {
	background-color: #202020 !important;
}

#wpforms-form-25544752 .wpforms-field-select .choices__list--dropdown input.choices__input {
	background-color: #333333 !important;
}

#wpforms-form-25544752 .wpforms-field-select .choices__list--dropdown input.choices__input:focus {
	border: 1px solid #3bec97 !important;
}

#wpforms-form-25544752 .wpforms-field-select .choices__list--dropdown .choices__list .is-highlighted {
	background-color: #3bec97 !important;
	color: #202020 !important;
}

#wpforms-form-25544752 .wpforms-field-checkbox {
	padding: 0px;
	margin-bottom: 10px;
}

#wpforms-form-25544752 .wpforms-field-checkbox ul li {
	width: 100% !important;
	flex-direction: row;
	justify-content: flex-start;
	padding: 0px;
}

#wpforms-form-25544752 .wpforms-field-checkbox ul li label {
	text-align: left;
	padding-bottom: 0px;
	margin-left: 22px;
}

#wpforms-form-25544752 .wpforms-field-checkbox ul li label:before {
	left: -14px;
	top: 7px;
	bottom: unset;
}

#wpforms-form-25544752 .wpforms-field-checkbox ul li label:after {
	left: -14px;
	top: 4px;
	bottom: unset;
}

#wpforms-form-25544752 .wpforms-field-pagebreak .wpforms-page-button,
#wpforms-form-25544752 .wpforms-submit-container .wpforms-submit {
	font-weight: 500;
	font-size: 18px;
	padding: 12px 20px;
	color: #202020;
	border-radius: 25px;
}

#wpforms-form-25544752 .wpforms-field-pagebreak .wpforms-page-button,
#wpforms-form-25544752 .wpforms-submit-container .wpforms-submit,
.wpforms-lead-forms-progress-bar {
	background-image: linear-gradient(310deg,#4ee4f9 0%,#3bec97 100%);
}