.lcsMessagesExShell {
display: none;
}
.lcsShell,
#lcsAgentChatShell {
overflow: visible;
}
.lcsOptsList {
display: none;
}
.lcsEmailInputOverlay {
position: fixed;
top: 0;
left: 0;
background-color: rgba(110, 110, 110, 0.5);
width: 100%;
height: 100%;
z-index: 999999999;
}
.lcsEmailInputShell {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.lcsShell {
max-height: none !important;
}.lcsShell {
position: fixed;
display: none;
z-index: 1000001; }
.lcsShell .lcsInputError {
border: 1px solid #fa4e7f !important;
color: #fa4e7f !important;
}
.lcsShell .lcsErrorMsg {
color: #fa4e7f !important;
padding: 5px;
margin: 5px 0;
}
.lcsShell .lcsSuccessMsg {
padding: 5px;
margin: 5px 0;
text-align: center;
color: #4ae8ea !important;;
}
.lcsShell .lcsBarBtns {
visibility: hidden;
}
.lcsShell.lcsOpened .lcsBarBtns {
visibility: visible;
}
.lcsEyeCatchImg {
width: auto;
height: auto;
position: fixed;
display: none;
cursor: pointer;
} .lcsChat .lcsMsg {
word-wrap: break-word;
}