.btn-custom {
	background-color: #d1478c !important;
}
.btn-custom:hover {
	background-color: #d1478c !important;
}
.bg-custom {
	background-color: #d1478c !important;
	color: #fff !important;
}

:root{
  --kt-primary: 209, 71, 140; /* primarycolor */
  --kt-primary-btn-bg: rgb(209, 71, 140);  /* btn_primary */
  --kt-primary-btn-hover-bg: rgb(209 ,71, 140); /* btn_primary_hover */
}
.text-primary { color:#d1478c !important; }