@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');




.notification_wrap{
	width: 440px;
	float: left;
	overflow: auto;
	margin-top: 5px;
}

.notification_wrap .notification_icon{
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 32px;

	text-align: center;
	color: #000000;
}

.notification_wrap .notification_icon .fa-bell{
	cursor: pointer;
}
.notification_icon{
	float: right;
}
.notification_wrap .dropdown{
	width: 350px;
	height: auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.125);
	margin: 15px auto 0;
	padding: 15px;
	position: relative;
	display: none;
}

.notification_wrap .dropdown .notify_item{
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #dbdaff;
}

.notification_wrap .dropdown .notify_item:last-child{
	border-bottom: 0px;
}

.notification_wrap .dropdown .notify_item .notify_img{
	margin-right: 15px;
}

.notification_wrap .dropdown .notify_item .notify_info p{
	margin-bottom: 5px;
}

.notification_wrap .dropdown .notify_item .notify_info p span{
	color: #605dff;
	margin-left: 5px;
}

.notification_wrap .dropdown .notify_item .notify_info .notify_time{
	color: #c5c5e6;
	font-size: 12px;
}



.notification_wrap .dropdown.active{
	display: block;
}
.dropdown{
	position: relative;
	top: 15px;
	right: 5px;
}
.notification_wrap{
	height: 400px;
}