.btn-primary {
	background-color: #2196F3 !important;
	border-color: #2196F3 !important;
	color: #fff !important;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
}

.btn-primary:hover {
	/* background-color: #37a0f4 !important;
	border-color: #37a0f4 !important; */
	background-color: #4dabf5 !important;
	border-color: #4dabf5 !important;
}

.btn-outline-primary {
	color: #1b74bf !important;
	border-color: #64a0d3 !important;
	background-color: transparent !important;
}

.btn-outline-primary:hover {
	color: #fff !important;
	background-color: #2c86d1 !important;
	border-color: #2c86d1 !important;
}

.alert-primary {
	background-color: #2196F3 !important;
	border-color: #2196F3 !important;
	color: #fff !important;
}

.table-primary {
	background-color: #2196F3 !important;
	border-color: #2196F3 !important;
	color: #fff !important;
}

.nav-link.active {
	color: #2196F3 !important;
}

/* .nav-link.active:hover {
	color: #01a9ac !important;
} */

.nav-tabs .slide {
	background: #2196F3 !important;
}

.text-primary {
	color: #2196F3 !important;
}

a.text-danger:hover {
	color: #4dabf5 !important;
}

/* SWEETALERT CONFIRM BUTTON */

.sweet-alert button.confirm {
	background-color: #2196F3 !important;
}

.radio .helper::before {
	border-color: #2196F3 !important;
}

.radio .helper::after {
	background-color: #2196F3 !important;
	border-color: #2196F3 !important;
}