.user-initials {
    width: 36px;
    background: #cbcbcb;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
    text-align: center;
    color: white;
    padding: 8px;
}
.toast{
	position: fixed;
	top: 20px;
	right: 20px;
	z-index:1;
}
.toast i{
	margin-right:6px;
	font-size: 17px;
}

.toast i.fa-check-circle,
.toast i.fa-check,
.toast i.fa-asterisk{
	color: 	#7fd38d;
}
.toast i.fa-times{
	color: #bf2f38;
}
.toast.show{
	z-index:1080 !important;
}
.toast strong{
	font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}
.sidebar-menu ul li a i.far,
.sidebar-menu ul li a i.fas{
	font-size: 21px;
}
.login-body{
 background: linear-gradient(180deg, #1b5a90, #00d0f1);
}