/*=============================================================*/
/* NOTIFICATIONS */
/*=============================================================*/

/*-------------------------------------------------------------*/
/* Notifications */

.notification {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #cfcfcf;
	padding: 2px;
}

.notification-imageProfile {
	/* flex: 1; */
	padding: 8px;
}

.notification-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: space-between;
	padding: 8px;
}

.notification-content {
	flex: 1;
	font-size: 13px;
}

.notification-content a {
	color: var(--blue4);
	
}

.notification-dateTime {
	flex: 1;
	font-size: 11px;
	color: #808080;
}

/*-------------------------------------------------------------*/
