.bg-primary {
	background-color: hsl(150.53deg 100% 33.14%) !important;
}

.bg-primary:hover {
	background-color: hsl(150.53deg 100% 43.14%) !important;
}

.bg-primary-disabled {
	background-color: hsl(150.53deg 100% 43.14%) !important;
}

.border-primary {
	border-color: hsl(150.53deg 100% 33.14%) !important;
}

.text-primary {
	color: hsl(150.53deg 100% 33.14%) !important;
}

.text-primary:hover {
	color: hsl(150.53deg 100% 43.14%) !important;
}

.bg-secondary {
	background-color: #fff !important;
}

.bg-secondary:hover {
	background-color: #fff !important;
}

.border-secondary {
	border-color: #fff !important;
}

.text-secondary {
	color: #fff !important;
}

.text-secondary:hover {
	color: #fff !important;
}
