.custom-social-proof {
	position: fixed;
	z-index: 9999999999999 !important;
	transition: top 1.2s ease;	
}
.custom-social-proof .custom-notification {
    width: 400px;
	min-height: 93px;
	border: 0;
	text-align: left;
	z-index: 99999;
	box-sizing: border-box;
	font-weight: 400;
	border-radius: 6px;
	box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
	background-color: #fff;
	position: relative;
	cursor: pointer;
}
.custom-social-proof .custom-notification .custom-notification-container {
	display: flex !important;
	align-items: center;
	height: auto;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper {
    display: flex;
    justify-content: center;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
	max-height: 70px;
	overflow: hidden;
	object-fit: cover;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
	margin: 0;
	height: 100%;
	color: gray;
	padding-left: 14px;
	padding-right: 20px;
	border-radius: 0 6px 6px 0;
	flex: 1;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
	font-family: inherit !important;
	margin: 0 !important;
	padding: 10px 0px;
	font-size: 14px;
	line-height: 1;
	max-width: 100%;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
	margin-top: 3px !important;
	display: block !important;
	font-size: 12px !important;
	opacity: 0.8;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content span {
    line-height: 1.5;
}
.custom-social-proof .custom-notification .custom-close {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 12px;
	width: 12px;
	cursor: pointer;
	transform: rotate(45deg);
}
.custom-social-proof .custom-notification .custom-close.template-2,
.custom-social-proof .custom-notification .custom-close.template-3 {
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
}
.custom-social-proof .custom-notification .custom-close::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: gray;
	position: absolute;
	left: 0;
	top: 5px;
}
.custom-social-proof .custom-notification .custom-close::after {
	content: "";
	display: block;
	height: 100%;
	width: 2px;
	background-color: gray;
	position: absolute;
	left: 5px;
	top: 0;
}
/* .custom-social-proof .custom-notification:hover .custom-close {
	opacity: 1;
} */

.poweredby {
	font-weight: 600;
	text-decoration: none;
	margin-left: 3px;
	color: #3498db;
}

.message-line-height{
	line-height: 1px;
}

a, a:focus, a:hover, a:visited {
  text-decoration: none;
	outline: none;
}

