.notifi-box {
	width: 325px;
	padding: 5px;
	position: absolute;
	display: none;
	top: 63px;
	right: 35px;
	transition-property: 63px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background: white;
	z-index: 5000;
}
.section-nav .snav a:active {
	background: lightgreen;
}
.notifi-box h2 {
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px solid #eee;
	color: black;
}
.notifi-box h2 span {
	color: #f00;
}
.notifi-item {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 15px 5px;
	margin-bottom: 1px;
	cursor: pointer;
	background: white;
}
.notifi-item:hover {
	background-color: #eee;
}
.notifi-item img {
	display: block;
	width: 50px;
	margin-right: 10px;
	border-radius: 50%;
}
.notifi-item .text h4 {
	color: black;
	font-size: 16px;
	margin-top: 10px;
}
.notifi-item .text p {
	color: black;
	font-size: 12px;
}
.fa-stack-2x {
	font-size: 26px !important;
}
#notifi-update {
	color: white;
	font-size: 12px;
	left: auto !important;
	margin-top: -30px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	background: red;
	width: 20px !important;
	height: 20px;
	text-align: center;
	font: 13px Arial, sans-serif;
	border: 2px solid red;
	border-radius: 50%;
	line-height: normal !important;
}
.notifi-item .text h4,
.notifi-item .text p {
	text-align: left;
}
.notifi-item .text h4 {
	margin: 0;
}
.navbar-toggler .nav-link {
	padding: 0;
}
.notifi-item .text p {
	margin: 0;
}
p.time-noti {
	margin: 0;
	float: right;
	font-style: italic;
	color: gray !important;
}
.text {
	width: 100%;
}
