.tooltips {
	display: inline;
	position: relative;
	opacity: 1;
	width: 100%;
}

.tooltip-item {
	cursor: pointer;
	font-weight: 700;
	padding: 0 10px;
}

.posts-notification-bell.active rect {
	fill: #002533;
}

.posts-notification-bell.active path {
	stroke: #ffffff;
}

.posts-notification-popup {
	position: absolute;
	z-index: 99;
	display: none;
	overflow: hidden;
	margin: 0 0 -2px -20px;
	bottom: 100%;
	text-align: left;
	border-radius: 0.313rem;
	cursor: default;
	font-size: clamp(12px, 1.1vw, 14px);
	height: min-content;
	border: 1px solid rgba(33, 37, 41, 0.08);
	box-shadow: 0 1px 10px 0 rgba(33, 37, 41, 0.1);
}

.tooltip-inner {
	display: block;
	padding: 1rem;
	color: #212529;
	text-align: left;
}

.tooltip-text {
	display: contents;
}

.notification-info .tooltip-content {
	padding: 1rem;
	right: 0;
	top: 2.75rem;
	min-height: 480px;
	max-height: 550px;
	overflow-y: auto;
	background: #ffffff;
	max-width: 50vw;
	width: 500px;
}

.notification-info .tooltip-content::-webkit-scrollbar {
	width: 10px;
	height: 8px;
}

.notification-info .tooltip-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 8px #F4F4F4;
	border-radius: 5px;
}

.notification-info .tooltip-content::-webkit-scrollbar-thumb {
	background-color: #E5E5E5;
	border-radius: 5px;
}


.notification-info .tooltip-content .close {
	right: .5rem;
	top: 0.625rem;
	background: transparent;
	border: 0;
	padding: 0;
	height: 40px;
	width: 40px;
	transition: background .3s;
	border-radius: 50%;
	box-shadow: none;
	border: none;
}

.notification-info .tooltip-content .close:hover {
	background-color: #F2F2F7;
}

.tooltips.profile-info {
	width: auto;
}

.tooltips.profile-info img {
	width: 81px;
	height: 81px;
	border-radius: 50%;
}

.tooltips.profile-info > .tooltip-content {
	bottom: auto;
	left: 0;
	width: 300px;
}

.bell .red-dot {
	top: 0.1rem;
	right: 0;
	left: 0;
	transform: translateX(1.8rem);
	font-style: normal;
	font-size: 8px;
	width: 15px;
	height: 15px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.posts-notification-bell:not(.active):hover svg rect {
	fill: rgba(173, 178, 184, 0.2);
}

.red-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #DD0000;
	border-radius: 50%;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 1);
}

.notification-list li {
	position: relative;
	padding: 1rem;
	font-size: clamp(14px, 1.1vw, 1rem);
	cursor: pointer;
	margin-bottom: 0;
	transition: background .3s;
}

.notification-list li .x{
	position: absolute;
	z-index: 9;
	right: .5rem;
	opacity: 0;
	transition: .4s;
}

.notification-list li:hover .x{
	opacity: 1;
}

.notification-list li .x svg{
	width: 20px;
	opacity: .5;
}

.notification-header p {
	color: #000000;
	font-weight: 600;
}

.notification-title {
	font-size: 1.375rem !important;
	font-weight: 600;
}

.notification-meta {
	font-size: 0.875rem !important;
	color: #53595F;
}

.notification-meta .splitter {
	color: rgba(33, 37, 41, 0.16);
}

.notification-list li:not(:last-child) {
	border-bottom: 1px solid rgba(33, 37, 41, 0.16);
}

.notification-list li:hover {
	border-bottom: 1px solid transparent !important;
	background: #F2F2F7;
	border-radius: 0.313rem;
}

.notification-list li:not(:last-child):hover {
	border-bottom: 1px solid #999;
}

.notification-list li .red-dot {
	margin-right: 15px;
	position: absolute;
	left: 0;
}

.notification-list li.viewed {
	color: #999;
}

.notifications-content-none {
	transform: translateY(50%);
}

@media (max-width: 1024px) {
	.notification-info .tooltip-content {
		max-width: 95vw;
	}

	.posts-notification-bell-container {
		position: absolute;
		top: 1rem;
		right: 4rem;
	}

	.notification-info .tooltip-content {
		left: auto;
		right: -4.5rem;
		width: 100vw;
	}

	.notification-list li {
		padding: 1rem 0;
	}

	.notification-list li span{
		font-size: .75rem;
	}
}

@media (max-width: 767px) {
	.posts-notification-bell-container {
		top: 1rem;
	}
}
