#notification {
	color:#818a91;
}
#notification .fa-bell{
	color:#fff;
}

/* FIELDSET */
#notification fieldset {
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-radius: 10px;
}
#notification legend {
	width: initial;
	font-size: medium;
	margin-bottom:0;
	height: 42px;
}
#notification .fieldset-header{
    margin-top: -20px;
    margin-left: 40px;
    color:#449d44!important;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight:600;
}
#notification fieldset .fa-stack.fa-lg {
	color:#5cb85c!important;
}

/* TABS */
#notification .nav.nav-tabs{
	margin-top: 20px;
	margin-bottom: 10px;
}
#notification .nav-tabs .nav-link .nt-tab-count {
	margin-left: 0.35rem;
	vertical-align: middle;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
}
#notification .nav-tabs .nav-link.active .nt-tab-count.tag-danger {
	background: #fff;
	color: #d9534f;
}
/* NOTI */
#notification .fa .unread-circle {
	vertical-align: top;
}

#notification .notification-noti {
	list-style-type: none;
	padding: 20px 10px;
	border-bottom: 1px solid #e5e5e5;
}
#notification .notification-noti a {
	vertical-align: top;
}
#notification .notification-like {
	list-style-type: none;
	padding: 20px 10px;
	border-bottom: 1px solid #e5e5e5;
}
#notification .notification-like a {
	vertical-align: top;
}
#notification .notification-visitor {
	list-style-type: none;
	padding: 20px 10px;
	border-bottom: 1px solid #e5e5e5;
}
#notification .notification-visitor a {
	vertical-align: top;
}
#notification li img {
	width:70px;
	height:70px;
}
#notification li .datic-thumb {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
#notification li .datic-thumb .datic-thumb-img {
	width: 100%;
	height: 100%;
}
#notification .notification-visitor a:hover {
	text-decoration: none;
}
#notification .notification-like a:hover {
	text-decoration: none;
}
#notification .notification-noti a:hover {
	text-decoration: none;
}
#notification .notification-body {
	display: inline-block;
	padding-left: 10px;
}

/* ---- Warm page polish ---- */
#notification .nav-tabs {
	border-bottom: 1px solid #e6e2dc;
}
#notification .nav-tabs .nav-link {
	border: 0;
	border-radius: 999px;
	color: #6a635c;
	font-weight: 600;
	margin-right: 0.35rem;
	padding: 0.45rem 0.9rem;
}
#notification .nav-tabs .nav-link.active {
	background: #5cb85c;
	color: #fff !important;
}
#notification .notification-noti,
#notification .notification-like,
#notification .notification-visitor {
	border-bottom-color: #e6e2dc;
	border-radius: 8px;
	transition: background-color 0.15s ease;
}
#notification li.is-unread {
	background: #eef7ee;
	box-shadow: inset 3px 0 0 #5cb85c;
}
#notification li.is-unread .unread-circle.tag-blue {
	color: #5cb85c;
}
#notification li.is-unread .notification-header .primary-font {
	color: #1e1a17;
	font-weight: 700;
}
#notification li.is-unread .notification-text {
	color: #3d5c3d;
}
#notification li img {
	border-radius: 50%;
	object-fit: cover;
}
#notification a {
	color: #1e1a17;
}

/* Contactverzoeken */
#notification .cr-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#notification .cr-item {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
	padding: 0.85rem 0.25rem;
	border-bottom: 1px solid #e6e2dc;
}
#notification .cr-avatar img {
	width: 56px;
	height: 56px;
	object-fit: cover;
}
#notification .cr-body {
	flex: 1;
	min-width: 0;
}
#notification .cr-badge {
	display: inline-block;
	margin-left: 0.35rem;
	padding: 0.1rem 0.45rem;
	font-size: 0.75rem;
	border-radius: 4px;
	background: #efeae3;
	color: #5c564e;
	vertical-align: middle;
}
#notification .cr-status-pending .cr-badge {
	background: #fff3cd;
	color: #856404;
}
#notification .cr-status-approved .cr-badge {
	background: #d4edda;
	color: #155724;
}
#notification .cr-status-rejected .cr-badge,
#notification .cr-status-revoked .cr-badge {
	background: #f8d7da;
	color: #721c24;
}
#notification .cr-note {
	margin-top: 0.35rem;
	font-size: 0.9rem;
	color: #6a635c;
}
#notification .cr-actions {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}
.cr-composer-gate {
	padding: 0.85rem 1rem;
	text-align: center;
}
.cr-gate-text {
	margin: 0 0 0.75rem;
	color: #5c564e;
	line-height: 1.45;
}
.cr-chat-wait {
	margin: 0;
	color: #6a635c;
	font-size: 0.95rem;
}
