.header-btn.new-notifications:not (.display-count ):not (.display-dot ):hover
	{
	color: #fff;
}

.header-btn:hover {
	background: hsla(0, 0%, 100%, .2);
	color: #fff;
}

.header-btn.header-notifications {
	width: 32px;
	margin: 6px 0 0 0px;
}

.header-btn {
	transition: .1s ease;
	background: hsla(0, 0%, 100%, .3);
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	font-weight: 700;
	line-height: 32px;
	margin-right: 4px;
	min-width: 32px;
	padding: 0;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

#header, .header-btn {
	height: 32px;
	position: relative;
}

.icon-lg.light, .icon-lg.light-hover:hover, .icon-sm.light, .icon-sm.light-hover:hover,
	.light-hover:hover .icon-lg, .light-hover:hover .icon-sm {
	color: #f57c85;
	text-decoration: none;
	font-size: 20px;
}

.header-btn-icon {
	position: absolute;
	top: 4px;
	left: 0;
}

.icon-lg, .icon-sm {
	color: #798d99;
}

.icon-lg {
	height: 32px;
	font-size: 20px;
	line-height: 32px;
	width: 32px;
}

.icon-lg, .icon-sm {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.icon-notification:hover {
	color: #e60012;
}

.notification_child_flame {
    position: absolute;
    background: #e60012;
    content: attr(data-badge);
    right: -2px;
    top: -5px;
    font-size: .7em;
    color: white;
    text-align: center;
    line-height: 13px;
    border-radius: 25%;
    box-shadow: 0 0 1px #333;
    padding: 1px 2px;
    transform: translate(-30%, 0%);
}

#notification-wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: gray;
	opacity: 0.5;
	z-index: 100;
	display: none;
}

#notification-area {
	background: white;
	border: 1px solid black;
	position: fixed;
	z-index: 200;
	display: none;
	text-align: -webkit-center;
	padding: 0;
    overflow-x: auto;
    max-height: 90%;	
}
@media(min-width:767px){
	#notification-area {
		width: 60%;
		max-width: 728px;
		top: 60px;
		right:20%;
	}
}
@media(max-width:767px){
	#notification-area {
		width: 95%;
	    top: 60px;
	    right: 4px;
	}	
}

.notification-close {
	display: inline-block;
}

#notification-wrap:target, #notification-wrap:target+#notification-area {
	display: block;
}
.notification-title {
    color: #666;
}

.notification-area-div {
	margin: 5px 0px 2px 0px;
    border-bottom: 1px solid lightgray;
    height: 25px;	
    padding: 0 5px;
}
.notification-left {
	text-align: left;
	font-size: 12px;
	cursor: pointer;
}
.notification-right {
	text-align: right;
	font-size: 12px;
	cursor: pointer;
    margin: 5px 0;
    text-decoration: underline;	
}
.notification-profile-image {
	width: 24px;
    border: 1px solid transparent;
    border-radius: 50%;	
}
.notification-profile {
	vertical-align: top;
    padding: 5px;	
}

.notification-unread {
	background: #eee;
}

.notification-area-list__item{
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: left;
	border-bottom:1px solid lightgray;
}

.notification-area-list__item > a{
	width: 85%;
}

.notification-date {
	width:100%;
}
	
 .notification-content{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
 }

.notification-date {
	padding: 0 10px 5px;
    text-align: right;	
    font-size: smaller;
	color: #666;    
    color: #666;    
	color: #666;    
	margin: 0;
}
.notification-more {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;    
}
.notification-spinner {
	width: 100%;
    vertical-align: middle;
    font-size: x-large;	
}
.notification-bell {
	padding: 0;
}
.notification-no-list {
	border-bottom: unset;
}
	