.noscroll{
	overflow: hidden;
}
.overlay-popup.hide{
    opacity: 0;
    z-index: -9999;
}
.overlay-popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999999;
}
.popup-card {
	background: #FFFFFF;
	border-radius: 10px;
}
.popup-card h3{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 20px;
	text-align: center;

	color: #121212;
}
.popup-card p{
}

.landa-header {
	background: #FFFFFF;
	border-bottom: 1px solid #D4D9E2;
}
.landa-avatar {
  width: 40px;
  height: 40px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*margin: 0 auto;*/
  border-radius: 50%;
}
.landa-header h6{
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;

	color: #000000;
}
.landa-header p{
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;

	color: #0CB549;
}

.landa-body .box{
	max-width: 80%;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 3.52759px;
}
.landa-body .message .bubble{
	background-color: rgba(229,229,234,.8);
    color: #000;
    border-bottom-left-radius: 0;
    padding: 2px 15px 10px;
    border-radius: 5px 5px 5px 0;
}
.landa-body .message .bubble:before {
    content: '';
    left: -23px;
    bottom: -32px;
    width: 8px;
    height: 8px;
    border-bottom: 8px solid rgba(229,229,234,.8);
    border-left: 8px solid transparent;
    display: block;
    position: relative;
}

.landa-footer {
	background: #FFFFFF;
	border-top: 1px solid #D4D9E2;
}
.landa-footer p{
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	color: rgba(24, 26, 27, 0.24);
}
.landa-footer a{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;

	color: #059AFF;
}
#typing {
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	color: rgba(24, 26, 27, 0.24);
}

.nps-avatar {
	border: 3px solid white;
}

.btn-facebook-landing {
    width: 100%;
    background-color: #3C5A9A;
}
.hr-sect.landing {
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	text-align: center;

	color: #B6B6B7;
}




