/* to make sure inside chat pane visible on mobile */
body #inside_holder {
	display: block !important;
}

/* to fix issue with site css forcing #inside_holder height to 100% */
#inside_holder.mobile-device {
	height: 0px !important;
}

/* hide iframe in cobrowse session */
.inside-cobrowse-active iframe {
	display: none;
}

/* remove height transition */
.chatPaneOpen #insideChatFrame {
	transition: transform 0.2s ease 0s !important;
}

/* #41551 */
body:not(.inside-chatv2-open) #inside_holder,
body:not(.inside-chatv2-open) #inside_holder > * {
  z-index: 998;  
}