.btn-outline-primary {
	color: #014a87 !important;
	border-color: #014a87 !important;
}

.btn-outline-primary:hover {
	background-color: #014a87 !important;
	border-color: #014a87 !important;
}

.bg-primary {
	background-color: #014a87 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #014a87 !important;
}

.file-item, label.custom-file-label:hover {
	color: #014a87 !important;
}