.notification-message{display:flex;padding:12px 15px;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.notification-message:hover{background-color:#f9f9f9}.notification-message.unread{background-color:#e8f5e9}.notification-message.unread:hover{background-color:#d7eeda}.notification-message.unread .notification-title{font-family:Open Sans,sans-serif;font-weight:700;font-size:14px;color:#999;cursor:pointer;text-transform:capitalize}.notification-message .notification-icon{margin-right:12px;display:flex;align-items:flex-start;padding-top:3px}.notification-message .notification-icon i{font-size:18px}.notification-message .notification-content{flex:1 1}.notification-message .notification-content .notification-header{display:flex;justify-content:space-between;margin-bottom:4px}.notification-message .notification-content .notification-header .notification-title{text-transform:capitalize;font-family:Open Sans,sans-serif;font-weight:700;font-size:14px}.notification-message .notification-content .notification-header .notification-time{font-size:12px;color:#757575;font-family:Open Sans,sans-serif;font-weight:400}.notification-message .notification-content .notification-text{font-family:Open Sans,sans-serif;font-weight:400;font-size:12px;color:#7e8e9f;cursor:pointer}.notification-message .notification-content .notification-text .notification-type{font-weight:500;color:#555}