.bg-primary {
	background-color: hsl(188, 75%, 70%) !important;
}

.bg-primary:hover {
	background-color: hsl(188, 75%, 80%) !important;
}

.bg-primary-disabled {
	background-color: hsl(188, 75%, 80%) !important;
}

.border-primary {
	border-color: hsl(188, 75%, 70%) !important;
}

.text-primary {
	color: hsl(188, 75%, 70%) !important;
}

.text-primary:hover {
	color: hsl(188, 75%, 80%) !important;
}

.bg-secondary {
	background-color: hsl(329, 78%, 46%) !important;
}

.bg-secondary:hover {
	background-color: hsl(329, 78%, 46%) !important;
}

.border-secondary {
	border-color: hsl(329, 78%, 46%) !important;
}

.text-secondary {
	color: hsl(329, 78%, 46%) !important;
}

.text-secondary:hover {
	color: hsl(329, 78%, 46%) !important;
}
