.btn-primary, .btn-outline-secondary {
	color: RGB(255, 255, 255) !important;
	background-color: RGB(0, 87, 184) !important;
    border-color: RGB(0, 87, 184) !important;
}

.text-primary {
    color: RGB(255, 255, 255) !important;
}

.card-header {
	background-color: RGB(0, 87, 184) !important;
	border-bottom: 1px solid RGB(35, 31, 32)!important;
}

.card {
	border: 1px solid RGB(35, 31, 32)!important;
}