/* CSS Document */

.lmm-secondary {
	display: none;
}
	
html {
	overflow-y: auto !important;
	overflow-x: auto !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}

#message-chain .message-sent:before {
	border-right: none !important;
}

#message-chain .message-received:after {
	border-left: none !important;
}

#message-chain {
	max-height: calc(100vh - 310px);
	overflow-y: scroll;
	padding-top:12px;
}

.page-section.lmm-main-light {
	max-height: calc(100vh - 295px);
}

#message-chain::-webkit-scrollbar {
  display: none !important;
}

#message-chain {
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}

.message-sent {
	background-color: #0e68b0 !important;
	background-image: none !important;
	margin: 0 0 12px 0 !important;
	color: #fff !important;
	max-width: calc(100vw - 50px);
	float: right;
	clear: both;
	border-radius: 18px !important;
	-webkit-box-shadow: -5px 5px 13px -4px rgba(0,0,0,0.44); 
	box-shadow: -5px 5px 13px -4px rgba(0,0,0,0.44);
}

.message-received {
	background-image: none !important;
	background-color: #ccc !important;
	margin: 0 0 12px 0 !important;
	color: #000 !important;
	max-width: calc(100vw - 50px);
	float: left;
	clear: both;
	border-radius: 18px !important;
	-webkit-box-shadow: 6px 5px 13px -4px rgba(0,0,0,0.44); 
	box-shadow: 6px 5px 13px -4px rgba(0,0,0,0.44);
}

#message-chain .message-received a {
	color: #0e68b0 !important;
}

#message-chain .message-received a:hover {
	color: #c83d82 !important;
}

.send-message-button, .send-message-button:visited, .send-message-button:focus, .send-message-button:hover, .send-message-button:active {
	text-decoration: none !important;
	outline: 0 !important;
}

.operator-is-typing-message {
	position: relative;
  float: left;
	clear: both;
	padding-bottom: 12px;
}	
	
#chat-has-ended {
	position: relative;
  margin: 0 auto 0 auto;
  width: 100%;
}	
	
.darker-grey {
	color: #727272;
}

.form-heading { 
	font-size:30px; 
	text-align: center;
	color: #234397;
}

.login-form .form-control {
	border-radius: 4px;
	height: 50px;
	line-height: 50px;
}

.or {
	color:#777;
}	

.main-div {
	border-radius: 2px;
}

.login-form .btn-pink, #offline-message-button {
	height: 50px;
}

#ChatForm{
	overflow: hidden;
}
	
#messageForm {
	max-height: calc(100vh - 295px);
}

.messageBoxContainer {
	position: absolute;
	bottom: 15px; 
	display: block;
	background-color: #fff !important;
	border: 1px solid #c83d82 !important;
	border-radius: 6px !important;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	height: 65px;
	width: calc(100vw - 110px);
}	

.messageBox {
	outline:none !important;
	box-shadow: none !important; 
	overflow-y: hidden;
	overflow-x: hidden;
	resize: none !important;
    line-height: 1.2;
    font-size: 16px;   
    border: 0 !important;
    padding-right: 0px !important;
}

.messageBox:focus, .messageBox:active, .sendMessageButton:focus, .sendMessageButton:active {
	outline:none !important;
	box-shadow: none !important;
}	

#send-message-button-container {
	margin-top: 10px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	position: absolute;
	bottom: 27px; 
	right: 15px;
	display: block;
}

.message-text {
	word-break: break-word;
}

.message-received {
	border-radius: 1.6rem 1.6rem 1.6rem .27rem;
	padding: 12px;
	max-width: 94%;
	font-size: 16px;
}	

#ChatForm .send-message-button:hover {
	text-decoration: none;
}

#start-chat-button, #send-offline-message-button {
	outline: none !important;
}

#offline-message	{
	height: auto !important;
	resize: none;
	font-size: 16px;
	line-height: normal !important;
}

textarea {
	padding: 12px;
	box-sizing: border-box;
}

.center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
  background: #c83d82;
  animation: pulse-animation 2s infinite;
}

.online-circle {
  fill: #28e028;
  stroke: #0e7d0e;
  stroke-width: 0.1875em;
}

.offline-circle {
  fill: #e80505;
  stroke: #420606;
  stroke-width: 0.1875em;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #c83d82;
	color: #c83d82;
	box-shadow: 9999px 0 0 -5px #c83d82;
	animation: dotPulse 1.5s infinite linear;
	animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #c83d82;
	color: #c83d82;
}

.dot-pulse::before {
	box-shadow: 9984px 0 0 -5px #c83d82;
	animation: dotPulseBefore 1.5s infinite linear;
	animation-delay: 0s;
}

.dot-pulse::after {
	box-shadow: 10014px 0 0 -5px #c83d82;
	animation: dotPulseAfter 1.5s infinite linear;
	animation-delay: .5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #c83d82;
  }
  30% {
    box-shadow: 9984px 0 0 2px #c83d82;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #c83d82;
  }
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #c83d82;
  }
  30% {
    box-shadow: 9999px 0 0 2px #c83d82;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #c83d82;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #c83d82;
  }
  30% {
    box-shadow: 10014px 0 0 2px #c83d82;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #c83d82;
  }
}

.nav-menu {
	width: 150px;
	background-color: #f5f5f5;
	z-index: 9999;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	text-align: left;
	position: absolute;
	right:114px;
	margin-top:-80px;
}
.nav-menu-item {
	width: 100%;
	padding:12px 0 12px 0;
	cursor:pointer;
}

.nav-menu-item:hover {
	background: #c83d82;
	color: #fff !important;
}	

.no-margins {
	margin:0!important;
}

.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    margin-right:20px;
}

.snippet {
    position: relative;
    border-radius: .25rem;
}

.stage {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 10px;
	background-color: #ccc;
    border-radius: 12px !important;
    width: 100px;
    float: left;
	overflow: hidden;
} 

.margin-bottom-xs {
	margin-bottom: 2px;
}

#offline-message-sent {
	height: 600px;
}	

.photo {
	display: none !important;
}