/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

/*
logo colors
    blue: #222c5f
    red: #b43a3a
*/

/*
color theme codes
blue
   primary #32408a, 
   hover #4154b6, border: #4c5ebf, shadow: rgba(65,84,182, 0.5)
   focus #4154b6, border: #4c5ebf
*/

.btn-primary {
	background-color: #32408a;
	border-color: #32408a;
}
.btn-primary:hover {
	color: #fff;
	background-color: #4154b6;
	border-color: #4c5ebf;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #4154b6;
	border-color: #4c5ebf;
	box-shadow: 0 0 0 0.2rem rgba(65, 84, 182, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #6576ff;
	border-color: #6576ff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #4154b6;
	border-color: #4154b6;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(124, 139, 255, 0.5);
}

.link-primary {
	color: #32408a !important;
}

a {
	color: #32408a;
}
a:focus {
	color: #4154b6;
}
a:hover {
	color: #4154b6;
}
