.btn-danger {
	background-color: #AA0600 !important;
	border-color: #AA0600 !important;
	color: #fff !important;
	-webkit-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
}

.btn-danger:hover {
	background-color: #c3504c !important;
	border-color: #c3504c !important;
}

.btn-outline-danger {
	color: #AA0600 !important;
	border-color: #AA0600 !important;
	background-color: transparent !important;
	font-size: 15px !important;
	font-weight: 500 !important;
}

.btn-outline-danger:hover {
	color: #fff !important;
	background-color: #c3504c !important;
	border-color: #c3504c !important;
}

.alert-danger {
	background-color: #AA0600 !important;
	border-color: #AA0600 !important;
	color: #fff !important;
}

.table-danger {
	background-color: #AA0600 !important;
	border-color: #AA0600 !important;
	color: #fff !important;
}

.nav-link.active {
	color: #AA0600 !important;
}

.nav-link.active:hover {
	color: #c3504c !important;
}

.nav-tabs .slide {
	background: #AA0600 !important;
}

.text-danger {
	color: #AA0600 !important;
}

a.text-danger:hover {
	color: #c3504c !important;
}

.form-control:focus {
	/* border: 1px solid #EF5F51 !important; */
	border: 1px solid #c3504c !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;
}