.bg-primary {
	background-color: hsl(177, 62%, 31%) !important;
}

.bg-primary:hover {
	background-color: hsl(177, 62%, 41%) !important;
}

.bg-primary-disabled {
	background-color: hsl(177, 62%, 41%) !important;
}

.border-primary {
	border-color: hsl(177, 62%, 31%) !important;
}

.text-primary {
	color: hsl(177, 62%, 31%) !important;
}

.text-primary:hover {
	color: hsl(177, 62%, 41%) !important;
}

.bg-secondary {
	background-color: hsl(0, 0%, 100%) !important;
}

.bg-secondary:hover {
	background-color: hsl(0, 0%, 100%) !important;
}

.border-secondary {
	border-color: hsl(0, 0%, 100%) !important;
}

.text-secondary {
	color: hsl(0, 0%, 100%) !important;
}

.text-secondary:hover {
	color: hsl(0, 0%, 100%) !important;
}
