


/* BODY BG */
body {
	background-color: #f3faff;
	}


.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon.kt-header__topbar-icon--info {
	background: rgba(97, 103, 230, .15)
}

/* BUTTON BRAND */
.btn-brand {
	background-color: #6167e6;
	border-color: #6167e6;
	}
.btn-outline-brand {
	color: #6167e6;
	border-color: #6167e6
}

.btn-outline-brand.focus,
.btn-outline-brand:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(97, 103, 230, .5);
	box-shadow: 0 0 0 .2rem rgba(97, 103, 230, .5)
}
.btn-outline-brand.disabled,
.btn-outline-brand:disabled {
	color: #6167e6;
	background-color: transparent
}
.btn-outline-brand:not(:disabled):not(.disabled).active,
.btn-outline-brand:not(:disabled):not(.disabled):active,
.show>.btn-outline-brand.dropdown-toggle {
	background-color: #6167e6;
	border-color: #6167e6;
}
.btn-outline-brand:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-brand.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(97, 103, 230, .5);
	box-shadow: 0 0 0 .2rem rgba(97, 103, 230, .5)
}


.kt-iconbox--animate {
	background-color: #cfd7ff;
	}
.kt-font-brand {
	color: #6167e6!important;
}

.kt-bg-brand {
	background-color: #6167e6!important;
}

.kt-bg-fill-brand {
	background-color: #6167e6!important;
}


/* FOOTER LINK */
.kt-footer .kt-footer__wrapper .kt-footer__menu a {
	color: #6167e6;
	}



.kt-footer .kt-footer__wrapper .kt-footer__copyright>a {
	color: #6167e6;
}



/********** HOVER LINK **********/


/* BUTTON */
.btn-brand:hover {
	background-color: #131dff;
	border-color: #131dff;
	}
.btn-outline-brand:hover {
	background-color: #131dff;
	border-color: #131dff
}



/* FOOTER LINK */
.kt-footer .kt-footer__wrapper .kt-footer__menu a:hover {
	color: #131dff;
}
.kt-footer .kt-footer__wrapper .kt-footer__copyright>a:hover {
	color: #131dff;
}

.kt-font-hover-brand:hover {
	color: #131dff
}